it is time to release V2 of the register script and password reset script
this script contains 5 php files and 3 database connection files
Please note , i included a readme.txt file that will help you a lot , but to make sure that you got what you need is the readme.txt file attached as attachment
here is the basic setup that is needed
- WebServer with PHP MAIL support ( for sending emails , mostly linux)
- 2 databases ( 1 database works to )
- Little knowledge of editing ( but you need to read ... )
- Little knowledge of how to import a SQL file ( read the file first )
This is what the script do
- Registering a account with lowercase Characters ( after a few checks and everything is lowercase )
- sending a email with verification for the register page
- showing the user his information he entered to check if it is the right information
- storing that information in a database and after inserting the right code it shows it again as second conformation
- after the final conformation the user account is registered , and code is deleted
- code can be manual deleted in case they never got the email (fresh code resend)
- sending a verification email to change the password
- showing user information after they filled in the code to change his pass
- cleaning up code to prevent abusing of the code (after pass is resetted)
this is the changelog of my V1 script
- fixed a mysql bug that was in the script when you work with 2 databases (close conections , as the script was providing a lot of errors after a little time)
- added a nicer look to it ( a few buttons , you still need to edit them to the right place , it is self explaining if you got a little knowledge)
- added some email security , now you get a error if you can not send emails
- dit make sure that the script stops if there is a error or complete at the place it need to be ( Die commands instead print)
- few minor tweaks
- secured the database files to prevent direct acces
so , feel free to enjoy this wonderfull script if you got a bit of skills

Greets From PowerChaos
ps: i posted it in the release forum , but i like to have some comment and thats why i post it here to






