Login   Register  
PHP Classes
elePHPant
Icontem

File: README.TXT

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Luca Vignaroli  >  burnauth  >  README.TXT  >  Download  
File: README.TXT
Role: Documentation
Content type: text/plain
Description: readme file
Class: burnauth
Page access authentication
Author: By
Last change:
Date: 2002-09-25 18:21
Size: 1,222 bytes
 

Contents

Class file image Download
/*
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
*/