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)
-   -   Repeat of a Stupid AVS Question (https://gfy.com/showthread.php?t=169905)

Giorgio_Xo 08-31-2003 04:47 PM

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.

Giorgio_Xo 08-31-2003 07:02 PM

bump...

Dirty F 08-31-2003 07:03 PM

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.

stevecore 08-31-2003 07:04 PM

AVS's are not the way to go.

sumphatpimp 08-31-2003 07:08 PM

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.

baddog 08-31-2003 07:10 PM

Quote:

Originally posted by stevecore
AVS's are not the way to go.
says you

Giorgio_Xo 08-31-2003 08:05 PM

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.

stevecore 08-31-2003 08:06 PM

Quote:

Originally posted by baddog


says you

you're right... i know nothing about them :winkwink:

Holly 08-31-2003 09:00 PM

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]

baddog 08-31-2003 09:07 PM

here is our .htaccess guide

baddog 08-31-2003 09:08 PM

Quote:

Originally posted by stevecore


you're right... i know nothing about them :winkwink:

you said it, not me :glugglug

Big Monkie 09-01-2003 12:31 PM

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.


All times are GMT -7. The time now is 06:53 PM.

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