Quote:
Originally posted by Pure:
I'm being sent hitbot traffic to my site, I've deleted the two trades in the UCJ-C database, but he's still sending a ton of fake traffic and is still screwing my other trades up.
Can anyone help me with this .htaccess file on how I could block these two domains from accessing my page?:
freshdicks.com
youngjerks.com
My ICQ is: 117340722
I really need a helping hand 
Pure
|
Put the following two java script codes before /head on any pages he's sending traffic to.
script
if(document.referrer.indexOf("freshdicks.com")>0)
{
self.location="http://www.youngjerks.com";
}
/script
script
if(document.referrer.indexOf("youngjerks.com")>0)
{
self.location="http://www.freshdicks.com";
}
/script
You'll send it back to him.
* Notice the < > brackets are not shown because this page is html enabled.
[This message has been edited by BigDaddy (edited 07-05-2001).]
[This message has been edited by BigDaddy (edited 07-05-2001).]