[ HTAdmin ]
Home | Demo | Download | Changes | License | Contact
News
  • [Feb 19 2008] Got another nice donation. Thanks to Gul Murjani!
  • [Feb 20 2007] So much thanks to Scott Savett for his nice donation :)
  • [Nov 03 2006] Got the sixth donation, but it's only for phpThumbnailer :) It was again from James Wallace :) Thank you very much James!
  • [May 19 2006] Yuppi! Here is the fifth donation for HTAdmin. Thanks so much Charles Goings for his nice donation!
  • [Feb 09 2006] Horray! I got fourth donation for HTAdmin and it is the biggest value. Great thanks to Kitty Cooper (www.kittycooper.com) for her so precious donation.
  • [Dec 31 2005] I got my third donation for HTAdmin and phpThumbnailer, yuppi! Thanks for James Wallace for his precious thoughts.
  • [Dec 20 2005] HTAdmin 1.2.6 released.
  • [Dec 09 2005] Today I got second donation for HTAdmin. I'd like to thank you Clever Concepts, Inc. (www.cleverconcepts.net) for their precious donation. It's time to work for next version.
  • [Mar 17 2005] I got the first donation for this small project from Stawart Consulting Services. Thank you very much!
  • [Mar 01 2005] HTAdmin 1.2.5 released.
  • [Apr 06 2004] Gontran Zepeda has written and sent me nice HOWTO documentation for HTAdmin, you can download it from here. In Open Office Writer document format.
  • [Aug 07 2003] HTAdmin 1.2.4 released.
  • [Jul 06 2003] HTAdmin 1.2.3 released.
  • [Sep 03 2002] HTAdmin 1.2.2 released.
  • [Nov 10 2001] HTAdmin 1.2.1 released.
  • [Sep 06 2001] HTAdmin 1.2 released.
  • [May 02 2001] HTAdmin 1.1b released, for more information try HTAdmin demo.
  • [Jan 09 2001] HTAdmin 1.1a released.
  • What is HTAdmin?
    HTAdmin is a basic and simple PHP tool for administrating Apache .htpasswd files.
    Click here to see HTAdmin demo.
    Requirements
  • Linux / Windows / MacOSX
  • Apache web server
  • PHP
  • Install
  • Extract the package:
        tar zxvf HTAdmin1.x.tar.gz (for tar.gz)
        tar yxvf HTAdmin1.x.tar.bz2 (for tar.bz2)
        zip -d HTAdmin1.x.zip (for zip)
  • Edit the following lines in config.inc.php file:
        $cfgUserAuth          = true;
        $cfgSuperUser       = 'admin';
        $cfgSuperPass      = 'password';
    
        $cfgHTPasswd[0][N] = '/htdocs/example/.htpasswd'; <-- First file's full path and name
        $cfgHTPasswd[0][D] = 'Sample htpasswd file'; <-- First file's description
        $cfgHTPasswd[1][N] = ''; <-- Second file's full path and name
        $cfgHTPasswd[2][D] = ''; <-- Second file's description
        ...
  • Change the .htpasswd files' mode to 666 (chmod 666 .htpasswd)
  • FAQ
    Q: I don't understand your language, why?
    A: Because i can't speak english very well, my stupid english.

    Q: Why isn't HTAdmin 1.0c?
    A: Because Shane Allen wrote and ported it to Perl.

    Q: Why isn't HTAdmin 2.0?
    A: Because Bastian Friedrich wrote it.

    Q: OK, where can i find HTAdmin 2.0?
    A: Try http://www.hido.net/projects/htadmin/download.php

    Disclaimer
    No responsiblity for any security risks or software bugs whatsoever is accepted by the author(s).
    Special Thanks
  • Bastian Friedrich (An author of HTAdmin 2.0 and Disclaimer)
    URL: http://www.bastian-friedrich.de
  • Shane Allen (An author of HTAdmin PERL-1.0c)
  • Michael McIntosh (Bug report and fix)
  • Alex Piaz (Bug report and fix)
  • Osvaldo Tulini (Bug report and fix)
  • Mike Eliott (Ideas/1.1b changes)
  • Pieter Bos (Fix my language mistakes)
  • Guillermo Gianello (Bug report and fix)
  • Stawart Consulting Services (The nice donation)
  • Leslie Camacho (Testing on MacOS X)
  • Shoghi Vanhove (French version of HTAdmin 1.2.4)
  • Didier Cornaille (share .htgroup supported version)
  • Stephen Bau (share .htgroup supported version)
  • ...and EVERYONE using and helping this software