Extension:AntiBot
AntiBot Release status: stable |
|||
---|---|---|---|
Implementation | User activity | ||
Description | Simple framework for protection against spambots | ||
Author(s) | Tim Starlingtalk | ||
License | Any OSI approved license | ||
Download | |||
|
|||
Translate the AntiBot extension if it is available at translatewiki.net |
|||
Check usage and version matrix; code metrics |
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 spam tools developers by giving them our source code.
Download[edit | edit source]
The extension can be retrieved directly from Git [?]:
- Browse code
- Some extensions have tags for stable releases.
- Browse tags
- Select the tag
- Click "snapshot"
- Each branch is associated with a past MediaWiki release. There is also a "master" branch containing the latest alpha version (might require an alpha version of MediaWiki).
- Browse branches
- Select a branch name
- Click "Continue"
Extract the snapshot and place it in the extensions/AntiBot/ directory of your MediaWiki installation.
If you are familiar with git and have shell access to your server, you can also obtain the extension as follows:
cd extensions/
git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/AntiBot.git
You may also want to download (or write) some additional plugins.
Installation[edit | edit source]
To install, put this in LocalSettings.php:
require_once "$IP/extensions/AntiBot/AntiBot.php";
And then copy the plugins you want, from the available directory into the active directory.
Language: | English • italiano • 日本語 |
---|