Oct 31 2006

New Spam Protection Plug-Ins

  • Written by Yaro 
  • 30 Comments... Click to Contribute

I just completed installation of a new WordPress plug-in to protect this blog from comment spam and another plug-in to protect against trackback spam.

I am now using Math Comment Spam Protection Plug-in which adds an additional input field to the comment area where you have to do a basic maths equation in order to approve your comment. I have no idea how effective this will be but the claim is that it protects against all non-human comment spam. It’s certainly a simple solution and I hope it works well.

I’m sorry if your basic math is not good – you might need to have a calculator handy if you want to comment on my blog :) .

This replaces the Spam Karma plug-in I was using, which wasn’t too bad at catching spam, however I wasn’t too happy with the captcha process and some spam was getting through every day.

I also installed the Trackback Validator plug-in which protects my blog from malicious trackbacks.

Thanks to SeoPedia for the heads-up about these plug-ins.

Forward to Friend

Email a copy of this article to a friend

* Required Field



Separate multiple entries with a comma. Maximum 5 entries.



Separate multiple entries with a comma. Maximum 5 entries.

Loading ... Loading ...

 

Comments

  1. 1
    On October 31, 2006 at 3:41 pm Jon said:

    I don’t see this as being very effective. Since the math is in html and not an image it would be easy to create an application to do the math as it autosubmits the spam.
    Akismet works like a charm for me.

  2. 2
    On October 31, 2006 at 3:47 pm Jamsi said:

    The ones I like the best are the ones that show you a coloured box and ask you to describe what colour it is :)

    4+7 is 11 right?!

  3. 3
    On October 31, 2006 at 5:10 pm Flee The Cube said:

    I’m also very happy with Askimet, though it does let the random spam comment through once in a while. As far as impenetrable captchas go, however, http://www.hotcaptcha.com/ is pretty hacker safe ;)

  4. 4
    On October 31, 2006 at 9:54 pm Ed said:

    I don’t see this as being very effective. Since the math is in html and not an image it would be easy to create an application to do the math as it autosubmits the spam.

    But due to the variability of the answer it makes it a programmatically difficult thing to do so is in fact quite a good filter.

    The ones I like the best are the ones that show you a coloured box and ask you to describe what colour it is

    And what if you’re colour blind or can’t see?

  5. 5
    On October 31, 2006 at 10:26 pm Sucker said:

    Good thing you’re letting readers know about this – I’ve never seen the math validator so I’d be wondering what it was otherwise…

  6. 6
    On November 1, 2006 at 12:30 am Jon said:

    But due to the variability of the answer it makes it a programmatically difficult thing to do so is in fact quite a good filter.

    What variability? Every computer on earth can solve a simple addition question…it doesn’t matter that the numbers change, it is still a + b = c and this puzzle can be solved by a computer with 100% accuracy. That’s why they went to the image type human verification systems.

    Read the requirements for a good CAPTCHA, this system does not meet them.

  7. 7
    On November 1, 2006 at 12:56 am Francisco H. Perez said:

    Well, I use this one as well, and ever since I implemented it I have not seen any spam. I guess it is true that any computer can get a + b and add the numbers with complete accuracy, but it would have to be intelligent and ALL websites would have to have “Sum of a + b ?” so that they can scan that. I could just change to Addition and take away the question mark. Make it to where they still have to guess. But great point on that. I had not considered that, and I am a programmer.

  8. 8
    On November 1, 2006 at 1:30 am Blaine Moore (Run to Win) said:

    I use a combination of things, but the biggest spam protection I use is the worst offendors extension to Akismet from http://boakes.org/ that will give you a list of frequent spammers.

    If I see the same IP address more than once in my frequent spammers list, then I add that IP address to deny access to my website. It’s cut my spam attempts on my site to about 5% of what they were before I started doing that.

  9. 9
    On November 1, 2006 at 2:18 am Yaro said:

    I have no idea how effective this plug-in will be but I will give it a go and see what happens. If no luck back to Akismet and I’ll try that extension suggestion from Blaine too.

  10. 10
    On November 1, 2006 at 4:12 am Ed said:

    What variability? Every computer on earth can solve a simple addition question…it doesn’t matter that the numbers change, it is still a + b = c and this puzzle can be solved by a computer with 100% accuracy. That’s why they went to the image type human verification systems.

    Obviously, but that’s not the point. Most common blogging systems have a script that captures free form text in a fairly predictable format. Adding a non-free form text requirement to a commenting system with a unique form name makes it a more difficult process. What it then means is that the spam harvester can only attack the comments form with a direct scrape of the form every time. This isn’t productive from a spamming point of view so harvesters tend to deal with default installations of the usual suspects such as MT, WP, TP etc because they know the fields in advance.

    Read the requirements for a good CAPTCHA, this system does not meet them.

    Whichever way you slice it, image based captcha isn’t accessible. Screen selectable/readable text is.

    I use a JavaScript system which looks for keystrokes before posting. It also has a noscript fallback to email comments to me. I have successfully eliminated spam 100%. It’s also degradable, functional and should be accessible.

  11. 11
    On November 1, 2006 at 4:39 am Jon said:

    What it then means is that the spam harvester can only attack the comments form with a direct scrape of the form every time

    Or, once the plugin is better known, submit each comment 20 times with mcspvalue=1, 2, 3 etc. No scrape required.
    I see it as a temporary ploy until enough people are using it so that it becomes “profitable” to add it to the spam submission applications.

    I use a JavaScript system which looks for keystrokes before posting

    Brilliant, where do I get it?

  12. 12
    On November 1, 2006 at 4:50 am Ed said:

    I see it as a temporary ploy until enough people are using it so that it becomes “profitable” to add it to the spam submission applications.

    That’s its downfall. It’s an arms race.

    Brilliant, where do I get it?

    Unfortunately, it’s a hybrid of a Movable Type plugin available at MT Keystrokes but in principle it’s easy to port if you know your PHP and JavaScript.

  13. 13
    On November 1, 2006 at 9:20 am Cristian Mezei said:

    Since the math is in html and not an image it would be easy to create an application to do the math as it autosubmits the spam.

    You would not believe how easy it is to fool captcha’s. There are at least 5 scripts on my HDD that can identify any Vbulletin/Wordpress/Phpbb etc type of captcha’s.

    Until spammers find a way to make that math parsing and calculation script, I am having 0 spam comments in my blog.

    I have about 50.000 comments caught by Akismet in 8 months. My friend Lorien at Search Engine Journal has about 890.000. After the mat comment , there are .. like .. 0 :-)

    I don’t usually recommend things that don’t work.

    Yanis, did you receive any (and I mean ANY) spam comment since you installed this plugin here or at Small Business Branding ?

  14. 14
    On November 1, 2006 at 11:22 pm Google Success said:

    I have seen people like Matt Cutts using the maths plug-in for quite some time, so I guess it should be effective. In Wordpress options (discussion) you can prevent others from pingbacks and trackbacks – so there is no really need of any plugin to do that.

  15. 15
    On November 2, 2006 at 3:00 am Yaro said:

    The only spam getting through is from a damn breast enlargement spammer – this one got through Spam Karma too – I’m going to ban the IP.

    Besides that – all good!

    However, one MAJOR difference – I woke up to 24 comments that required approval, 15 of which were legitimate comments. I have not had that many over night in a long time and I’m beginning to think that Spam Karma may have deleted A LOT of my legitimate comments in the past.

    I am now convinced that I’m probably missing hundreds, if not thousands of LEGITIMATE comments from the past 6 months or so I have been using Spam Karma. That makes me sad :(

  16. 16
    On November 2, 2006 at 3:53 am Cristian Mezei said:

    It’s all good now. Just go and cry yourself to sleep, and come back tomorrow strong :-)

  17. 17
    On November 2, 2006 at 3:54 am Jon said:

    I am now convinced that I’m probably missing hundreds, if not thousands of LEGITIMATE comments from the past 6 months or so I have been using Spam Karma.

    Bad karma for Spam Karma :)

  18. 18
    On November 2, 2006 at 11:54 pm Google Success said:

    I use the default plugin akismet that comes with wordpress. It is good enough for me as of now as I don’t receive so much spam. But sometimes it flags my own comments as spam :)

  19. 19
    On November 3, 2006 at 4:53 pm Vans said:

    I think the Image verification is the best option as Jamsi suggested. This one also may work, but it can be passed by spammer.

  20. 20
    On November 4, 2006 at 8:41 am Lucas said:

    Wow i get the easy math questions (3 + 4) :D

    I’ve actually installed this to my site. I didn’t have any spam protection before but now i am testing this to see how well it works. I had like 62 pieces of spam in the last 24 hours so i hope this clears up my problem. Cheers Yaro and thanks for the link/plugin!

    Lucas

  21. 21
    On February 7, 2007 at 6:29 am fora said:

    It’s a great method of protection, i’ve seen it before but now i know where i can get it.. thanks alot

  22. 22
    On February 7, 2007 at 7:29 am fora said:

    poor idea for people who suck at math :) j/k but it’s a great plugin i know and talked to some people who use it aswel and they’r very happy about it

  23. 23
    On June 4, 2007 at 11:44 pm gratis forum said:

    For the moment it might work, but it by far more easier to crack then any captcha image.

  24. 24
    On June 5, 2007 at 3:26 pm John said:

    I tried to make a comment on a site because which wanted me to find the sum of the root number etc. I could not figure it out an it was a genuine comment I wrote out and had questions and everything. Can the Spam filters figure this one out or is it manual spam that you were getting?

  25. 25
    On August 28, 2007 at 3:01 pm subcorpus said:

    i’m using akismet …
    but i still get more than 50 spam comments lik everyday …
    damn them spammers …

  26. 26
    On February 18, 2008 at 6:44 am News said:

    I have not had that many over night in a long time and I’m beginning to think that Spam Karma may have deleted A LOT of my legitimate comments in the past.

  27. 27
    On March 4, 2008 at 8:43 pm politics said:

    I hope we don’t start seeing more and more sites with 2 different captcha / questions. I remember seeing at least one like that. I think that would be the simplest and most effective, but terribly annoying.

  28. 28
    On January 5, 2009 at 12:06 pm The Painter said:

    I have found the math captcha is more thourough than some of the others I have tried for forms in both Joomla, and WordPress. Less slip through, but also less submissions. I too hope we don’t start seeing 2 verify items per page, PITA.

  29. 29
    On January 15, 2010 at 7:35 am flaim said:

    both image captchas and math aren’t too good – spammies will get through quite easily. There are some better systems however if someone is a maniac ; )

    check out – http://www.thepcspy.com/contact ; -)))

    I’ve seen a nice one some time ago which presented two random pictures from flickr (of course someone had to pick and sort thousands of them) and asked questions like – which one is older? or which one is faster? or which one is more expensive? – this one is a bit hard to be beaten by a quickly prepared bot and easy to use by the user.

    Someone said a nice thing a few comments above – when it gets profitable to create a bot to defeat a certain system it will certainly be done – just matter of time – i’ll add that the best solution is to switch to a different system when the old one stops working – we have to be active to fight spammers ;)

