Quote:
Originally Posted by VincentDunn
put mysql_debug(1); under OnGameModeInit(), try to login again and read mysql_log.txt
|
It is already under OnGameModeInit, but anyway here is the log..
[16:13:46] CMySQLHandler::Query(SELECT `Username` FROM users WHERE Username = 'Labrinth' AND password = SHA1('<3')) - Successfully executed.
[16:13:46] >> mysql_store_result( Connection handle: 1 )
[16:13:46] CMySQLHandler::StoreResult() - Result was stored.
[16:13:46] >> mysql_num_rows( Connection handle: 1 )
[16:13:46] CMySQLHandler::NumRows() - Returned 1 row(s)
[16:13:46] >> mysql_query( Connection handle: 1 )
[16:13:46] CMySQLHandler::Query(SELECT * FROM `users` WHERE Username = 'Labrinth') - Successfully executed.
[16:13:46] >> mysql_store_result( Connection handle: 1 )
[16:13:46] CMySQLHandler::StoreResult() - Result was stored.
[16:13:46] >> mysql_fetch_row_format( Connection handle: 1 )
[16:13:46] CMySQLHandler::FetchRow() - Return: 1|Labrinth|44ea86be67060d7a28c805c564767e8b86aed72 4|0|10|0|0|7|4|2|58|26|34|0|923
[16:13:46] >> mysql_free_result( Connection handle: 1 )
[16:13:46] CMySQLHandler::FreeResult() - Result was successfully free'd.
[16:13:46] >> mysql_free_result( Connection handle: 1 )
[16:13:46] CMySQLHandler::FreeResult() - The result is already empty.
[16:17:22] >> mysql_query( Connection handle: 1 )
[16:17:22] CMySQLHandler::Query(UPDATE `users` SET `pXP` = '1000', `pKills` = '0', `pDeaths` = '0', `pRank` = '0', `pAdminLevel` = '7', `pVipLevel` = '0', `pHour` = '0', `pMin` = '3', `pSec` = '20', `pMapsPlayed` = '1', `pCoins` = '0' WHERE `Username` = 'Labrinth') - Successfully executed.