paul34
12-31-2001, 07:44 PM
Hi,
Is this script correct?
I found it on this board a day ago.
There was a problem with the Cookie line - an image
remed a period or somethin???
What's the 6. 60 *60?
I know the 6 is hours. What's the 60 bit?
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yourdomain.com/ [NC]
RewriteCond %{HTTP_CeeKIE} !(^|(.+ *)id=valid(;.* |$)
RewriteRule /* http://%{HTTP_HOST}/ [R,L]
(start the script removed for the board - changed to 'ceekie')
// Calculate the expiration date
var expires = new Date ();
expires.setTime(expires.getTime() + 6 * 60 * 60 * 1000);
document.ceekie = "id=valid; path=/" + "; expires=" + expires.toGMTString();
(end the script I removed as board would'nt have it)
Thanks for your help, if any!
Is this script correct?
I found it on this board a day ago.
There was a problem with the Cookie line - an image
remed a period or somethin???
What's the 6. 60 *60?
I know the 6 is hours. What's the 60 bit?
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yourdomain.com/ [NC]
RewriteCond %{HTTP_CeeKIE} !(^|(.+ *)id=valid(;.* |$)
RewriteRule /* http://%{HTTP_HOST}/ [R,L]
(start the script removed for the board - changed to 'ceekie')
// Calculate the expiration date
var expires = new Date ();
expires.setTime(expires.getTime() + 6 * 60 * 60 * 1000);
document.ceekie = "id=valid; path=/" + "; expires=" + expires.toGMTString();
(end the script I removed as board would'nt have it)
Thanks for your help, if any!