This script was actually never going to be released and probably die on my HDD as I am primarily a PHP coder not a ASP.NET coder. But due to some pushing from friends and Tatsuya stickying the wrong Regi thread I have decided w/ permission of Xijezu to release this.
Some Info:
A couple warnings:
Features:
Credits:
Screenshot:
[Only registered and activated users can see links. Click Here To Register...]
How-To-Use:
Now save the web.config file with the information updates and you should have a working Advanced Registration Script.
[/code]
Some Info:
Code:
- This script uses ASP.NET (required) - This script uses .NET 4.0 Integrated (required) - This script uses IIS(Internet Information Services) 7.5+ (required)
Code:
[B][SIZE="3"][COLOR="red"]- I will NOT be held responsible for your failure to implement or use this script correctly. - I will NOT be held responsible for your failure to adapt and properly secure your server at ANY point in time. - I will NOT provide support for this release (It's pretty self-explanatory)[/COLOR][/SIZE][/B]
Code:
- Non-Standard Age, Email inputs (Was going to add ip but never did) - Automatic Errors (No more click "Create" to get "Passwords Do Not Match" or "Symbols Detected in Password" These errors are displayed under "Log" and until corrected the create button is unclickable. - All Field Escaped - All Field are Symbol Sensitive (They will know if you're entering in symbols)
Code:
<!-- Original Script By: Xijezu Age, Email Inputs, Field Escaping, Error Checking By: iSmokeDrow -->
[Only registered and activated users can see links. Click Here To Register...]
How-To-Use:
Code:
Create a new folder in your website e.g. /register/ or /regi/ and place all files inside of this folder, using your favorite text-editor load the web.config file and change the info between REGISTERSCRIPT - CONFIG and REGISTERSCRIPT - CONFIG - END: [code] <!--- - - - - - - - - - - - - - - - - - - - - REGISTERSCRIPT - CONFIG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <add key="sDbIP" value="localhost" /> <!-- Your Server-IP or SQL-Instanz: e.g. (local)\RAPPELZ, 127.0.0.1, localhost [...] --> <add key="sDbDatabase" value="Auth" /> <!-- Your Auth-Database (usually Auth) --> <add key="sDbUser" value="sa" /> <!-- Your SQL-Username (usually sa) --> <add key="sDbPassword" value="password" /> <!-- Your SQL-Password --> <add key="bUseWindowsLogin" value="1" /> <!-- If you want to create a connection without using Username & Password (ONLY WORKS LOCAL!), set this to 1, else set it to 0--> <add key="sMD5Key" value="2011" /> <!-- Your MD5-Key. Default is 2011 --> <!-- - - - - - - - - - - - - - - - - - - - - REGISTERSCRIPT - CONFIG - END - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
[/code]
If you are incapable of making such a simple thing work, unable to google how to make such a simple thing work. Don't even think you can ask me how to make it work, if you enjoyed or found this post useful. Be a sport, click thanks.