Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-20-2002, 04:44 PM   #1
Jamie
Confirmed User
 
Join Date: Apr 2001
Location: CelebPay.com
Posts: 2,517
AVS question for you AVS guru's

What are you guys doing if anything to stop people from bookmarking past the AVS login page?
Jamie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-20-2002, 04:55 PM   #2
-=HOAX=-
Confirmed User
 
Join Date: Dec 2001
Location: CrackYaMental
Posts: 4,365
Put all those files in a separate directory and .htaccess it...send them to a tour or something...
__________________
Insert Value Here.
-=HOAX=- is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-20-2002, 05:07 PM   #3
ldinternet
Confirmed User
 
Join Date: Apr 2001
Posts: 8,245
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.

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]
ldinternet is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-20-2002, 05:12 PM   #4
-=HOAX=-
Confirmed User
 
Join Date: Dec 2001
Location: CrackYaMental
Posts: 4,365
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?
__________________
Insert Value Here.
-=HOAX=- is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-20-2002, 05:17 PM   #5
Jamie
Confirmed User
 
Join Date: Apr 2001
Location: CelebPay.com
Posts: 2,517
Hoax,

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

There ya, Go
Jamie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-20-2002, 05:26 PM   #6
-=HOAX=-
Confirmed User
 
Join Date: Dec 2001
Location: CrackYaMental
Posts: 4,365
Jamie,
Yer a peach!
__________________
Insert Value Here.
-=HOAX=- is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-20-2002, 05:30 PM   #7
Jamie
Confirmed User
 
Join Date: Apr 2001
Location: CelebPay.com
Posts: 2,517
Only to my friends in Tahoe
Jamie is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.