i’m not spammer plugins
today i'm testing my new anti-spam plugin named i'm not spammer plugins, it's day one and my akismet didn't show any spam come in except from trackback...>_<
nice 
let see how its going for couple more days
i got an idea to built this simple plugin from cry4freedom's blog, so i try to search out for wp plugins that work just like that, then i end up with zero result. cry4freedom also didn't use wordpress as his blog engine. well, i just create my own..lah
it's just a simple plugin, well as long as it's working then it's fine, who care about the rest
if you are using k2 theme
you can simply mod comments-ajax.php
here is how to modify it.
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 if you donno where to put it
or you can read the manual how to add spam filter into k2 comment-ajax.php
if have something to share or something to add, feel free to discuss it here
please report to me if you can't post here (make sure you are not a spammer) ![[lolx] [lolx]](http://wan.pengganas.net/smilies/lolx.gif)
update : why the hell trackback spammer only focus on my entry about "berapakah nilai laman web anda". trackback to that url will now be turned off.. 

![[color] [color]](http://wan.pengganas.net/smilies/color.gif)
6 Comments