• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release]Web Registration

Newbie Spellweaver
Joined
Nov 15, 2010
Messages
33
Reaction score
8
Okay, I had seen only one registration in this section, correct me if I'm wrong. So I put one together. It's pretty simple, requires JavaScript to be enabled.

Only a few things should need to be changed, they're all in the "config.php" file. At the top of it, you will see this:
Code:
//User defined variables
$host = "127.0.0.1"; //Database Host. (IP to DB)
$user = "Shaiya"; //Database Username
$pass = "Shaiya123"; //Database Password

Those need to be changed to match your database. You also might have to change the query in verify.php to match your table. Make sure you have set the UserUID column of PS_UserData.dbo.Users_Masters to AutoIncrement!

Features:
  • jQuery verison of a "ReCaptcha"
  • Secure from MSSQL Injections
  • Prevents multiple UserIDs/UserUIDs
  • Records UserIp

Erestian - [Release]Web Registration - RaGEZONE Forums


[URL="
Erestian - [Release]Web Registration - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
May 14, 2011
Messages
10
Reaction score
0
Call to undefined function mssql_connect()
How to fix this ?
What webserver you use ?
 
Newbie Spellweaver
Joined
May 14, 2011
Messages
10
Reaction score
0
problem here is not able to connect to SQL SV
 
Initiate Mage
Joined
Sep 10, 2012
Messages
1
Reaction score
0
I get this error;

"Fatal error: Call to undefined function mssql_connect() in Z:\xampp\htdocs\regi\config.php on line 6"
Any 1 help me ?
 
Experienced Elementalist
Joined
Oct 26, 2007
Messages
296
Reaction score
0
i can't find data type AutoIncrement for mssql 2008
 
Experienced Elementalist
Joined
Oct 26, 2007
Messages
296
Reaction score
0
bump:

i follow the instruction but when i save it, there is an error pop-up telling i don't have permission
 
Junior Spellweaver
Joined
May 14, 2011
Messages
135
Reaction score
3
Shaiya Account Registration

Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\reg\config.php on line 6

1st how to enabled javascript.?? my system (win7 ultimate+mssql2008)
2nd AutoIncrement [IMG]https://forum.ragezone.com/ima...aster UserUID set to primary key no luck
 
Last edited:
Junior Spellweaver
Joined
May 14, 2011
Messages
135
Reaction score
3
bump:

i follow the instruction but when i save it, there is an error pop-up telling i don't have permission



Shaiya Account Registration

Fatal error: Call to undefined function mssql_connect() in C:\AppServ\www\reg\config.php on line 6

1st how to enabled javascript.?? my system (win7 ultimate+mssql2008)
2nd AutoIncrement [IMG]https://forum.ragezone.com/ima...require the table to be re-created check box.
 
Back
Top