This is a discussion on htpasswd manager within the Apache Web Server forums, part of the Web Server and Related Forums category; I am hoping someone knows of an existing script or can point me in the right direction to create my ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am hoping someone knows of an existing script or can point me in the right
direction to create my own. I am looking for the ability to manage users in a .htpasswd file(s). I would prefer to create my own using PHP, and have already tried to do so, without success. The server is Debian Linux running Apache (v?) and PHP 4.3.10-13. I'm told that it is possible using PHP, but my attempts so far only break the .htpasswd file by adding extra chars in the file. Any help at all would be greatly appreciated! |
|
|||
|
Ridge Burner wrote:
> I am hoping someone knows of an existing script or can point me in the right > direction to create my own. I am looking for the ability to manage users in > a .htpasswd file(s). I would prefer to create my own using PHP, and have > already tried to do so, without success. The server is Debian Linux running > Apache (v?) and PHP 4.3.10-13. > > I'm told that it is possible using PHP, but my attempts so far only break > the .htpasswd file by adding extra chars in the file. > Any help at all would be greatly appreciated! search for *php htpasswd manager* on Google.. promising results: http://www.htaccessmanager.com/ http://www.weberdev.com/get_example-4150.html -- Justin Koivisto, ZCE - justin@koivi.com http://koivi.com |
|
|||
|
> Ridge Burner wrote:
>> I am hoping someone knows of an existing script or can point me in the right >> direction to create my own. I am looking for the ability to manage users in >> a .htpasswd file(s). I would prefer to create my own using PHP, and have >> already tried to do so, without success. The server is Debian Linux running >> Apache (v?) and PHP 4.3.10-13. >> >> I'm told that it is possible using PHP, but my attempts so far only break >> the .htpasswd file by adding extra chars in the file. >> Any help at all would be greatly appreciated! > > search for *php htpasswd manager* on Google.. promising results: > http://www.htaccessmanager.com/ > http://www.weberdev.com/get_example-4150.html http://pear.php.net/package/File_HtAccess Manipulate .htaccess files Provides methods to create and manipulate .htaccess files. -- http://www.dasdan.be |
| Thread Tools | |
| Display Modes | |
|
|