I created this class to present to the public an easy to use system for protecting pages and register users. Of course there are a lot of more flexible and powerful solutions on the net, but I hope this will help people with limited knowledge in PHP classes. The main features are:
The class is powered by MySQL and PHP sessions. Inside the package are examples for all primary methods.
Current functions
=================
* User-login
* User registration
* User update
* Remember login information
* Page protection
* Forgotten password recovery
* Mail based account activation
* Multi language message reporting.
NEW!
* Update extra user profile information
* Access levels and a limited (safe) admin panel.
Requirements
============
This class requires a PHP enabled Apache (virtual) host. I tested this class with PHP 4.3 and MySQL 3.23 on Windows and Linux. I never tested this class with IIS. If you want to use this class on Windows / IIS than you have to be sure that the server variable DOCUMENT_ROOT is available.