
Easy Login/Register
This is a easy script to install into custom built websites.
You can even just put all files into your database, insert into database and connect and your away.
Features include:
Email Verification
MD5 Encryption in Activation Codes & Passwords
Extensive error messages using error array
Easy to edit with clear guides and quotes
Easy to install
Injection Safe
Works In All Browsers
Success Messages
error & successful messages easily changable
checks if email exists
checks if username exists
forget password area which generates random password and emails it to user
Within registration there are the following fields:
Username
Password
Retype Password
Email
Retype Email
Submit button.
All these have the relevant security to stop injections etc.
trim()
mysql_real_escape()
md5()
There are checks with error messages which are the following:
Please enter Username
Please Enter Password
Please Enter Email
Please Do Not Use Spaces Within The Username
Your Passwords Did Not Match
Your Emails Did Not Match
Your Email Is Not Valid
Your Username Is To Long
Your Password Is To Long
Your Password Needs To Be Within 6 - 25 Characters
Username Already Exists
Email Already Exists
Within Login there are the following fields:
Username
Password
Submit button.
All these have the relevant security to stop injections etc.
trim()
mysql_real_escape()
md5()
There are checks with error messages which are the following:
Please input a password
Please input a username
Username or Password are incorrect or account has not been activated yet
Verification Email:
An email is sent to the person with message, username and password and a link to click to activate account.
The email message is easily editable to say what you like.
Thanks for looking and hope you like :)

