PHP User Management
Free and open source PHP User Management Scripts. These scripts provide a solution of creating a membership system of a website.-
authenticator is intended to authenticate users by calling a stored procedure of Microsoft SQL server named SP_Login.It works by comparing the password supplied by the user against the password returned by the stored procedure. These passwords are encrypted using the MD5 algorithm to avoid storing clear text passwords.authenticator may also output a simple login form in HTML ready to use ...
-
LSM Crypt Session can encrypt and decrypt the values stored on session variables.LSM Crypt Session uses a simple encryption algorithm to encrypt the values assigned to variables, so even if some body accesses the files or other container that stores session values, it will only be possible to restore the original values using the secret encryption key.
-
DcSessionManager is meant to manage sessions storing the information about their state in a MySQL database table. It generates an hash with 64 characters that is used to identify each session and may be passed between pages using cookies or request variables.DcSessionManager has security in mind, providing means to prevents session hijack by using 2 hashes (double crypted) in only ...
-
DBUM is a class that can help you to handle your Web site users, groups and sessions. It based on PEAR DB, so you can use many DB types like (mysql, mssql, odbc, postgre7 and soon).dbum_class.inc uses SHA1 hashing algorithm for storing passwords, so the class only works with PHP version 4.3.0 or above. It has other helpful functions that ...
-
Simplest session is a class that is meant to provide an object oriented interface to the manipulation of sessions and session variables. It features lets you create sessions and storing or retrieving variables.
-
Class Session is a simple class for managing user sessions and query browser multimedia capabilities.Functions of Class Session:- Set session variable values- Unset session variables- Set session life time- Determine the type of browser of the user- Retrieve the graphics and audio formats supported by the user browser
-
Perfect Authentication Class is meant to authenticate users and store authentication session identifiers in cookies. It is also capable of managing the list of authorized users in a file stored in the server.The authentication identifier contains an hash value that is stored in user computer by the means of cookies. The hash value is also stored on a temporary file ...
-
Verify ID is a wrapper class that will interface with VerifyMyIdentification.com Web services to provide online identity validation in real time.
-
jUser enables you to authorize users using HTTP. There are also functions to add, update and delete users. Users can have varying access levels.
-
counter visits class is meant to record the number of site user visits in a MySQL database table.The class provides a function for incrementing the number of visits in the current day. It should be used in conjunction PHP sessions to prevent counting more than one visit of the same user in the same day.counter visits class also provides functions ...
-
CAuth is a little class which authenticates a user on a mysql database. Its extending CSession, which contains the Session-Variables and takes the Users stats over the Session.CAuth counts every new click on a page and write it in to database that we can later follow the users way through our web-content.
-
My session is a class that manages user access sessions by storing session data in a MySQL database.This session storage method is more secure than the session system of PHP that by default stores session data in files.The class may optionally encrypt the stored session data.
-
DB_Session class allows you to keep your sessions in a lot of various databases. It is working with PEAR DB API.
-
Burning Auth is a script to handle user authenticated access to php scripts. The goal is quite simple: protect from unauthorized access those pages who need to be kept under admin control, such as data/content administration and/or members only areas on a website.Security is achieved through a database authentication and mantained with a Session variable set to the authenticated user's ...
-
phpMyAuth is an easy to use class based on MySQL for developing sites that require the users to login.

