htaccess through html form ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alessandro
    Confirmed User
    • Oct 2002
    • 283

    #1

    htaccess through html form ?

    howdy ,

    is there a way to access .htaccess protected folders through a html site (form) ??

    please help .

    thanks
    suck my sig
  • Alessandro
    Confirmed User
    • Oct 2002
    • 283

    #2
    I mean login through a html form instead of using the login window
    suck my sig

    Comment

    • LiveDose
      Show Yer Tits!
      • Feb 2002
      • 25792

      #3
      do you mean like a gui program which allows you to make changes to .htaccess?

      Scammer Alert: acer19 acer [email protected] [email protected] Money stolen using PayPal

      Comment

      • Alessandro
        Confirmed User
        • Oct 2002
        • 283

        #4
        Originally posted by LiveDose
        do you mean like a gui program which allows you to make changes to .htaccess?
        no . i mean i´d like to access my protected folder through a form .
        like : USERNAME: PASS: <input type="button" value="LOGIN">

        access through html
        suck my sig

        Comment

        • dodger21
          Confirmed User
          • Jan 2003
          • 2680

          #5
          Yes with a perl script
          icq: 237055440

          Comment

          • Alessandro
            Confirmed User
            • Oct 2002
            • 283

            #6
            Originally posted by dodger21
            Yes with a perl script
            do you know where i can get this script ?

            suck my sig

            Comment

            • fsfaz
              Confirmed User
              • Apr 2003
              • 747

              #7
              Check out this link ...


              http://forums.devshed.com/t52350/s.html

              Comment

              • fsfaz
                Confirmed User
                • Apr 2003
                • 747

                #8
                Actually, check out this page ...



                http://forums.devshed.com/t59748/s.html


                Looks like it works.

                Comment

                • Alessandro
                  Confirmed User
                  • Oct 2002
                  • 283

                  #9
                  Originally posted by fsfaz
                  Actually, check out this page ...



                  http://forums.devshed.com/t59748/s.html


                  Looks like it works.


                  thanks a lot , dude
                  suck my sig

                  Comment

                  • directfiesta
                    Too lazy to set a custom title
                    • Oct 2002
                    • 30135

                    #10
                    I use phplogin. It is integrated in a html page that you design.

                    If you need , post here.
                    I know that Asspimple is stoopid ... As he says, it is a FACT !

                    But I can't figure out how he can breathe or type , at the same time ....

                    Comment

                    • tldphp
                      Registered User
                      • Nov 2003
                      • 8

                      #11
                      You can also hardcode user/pass:
                      http://username:password@server/resource/x.htm

                      Comment

                      Working...