Download List

Projeto Descrição

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

System Requirements

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

Um patch de arquivo SQL para atualizar a tabela do MySQL a partir da versão 1.2 (publicado inicialmente) para a versão 1.3.x foi adicionado.
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

A aplicação de configuração irá agora permitir que um usuário para modificar uma existente AdminPro Classe MySQL Table, bem como, utilizando instruções SQL. A tabela MySQL existente (e seus dados) continuarão a ser compatíveis com a Classe AdminPro, mesmo se a tabela de mudanças da estrutura em versões futuras. O patch do SQL para atualizar a tabela em 1,2 (publicado inicialmente) para 1.3.x incluída.
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

Um script de exemplo está incluído no pacote, que demonstra como a proteção pode ser adicionada em uma página da Web arbitrária.
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

Um erro na classe principal foi corrigido: A função makeErrorHtml () irá agora termina o "Remember Me" cookies (se a função de "Remember Me" é habilitado), de modo que os dados de erro não será armazenada nos cookies e os usuário poderá se logar novamente, sem ter de apagar esses cookies manualmente.
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