This is a Are You A Human ConfirmEdit extension for MediaWiki.
See the ConfirmEdit extension page for details on how to setup ConfirmEdit first.
-
Install ConfirmEdit
-
Copy AreYouAHumanCaptcha's files and directory (
AreYouAHuman*.php
and theAreYouAHuman/
directory) to the ConfirmEdit directory -
Add the following lines to the end of your LocalSettings.php:
require_once( "$IP/extensions/ConfirmEdit/AreYouAHumanCaptcha.php" );
$wgCaptchaClass = 'AreYouAHumanCaptcha';
- Edit the
AreYouAHuman/ayah_config.php
file and add yourAYAH_PUBLISHER_KEY
andAYAH_SCORING_KEY
.
- 2013-05-07: Version 1.0: Initial release
- 2013-05-28: Version 1.1: Adds no JavaScript support, removed deprecated functions