Repeat of a Stupid AVS Question

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

    #1

    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
    Confirmed User
    • Mar 2003
    • 4263

    #2
    bump...
    Make Levees, Not War

    Comment

    • Dirty F
      Too lazy to set a custom title
      • Jul 2001
      • 59204

      #3
      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.

      Comment

      • stevecore
        Confirmed User
        • May 2003
        • 6130

        #4
        AVS's are not the way to go.

        Comment

        • sumphatpimp
          Confirmed User
          • Aug 2002
          • 5235

          #5
          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.

          Comment

          • baddog
            So Fucking Banned
            • Apr 2001
            • 107089

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

            Comment

            • Giorgio_Xo
              Confirmed User
              • Mar 2003
              • 4263

              #7
              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

              Comment

              • stevecore
                Confirmed User
                • May 2003
                • 6130

                #8
                Originally posted by baddog


                says you
                you're right... i know nothing about them

                Comment

                • Holly
                  Too lazy to set a custom title
                  • Jun 2003
                  • 10017

                  #9
                  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]
                  Last edited by Holly; 08-31-2003, 08:04 PM.
                  War National Damn Champions Eagle

                  Comment

                  • baddog
                    So Fucking Banned
                    • Apr 2001
                    • 107089

                    #10
                    here is our .htaccess guide

                    Comment

                    • baddog
                      So Fucking Banned
                      • Apr 2001
                      • 107089

                      #11
                      Originally posted by stevecore


                      you're right... i know nothing about them
                      you said it, not me

                      Comment

                      • Big Monkie
                        Confirmed User
                        • Feb 2003
                        • 382

                        #12
                        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.

                        Comment

                        Working...