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. Wordpress upgrade, theme refresh, list of plugins
  3. Updates to FireFox Extensions page
  4. How to make a Mirrored Backup with Robocopy on Windows
  5. Twitter Updates for 2007-04-22

October 4, 2007 • Posted in: spam

Leave a Reply