FREE PHP/MySQL script allows users to sign up, login and out, change their details, and retrieve lost passwords. Requires users click a link in the welcome email to validate their email address. Pages are protected by including one simple line of code at the top.
Optional accompanying users management script allows user management and allows mailshots (with attachments).
Online demo available so you can see it in action.
UMA is a PHP User Management and Authentication system. UMA supports PostgreSQL and MySQL, completely object-oriented, easy to implement, and browser based user management tool. Professional support available as well as a commercial administrative application called UMA Plus. This is the first major release of UMA.
This is a base MySQL only, user system
It is more for template useage, and creating your own site from the base template.
Pre writtern login/logout/register scripts with user database entries and passwords storage and email and username stored.
All passwords are md5 encrypted, for added securiry
This package can be used to create a user base for your website, or progressed into much more,
but a level of php knowledge is required.
User Manage is a compact suite which can easily be used to any PHP script. We modeled it like a puzzle: there is the "core" that handles basic authentication, and then there are other modules that handle utility functions (e.g. a database handler that help top-level modules like the permissions handler). With usermanage, developers can build applications with the standard user authentication complete, and developers can drop-in modules to handle extra user information and add functionality.
First, you will need to create a table `users_online` in your database (and have access to one). Also, create at least 3 columns (id, ip and time) set as: int(11), varchar(15) and varchar(11).
Next, you need the code to appear in your page_header, you can save the code as a file, and include it; or just paste the code directly in your header.
Each file contains a documented header which includes information on what it does, how it does it and standard information
Creating new users into MySQL database
Displays user information on login
Displays the current online users
Allows users to change their details
Allows users to change there password
Users can logout
Use of cookies