• 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.

How Create Account in RF AOP ?

Newbie Spellweaver
Joined
Sep 30, 2013
Messages
10
Reaction score
0
Hello everybody.
Does anyone have any script on how to create a user account in the AOP database?

in the tbl_UserAccount table it has the user fields .... fireguard etc .... but it does not have the password field.



lgaa2008 - How Create Account in RF AOP ? - RaGEZONE Forums

lgaa2008 - How Create Account in RF AOP ? - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Sep 30, 2013
Messages
10
Reaction score
0
Solved.

INSERT INTO tbl_RFTestAccount( id,password,BCodeTU) VALUES ( CONVERT(varbinary(17), 'Username'), CONVERT(varbinary(24),' Password'),'1')
 
Upvote 0
Junior Spellweaver
Joined
Mar 3, 2013
Messages
168
Reaction score
48
its use tbl rfaccount to create normal player account .
mine use tbl rfaccount for aop and 2232

the register page that I use using the tbl rfaccount
its work good for aop and 2232 can login for normal account .
the page have header slide and menu download full client patch and status login server online .
just need edit db.config.php


here if wanna download


lgaa2008 - How Create Account in RF AOP ? - RaGEZONE Forums
 
Upvote 0
Back
Top