Tag Archive for 'Weblog'

Efficient spam bot protection

Wordpress blogging system comes with the “Akismet” learning spam filter for the comments. Unfortunately this filter has proved to be fallible and missed 1-2 spam comments out of every 100.

Almost two weeks ago I had to implement extremely simple spam bot protection in my weblog on top of the Akismet.

That’s the picture that I see every day since then:

Spambot protection results

Akismet filter is still working in case next-gen of spam bots will learn to check every single check box they see.

PS: I’m disappointed that spammers do not simply hook some fast evolutionary algorithms to the spam delivery tool (trained on “per publishing platform” basis). It would’ve been interesting to fight these.

How do you handle spam-bots in your blog?

I used to have Akismet plugin for WordPress, but it seems to miss some spam-bots.

So we’ll try something a bit different - “world’s simplest spam-bot protection”:

Simplest spam-bot protection

PS: Learning PHP by looking at the code has turned out to be trivial. All languages are similar, after all.

PPS: Please, drop me a line at info-rabdullin.com if it goes wild and does not let you in.

How to bind FeedBurner feed to your domain

There’s a simple option in FeedBurner that allows you to bind their feeds to your domain name. You just need to:

2007-12-19_114425

Wiring up an established weblog with Google

Here are steps on the subject:

  1. Check the weblog with w3c validator (Google does not respect badly formed documents).
  2. Register an account at the Google Analytics and add tracking script to your weblog. You could use “Text, HTML and PHP” WordPress sidebar module for this purpose.
  3. Download and activate Google (XML) Sitemaps generator plug-in for WordPress.
  4. Submit weblog to to Google indexing
  5. Use Google Webmaster Tools to submit the sitemap and check for various problems.
  6. Register at Feedburner and follow the instructions to redirect all RSS feeds through the service.

PS: For example, this is my sitemap.

Setting up a weblog

Here are some links:

2007-12-13_233028