April 202010
Blocking spam comments
I have had a lot of trouble with spammers inserting multiple comments in this blog, with links advertising the usual spammer wares. Even though I had added some basic checking, it didn't do enough to block this. The problem was so extreme that I actually shut down the ability to add comments for a while.
Captchas are very popular as a human verification method, but I don't like them. As a user I find them a pain and they put the burden on to the user instead of on to the site's manager. I'm sure this stops a lot of legitimate posts.
So I have been searching for alternative methods and this is my first attempt. I am keeping the original method were users have to answer a simple sum before posting a comment, but then I am using a lot more validation in the server-side processing. Hopefully I can find a combination of methods that will allow legitimate comments while stopping the mass of spam.
Captchas are very popular as a human verification method, but I don't like them. As a user I find them a pain and they put the burden on to the user instead of on to the site's manager. I'm sure this stops a lot of legitimate posts.
So I have been searching for alternative methods and this is my first attempt. I am keeping the original method were users have to answer a simple sum before posting a comment, but then I am using a lot more validation in the server-side processing. Hopefully I can find a combination of methods that will allow legitimate comments while stopping the mass of spam.
