Home   |   Free PHP Scripts   |   Paid Software   |   Hire Us   |   Contact Don't Forget to Bookmark Us!
Navigation

Home Page
Free Scripts
Paid Software
    - Password Protect
    - Ware Support
Hire Us
Resources
    - Web Hosting
    - PHP Manual
Support Forum

Company

Privacy Policy
Contact
Our Friends





Password Protection Readme

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.php & admin/config.php: 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.php to match your web site and database server connection information. Also, there is a config.php 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.php" 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:
<? include ("access_control.php"); ?>

Keep in mind that the access_control.php 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 Whole Hog Software Support section at: http://www.wholehogsoftware.com/forum

HISTORY:
2006-09-12: v1.2 released, code-base re-written entirely.
2004-02-25: v1.1 released. - updated includes to .php extension, fixed cookie problem in admin system
2002-06-28: v1.0 released.


Download - Readme - Demo
Lite: N/A - Full: $0.00






Owner's Blog     
 
Copyright Whole Hog Software 2008.     All rights reserved.