|
Topics:
|
Lethal Penguin Stuff:
|
PassMasterFlexPlus
Download
(Count: 6134 downloads)
Purpose:
This is a database-driven multiple login that utilizes cookies for authentication. PassMasterFlex+ was
written not only to provide an alternative to the Apache login but in response to numerous requests to have
multiple users.
Features
- Cookies Based
- When user logs out, cookie is removed from user PC
- Utilizes md5 encryption for password
- Logout window
- MySQL Database
Requirements
- Platform independent (However, only tested on Linux, AIX, and Win XP)
- Cookied enabled-borwser
- PHP - (register_globals: on)
- MySQL
Installation
- Create a MySQL table, preferably passmasterflex, then copy and paste SQL from passmasterflex.sql info with your favorite GUI SQL tool (phpMyAdmin).
- Open config.php and change noted variables.
- Login using: (Username: admin | Password: admin) Be sure to change this ASAP, under Administrator Control!
- Open main.php, look <!-- BEGIN YOUR TEXT HERE --> and the <!-- END YOUR TEXT HERE --> tags, add your HTML between these. Do not make copies of this file for additional pages, it contains links corresponding to account privilidges; copy page2.php instead.
- Open page2.php, repeat process mentioned in Step 2. Make as many copies of this page, just rename (duh), link, and keep code above and below <!-- BEGIN YOUR TEXT HERE --> intact.
- Upload contents of PassMasterFlexPlus to your web server.
- That's it!
License
PassMasterFlexPlus
Version 1.2
Released November 11, 2003
Updated January 27, 2003
© Lethal Penguin 2003-2004
PassMasterFlexPlus is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See http://www.gnu.org/ for more information regrading the GNU General Public License.
|