Changes between Version 17 and Version 18 of ProtectionFromSpam
- Timestamp:
- Jan 5, 2017, 12:43:31 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtectionFromSpam
v17 v18 12 12 (to increase their Google page rank). 13 13 14 Spammers willtypically use automated scripts.14 Spammers typically use automated scripts. 15 15 16 16 == Cleaning up spam == … … 77 77 which is recognizable to humans but not computers. 78 78 79 In order to use reCAPTCHA, to register your web site on [http:// recaptcha.net/] and acquire a setof keys.80 Once the web site is registered, add yourkeys to config.xml:79 In order to use reCAPTCHA, to register your web site on [http://www.google.com/recaptcha] and get a pair of keys. 80 Add these keys to config.xml: 81 81 {{{ 82 <recaptcha_public_key> Alphanumeric string</recaptcha_public_key>83 <recaptcha_private_key> Alphanumeric string</recaptcha_private_key>82 <recaptcha_public_key>Site key</recaptcha_public_key> 83 <recaptcha_private_key>Secret key</recaptcha_private_key> 84 84 }}} 85 85