Simple Text-File Login script is a simple authentication script written in PHP to be used in small websites without SQL database, using a simple text file to store the users and passwords.
It allows you to password-protect any webpage of your site.
Features:
- Users/passwords are stored in simple text file (no SQL database needed).
- Online editing of the users/passwords file.
- Easy to integrate with the look and feel of your website.
- Optional code for common header and footer.
- Optional logging of login attempts.
- Optional MD5 hashed (encrypted) passwords.
- Perfect for few users (<100 users).
- Tested with IIS (Windows) and Apache (Windows and Linux).
- Simple to install.
- Open source. Released under the GPL license.
Requirements:
· PHP 4.1.x or higher