A PHP script to Register and Log users in a website, and shows the Online users; it's created with the method based on classes and objects (OOP). It uses PHP, MySQL and Ajax / JavaScript.
It has options to log in with Facebook, Yahoo, or with a Google account.
The script includes button "Remember" that gives the posibility to automaticaly login the users in the next visits.
If the user forgot the password, the script can send it to his e-mail.
Each user has a personal page that contains: an image uploaded by the user, the registration date, the last visit date, the number of visits /logins, and other personal data (name, pronoun, birthday, personal website, occupation, hobby).
...