RE: Spammer fills out my order form - how to stop

2004-12-13 Thread Kevin Graeme
fills out my order form - how to stop Hey Rick, It's called a CAPTCHA. Doug Hughes at www.alagad.com has a pretty cheap CFC that generates CAPTCHA images, or there's the low-fi way of doing it: premake 100 or so of your own in photoshop. -joe

RE: Spammer fills out my order form - how to stop

2004-12-13 Thread Ben Rogers
I ran into this problem recently. To work around it (at least temporarily), I made the form action attribute point to a non-existent page. Then, when the onsubmit event gets fired, I substitute the real action page. This works because the spammers aren't actually surfing the site, so to speak.

RE: Spammer fills out my order form - how to stop

2004-12-13 Thread Micha Schopman
You might solve this issue with the common used challenge response security. It allows users to only post a form once per form call, and zeros misuse of forms. The idea behind this is you create a value, serverside with ColdFusion and verify this value against a dynamic created MD5 string. Here

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Scott Stroz
Check out www.alagad.com for a CAPTCHA solution. On Sat, 11 Dec 2004 08:03:47 -0500, Rick Root [EMAIL PROTECTED] wrote: Try to buy tickets on ticketmaster.com - that's how you stop robots from filling out your forms. I'm not sure how to do it in coldfusion though. There have been about a

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Mike Kear
Its more a puzzle for me than anythign else. What do spammers think they will gain by filling out online forms with 'poker poker 'poker Poker poker and links to non-existent sites? I dont need to hassle with captcha stuff - that's only going to make it harder for legitimate customers to order -

RE: Spammer fills out my order form - how to stop

2004-12-11 Thread Tim Laureska
fills out my order form - how to stop Its more a puzzle for me than anythign else. What do spammers think they will gain by filling out online forms with 'poker poker 'poker Poker poker and links to non-existent sites? I dont need to hassle with captcha stuff - that's only going to make it harder

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Les Mizzell
But what's the point for the spammer of doing it? Even if i wanted to throw away some money on a ripoff online gambling, I couldnt from this because the sites dont exist. Perhaps it's a way of phishing for yet another email address to spam if the order form goes through and they get an

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Bob Haroche
This goes in the category of annoyance rather than anything else, but I have a spammer filling out one of my clients' order forms and submitting it - does anyon else have this problem? And any suggestions how I can stop it? You might set a hidden form variable whose value is the IP of the

RE: Spammer fills out my order form - how to stop

2004-12-11 Thread Jim Davis
Others have suggested a CAPTCHA which would work, but in this case it seems like you could just return an error if you find any HTML in the comments field. I doubt it's a human doing it so this would, I think, effectively derail the bot. If you are going to a CAPTCHA you could go simple and see

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Dana
I had a similar problem with a guestbook (a basic form) on a site I was maintaining for a patient support group. The links were pornographic and the group was getting quite upset about them. I had to explain to them that there was no way to prevent this if they wanted to keep the guestbook, since

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Les Mizzell
pornographic and the group was getting quite upset about them. I had to explain to them that there was no way to prevent this if they wanted to keep the guestbook, since by definition it was for guests :) It's almost absurd to have a guest book these days without an admin system so messages

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Dana
::shrug:: they weren't willing to do that. The fact that they were whining about the consequences of that decision probably goes a long way towards explaining why I no longer bother with them. The point is though, you can change the url Dana On Sat, 11 Dec 2004 14:28:28 -0500, Les Mizzell

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Anders Green
At 09:04 AM 12/11/2004, Mike Kear wrote: I dont need to hassle with captcha stuff - that's only going to make it harder for legitimate customers to order It doesn't have to be TOO hard. I use one with no backgrounds, just a cross fade and a little squiggling. Take a look:

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Rick Root
Try to buy tickets on ticketmaster.com - that's how you stop robots from filling out your forms. I'm not sure how to do it in coldfusion though. There have been about a billion threads on it... the technique even has a name I think. But your real users might find it annoying, so there is a

Re: Spammer fills out my order form - how to stop

2004-12-11 Thread Joe Rinehart
Hey Rick, It's called a CAPTCHA. Doug Hughes at www.alagad.com has a pretty cheap CFC that generates CAPTCHA images, or there's the low-fi way of doing it: premake 100 or so of your own in photoshop. -joe On Sat, 11 Dec 2004 08:03:47 -0500, Rick Root [EMAIL PROTECTED] wrote: Try to buy