The Asirra extension provides a kitten auth system for protection against spambots and other automated tools. The Asirra service itself is powered by Microsoft. Users have to distinguish between images of cats and images of dogs, a task which proves to be easy for humans but difficult for bots.
[edit] See it in action!
You can live-test Asirra on the Test wiki at http://test.bachsau.com/mediawiki/. Just edit the page, create accounts or whatever you want. It's just a test installation.
[edit] Installation
- Download the latest version
- Extract the archive to $IP/extensions/</t> directory
- Add to the end of LocalSettings.php:
require_once("$IP/extensions/Asirra/Asirra.php");
- Installation can now be verified through Special:Version on your wiki
[edit] Configuration (optional)
- $wgAsirraEnlargedPosition: [str] Can be one of top, bottom, left, right. Defaults to bottom.
- $wgAsirraCellsPerRow: [int] Number of images per row. Defaults to 6.
- $wgAsirraScriptPath: [str] If your extensions directory is outside the document root, or not accessible for any reason, you can set an alternative path to Asirra plugin's JavaScripts here.
For other configuration options and user rights, please refer to Extension:ConfirmEdit#Configuration.
[edit] Changelog
- 0.3: Fixed a bug that kept users from registering new accounts
- 0.4: Major improvements to JavaScript
- 0.5: Fixed "Undefined property" notice in Asirra.class.php on line 30
- 0.6: Fixed a bug which resulted in incorrect JavaScript paths on certain webservers. Added a configuration option to override this path.
- 0.7: Raised Connection_Timeout to thirty seconds. This often caused errors because of the Microsoft server being too slow. Upgraded ConfirmEdit components to 1.18.x
- 0.8: Asirra now uses its own directory, as it's a standalone extension. No code changes, no need to update.
[edit] Known bugs