i cant login... it shows that message and i have added my account on mysql and all that and he shows that :\
http://oi57.tinypic.com/244ayh2.jpg
Printable View
i cant login... it shows that message and i have added my account on mysql and all that and he shows that :\
http://oi57.tinypic.com/244ayh2.jpg
Just my preference but I like to make a temporary site like MapleBit so I can register without problems.
Recheck your database for the correct Username, and make sure your using the correct database name for your site and for your source.
yes i was choose the correct db
you need configure Client_start try use:
but go to mysql in you DB and create new account with the following information:Code:
case CLIENT_START:
if (c.getSessionIPAddress().contains("8.31.99.141") || c.getSessionIPAddress().contains("8.31.99.143")|| c.getSessionIPAddress().contains("127.0.0.1")) {
c.loginData("admin");
c.getSession().write(LoginPacket.getAuthSuccessRequest(c));
}
break;
username:
admin
password:
admin
Compile! Replace you .jar in dist folder Launch server and start Maple and Gratz (Y)