Extension:AntiBot
From MediaWiki.org
|
AntiBot Release status: stable |
|||
|---|---|---|---|
| Implementation | User activity | ||
| Description | Simple framework for protection against spambots | ||
| Author(s) | Tim StarlingTalk | ||
| License | No license specified | ||
| Download | Download snapshot |
||
|
|||
AntiBot is a simple framework for spambot checks and trigger payloads. The aim is to allow for private development and limited collaboration on filters for common spam tools such as XRumer. (XRumer is actively maintained to keep up to date with the latest antispam measures in forum, blog and wiki software. I don't want to make it easy for them by giving them our source code.)
[edit] Download
To download the extension, retrieve it from SVN with
svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/AntiBot
You may also want to download (or write) some additional plugins.
[edit] Installation
To install, put this in LocalSettings.php:
require_once( "$IP/extensions/AntiBot/AntiBot.php" );
And then copy the plugins you want into the active directory.
This extension is being used on one or more of Wikimedia's wikis. It means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki is produced by Special:Version on that wiki.

