PDA

View Full Version : hotlinking ?? - I need your help


The New Andy
05-24-2001, 05:15 AM
hell
I was wondered why so many surfers click on my blind links http://bbs.adultwebmasterinfo.com/ubb/wink.gif
I found that someone copied my blind links ( he/she probably thought they were galleries ). he copied it with whole my cgi path so if someone clicks on that link he's sent to my trade partner and my script counts it but my trade partner won't ..
please is there any way I can send traffic from that page somewhere else .. I mean some .htaccess stuff or something

http://sex202.eroboom.com/SHEQIN.htm
http://209.103.170.171/int.htm
http://xxxgirl18.eroboom.com/one.htm
take a look, these are the sites that copied me
what should I do ??

Hypo
05-24-2001, 06:06 AM
Why wont your trade partner count the hits? They're finally coming from your url arent they?

snow
05-24-2001, 06:24 AM
someone help andy cause i dont know shit about scripts......

shane94
05-24-2001, 06:34 AM
Here is a sample .htaccess file I use to prevent that:

AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://.*pornstarsatplay.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://216.234.169.116/.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://www.pornstarsatplay.net/ [R,L]


YOUR
url:ip:www.url (= goes in the blanks. just replace mine.

shane

The New Andy
05-24-2001, 07:19 AM
yep
thanks again shane http://bbs.adultwebmasterinfo.com/ubb/wink.gif

xApster
05-24-2001, 07:37 AM
<font face="Verdana, Arial" size="2">Originally posted by Hypo:
Why wont your trade partner count the hits? They're finally coming from your url arent they?</font>

Hypo a counter justs refers someone to a site it does not have an http address attached to it... so where ever that person refers the hit from on the script it counts from that domain. In turn fucking up The New Andy's stats http://bbs.adultwebmasterinfo.com/ubb/smile.gif

Hypo
05-24-2001, 11:48 AM
Aha. Thanks for clearing that up!