Changes between Version 4 and Version 5 of ProtectionFromSpam
- Timestamp:
- Oct 25, 2007, 3:54:04 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtectionFromSpam
v4 v5 1 = Protecting message boards from spam = 1 [[PageOutline]] 2 = Protection from spam = 3 4 == Preventing automated participant profile creation == 5 6 User profiles may be used by automated bots for advertisements. To prevent automation, [http://recaptcha.net/ reCAPTCHA] system can be used. For every profile modification it displays an image containing two words that the user needs to input. While the image is quite easily solvable by human visitors, automated systems have problems solving the CAPTCHA image, and are therefore denied access. 7 8 === Enabling reCAPTCHA === 9 10 In order to use reCAPTCHA, you have to register your web site on [http://recaptcha.net/] and acquire a set of keys. Once the web site is registered, you need to add your keys to config.xml: 11 `<recaptcha_public_key>Alphanumeric string</recaptcha_public_key>`[[BR]] 12 `<recaptcha_private_key>Alphanumeric string</recaptcha_private_key>` 13 14 == Protecting message boards from spam == 2 15 3 16 BOINC message boards may occasionally suffer from attacks from spammers. In order to help moderators deal with unwanted messages, anti-spam system from [http://www.akismet.com/ akismet.com] can be used. … … 5 18 It is disabled by default; when enabled, every time a forum post is made a remote database at akismet.com is checked to see if the message is spam. If Akismet reports that the message is spam, it is blocked, notifying the user on screen. 6 19 7 == Enabling Akismet==20 === Enabling Akismet === 8 21 In order to use Akismet anti-spam system, you have to acquire a free API key (12 character alphanumeric string). You can get the key by registering for a [http://www.wordpress.com/ WordPress.com] user account. The API key will be emailed to you after you register. 9 22