GithubHelp home page GithubHelp logo

nurelm / htadmin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hdogan/htadmin

0.0 4.0 0.0 136 KB

A simple PHP tool for administering Apache .htpasswd files.

License: GNU General Public License v2.0

htadmin's Introduction

HTAdmin

Warning; this project is hardly deprecated, do not use it in production.

HTAdmin is a basic and simple PHP tool for administrating Apache .htpasswd files.

Develpoment has been started at 2000 (when PHP 4 is first released) and stopped at 2005 (before PHP 5).

REQUIREMENTS

  • Linux/Unix/BSD, Windows or Mac OS X
  • Apache web server
  • PHP

INSTALLATION

  • Edit the following lines in config.inc.php file:
  $cfgUseAuth        = 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
  • If you want to run on Linux/Unix/BSD and Mac OS X, change your .htpasswd file's mode to 666 (chmod 666 .htpasswd).

  • If you want to run on Windows operating system, change $cfghtpasswdEXE configuration directive and write your htpasswd.exe filename with full path. (Use included htpasswd.exe file).

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 was write and port it to Perl. Q: Why isn't HTAdmin 2.0? A: Because Bastian Friedrich was write it. Q: OK, where can i find HTAdmin 2.0? A: Try http://www.hido.net/projects/htadmin/download.php Q: Is there any port of HTAdmin for PHP-Nuke? A: Yes, you can find it's download link at http://www.hido.net/projects/htadmin/download.php

THANKS

  • Bastian Friedrich (An author of HTAdmin 2.0 and Disclaimer) URL: http://www.bastian-friedrich.de PS: I see you on your webcam! ;)

  • Shane Allen (An author of HTAdmin PERL-1.0c) PS: This project is dead :(

  • Michael McIntosh (Bug report and fix)

  • Alex Piaz (Bug report and fix)

  • Osvaldo Tulini

  • Mike Eliott (Ideas/1.1b changes)

  • David Lightman (Bug report)

  • Ryan Bohm (Idea for supporting PHP4) URL: http://www.interwebber.com

  • Pieter Bos (Report and fix Language mistakes)

  • Guillermo Gianello (Bug report and fix)

  • Anyone else I forgot

  • EVERYONE using this software

DISCLAIMER

  • No responsiblity for any security risks or software bugs whatsoever is accepted by the author(s).

htadmin's People

Contributors

hdogan avatar

Watchers

Greg avatar James Cloos avatar Sam avatar Sarah Sherbondy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.