someone keeps spamming my website form

You should add capcha to your form so that noone can automatically send emails to you
 
this is what happen when someone use scrapebox the wrong way.
 
I coded a script that recognizes popular captcha,
downloading them (with session) and send them
to decaptcher]

Did you actually write this ? if so its been on the internets for at least a year.
 
this is what happen when someone use scrapebox the wrong way.


Not really - if they are using that then they are doing something right!

The emails getting through, maybe should remove dupe urls but hey ho
 
Last edited:
Did you actually write this ? if so its been on the internets for at least a year.

The mechanic of this is very basic... anybody who
know how to simulate a browser (using live httpheader)
can get to this conclusion that's why my code looks
similar but yes I coded it from scratch.
 
put some fake forms that aren't linked that submit to nowhere where your spammed form is now, and move your real form to another page. send the f*****g form results to an email scraped from the sites he's spamming for.

also, just record the ip address with a php script and then block the range in your .htaccess file if use a Linux server.
 
Thanks everyone. Hotleatherdreams Is writing a new mail script for me with captcha, he has some mad programming skills. I also blocked the ip so hopefully the problem will be solved soon
Posted via Mobile Device
 
Back
Top