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 08-31-2003, 04:47 PM   #1
Giorgio_Xo
Confirmed User
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 4,263
Repeat of a Stupid AVS Question

I am soon set to create AVS sections on a few of my sites but I have a stupid question to ask: How do I protect the members area (or do I)?

The user flow goes from the splash page to the enter ID page to the members content. The access is controlled by the AVS? Is there a cgi interaction with my domain as with a paysite?

Is this an htaccess issue? My brain doesn't want to think today.

I signed up with Cyberage. Thanks.
__________________
Make Levees, Not War
Giorgio_Xo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 07:02 PM   #2
Giorgio_Xo
Confirmed User
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 4,263
bump...
__________________
Make Levees, Not War
Giorgio_Xo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 07:03 PM   #3
Dirty F
Too lazy to set a custom title
 
Dirty F's Avatar
 
Industry Role:
Join Date: Jul 2001
Posts: 59,204
Uh..well...i could answer that but geesh...come on.

Ok, hint.

Try making and submitting your first avs site and read the steps to do that.
Dirty F is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 07:04 PM   #4
stevecore
Confirmed User
 
Join Date: May 2003
Posts: 6,130
AVS's are not the way to go.
stevecore is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 07:08 PM   #5
sumphatpimp
Confirmed User
 
Join Date: Aug 2002
Posts: 5,235
you will use .htaccess with the avs as the Reffer url


the surfers would have to be coming from the avs to get access.


you will get a sign up / login script from the avs, they check the password of the surfer and if it ok then they send him on to your site.
sumphatpimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 07:10 PM   #6
baddog
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
Quote:
Originally posted by stevecore
AVS's are not the way to go.
says you
baddog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 08:05 PM   #7
Giorgio_Xo
Confirmed User
 
Join Date: Mar 2003
Location: Las Vegas, NV
Posts: 4,263
Quote:
Originally posted by sumphatpimp
you will use .htaccess with the avs as the Reffer url


the surfers would have to be coming from the avs to get access.


you will get a sign up / login script from the avs, they check the password of the surfer and if it ok then they send him on to your site.
Thank you. I wanted to make sure.
__________________
Make Levees, Not War
Giorgio_Xo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 08:06 PM   #8
stevecore
Confirmed User
 
Join Date: May 2003
Posts: 6,130
Quote:
Originally posted by baddog


says you
you're right... i know nothing about them
stevecore is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 09:00 PM   #9
Holly
Too lazy to set a custom title
 
Holly's Avatar
 
Join Date: Jun 2003
Location: Jesusland
Posts: 10,017
This one covers all the TTI AVS's- CA, CSN, UGAS. Replace "your-domain" and "where ever you send them" and put it in your content (or whatever you call your members/protected) folder:

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://.+\.avsofchoice\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cybersexnetwork\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cyberage\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.ugas\.com/* [NC]
RewriteRule /* http://where-ever-you-send-them.com [R,L]

That doesn't fit without wrapping- let me try again:

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://.+\.avsofchoice\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cybersexnetwork\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.cyberage\.com/* [NC]
RewriteCond %{HTTP_REFERER} !^http://.+\.ugas\.com/* [NC]
RewriteRule /* http://where-ever-you-send-them.com [R,L]
__________________
War National Damn Champions Eagle

Last edited by Holly; 08-31-2003 at 09:04 PM..
Holly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 09:07 PM   #10
baddog
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
here is our .htaccess guide
baddog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-31-2003, 09:08 PM   #11
baddog
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
Quote:
Originally posted by stevecore


you're right... i know nothing about them
you said it, not me
baddog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 09-01-2003, 12:31 PM   #12
Big Monkie
Confirmed User
 
Join Date: Feb 2003
Location: Asphalt Jungle
Posts: 382
Giorgio, what they are telling you here is the way almost everybody does it. But if you really want to do it right, get strongbox from ray at http://www.webmastersguide.com/htaccess-cgi/strongbox/. At $35 one of the biggest bargains in the industry.
Big Monkie 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.