Simple login and database module Support forum login Authenticate users with records in a MySQL table This class can be used to authenticate users with records in a MySQL table. It can check a given user with a password. If the user exists and the password is correct, it will start a session and ...
... . In that case, it will start a logged user sessiona and storer the user e-mail address in a class variable. Simple PHP Login Script Support forum simple-login-script Register and login users using a MySQL database Sample output Documentation Class source Configuration script Auxiliary data ...
Login and DB classes quick start Support forum database_quickstart Authenticate users with records in MySQL database This package can be used to authenticate users with records stored in a MySQL database. It takes the user name and password of an authenticating user against user records in a MySQL ...
Simple Login Class Support forum simple-login-class Authenticate and manage user records in text files This class can be used to authenticate users and manage user records stored in text files. Here the password are encrypted using a custom technique in which base64 encryption with MD5 and SHA1 ...
The Login Class Support forum login_class Autenticate users with records in a MySQL database This is a simple class can be used to authenticate users with records stored in a MySQL database table. It looks up in a given MySQL table for the password of a given user, and checks if the password matches ...
Simple Login Support forum simplelogin Multiuser page access managment without database This class is meant to manage the access permiossios of multiple users to Web pages of a site. It can be used to ask for your site users to authenticate to have access to protected pages. You only need to insert ...
Authentication Support forum authentication A session and cookie based authentication class A simple class, used for implementation of an usual member and administration pages. It uses sessions and cookies if desired. It requires the PEAR DB library and Smarty template system. Included on desired ...
This is a simple class that can authenticate users with MySQL database records. It can query a MySQL database to lookup if a given user exists in the users table and check if the password hash is correct. Login Support forum login-mysql Authenticate users with MySQL database records basic login ...
This package provides a single interface for implementing multiple standard authentication mechanisms commonly used by Internet protocols such as SMTP, POP3, IMAP, HTTP, etc.. Currently it implements following mechanisms: - PLAIN - LOGIN - CRAM-MD5 - NTLM (used by Windows or Linux/Unix with Samba) ...
Simple MSN Class Support forum msn MSN Messenger chat robot This class is meant to connect to a MSN Messenger server, login as a given user and handle chat requests with other users. The package comes with a separate class that acts as robot that interacts with other connected users. The output ...