12.03.2013, 11:57
I used mysql_debug(1) and here's the results:
The password of the account in the database is 123456, so what can you tell me about that?
Thanks!
PHP код:
[14:18:41] ** MySQL Debugging enabled (03/12/13)
[14:18:41]
[14:18:59] >> mysql_query_callback( Connection handle: 1 )
[14:18:59] Passing query SELECT * FROM `playeraccounts` WHERE `username` = 'Player_Name' | ii
[14:19:00] ProcessQueryThread(OnQueryFinish) - Query was successful. (SELECT * FROM `playeraccounts` WHERE `username` = 'Player_Name')
[14:19:00] ProcessQueryThread(OnQueryFinish) - Data caching enabled.
[14:19:00] CMySQLHandler::StoreResult() - Result was stored.
[14:19:00] CMySQLHandler::FreeResult() - Result was successfully free'd.
[14:19:00] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
[14:19:00] OnQueryFinish(ii) - Threaded function called.
[14:19:00] >> cache_get_data( Connection handle: 1 )
[14:19:00] ProcessTick() - The cache has been cleared.
Thanks!