Forum Moderators: phranque

Message Too Old, No Replies

How do I change page..

for fraud clickers

         

Shawn Steele

6:44 am on May 28, 2004 (gmt 0)

10+ Year Member



I have about three competetors who fraudulently click my per per click links and while Ive already reported them to the appropriate people, I would like to present them a page by their IP address that is custom just for them, maybe something like: Stop clicking my links...think I dont know? Or something like that. Would this be done in mod-rewrite?

Thanks,
Shawn

bhartzer

4:12 pm on May 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could deny their IP at the server level and then customize the error page that you give them.

volatilegx

5:00 pm on May 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Would this be done in mod-rewrite

It sure could. If it were me, I'd just ban them, but you could send them to a different page if you wanted. Here's a quick and dirty mod-rewrite example which would ban IP ****.****.xxx.xxx:

RewriteEngine On
RewriteCond %{REMOTE_ADDR} ^xxx.xxx.xxx.xxx$
RewriteRule .* - [F]