Re: html forms and spam-bots
- From: "Tree*Rat" <tree.rat@xxxxxxxxxxxxxx>
- Date: Mon, 29 Sep 2008 12:51:47 GMT
William Gill <noreply@xxxxxxxxxxx> wrote in news:dUuDk.1497$073.28
@fe99.usenetserver.com:
I am getting a lot of phony form submissions. I assume they are not
being done manually because of the volume, but by some sort of spam-bot.
I thought of putting some code in the php processing script to trash
the bot generated responses, but was surprised to see the referrer is my
form, not some clone or such. Any ideas on a quick way to eliminate
these time wasters early in the process?
CAPTCHA is the way. I use a simple method which stores a 4 digit number in
the database. Then using 4 drop down boxes they have to select the
coresponding numbers. on submit the numbers are checked. simple but so
effective.
.
- Follow-Ups:
- Re: html forms and spam-bots
- From: Michael Fesser
- Re: html forms and spam-bots
- References:
- html forms and spam-bots
- From: William Gill
- html forms and spam-bots
- Prev by Date: Re: php scripts and tripple slashes
- Next by Date: Re: html forms and spam-bots
- Previous by thread: Re: html forms and spam-bots
- Next by thread: Re: html forms and spam-bots
- Index(es):
Relevant Pages
|