Forum Moderators: phranque

Message Too Old, No Replies

Need Some Help

         

Mojo_Risin

4:15 am on Sep 3, 2003 (gmt 0)



Does anyone have a script so I can redirect proxy traffic away from my site?

(I know legit people are going to be redirected)

Thanks for your time

mnamesir

2:47 pm on Sep 4, 2003 (gmt 0)

10+ Year Member




That's a tough one- maybe you'll have to know the IP addresses of the on-line proxies (like megaproxy) first, then use a script/server tag to see what IP is requesting traffic... Then use a (in ASP) response.redirect method to send user to new site.

Maybe the user-agent property can be used as well, but I do not know of a ubiquitous tag or code that would let you know if the users are using a proxy.