[PHP] Re: Setting HTACCESS user/pass with php?

2002-09-01 Thread eriol

http://www.hido.net/projects/htadmin/

That may be what you're looking for.. Searching google for php user
authentication htaccess turns up several more results.. HTH..

Take care.. peace..
eriol



Brian J. Celenza [EMAIL PROTECTED] disgorged:

: Is it possible to set, delete, or alter htaccess usernames and passwords
: using a php script? If so, where might I find a reference to the code for it
: or even a walkthrough? I have searched the php functions and I haven't found
: anything like that.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Setting HTACCESS user/pass with php?

2002-09-01 Thread CHAILLAN Nicolas

Hi,

Note that it is just a fileaccess, you can use htpasswd to put a password to
the correct file, you can make your own class easily if you know how to
parse a file and write in it. You can use exec() to make an
apache/bin/htpasswd call assuming you're using apache.

--
Merci de nous avoir choisi. - Thanks you for your choice.
Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
[EMAIL PROTECTED]
www.GroupAKT.com - Hébergement Group.
www.WorldAKT.com - Hébergement de sites Internet
Brian J. Celenza [EMAIL PROTECTED] a écrit dans le message de
news: [EMAIL PROTECTED]
 Is it possible to set, delete, or alter htaccess usernames and passwords
 using a php script? If so, where might I find a reference to the code for
it
 or even a walkthrough? I have searched the php functions and I haven't
found
 anything like that.

 Thank you in advance.

 --
 ---
 Brian J. Celenza
 Chief Design Architect - Millennium Dreamworks
 [EMAIL PROTECTED]
 ICQ: 100942424
 AIM: BJCKnight





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php