6 Comments posted on "Fighting Spam In WordPress"
Wow I just wrote about this topic a little while ago. Anyways, one of the best ways of keeping automated spam away I have found is to use Javascript to redirect real people while letting the comment bots think they commented but have actually just been ignored. Check out my post about it, maybe it will make more sense.
Keep the Comment Bots at Bay
@Lee Sounds like an interesting solution. Thanks for stopping by and leaving a comment, I’ll let you know what I think of the article.
Jeff,
You should try SpamFree. It’s an awesome plugin.
I use an anti spam plugin of my own that randomises the form names on page load to prevent bots using the html on the page to figure out which post variables to send.
@Andrew I came up with the idea one time to try and change the names of the form fields so that bots couldn’t automatically fill in their information. For instance, the email field would be called Emale, URL would be called Yoorl ect. However, I discovered that the form fields were hardcoded or tied into the way comments were processed and it broke the commenting form. Your idea sounds better. Is it a customized solution?
It is something I wrote myself; I have explained it on my site.
The website link attached to this comment points to the post.
The key to it changing the post variables back to standard before WordPress starts to use them.
Most Recent Comments