Automatic anonymous comments deletion

Looks like I’m getting hundreds of spam comments in any of my single blog. Let’s stop these dumb robots. I have modified latest MightySpamBlocker to automatically delete any auto-submitted comments.
Download MightySpamBlocker here.

Posted January 24th, 2008 by mightyhitter under Wordpress | No Comments »

 

PHP Image Verification - Eliminating Spam Bot

I was looking for an easier way to alternatively redo MightySpamBlocker a.k.a spam bot eliminator. This article shows a better method in preventing robot login to a web based system. Have this code saved as something like image.php (or whatever name you would love to):

<?php
session_start();

// generate 5 digit random number
$rand = rand(10000, 99999);

// […]

Posted January 20th, 2007 by mightyhitter under PHP, Wordpress | No Comments »

 

Sorry for the missing comments ;)

I have MightySpamBlocker plugin in place with assumption that everything is fine since I have eliminated spam comments. Now I smell something wrong. I lost some comments on my blog and all those incoming trackbacks are rejected by this plugin. Time to redo the things..
Those who leave me comments & mistakenly filtered out by […]

Posted September 21st, 2006 by mightyhitter under Wordpress | No Comments »

 

Eliminating 100% Spam Bot Comments in Wordpress

This is a shameless wordpress plugin awareness post
I use MightySpamBlocker v 2.0 and it help me a lot with managing the spam comments. I used to login to the site administration and see about 50-60 comments in moderation que everyday. What a bad days when I found only 1 or 2 of […]

Posted August 10th, 2006 by mightyhitter under Wordpress | 2 Comments »

 

Block spammer bots at your blog with MightySpamBlocker 2.0

I’m getting tired with spam comments submitted by spammer bots! And today, I decided to upgrade the anti-spam wordpress plugin which I wrote earlier (MightySpamBlocker 1.0) into another level of protection.
Problem with old versin;
1. It scan comments based on predefined bad words. If none found, then it will pass the comments through. The problem […]

Posted August 6th, 2006 by mightyhitter under Wordpress | No Comments »

 

Spammers with jokes..

They must be thinking that some cheap jokes will do the trick and these spammers comment on your post with it.
Lady on the Bus
A lady about eight months pregnant got on a bus; she noticed the man opposite to her was smiling at her so she immediately moved to another seat.
This time the smile […]

Posted May 11th, 2006 by mightyhitter under Wordpress | No Comments »

 

MightySpamBlocker Available for Download

It should be few more days for the release date but I decided to modify my trial version ASAP and make it working today since I’ve been receiving a lot of spam comments in my moderation que.
With MightySpamBlocker, I will automate the moderation process which means the plugin will moderate all the comments for […]

Posted May 10th, 2006 by mightyhitter under Wordpress | 1 Comment »

 

Plugin to send email..

I have almost finished with the first version of MightySpamBlocker but rite now I’m looking for a way to get the webmaster email address via plugin so the it can automatically acknowledge any incoming comments.

Posted April 12th, 2006 by mightyhitter under Wordpress | No Comments »

 

MightySpamBlocker - Wordpress anti-spam plugin that works!

I have been using my own “no comments spam” plugin for over a week without problem and I have reduced roughly 95% of spams comments. I’m happy with it and will make it downloadable in next few days.

Posted April 10th, 2006 by mightyhitter under Wordpress | 1 Comment »

 

MightySpamBlocker is doing well

Based on predefined filter with MightySpamBlocker, only a single spam comment recorded here since yesterday. Compared to previous days when I used to manually remove spam comments, this is totally good.
This plugin need predefined rules for now, but later I’m planning to add a little ‘AI’ to it, so it can learn the rules […]

Posted April 1st, 2006 by mightyhitter under Wordpress | No Comments »