25.09.2015, 11:56
Can you show us a screen shot with your users table in mysql? The password hash might be too long for the field in MySQL.
Also, for some debugging, do this:
And show us the server log afterwads.
Also, for some debugging, do this:
PHP код:
format(query1, sizeof(query1), "INSERT INTO players (Username, Password, IP, RegisterDate) VALUES('%s', '%s', '%s', '%s')", pname, buff, IPP, InsertTimeStamp());
mysql_function_query(mConnectionHandle, query1, false, "", "");
print(query1); // add this
Logged[playerid] = 1;

