PASSWORD PROTECTION README FILE OVERVIEW There are a ton files included in this package. I think it would be mundane to name and explain them all other than the pertinent files, so here they are: 1. config.inc & admin/config.inc: These are your main configuration files which should be used to connect to your database. 2. install.php: This file will install the database for you. INSTALLATION 1. Edit config.inc to match your web site and database server connection information. Also, there is a config.inc file located in the "admin" directory which must also be modified. 2. Copy all files to the directory you wish to password protect. 3. Run "install.php". If any errors are reported, check your "config.inc" file to be sure all of your variables are set properly. 4. Delete "install.php" from your hosting server as it could become a security issue. 5. To password protect any file, add this line of code to the top of the file: Keep in mind that the access_control.inc file must be in the same directory as the file you are attempting to protect. 6. To administer user accounts, and administration accounts; go to your installation directory / admin. Example: yourwebsite.com/protected/admin/ And login using; Username: admin Password: admin You can now add/edit/delete user and administration accounts. For help with this script, please consult the WebWorkz Ware Support section at: http://www.webworkzware.com/index.php/page/support HISTORY 06/28/02: v1.0 released.