Leave a comment

Trackbacks

  1. 1

    [...] Well it didn’t last long. You may remember at the end of October I switched to the math comment spam protection system. Unfortunately for the last two weeks I have been waking up to about 100 spam comments which must be smart enough to do basic math. [...]

RSS
Subscribe To Entrepreneur's Journey
  • TwitterCounter for @yarostarak

Subscribe to my blog and get a bonus copy of my book - "How To Start An Internet Business & Make Your First $1,000 Online"

Blog Sponsors
Our Internet SecretsHow To Sell Your eBookGlobal Resorts Mastermind30 Day MarketingBlog ApperHuman RewriterWordpress eStoreAdvertise Space
Follow Yaro on Twitter
Recent Video Post

Make sure you look out for Laura’s cat – she features in this interview too.
Click here to download the audio-only MP3 [ 54 MB ]
This interview is a great story, which for many online entrepreneurs will seem very familiar – as it was for me.
Laura is young, but she’s not young in terms of how [...]

Recent Flickr Photos
Blog Sponsors
Unique Blog Designs
Recent Comments
  • henry@penny stocks: I knew that people learn a lot through blogging but this as really a shocker. If you are a good writer and have got some...
  • Charles: I recently started my new blog. Its only 1 week actually. However whenever i need motivation I come back to this post of...
  • Charles: OK Yaro I was just about going through this post. My blog is still 1 week old. Is it wise for me to install the widget n...
  • Evanonymous: I know this is kind of late to post, but i have enjoyed the fruits of my labor with myspace. I have added alot of people...
  • Janti: Selling a website is not as simple as selling hotcakes down the street. You need to transfer the whole account and hosti...
Recent Podcasts
Learn how to make money from blogging

Learn how this blog makes $10,000 per month, attracts over 5,000 daily readers - All from just two hours of "work" per day!

Subscribe Form

Your information will not be shared with any third party.