User Register Login Online script
From PHPKode | 44.6 KB
Try before download
The page visits: 836
This is 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 (but also it works with browsers which has no activated JavaScript). The connectiong to MySQL is made with MySQLi.
Features of Register Login User Online:
- Not allow two accounts with the same name or e-mail.
- Allow only one account with the same IP, or registered from the same browser.
- Not allow two visitors to log in with the same name (on different browsers). If there are two logged users with the same name, the first will be logged out and will alert a message that he/she can re-log in.
- Each user has a "rank" stored in database (a number). Then, the value of this rank is sored in Session and can be used to display content in the website according to the user's rank.
- The e-mail address, and the minimum and maximum number of characters added in form fields are validated both on the client side (with JavaScript) and server-side (with PHP).
- It allows up to 4 failed login attempts (incorrect password or username), then the visitor can try a new authentication after 10 minutes. This is a protection against bots.
More popular User Management
- Login Script with PDO 1.0 (2 years, 8 months 25 days ago)
- PHP & Ajax Login Any Database 1.0.0 (1 year, 5 months 18 days ago)
- User Checker 0.9 (3 years, 8 months 4 days ago)
- gLogin 1.0 (3 years, 7 months 29 days ago)
- CAuth 1.0 (6 years, 7 months 24 days ago)
Listing Files

loading.gif- 8.0 KB
- 08/08/2011 17:15:06

noimg.gif- 3.6 KB
- 07/31/2011 08:11:58

admin.php- 1.3 KB
- 08/21/2011 15:52:56

class.Logare.php- 15.8 KB
- 08/20/2011 15:09:48

index.php- 2.0 KB
- 08/20/2011 09:16:04

class.LogareUser.php- 10.6 KB
- 08/21/2011 10:28:18

class.LogareReCon.php- 7.5 KB
- 08/25/2011 10:50:12

usrloged.js- 8.2 KB
- 08/20/2011 14:50:26

class.LogareReg.php- 10.7 KB
- 08/25/2011 10:50:12

logare.js- 10.0 KB
- 08/20/2011 14:50:26

create_table.php- 2.6 KB
- 08/20/2011 16:55:54

.htaccess- 101 Bytes
- 08/16/2011 18:14:30

style.css- 5.2 KB
- 08/20/2011 12:10:58

usrbody.php- 8.8 KB
- 08/21/2011 09:24:42

footer.php- 172 Bytes
- 08/18/2011 18:43:04

head.php- 1007 Bytes
- 08/18/2011 18:47:00

test.php- 1.3 KB
- 08/20/2011 14:46:40
