PHP Classes

Packages of Cuonic

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Cuonic (2)  >  Mission progress status  >  Reputation  
Picture of Cuonic
Name: Cuonic <contact>
Classes: 2
Country: France France
Age: 39
All time rank: 106737 in France France
Week rank: 195 Up10 in France France Up
All time users: 3025
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Auth Class  
Manage accounts and authenticate users
This class can manage accounts and authenticate users.

It can perform several types of operations to manage the records of users stored in a MySQL database (accessed using the MySQLi extension) like creating user accounts, activate accounts, change the user e-mail address or the password, and remove accounts.

The class can also authenticate an user with a given password, create user sessions, delete sessions, get the session information, check if the session is valid, manage failed login attempts.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 75% 75% 62% - - - 51% 2576
Month: Not yet rated by the users

  Files folder image PHPAuth  
Register and authenticate users stored in MySQL
This class can register and authenticate users stored in MySQL.

It can connect to a MySQL server using the MySQLi extension and create new user records in a MySQL table with a given e-mail, user name and password.

The e-mail address is validated before creation. If it is invalid the class can add increase a counter of invalid access attempts and block accesses from the same IP address for a certain period.

After a successful account creation the class returns an activation key that may be sent to the user e-mail address, so he can activate his account. The class can also takes care of the account activation verifying the activation key.

The class can also login the user verifying the user name and password. When the login attempt is valid, it returns a session code.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 75% 75% 75% - - - 52% 2398
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z