|
Xlogin v1.2
1) Description
2) Features
3) Requirements
1) Description [top]
External login is a simple php script that
adds protection to your php files. It is not a stand-alone script
but is intended to be implemented into other php files. You can
use it to create an administration part into your script, or
to restrict access to certain files.
It supports multiple users and an online registration form.
Simply put one line into the files you want to protect.
Put the "logout" link into your scripts on the place
of your choice.
2) Features [top]
- Simple implementation
- Multi language support
(now only in Dutch and english,
please feel free to translate and E-mail them to us)
- Change appearance by use of Header and Footer includes, as
well by stylesheets
- Use of php session management to identify user
- Multi user support
- Online registration form with e-mail verification
- Forgotten password reminder
- IP check to prevent session theft
- MySQL or flat textfile support
3) Requirements
[top]
- Tested on windows and apache
- PHP 4.2
- MySQL or flat textfile
- Some knowledge of php will be very helpfull
|