| 1 |
$Id: README.txt,v 1.13.4.2.2.7 2008/01/25 16:13:46 robloach Exp $ |
$Id: README.txt,v 1.13.4.2.2.8 2008/01/26 16:43:32 robloach Exp $ |
| 2 |
|
|
| 3 |
reCAPTCHA for Drupal |
reCAPTCHA for Drupal |
| 4 |
==================== |
==================== |
| 14 |
|
|
| 15 |
1. Extract the reCAPTCHA module to your local favourite |
1. Extract the reCAPTCHA module to your local favourite |
| 16 |
modules directory (sites/all/modules). |
modules directory (sites/all/modules). |
|
|
|
|
2. Download the reCAPTCHA PHP Library from: |
|
|
http://recaptcha.net/plugins/php/index.html |
|
| 17 |
|
|
| 18 |
3. Extract the library files to: modules/recaptcha/recaptcha |
2. Enable reCAPTCHA and CAPTCHA modules in: |
| 19 |
So that recaptchalib.php is available at: |
admin/build/modules |
|
modules/recaptcha/recaptcha/recaptchalib.php |
|
| 20 |
|
|
| 21 |
|
|
| 22 |
CONFIGURATION |
CONFIGURATION |
| 23 |
------------- |
------------- |
| 24 |
|
|
| 25 |
1. Enable reCAPTCHA and CAPTCHA modules in: |
1. You'll now find a reCAPTCHA tab in the CAPTCHA |
|
admin/build/modules |
|
|
|
|
|
2. You'll now find a reCAPTCHA tab in the CAPTCHA |
|
| 26 |
administration page available at: |
administration page available at: |
| 27 |
admin/user/captcha/recaptcha |
admin/user/captcha/recaptcha |
| 28 |
|
|
| 29 |
6. Register for a public and private reCAPTCHA key at: |
2. Register for a public and private reCAPTCHA key at: |
| 30 |
http://recaptcha.net/api/getkey |
http://recaptcha.net/api/getkey |
| 31 |
|
|
| 32 |
7. Input the keys into the reCAPTCHA settings. The rest of |
3. Input the keys into the reCAPTCHA settings. The rest of |
| 33 |
the settings should be fine as their defaults. |
the settings should be fine as their defaults. |
| 34 |
|
|
| 35 |
8. Visit the Captcha administration page and set where you |
4. Visit the Captcha administration page and set where you |
| 36 |
want the reCAPTCHA form to be presented: |
want the reCAPTCHA form to be presented: |
| 37 |
admin/user/captcha |
admin/user/captcha |
| 38 |
|
|