Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[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