Topic: Preventing spam, just a thought (Read 1891 times)
What's HTML?
Gender:
Posts: 408
2466 credits Members referred : 2
« on: Jun 12, 2007, 12: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 ?
just installed one on a site where a lot of spam is send in the past
Community Supporter?
Bill Gates is my home boy
Gender:
Posts: 619
5660 credits Members referred : 0
www.dg9.org
« Reply #3 on: Jun 13, 2007, 03: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...