Feb 04

Hmm. Upgrades

Tag: LifeAlex @ 11:49 am

This is the obligatory blog entry warning that I have upgraded to Wordpress 2.1 and to ask anyone who finds something that used to be working, now broken, to comment here.

I might make an AJaX Askimet spam counter plugin (if I can’t find one already done) for my sidebar. It’s amazing how much spam attempts to hit my blog. Is there a conspiracy going on. Does askimet make up spam to make it look like it’s stopping a lot more spam than is actually getting submitted?

Statistics time:

  • I installed Askimet on October 11, 2006.
  • Since then it has stopped 7,884 spam comments.
  • That averages to 68 spam comments a day.
  • 925 of those were in the last 15 days.
  • The average over the last 15 days is then 62 spam a day.
  • It is currently letting through less than 1% of that into my moderation queue.
  • Because of my moderation settings, a total of 0 have made it to my blog.

I should really just turn on compulsory registration or try referer checking as well as Askimet but this is fun so I’ll leave like this for a while longer.

EDIT: After watching the access logs (using tail -f access_log | grep wp-comments-post.php) I have found a couple of interesting things. The first is that all the spam that is trying to hit my blog does in fact have a valid referer and a valid User-Agent. The referer is that of various posts in my blog and the User-Agent happens to all be "Opera/9.0 (Windows NT 5.1; U; en)". These requests are either spoofed IP packets or are from a bot-net as the IPs are all over the show.

Just for fun, I’ve done a little .htaccess file hacking which now “403 Access Denied”’s them based on various information I’ve discovered from the access_log, I just want to see if I can stop the spam even getting to Askimet.