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!

registration script

Newbie Spellweaver
Joined
Aug 9, 2014
Messages
25
Reaction score
0
Hello friends. Could you share a script for automatic registration and account creation in the game?
 
Newbie Spellweaver
Joined
Oct 20, 2013
Messages
67
Reaction score
15
There's a stored procedure in the db for it. Web_Create_Account or sth like that, check the raiderz_account db.
 
Newbie Spellweaver
Joined
Oct 20, 2013
Messages
67
Reaction score
15
need auto registration=((((

Define 'auto registration', registration when using the ingame login system? In that case you need to edit the 'login-request' case in the API => check for existance of usr, if yes continue if login, if no insert usr and pwd + email-, ip-, secretanswer-,secretquestion-dummy and continue with login again. You can do all of that before 'if($masterPass == $pass)' in the AuthService.php => login().
 
Newbie Spellweaver
Joined
Oct 29, 2013
Messages
13
Reaction score
0
Why dont you google how to create a registration page using PHP, and you can create one very fast.
Few steps, first learn basic about sql ->php and done just figure out it by urself
 
Back
Top