Pieter du Toit wrote:
Hi guys

I have a website that is being crawled or whatever and i have a submission form for an event.

I keep on getting random mail from this form.

I have even disabled the submit button on the form, but keep on getting it.

What can i do?

Did you write the mail sender script yourself? A spammer can simply submit your form using there own server or any other server with your fields, so you need to stop the processing on your server side if you simply want to disable it.

If you want it work however then that you could use the GD library to create an image on the fly showing 5 numbers, which the user needs to fill in in order to send, this would stop the bots from being automate your form.

Kevin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to