Blocking spambots with Akismet and Recaptcha

There is a special place in hell for spammers. Here is how I am trying to cope these days, with instructions for installation and configuration:

Akismet

Recaptcha

// Set these in LocalSettings.php
$recaptcha_public_key = ”;
$recaptcha_private_key = ”;
require_once( “$IP/extensions/recaptcha/ReCaptcha.php” );
// Sign up for these at http://recaptcha.net/api/getkey
$recaptcha_public_key = ”;
$recaptcha_private_key = ”;

Ultimately I would like to see a MediaWiki extension for Akismet (no evidence one exists just yet), and to try out the WordPress plugin for Recaptcha. I will report back when more information becomes available.

Related posts:

  1. MathML, TeX, LaTeX, TeXvc, MimeTeX, oh my!
  2. Updates to FireFox Extensions page
  3. Twitter Updates for 2007-04-20
  4. Passively Multiplayer Online Game (PMOG)
October 4, 2007 • Posted in: Spam

Leave a Reply