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.8.3+ | ||
| License | None (Public Domain) | ||
| Download | SVN (browse) | ||
|
|||
[edit] What can this extension do?
This 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
To install this extension, download the files from subversion and place them in /extensions/SimpleAntiSpam then add the following to LocalSettings.php:
require_once("$IP/extensions/SimpleAntiSpam/SimpleAntiSpam.php");
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.

