Readme for Password Redirect Script This script will redirect each user to a different page acording to the information you add with the adduser.cgi. There are 5 files to this program. login.htm - login form for the user input login.cgi - form processing of the login.htm and redirection to new address adduser.cgi - adds new users password.log - stores usernames, passwords, and addresses main.log - Logs username and time/date when they loged in. ### *** *** ### ### *** SETUP INFORMATION *** ### # 1. configure the variables in the setup.pl file for your server # 2. place the .cgi's the setup.pl and password.log in your cgi-bin # 3. add users by accessing the adduser.cgi with your browser # 4. login to the system by accessing the login.cgi with your browser # 5. change the
tag # in the login.htm to point to the login.cgi # # Done! ### *** *** ### chmod the cgi's to 755 - rwx rx rx chmod 'password.list' to 666 - rw rw rw chmod 'main.log' to 666 - rw rw rw ( if you want a log file ) To add users, call the adduser.cgi with your browser - ie: http://www.myserver.com/adduser.cgi - and type in the information. You can not use spaces in the username or password. Change the path in the form tag (action="") in the 'login.htm' to point to the login.cgi.