2 Attachment(s)
successfully created an account but can not log into the game
have used a variety of ways, many ways also the tutorial I followed, but the problem is really the register link makes me confused, either I did not know where else to like, I'm really confused, and this last time I asked if this is a problem I can not make resolved I would stop making private servers mine, I can only say thank you very much to all who helped my friend, who always gave me suport.
ok, here I adamalah register is complete, there is no problem, but when they want to play the game appear a message "wrong acount Imput"
but strangely gm account can log into the game
well this is the image data base for RF acount tbl.rf_account
Attachment 113289
Attachment 113290
Re: [help]successfully created an account but can not log into the game
BcodeTU change 0 to a 1 then test it
Re: [help]successfully created an account but can not log into the game
Quote:
Originally Posted by
Busman
BcodeTU change 0 to a 1 then test it
ok i try :)
same wrong input account :(
Re: [help]successfully created an account but can not log into the game
2.2.3.2 should have account information in 2 tables make sure they both tables contain the information.
tbl RFAccount and tbl UserAccount.
Any one who has more insight feel free to correct me.
Re: successfully created an account but can not log into the game
Can you make me register.php, please help me sir. for rf 2.2.3.2 plase
Re: successfully created an account but can not log into the game
add my yahoo messenger legendary.donation or give me some contact of yours
Re: successfully created an account but can not log into the game
admyuan im hasben add you yahoo massager ^^
Re: successfully created an account but can not log into the game
help me about my trouble plase :(
its exsample mssql query, so who to edit for same with my data table plase helpbfor rf 2.2.3.2
mssql_query("INSERT INTO rf_user.dbo.x2o_user (UserId,Password,UserName,email) VALUES ((CONVERT (binary(12),'$login')),(CONVERT (binary(12),'$pw')),'$login','$email')");
mssql_query("INSERT INTO rf_user.dbo.x2o_user1 (UserId,Password,UserName,email) VALUES ('$login','$pw','$login','$email')");
mssql_query("INSERT INTO rf_user.dbo.userlogin (userid,password) VALUES ('$login','$pw')")or die('<center>error, account exists<br><br><a href=register.php><img src=retour.jpg border=0></center>');
Re: successfully created an account but can not log into the game
any people to help me plase
Re: successfully created an account but can not log into the game
Quote:
Originally Posted by
devnaya23
any people to help me plase
online now in your yahoo messenger
Re: successfully created an account but can not log into the game
What ur Nation on LoginServer intialize?
Re: successfully created an account but can not log into the game
If You Use old Registration page. use db for 223 and upgrade to 2232.
maybe you have error in your registration page or your database in rf_user.
Re: successfully created an account but can not log into the game
Quote:
Originally Posted by
devnaya23
help me about my trouble plase :(
its exsample mssql query, so who to edit for same with my data table plase helpbfor rf 2.2.3.2
mssql_query("INSERT INTO rf_user.dbo.x2o_user (UserId,Password,UserName,email) VALUES ((CONVERT (binary(12),'$login')),(CONVERT (binary(12),'$pw')),'$login','$email')");
mssql_query("INSERT INTO rf_user.dbo.x2o_user1 (UserId,Password,UserName,email) VALUES ('$login','$pw','$login','$email')");
mssql_query("INSERT INTO rf_user.dbo.userlogin (userid,password) VALUES ('$login','$pw')")or die('<center>error, account exists<br><br><a href=register.php><img src=retour.jpg border=0></center>');
Look in your MSSQL databases and make sure it has these tables. To my understanding, this is an old register php which contains old database information. You can try changing the database information to match what is in your MSSQL.