GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   AVS question for you AVS guru's (https://gfy.com/showthread.php?t=51464)

Jamie 02-20-2002 04:44 PM

AVS question for you AVS guru's
 
What are you guys doing if anything to stop people from bookmarking past the AVS login page?

-=HOAX=- 02-20-2002 04:55 PM

Put all those files in a separate directory and .htaccess it...send them to a tour or something...

ldinternet 02-20-2002 05:07 PM

I put the same htaccess as I put in all my image directories, surfers get an error (I send them right to the sponsor) unless the referrer is a certain domain, usually my .com and the .com of the avs sponsor I'm using.

Code:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/
RewriteCond %{HTTP_REFERER} !^http://www.adultcheck.com/
RewriteCond %{HTTP_REFERER} !^http://id.adultcheck.com/
RewriteCond %{HTTP_REFERER} !^http://adultcheck.com/
RewriteRule /* http://www.mydomain.com/sponsor/ [R,L]

You may want to set RewriteRule to the front end of your avs site, so they'll need to enter their pass again to get in.

For image directories, there is no way to get at those images (so its useful for tgp galleries) unless they click on the thumbnail from the html page, only if the referrer = mydomain then the image will show. Also stops people from cutting and pasting the image address from a freeloading surfers bbs. Those guys are sent straight to a destination of my choice. :1orglaugh

For those image directories, I just put something like this:

Code:

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.mydomain.com/
RewriteCond %{HTTP_REFERER} !^http://mydomain.com/
RewriteRule /* http://www.mydomain.com/error/ [R,L]


-=HOAX=- 02-20-2002 05:12 PM

Yup...that's the stuff...also Id maybe you can help me...I want the code to disable right click and give a personalised message...is it just a mouse event in JS?

Jamie 02-20-2002 05:17 PM

Hoax,

http://www.codebrain.com/javascript/noRightClick/

There ya, Go

-=HOAX=- 02-20-2002 05:26 PM

Jamie,
Yer a peach!

Jamie 02-20-2002 05:30 PM

Only to my friends in Tahoe


All times are GMT -7. The time now is 10:54 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123