1dokuwiki-plugin-botbouncer
2===================
3
4BotBouncer plugin for Dokuwiki
5
6BotBouncer is a PHP class that unifies anti-spambot services into one class.
7
8(formerly Formspam-check-class)
9
10This plugin for Dokuwiki uses the class to block spam signups to Dokuwiki.
11
12
13Currently works with:
14
151. stopforumspam.com (free service)
162. akismet.com (paid for service)
173. mollom.com (free for small volume, paid for larger)
184. projecthoneypot.org (free service)
19
20TODO:
21write some docs,
22tidy up,
23clean out existing users
24
25
26StopForumSpam
27
28http://www.stopforumspam.com/ is a free service, although donations are welcome. This plugin will always use this service.
29
30Akismet
31
32http://akismet.com is an anti-comment-spam service from the makers of Wordpress. When you sign up, you get an API key, which you can enter in the configuration for this plugin to activate it.
33
34Mollom
35
36http://mollom.com is an anti-form-spam service from the makers of Drupal. They have a free service for sites with little activity, and as you to upgrade once you reach a certain activity level.
37When you sign up, you get a private and a public key string, which you can enter in the configuration of this plugin to active using this service.
38
39Project Honey Pot
40
41http://www.projecthoneypot.org?rf=96521 is a free service that uses the DNS system to manage blocking. You need to sign up to get an API key, which you can enter in the configuration for this plugin, to use this service.
42
43
44
45History:
462013-04-24  - registration now fails in page, without warning
472013-04-23  - add some initial statistics
482013-04-22  - add whitelist, and central logging
492013-04-03  - initial setup allowing config and blocking
50