This script will allow you to secure webpages against unauthorized access. Unauthorized access is defined as someone trying to view certain pages without logging in or being a Member. I'm hoping to make it more secure soon and welcome any feedback via my contact link below. It uses session data to track your visitor's status. I turned off php.trans.id using my .htaccess file. I'm releasing Version 1.1 soon, which will feature an administration panel and increaed security. The best feature of this script is it's simplicity. It's a basic true/false logic to lock a page. The log-in form adjusts the $_session[var] to the proper value. and then redirects the user to the appropiate page. This allows you to have no in-bound links to your members section. I also wrote what turned out to be EZ Templater and this script was originally designed to secure a page using this template system. It's log-in Vars and the Rewrite rule, again using .htaccess, work in conjunction with each other. The Session[Vars] are used to write the dynamic URL coresponding to your MySql database row.
It features alpha access to a single id number. This means that the webmaster can lock pages from everyone but himself and still maintain private pages for members. It has a single call to the processing script but the table with the login form is easy to include on all websites.
Download EZ Log-in
Back to HotScripts