Extension:SimpleAntiSpam
From MediaWiki.org
|
SimpleAntiSpam Release status: stable |
|||
|---|---|---|---|
| Implementation | Page action | ||
| Description | Adds a simple spam/bot check to forms | ||
| Author(s) | Ryan Schmidt (SkizzerzTalk) | ||
| Last version | 1.0 | ||
| MediaWiki | 1.11+ | ||
| License | None (Public Domain) | ||
| Download | Download snapshot Subversion [Help] |
||
|
|||
|
Check usage (experimental) |
|||
[edit] What can this extension do?
SimpleAntiSpam extension adds a hidden form field to the edit page as an anti-spam/anti-bot check. If the field is not blank when the page is saved, the save will be aborted and a generic "you triggered the spam filter" page will be shown.
[edit] Installation
- Download the files into
$IP/extensions/SimpleAntiSpam - Add the following to LocalSettings.php:
require_once("$IP/extensions/SimpleAntiSpam/SimpleAntiSpam.php");
- Installation can now be verified through your wiki's Special:Version page
|
|
This extension is being used on one or more of Wikimedia's wikis. This 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 can be seen on the wiki's Special:Version page. |