Stupid AVS Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Giorgio_Xo
    Confirmed User
    • Mar 2003
    • 4263

    #1

    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
  • imafuckingaussie
    Confirmed User
    • Jul 2003
    • 1497

    #2
    Yeh, just use something like this to protect

    RewriteEngine On

    RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*adultcheck.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*cyberage.com/ [NC]
    RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*yourdomain.com/ [NC]


    RewriteRule /* http://www.redirecthere.com/ [R,L]


    And there are probably some more cyberage ones to put in, I cant remember, but give that a shot and add any other avs's.

    regards

    IAFA

    You can get it ploughing a paddock, you can get it makin some porn sites, matter of fact I've got it now.

    For a hard earned thrist, you need a big cold beer.

    Comment

    • Ross the Boss
      Registered User
      • Jul 2003
      • 84

      #3
      Different servers sometimes interpret htaccess files in different ways.
      If you get problems with the above, try this:

      RewriteCond %{HTTP_REFERER} !^http(s)?://([[:alnum:]]+\.)*alloweddomain.com [NC]
      . .
      Award-winning complete solution for paysite automation.

      Comment

      Working...