I just made a shitload of galleries for a another shitload of AVS sites using Arles Image Web Page Creator....
The stupid thing inserts the following code in the HTML:
hahahahahahahaha language="hahahahahahahahahaha" type="text/hahahahahahahahahaha"><!--
function gotonewpage(what) {
value = what.options[what.selectedIndex].value;
if (value hahahaha "") return;
window.location.href = value;
}
//--></hahahahahahahaha
On each page generated by Arles thereīs a dropdown menu allowing the user to navigate trough the galleries, which is OK exepct that it uses Java to do it...
My problems is that you protect members areas of AVS sites using a htacess looking like this:
AuthType Basic
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^
http://www.YOUR-DOMAIN.com [NC]
RewriteCond %{HTTP_REFERER} !^
http://YOUR-DOMAIN.com [NC]
RewriteCond %{HTTP_REFERER} !^
http://.+\.bondagepass\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^
http://www.theavsdomain.com [NC]
RewriteCond %{HTTP_REFERER} !^
http://theavsdomain.com [NC]
RewriteRule /*
http://www.YOUR-DOMAIN.com/FORBIDDEN.HTML [R,L]
which allows access to the members area if the user is coming from the AVSīs domain (which he will be when entering the members area)
But when you navigate around in the members area using these JAVA link, the rewrite rule is activated #$%& CRAP......
Is it possible to "MACgyver" the htaccess to also accept these java links ???
I donīt feel like making all the stupid galleries again, since itīs approx. 2 GB and it is already uploaded (took me a fucking week)....