Topic: Preventing spam, just a thought (Read 925 times)
What's HTML?
Gender:
Posts: 402
2430 credits Members referred : 2
« on: Jun 12, 2007, 01:16:52 PM »
We opened up a discussion over email today that made me think
Would you say that most forum/post or email form spam is automated ? meaning the poster has a script/program that knows the post fields and automatically fills them and then posts.
If yes, I was thinking of a solution/script that would have the field names created at random on run time ?
Community Supporter?
I am a fanatic. So?
Gender:
Posts: 541
5184 credits Members referred : 0
www.demonhale.com
« Reply #3 on: Jun 13, 2007, 04:50:49 AM »
There are two things that worked for me to prevent spam... captcha is one, but adding another text-input field and using visibility:hidden; or display:none; property to it, then adding on confirmation that if the text field is filled the script fails... the robots usually fills it up and always fail... the human always succeed since they can't fill or see it...
There are two things that worked for me to prevent spam... captcha is one, but adding another text-input field and using visibility:hidden; or display:none; property to it, then adding on confirmation that if the text field is filled the script fails... the robots usually fills it up and always fail... the human always succeed since they can't fill or see it...
That's very clever. I will try it too
If you name this field "email" or "url" it will for sure trick those bots
There are two things that worked for me to prevent spam... captcha is one, but adding another text-input field and using visibility:hidden; or display:none; property to it, then adding on confirmation that if the text field is filled the script fails... the robots usually fills it up and always fail... the human always succeed since they can't fill or see it...