please note that i'm not responsible for any data lost due to this mod
always remember to backup your files even this is just a small mod


1. in comments-ajax.php, find code that look like this

$comment_post_ID = (int) $_POST['comment_post_ID'];

then add
$spam_check = $_POST['notspam'];
if ( empty($spam_check) ) {
do_action('spammer', $comment_post_ID);
fail(__('not spammer?'));
}

2. make sure you add this into your comment.php

<p><input type="checkbox" name="notspam" id="notspam" value="notspam"> Believe me, i'm not a spammer</p>

put it somewhere below </textarea> if you donno where to put it


thats it, you r done
easy isn't?

-novatech @ http://wan.pengganas.net-