View Single Post
Old 03-24-2003, 02:48 PM  
kelry
Registered User
 
Join Date: Sep 2001
Location: BKK
Posts: 23

Some of my frined tell me that I should use the cookie by using this code


RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*mydomainname.com/ [NC]
RewriteCond %{HTTP_COOKIE} !(^|(.+;)*)id=mydomainname(;.*|$)
RewriteRule /*$ http://www.yahoo.com [L,R]


and i have tp place code listed bolow before the </head> on every html pages

hahahahahahahaha LANGUAGE="hahahahahahahahahaha">
// Calculate the expiration date
var expires = new Date ();
expires.setTime(expires.getTime() + 1 * 60 * 60 * 2);
documenthahahahahahahaha = "id=mydomainname; path=/" + "; expires=" + expires.toGMTString();
</hahahahahahahaha

Is this also true?

Because he claims that this will allow all surfers that came from my site to view the movies and preventing 100% of hotlinks.

It seem so good to be true.
kelry is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote