| 
	
 | 
 Posted by Erwin Moller on 09/08/05 11:44 
bokke wrote: 
 
> I have a newsletter signup form on my front page - you insert your 
> e-mail hit submit and through php it sends it to me and the client in 
> an e-mail.  The problem is - someone is sitting at home going 
> click-return-click-return-click-return-click. 
> So I put a javascript making the person at least fake an e-mail address 
> or it would not go to the next page.  The problem is I think the person 
> has the second page in favourites and every now and then goes there and 
> hits refresh-refresh-refresh-refresh. 
> I'm getting about 10 a day - How can I stop it?  Help 
 
Hi, 
 
I would get his IP-address, and block that specific IP-address. 
It is stored in $_SERVER['REMOTE_ADDR']. 
Just hardcode into your mailingscript to block that num. 
Also, send him back an endless loop with HTML-bull to keep his spammingline  
occupied. 
That guy is maybe trying to use your email-script as a gateway to send his  
missirable spam into the world. 
I do hate spammers so much... 
 
Good luck 
 
Regards, 
Erwin Moller
 
  
Navigation:
[Reply to this message] 
 |