Why when I'm creating new account with abrasive script, works fine, say Account created successfully, but don't create account on GameAccountsTBL, need help please
07/05/2014 10:31beetols#2
The script create only one account in Userdata.dbo.UserMaster
If u want to add rows to GameAccountsTBL u must create new query in the php that implemente it, reading the php files you can understand how work and what to do.
07/05/2014 12:11white95260#3
Well, if someone could help me with that should fine, because atm have no idea to how to do it, or maybe, send me the register.php with that implemente.
07/06/2014 09:29RealChew#4
it is not difficult to do it yourself, just copy/paste the query's line and change the name of the database, table and column to add a second query in your GameAccountTBL.
Try yourself sometimes or you'll never learn anything, that script is not difficult to understand