Web Forms Being exploited
Posted: Sat Sep 10, 2005 11:20 pm
on my site i currently have a form where people can register to show interest.
The form is fairly simple and takes in quite a few bits of info. I process the form with php and send myself an email to let me know they hav registered.
Now, someone is, what seems to be running his own script on my register page. hes filling in all the fields with dummy information and generating lotsof registrations. So i keep getting lots of emails, and all these fake users.
I was wondering if there was anyway i could stop a particular ip address from continually using the form, or if anyone knew where i could find some sort of extra validation, like using those images with verification keys in them. SO an actual person has to sit down and fill them out.
I am going to include an email validation too, but this wont stop the script generating lots of dummy members.
Any help would be appreciated.
Cheers guys
The form is fairly simple and takes in quite a few bits of info. I process the form with php and send myself an email to let me know they hav registered.
Now, someone is, what seems to be running his own script on my register page. hes filling in all the fields with dummy information and generating lotsof registrations. So i keep getting lots of emails, and all these fake users.
I was wondering if there was anyway i could stop a particular ip address from continually using the form, or if anyone knew where i could find some sort of extra validation, like using those images with verification keys in them. SO an actual person has to sit down and fill them out.
I am going to include an email validation too, but this wont stop the script generating lots of dummy members.
Any help would be appreciated.
Cheers guys