.htaccess setenvif php Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dusen
    Confirmed User
    • Aug 2002
    • 2251

    #1

    .htaccess setenvif php Question

    Is there anyway I can use the setenvif variable in .htaccess to identify a site-sucker bot and use php to address it?

    like setenvif *rule* something=Sucker

    <?php

    $id=StripURL($HTTP_SERVER_VARS["SOMETHING"]);

    ?>
    Penis Pill Sponsor List and Reviews:
    http://www.pillsponsors.com
  • Brad Gosse
    Confirmed User
    • Jan 2002
    • 2616

    #2
    I am bumping this thread because I want to know the answer to the same question.

    Anyone?
    Free Clipart

    Comment

    • fris
      Too lazy to set a custom title
      • Aug 2002
      • 55703

      #3
      never done that before post a question on phpbuilder.com should have the answer in 5 to 10 mins
      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

      Comment

      • FiReC
        Confirmed User
        • Jan 2002
        • 2350

        #4
        i know its not fool proof but you could always use $_SERVER['HTTP_USER_AGENT'] to check if its a well known bot.
        www.nubilefilms.com | www.nubiles.net | www.anilos.com | tubescript.nubiles.net | icq4162727

        Comment

        • Dusen
          Confirmed User
          • Aug 2002
          • 2251

          #5
          I guess my MODIFIED, more clear question should be, and it is more apache than php:

          Is there any way I can use rules in an htaccess file to set an environment variable that I can read via php with $HTTP_SERVER_VARS ?

          I.e. set the AUTH_USER to something I define like "GFY" and get it in php via $HTTP_SERVER_VARS["AUTH_USER"]
          Last edited by Dusen; 08-05-2004, 10:43 AM.
          Penis Pill Sponsor List and Reviews:
          http://www.pillsponsors.com

          Comment

          • Dusen
            Confirmed User
            • Aug 2002
            • 2251

            #6
            Solved.

            SetEnv
            Penis Pill Sponsor List and Reviews:
            http://www.pillsponsors.com

            Comment

            Working...