Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.32 KB

File metadata and controls

36 lines (21 loc) · 1.32 KB

No Longer Recommended

The Are You A Human PlayThru Service is being turned off on March 1st, 2016.

See this blog post from areyouahuman.com.

AreYouAHuman ConfirmEdit extension

This is a Are You A Human ConfirmEdit extension for MediaWiki.

See the ConfirmEdit extension page for details on how to setup ConfirmEdit first.

Installation

  1. Install ConfirmEdit

  2. Copy AreYouAHumanCaptcha's files and directory (AreYouAHuman*.php and the AreYouAHuman/ directory) to the ConfirmEdit directory

  3. Add the following lines to the end of your LocalSettings.php:

require_once( "$IP/extensions/ConfirmEdit/AreYouAHumanCaptcha.php" );
$wgCaptchaClass = 'AreYouAHumanCaptcha';
  1. Edit the AreYouAHuman/ayah_config.php file and add your AYAH_PUBLISHER_KEY and AYAH_SCORING_KEY.

Version History

  • 2013-05-07: Version 1.0: Initial release
  • 2013-05-28: Version 1.1: Adds no JavaScript support, removed deprecated functions

Contributors