Télécharger la liste

Description du projet

AdminPro is a user authentication class based on
MySQL and the PHP Session functions. It was
written for Web sites that need some password
protected areas. It includes a user management
application script and a MySQL table setup
application script. The class can allow a user to
login and logout via Web-based forms, expire the
session of an authenticated user if it passed a
given session timeout, display error messages and
point the user to the login page when the user is
not authenticated or the login session expired,
and check whether a logged user has administrator or user group privileges

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-09-30 23:27
1.3.3

Un patch fichier SQL à jour la table MySQL à partir de la version 1.2 (initialement publiées) pour la version 1.3.x a été ajouté.
Tags: Minor feature enhancements
An SQL patch file to update the MySQL table from version 1.2 (initially published) to version 1.3.x was added.

2004-09-16 20:26
1.3.2

L'application d'installation va maintenant permettre à un utilisateur de modifier un système existant AdminPro Classe MySQL table aussi, à l'aide de requêtes SQL. Le tableau de MySQL (et ses données) resteront compatibles avec la classe AdminPro, même si les changements structure de la table dans les versions futures. Un correctif SQL pour mettre à jour la table de 1,2 (publié initialement) à 1.3.x est inclus.
Tags: Minor feature enhancements
The setup application will now allow a user to modify an existing AdminPro Class MySQL Table as well, by using SQL statements. The existing MySQL table (and its data) will remain compatible with the AdminPro Class, even if the table structure changes in future versions. An SQL patch to update the table from 1.2 (initially published) to 1.3.x is included.

2004-09-14 17:15
1.3.1

Un exemple de script est maintenant inclus dans le forfait, ce qui démontre comment la protection peut être ajouté dans une page Web arbitraire.
Tags: Minor feature enhancements
An example script is now included in the package,
which demonstrates how the protection can be added
in an arbitrary Web page.

2004-09-11 15:51
1.3.0

Un bug dans la classe principale a été fixé: la fonction makeErrorHtml () expireront dorénavant le "Remember Me" cookies (si la fonction "Remember Me" est activée), de sorte que les données d'erreur ne seront pas enregistrées dans les cookies et les l'utilisateur peut à nouveau se connecter sans avoir à supprimer ces cookies manuellement.
Tags: Code cleanup
A bug in the main class has been fixed: The function makeErrorHtml()
will now expire the "Remember Me" cookies (if the function "Remember Me"
is enabled), so that the error data will not be stored in the cookies
and the user can login again without having to delete these cookies
manually.

2004-09-08 18:40
1.3

Tags: Initial freshmeat announcement

Project Resources