PHP Classes

burnauth: Page access authentication

Recommend this page to a friend!
  Info   View files View files (6)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStar 39%Total: 2,837 This week: 1All time: 1,326 This week: 560Up
Version License Categories
burnauth 1.0.0FreewareUser Management
Description 

Author

Burning Auth is a script to handle user authenticated access to php scripts.
The goal is quite simple: protect from unauthorized access those pages who
need to be kept under admin control, such as data/content administration and/or
members only areas on a website.

Security is achieved through a database authentication and mantained with a
Session variable set to the authenticated user's name. Every page can be protected
including the file 'shield.php'; at the beginning of it.

Picture of Luca Vignaroli
Name: Luca Vignaroli <contact>
Classes: 1 package by
Country: Italy Italy
Age: 45
All time rank: 112843 in Italy Italy
Week rank: 416 Up16 in Italy Italy Up

Details

/* File: README Belongs to Script Name: Burning Auth V 1.0 Author: Luca Vignaroli Email: luca@burning.it Description: Burning Auth is a script to handle user authenticated access to php scripts. The goal is quite simple: protect from unauthorized access those pages who need to be kept under admin control, such as data/content administration and/or members only areas on a website. Security is achieved through a database authentication and mantained with a Session variable set to the authenticated user's name. Every page can be protected including the file 'shield.php'; at the beginning of it. INSTALLATION: Running this script is very simple. First of all you must create the "USERS" table in your database. Using MySql you can run the Query to create the table straight from the included file, just using mysql Admin. Once the database is set, put the 4 files given with this distribution in the same directory. After you've done that you have to protect your scripts by adding this line at the beginning of every php page you want to shield from public access: "include ('shield.php');" and you're done. BUGS: Please report any bugs to luca@burning.it Thanks, Luca Vignaroli */

  Files folder image Files  
File Role Description
Accessible without login Plain text file admin.php Example Admin page
Plain text file burnauth.php Class the class itself
Accessible without login Plain text file login.php Example Login script
Accessible without login Plain text file README.TXT Doc. readme file
Accessible without login Plain text file shield.php Example shielding include file
Accessible without login Plain text file users.sql Example SQL query to create example DB for the script (MySql export)

 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,837
This week:1
All time:1,326
This week:560Up
 User Ratings  
 
 All time
Utility:50%StarStarStar
Consistency:66%StarStarStarStar
Documentation:41%StarStarStar
Examples:33%StarStar
Tests:-
Videos:-
Overall:39%StarStar
Rank:3845