Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2017
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.26 KB | None | 0 0
  1. [20:32:54 07/02/17] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "gta", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  2. [20:32:54 07/02/17] [DEBUG] CMySQLHandle::Create - creating new connection..
  3. [20:32:54 07/02/17] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  4. [20:32:54 07/02/17] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  5. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  6. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - connection was successful
  7. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  8. [20:32:54 07/02/17] [DEBUG] mysql_errno - connection: 1
  9. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `users` (`ID` int(11) NOT NULL AUTO_I", callback: "(null)", format: "(null)"
  10. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `checkpoints` (`ID` int(11) NOT NULL,", callback: "(null)", format: "(null)"
  11. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `bannedplayers` (`PlayerName` varchar", callback: "(null)", format: "(null)"
  12. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `vehicles` (`vehID` int(11) NOT NULL ", callback: "(null)", format: "(null)"
  13. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `dealership` (`Name` varchar(25) NOT ", callback: "(null)", format: "(null)"
  14. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `admin_permission` (`Command` varchar", callback: "(null)", format: "(null)"
  15. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `bankers` (`ID` int(11) NOT NULL,`Ski", callback: "(null)", format: "(null)"
  16. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `bank_atms` (`ID` int(11) NOT NULL,`P", callback: "(null)", format: "(null)"
  17. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `bank_accounts` (`ID` int(11) NOT NUL", callback: "(null)", format: "(null)"
  18. [20:32:54 07/02/17] [DEBUG] mysql_format - connection: 1, len: 1024, format: "CREATE TABLE IF NOT EXISTS `bank_logs` (`ID` int(11) NOT NULL auto_increment,`AccountID` int(11) NOT NULL,`ToAccountID` int(11) ..."
  19. [20:32:54 07/02/17] [DEBUG] mysql_format - connection: 1, len: 1024, format: "%sPRIMARY KEY (`ID`),KEY `bank_logs_ibfk_1` (`AccountID`),CONSTRAINT `bank_logs_ibfk_1` FOREIGN KEY (`AccountID`) REFERENCES `b..."
  20. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `bank_logs` (`ID` int(11) NOT NULL au", callback: "(null)", format: "(null)"
  21. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `meals` (`LocationID` int(11) NOT NUL", callback: "(null)", format: "(null)"
  22. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `meal_locations` (`LocationID` int(11", callback: "(null)", format: "(null)"
  23. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `agenda` (`Owner` varchar(25) NOT NUL", callback: "(null)", format: "(null)"
  24. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `ads` (`PlayerName` varchar(25) NOT N", callback: "(null)", format: "(null)"
  25. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `houses` (`ID` int(11) NOT NULL,`Hous", callback: "(null)", format: "(null)"
  26. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `housefurnitures` (`ID` int(11) NOT N", callback: "(null)", format: "(null)"
  27. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `housevisitors` (`HouseID` int(11) NO", callback: "(null)", format: "(null)"
  28. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `housesales` (`ID` int(11) NOT NULL A", callback: "(null)", format: "(null)"
  29. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "CREATE TABLE IF NOT EXISTS `offlinesms` (`PlayerName` varchar(25", callback: "(null)", format: "(null)"
  30. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `Vehicles`", callback: "LoadVehicles", format: "(null)"
  31. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `bankers`", callback: "LoadBankers", format: "(null)"
  32. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `bank_atms`", callback: "LoadATMs", format: "(null)"
  33. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `meal_locations`", callback: "LoadFood", format: "(null)"
  34. [20:32:54 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `houses`", callback: "LoadHouses", format: "(null)"
  35. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  36. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - connection was successful
  37. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  38. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  39. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  40. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - connection was successful
  41. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  42. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  43. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 3.591 milliseconds
  44. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  45. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  46. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - connection was successful
  47. [20:32:54 07/02/17] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  48. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.783 milliseconds
  49. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  50. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  51. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.291 milliseconds
  52. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  53. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  54. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.374 milliseconds
  55. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  56. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  57. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.369 milliseconds
  58. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  59. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  60. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.311 milliseconds
  61. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  62. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  63. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.416 milliseconds
  64. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  65. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  66. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.544 milliseconds
  67. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  68. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  69. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.335 milliseconds
  70. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  71. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  72. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.497 milliseconds
  73. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  74. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  75. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.245 milliseconds
  76. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  77. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  78. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.289 milliseconds
  79. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  80. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  81. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.87 milliseconds
  82. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  83. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  84. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.582 milliseconds
  85. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  86. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  87. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.376 milliseconds
  88. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  89. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  90. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.608 milliseconds
  91. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  92. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  93. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.446 milliseconds
  94. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  95. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  96. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.438 milliseconds
  97. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  98. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  99. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.484 milliseconds
  100. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  101. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadVehicles] - starting query execution
  102. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadVehicles] - query was successfully executed within 0.316 milliseconds
  103. [20:32:54 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  104. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadBankers] - starting query execution
  105. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadBankers] - query was successfully executed within 0.518 milliseconds
  106. [20:32:54 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  107. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadATMs] - starting query execution
  108. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadATMs] - query was successfully executed within 0.149 milliseconds
  109. [20:32:54 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  110. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadFood] - starting query execution
  111. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadFood] - query was successfully executed within 0.127 milliseconds
  112. [20:32:54 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  113. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadHouses] - starting query execution
  114. [20:32:54 07/02/17] [DEBUG] CMySQLQuery::Execute[LoadHouses] - query was successfully executed within 0.124 milliseconds
  115. [20:32:54 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  116. [20:32:54 07/02/17] [DEBUG] Calling callback "LoadVehicles"..
  117. [20:32:54 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  118. [20:32:54 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  119. [20:32:54 07/02/17] [DEBUG] Calling callback "LoadBankers"..
  120. [20:32:54 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  121. [20:32:54 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  122. [20:32:54 07/02/17] [DEBUG] Calling callback "LoadATMs"..
  123. [20:32:54 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  124. [20:32:54 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  125. [20:32:54 07/02/17] [DEBUG] Calling callback "LoadFood"..
  126. [20:32:54 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  127. [20:32:54 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  128. [20:32:54 07/02/17] [DEBUG] Calling callback "LoadHouses"..
  129. [20:32:54 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  130. [20:32:54 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  131. [20:32:55 07/02/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
  132. [20:32:55 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'TestTestTest", callback: "OnBanCheck", format: "i"
  133. [20:32:55 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT COUNT(*) AS `TotalAccounts`, `PlayerName` FROM `Users`", use_cache: true
  134. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  135. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 4.286 milliseconds
  136. [20:32:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  137. [20:32:55 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  138. [20:32:55 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  139. [20:32:55 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "TotalAccounts", connection: 1
  140. [20:32:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TotalAccounts", data: "2"
  141. [20:32:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  142. [20:32:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TestTestTest"
  143. [20:32:55 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  144. [20:32:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  145. [20:32:55 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  146. [20:32:55 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT MAX(`Level`), `PlayerName` FROM `Users`", use_cache: true
  147. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  148. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.400 milliseconds
  149. [20:32:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  150. [20:32:55 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  151. [20:32:55 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  152. [20:32:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  153. [20:32:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TestTestTest"
  154. [20:32:55 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  155. [20:32:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  156. [20:32:55 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  157. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
  158. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 0.328 milliseconds
  159. [20:32:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  160. [20:32:55 07/02/17] [DEBUG] Calling callback "OnBanCheck"..
  161. [20:32:55 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  162. [20:32:55 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "SELECT `Password`, `Salt`, `Language`, FROM_UNIXTIME(LastLogin, '%%d/%%m/%%Y %%H:%%i') as `LoginDate` FROM `Users` WHERE `Player..."
  163. [20:32:55 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `Salt`, `Language`, FROM_UNIXTIME(LastLogin, ", callback: "OnAccountCheck", format: "i"
  164. [20:32:55 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
  165. [20:32:55 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'TestTestTest'", callback: "(null)", format: "(null)"
  166. [20:32:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  167. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  168. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 0.808 milliseconds
  169. [20:32:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  170. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  171. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.602 milliseconds
  172. [20:32:55 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  173. [20:32:55 07/02/17] [DEBUG] Calling callback "OnAccountCheck"..
  174. [20:32:55 07/02/17] [DEBUG] cache_get_data - connection: 1
  175. [20:32:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 65
  176. [20:32:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "0911BB9DDF669BF627A8777B493A2F816BD1C9F47BA36AF9717F706D0C213DE2"
  177. [20:32:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Salt", connection: 1, max_len: 11
  178. [20:32:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Salt", data: "b?oNcoQTe7"
  179. [20:32:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "LoginDate", connection: 1, max_len: 50
  180. [20:32:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "LoginDate", data: "02/07/2017 19:52"
  181. [20:32:55 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Language", connection: 1
  182. [20:32:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Language", data: "0"
  183. [20:32:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  184. [20:33:31 07/02/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
  185. [20:33:31 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Aure' OR `IP", callback: "OnBanCheck", format: "i"
  186. [20:33:31 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT COUNT(*) AS `TotalAccounts`, `PlayerName` FROM `Users`", use_cache: true
  187. [20:33:31 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  188. [20:33:31 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.31 milliseconds
  189. [20:33:31 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  190. [20:33:31 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  191. [20:33:31 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  192. [20:33:31 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "TotalAccounts", connection: 1
  193. [20:33:31 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TotalAccounts", data: "2"
  194. [20:33:31 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  195. [20:33:31 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TestTestTest"
  196. [20:33:31 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  197. [20:33:31 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  198. [20:33:31 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  199. [20:33:31 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT MAX(`Level`), `PlayerName` FROM `Users`", use_cache: true
  200. [20:33:31 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  201. [20:33:31 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.175 milliseconds
  202. [20:33:31 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  203. [20:33:31 07/02/17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
  204. [20:33:31 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  205. [20:33:31 07/02/17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 0.375 milliseconds
  206. [20:33:31 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  207. [20:33:31 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  208. [20:33:31 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  209. [20:33:31 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TestTestTest"
  210. [20:33:31 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  211. [20:33:31 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  212. [20:33:31 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  213. [20:33:31 07/02/17] [DEBUG] Calling callback "OnBanCheck"..
  214. [20:33:31 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  215. [20:33:31 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "SELECT `Password`, `Salt`, `Language`, FROM_UNIXTIME(LastLogin, '%%d/%%m/%%Y %%H:%%i') as `LoginDate` FROM `Users` WHERE `Player..."
  216. [20:33:32 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `Salt`, `Language`, FROM_UNIXTIME(LastLogin, ", callback: "OnAccountCheck", format: "i"
  217. [20:33:32 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
  218. [20:33:32 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Aure'", callback: "(null)", format: "(null)"
  219. [20:33:32 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  220. [20:33:32 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  221. [20:33:32 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 2.837 milliseconds
  222. [20:33:32 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  223. [20:33:32 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  224. [20:33:32 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 1.93 milliseconds
  225. [20:33:32 07/02/17] [DEBUG] Calling callback "OnAccountCheck"..
  226. [20:33:32 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  227. [20:33:32 07/02/17] [DEBUG] cache_get_data - connection: 1
  228. [20:33:32 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 65
  229. [20:33:32 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "CD0100944DEE3FFFEDDA19C3EF64E184E0A96A90FB421FFEC4AE57EE663673F8"
  230. [20:33:32 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Salt", connection: 1, max_len: 11
  231. [20:33:32 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Salt", data: "dq[W3eW_C1"
  232. [20:33:32 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "LoginDate", connection: 1, max_len: 50
  233. [20:33:32 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "LoginDate", data: "02/07/2017 20:31"
  234. [20:33:32 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Language", connection: 1
  235. [20:33:32 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Language", data: "1"
  236. [20:33:32 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  237. [20:33:42 07/02/17] [DEBUG] mysql_format - connection: 1, len: 170, format: "SELECT * FROM `users` WHERE `PlayerName` = '%e' LIMIT 1"
  238. [20:33:42 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `users` WHERE `PlayerName` = 'Aure' LIMIT 1", callback: "OnAccountLoad", format: "i"
  239. [20:33:42 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
  240. [20:33:42 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 3.325 milliseconds
  241. [20:33:42 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  242. [20:33:42 07/02/17] [DEBUG] Calling callback "OnAccountLoad"..
  243. [20:33:42 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Email", connection: 1, max_len: 36
  244. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Email", data: "stoica.aure@gmail.com"
  245. [20:33:42 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Gender", connection: 1, max_len: 6
  246. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Gender", data: "Male"
  247. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AdminLevel", connection: 1
  248. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AdminLevel", data: "0"
  249. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Language", connection: 1
  250. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Language", data: "1"
  251. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
  252. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
  253. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
  254. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
  255. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
  256. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
  257. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
  258. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
  259. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
  260. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
  261. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
  262. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "5"
  263. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
  264. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "15"
  265. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
  266. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
  267. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "RP", connection: 1
  268. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "RP", data: "0"
  269. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
  270. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
  271. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "DriveLicense", connection: 1
  272. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "DriveLicense", data: "0"
  273. [20:33:42 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Cellphone", connection: 1, max_len: 10
  274. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cellphone", data: ""
  275. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
  276. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
  277. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "RentHouseID", connection: 1
  278. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "RentHouseID", data: "0"
  279. [20:33:42 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Helper", connection: 1
  280. [20:33:42 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Helper", data: "0"
  281. [20:33:42 07/02/17] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e'"
  282. [20:33:42 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure'", callback: "OnOfflineSMSLoad", format: "i"
  283. [20:33:42 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  284. [20:33:42 07/02/17] [DEBUG] CMySQLQuery::Execute[OnOfflineSMSLoad] - starting query execution
  285. [20:33:42 07/02/17] [DEBUG] CMySQLQuery::Execute[OnOfflineSMSLoad] - query was successfully executed within 0.325 milliseconds
  286. [20:33:42 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  287. [20:33:42 07/02/17] [DEBUG] Calling callback "OnOfflineSMSLoad"..
  288. [20:33:42 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  289. [20:33:42 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  290. [20:33:42 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM housesales WHERE OldOwner='%e'"
  291. [20:33:42 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM housesales WHERE OldOwner='Aure'", callback: "HouseSaleMoney", format: "i"
  292. [20:33:42 07/02/17] [DEBUG] CMySQLQuery::Execute[HouseSaleMoney] - starting query execution
  293. [20:33:42 07/02/17] [DEBUG] CMySQLQuery::Execute[HouseSaleMoney] - query was successfully executed within 0.259 milliseconds
  294. [20:33:42 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  295. [20:33:42 07/02/17] [DEBUG] Calling callback "HouseSaleMoney"..
  296. [20:33:42 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  297. [20:33:42 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  298. [20:33:43 07/02/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
  299. [20:33:43 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'TwiiKzz' OR ", callback: "OnBanCheck", format: "i"
  300. [20:33:43 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT COUNT(*) AS `TotalAccounts`, `PlayerName` FROM `Users`", use_cache: true
  301. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  302. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.493 milliseconds
  303. [20:33:43 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  304. [20:33:43 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  305. [20:33:43 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  306. [20:33:43 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "TotalAccounts", connection: 1
  307. [20:33:43 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TotalAccounts", data: "2"
  308. [20:33:43 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  309. [20:33:43 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TestTestTest"
  310. [20:33:43 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  311. [20:33:43 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  312. [20:33:43 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  313. [20:33:43 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT MAX(`Level`), `PlayerName` FROM `Users`", use_cache: true
  314. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  315. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.317 milliseconds
  316. [20:33:43 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  317. [20:33:43 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  318. [20:33:43 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  319. [20:33:43 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  320. [20:33:43 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TestTestTest"
  321. [20:33:43 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  322. [20:33:43 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  323. [20:33:43 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  324. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
  325. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 0.818 milliseconds
  326. [20:33:43 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  327. [20:33:43 07/02/17] [DEBUG] Calling callback "OnBanCheck"..
  328. [20:33:43 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  329. [20:33:43 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "SELECT `Password`, `Salt`, `Language`, FROM_UNIXTIME(LastLogin, '%%d/%%m/%%Y %%H:%%i') as `LoginDate` FROM `Users` WHERE `Player..."
  330. [20:33:43 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `Salt`, `Language`, FROM_UNIXTIME(LastLogin, ", callback: "OnAccountCheck", format: "i"
  331. [20:33:43 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
  332. [20:33:43 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'TwiiKzz'", callback: "(null)", format: "(null)"
  333. [20:33:43 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  334. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  335. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 0.672 milliseconds
  336. [20:33:43 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  337. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  338. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.500 milliseconds
  339. [20:33:43 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  340. [20:33:43 07/02/17] [DEBUG] Calling callback "OnAccountCheck"..
  341. [20:33:43 07/02/17] [DEBUG] cache_get_data - connection: 1
  342. [20:33:43 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  343. [20:33:59 07/02/17] [DEBUG] mysql_format - connection: 1, len: 256, format: "INSERT INTO `Users` (`PlayerName`, `Password`, `Salt`, Language, `Gender`, `Email`)VALUES('%e', '%e', '%e', %i, '%e', '%e')"
  344. [20:33:59 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `Users` (`PlayerName`, `Password`, `Salt`, Language,", callback: "OnAccountRegister", format: "i"
  345. [20:33:59 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  346. [20:33:59 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 17.765 milliseconds
  347. [20:33:59 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  348. [20:33:59 07/02/17] [DEBUG] Calling callback "OnAccountRegister"..
  349. [20:33:59 07/02/17] [DEBUG] cache_insert_id - connection: 1
  350. [20:33:59 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  351. [20:33:59 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM housesales WHERE OldOwner='%e'"
  352. [20:33:59 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM housesales WHERE OldOwner='TwiiKzz'", callback: "HouseSaleMoney", format: "i"
  353. [20:33:59 07/02/17] [DEBUG] CMySQLQuery::Execute[HouseSaleMoney] - starting query execution
  354. [20:33:59 07/02/17] [DEBUG] CMySQLQuery::Execute[HouseSaleMoney] - query was successfully executed within 1.657 milliseconds
  355. [20:33:59 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  356. [20:33:59 07/02/17] [DEBUG] Calling callback "HouseSaleMoney"..
  357. [20:33:59 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  358. [20:33:59 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  359. [20:34:49 07/02/17] [DEBUG] mysql_format - connection: 1, len: 560, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  360. [20:34:49 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'TwiiKzz' ORDER ", use_cache: true
  361. [20:34:49 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  362. [20:34:49 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 11.105 milliseconds
  363. [20:34:49 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  364. [20:34:49 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  365. [20:34:49 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  366. [20:34:49 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  367. [20:34:49 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  368. [20:34:49 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  369. [20:35:08 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `ads` ORDER BY `Date` ASC", use_cache: true
  370. [20:35:08 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  371. [20:35:08 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.317 milliseconds
  372. [20:35:08 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  373. [20:35:08 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  374. [20:35:08 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  375. [20:35:08 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  376. [20:35:08 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  377. [20:35:08 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  378. [20:35:19 07/02/17] [DEBUG] mysql_format - connection: 1, len: 170, format: "SELECT * FROM `users` WHERE `PlayerName` = '%e' LIMIT 1"
  379. [20:35:19 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `users` WHERE `PlayerName` = 'TestTestTest' LIMIT ", callback: "OnAccountLoad", format: "i"
  380. [20:35:19 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
  381. [20:35:19 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 2.893 milliseconds
  382. [20:35:19 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  383. [20:35:19 07/02/17] [DEBUG] Calling callback "OnAccountLoad"..
  384. [20:35:19 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Email", connection: 1, max_len: 36
  385. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Email", data: "123"
  386. [20:35:19 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Gender", connection: 1, max_len: 6
  387. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Gender", data: "Male"
  388. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AdminLevel", connection: 1
  389. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AdminLevel", data: "4"
  390. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Language", connection: 1
  391. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Language", data: "0"
  392. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
  393. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
  394. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
  395. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
  396. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
  397. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
  398. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
  399. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
  400. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
  401. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
  402. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
  403. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "2"
  404. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
  405. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "27"
  406. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
  407. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
  408. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "RP", connection: 1
  409. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "RP", data: "0"
  410. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
  411. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
  412. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "DriveLicense", connection: 1
  413. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "DriveLicense", data: "0"
  414. [20:35:19 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Cellphone", connection: 1, max_len: 10
  415. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cellphone", data: "2221234"
  416. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
  417. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
  418. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "RentHouseID", connection: 1
  419. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "RentHouseID", data: "-1"
  420. [20:35:19 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Helper", connection: 1
  421. [20:35:19 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Helper", data: "0"
  422. [20:35:19 07/02/17] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e'"
  423. [20:35:19 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'TestTestTest'", callback: "OnOfflineSMSLoad", format: "i"
  424. [20:35:19 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  425. [20:35:19 07/02/17] [DEBUG] CMySQLQuery::Execute[OnOfflineSMSLoad] - starting query execution
  426. [20:35:19 07/02/17] [DEBUG] CMySQLQuery::Execute[OnOfflineSMSLoad] - query was successfully executed within 0.880 milliseconds
  427. [20:35:19 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  428. [20:35:19 07/02/17] [DEBUG] Calling callback "OnOfflineSMSLoad"..
  429. [20:35:19 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  430. [20:35:19 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  431. [20:35:19 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM housesales WHERE OldOwner='%e'"
  432. [20:35:19 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM housesales WHERE OldOwner='TestTestTest'", callback: "HouseSaleMoney", format: "i"
  433. [20:35:19 07/02/17] [DEBUG] CMySQLQuery::Execute[HouseSaleMoney] - starting query execution
  434. [20:35:19 07/02/17] [DEBUG] CMySQLQuery::Execute[HouseSaleMoney] - query was successfully executed within 1.726 milliseconds
  435. [20:35:19 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  436. [20:35:19 07/02/17] [DEBUG] Calling callback "HouseSaleMoney"..
  437. [20:35:19 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  438. [20:35:19 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  439. [20:35:26 07/02/17] [DEBUG] mysql_format - connection: 1, len: 560, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  440. [20:35:26 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'TestTestTest' O", use_cache: true
  441. [20:35:26 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  442. [20:35:26 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 3.819 milliseconds
  443. [20:35:26 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  444. [20:35:26 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  445. [20:35:26 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  446. [20:35:26 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "SenderName", connection: 1, max_len: 25
  447. [20:35:26 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "SenderName", data: "Aure"
  448. [20:35:26 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "SenderName", connection: 1, max_len: 25
  449. [20:35:26 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "SenderName", data: "Aure"
  450. [20:35:26 07/02/17] [DEBUG] cache_get_field_content - row: 2, field_name: "SenderName", connection: 1, max_len: 25
  451. [20:35:26 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "SenderName", data: "Aure"
  452. [20:35:26 07/02/17] [DEBUG] cache_get_field_content - row: 3, field_name: "SenderName", connection: 1, max_len: 25
  453. [20:35:26 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "SenderName", data: "Aure"
  454. [20:35:26 07/02/17] [DEBUG] cache_get_field_content - row: 4, field_name: "SenderName", connection: 1, max_len: 25
  455. [20:35:26 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "SenderName", data: "Aure"
  456. [20:35:26 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  457. [20:35:26 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  458. [20:35:26 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  459. [20:35:28 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  460. [20:35:28 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'TestTestTest' O", use_cache: true
  461. [20:35:28 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  462. [20:35:28 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.384 milliseconds
  463. [20:35:28 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  464. [20:35:28 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  465. [20:35:28 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  466. [20:35:28 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Message", connection: 1, max_len: 128
  467. [20:35:28 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Message", data: "Test"
  468. [20:35:28 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "Message", connection: 1, max_len: 128
  469. [20:35:28 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Message", data: "Teeest"
  470. [20:35:28 07/02/17] [DEBUG] cache_get_field_content - row: 2, field_name: "Message", connection: 1, max_len: 128
  471. [20:35:28 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Message", data: "Teeeeeeeest"
  472. [20:35:28 07/02/17] [DEBUG] cache_get_field_content - row: 3, field_name: "Message", connection: 1, max_len: 128
  473. [20:35:28 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '3', field: "Message", data: "Test"
  474. [20:35:28 07/02/17] [DEBUG] cache_get_field_content - row: 4, field_name: "Message", connection: 1, max_len: 128
  475. [20:35:28 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '4', field: "Message", data: "Test"
  476. [20:35:28 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  477. [20:35:28 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  478. [20:35:28 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  479. [20:37:21 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `ads` ORDER BY `Date` ASC", use_cache: true
  480. [20:37:21 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  481. [20:37:21 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.370 milliseconds
  482. [20:37:21 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  483. [20:37:21 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  484. [20:37:21 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  485. [20:37:21 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  486. [20:37:21 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  487. [20:37:21 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  488. [20:39:35 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `ads` ORDER BY `Date` ASC", use_cache: true
  489. [20:39:35 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  490. [20:39:35 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.427 milliseconds
  491. [20:39:35 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  492. [20:39:35 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  493. [20:39:35 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  494. [20:39:35 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  495. [20:39:35 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  496. [20:39:35 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  497. [20:40:24 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "INSERT INTO `Vehicles` (vehModel, vehPrice, vehCoins, vehName, vehOwner, vehX, vehY, vehZ, vehA, vehColorOne, vehColorTwo, vehCo..."
  498. [20:40:24 07/02/17] [ERROR] mysql_format - destination size is too small
  499. [20:40:24 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `Vehicles` (vehModel, vehPrice, vehCoins, vehName, v", callback: "OnDealerVehicleCreated", format: "i"
  500. [20:40:24 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `Users` SET `DriveLicense` = %i WHERE `PlayerName` = '%e'"
  501. [20:40:24 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `Users` SET `DriveLicense` = 1 WHERE `PlayerName` = 'Aure", callback: "(null)", format: "(null)"
  502. [20:40:25 07/02/17] [DEBUG] CMySQLQuery::Execute[OnDealerVehicleCreated] - starting query execution
  503. [20:40:25 07/02/17] [ERROR] CMySQLQuery::Execute[OnDealerVehicleCreated] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 (Query: "INSERT INTO `Vehicles` (vehModel, vehPrice, vehCoins, vehName, vehOwner, vehX, vehY, vehZ, vehA, vehColorOne, vehColorTwo, vehCooldown)VALUES (586, 0, 0, 'Wayfarer', 'Aure', 1552.691, -2212.072, 13.123, 359.599, -1, -1,")
  504. [20:40:25 07/02/17] [DEBUG] CMySQLQuery::Execute[OnDealerVehicleCreated] - error will be triggered in OnQueryError
  505. [20:40:25 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  506. [20:40:25 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 89.592 milliseconds
  507. [20:40:25 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  508. [20:40:45 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "INSERT INTO `Vehicles` (vehModel, vehPrice, vehCoins, vehName, vehOwner, vehX, vehY, vehZ, vehA, vehColorOne, vehColorTwo, vehCo..."
  509. [20:40:45 07/02/17] [ERROR] mysql_format - destination size is too small
  510. [20:40:45 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `Vehicles` (vehModel, vehPrice, vehCoins, vehName, v", callback: "OnDealerVehicleCreated", format: "i"
  511. [20:40:45 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "UPDATE `Users` SET `DriveLicense` = %i WHERE `PlayerName` = '%e'"
  512. [20:40:45 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `Users` SET `DriveLicense` = 1 WHERE `PlayerName` = 'Twii", callback: "(null)", format: "(null)"
  513. [20:40:45 07/02/17] [DEBUG] CMySQLQuery::Execute[OnDealerVehicleCreated] - starting query execution
  514. [20:40:45 07/02/17] [ERROR] CMySQLQuery::Execute[OnDealerVehicleCreated] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 (Query: "INSERT INTO `Vehicles` (vehModel, vehPrice, vehCoins, vehName, vehOwner, vehX, vehY, vehZ, vehA, vehColorOne, vehColorTwo, vehCooldown)VALUES (586, 0, 0, 'Wayfarer', 'TwiiKzz', 1552.691, -2212.072, 13.123, 359.599, -1, ")
  515. [20:40:45 07/02/17] [DEBUG] CMySQLQuery::Execute[OnDealerVehicleCreated] - error will be triggered in OnQueryError
  516. [20:40:45 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  517. [20:40:45 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.117 milliseconds
  518. [20:40:45 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  519. [20:41:49 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `ads` ORDER BY `Date` ASC", use_cache: true
  520. [20:41:49 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  521. [20:41:49 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.437 milliseconds
  522. [20:41:49 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  523. [20:41:49 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  524. [20:41:49 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  525. [20:41:49 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  526. [20:41:49 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  527. [20:41:49 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  528. [20:41:57 07/02/17] [DEBUG] mysql_format - connection: 1, len: 90, format: "UPDATE `users` SET `Cellphone` = '%e' WHERE `PlayerName` = '%e'"
  529. [20:41:57 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `users` SET `Cellphone` = '113493' WHERE `PlayerName` = '", callback: "(null)", format: "(null)"
  530. [20:41:57 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  531. [20:41:57 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 8.659 milliseconds
  532. [20:41:57 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  533. [20:42:04 07/02/17] [DEBUG] mysql_format - connection: 1, len: 90, format: "UPDATE `users` SET `Cellphone` = '%e' WHERE `PlayerName` = '%e'"
  534. [20:42:04 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `users` SET `Cellphone` = '891879' WHERE `PlayerName` = '", callback: "(null)", format: "(null)"
  535. [20:42:04 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  536. [20:42:04 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 20.16 milliseconds
  537. [20:42:04 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  538. [20:42:30 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  539. [20:42:30 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '981979' LIM", use_cache: true
  540. [20:42:30 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  541. [20:42:30 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 2.689 milliseconds
  542. [20:42:30 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  543. [20:42:30 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  544. [20:42:30 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  545. [20:42:30 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  546. [20:42:30 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  547. [20:42:30 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  548. [20:42:36 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  549. [20:42:36 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '891979' LIM", use_cache: true
  550. [20:42:36 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  551. [20:42:37 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 5.418 milliseconds
  552. [20:42:37 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  553. [20:42:37 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  554. [20:42:37 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  555. [20:42:37 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  556. [20:42:37 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  557. [20:42:37 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  558. [20:42:43 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  559. [20:42:43 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '891879' LIM", use_cache: true
  560. [20:42:43 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  561. [20:42:43 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.780 milliseconds
  562. [20:42:43 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  563. [20:42:43 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  564. [20:42:43 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  565. [20:42:43 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  566. [20:42:43 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  567. [20:42:43 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  568. [20:42:49 07/02/17] [DEBUG] mysql_format - connection: 1, len: 560, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  569. [20:42:49 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'TwiiKzz' ORDER ", use_cache: true
  570. [20:42:49 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  571. [20:42:49 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.125 milliseconds
  572. [20:42:49 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  573. [20:42:49 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  574. [20:42:49 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  575. [20:42:49 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  576. [20:42:49 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  577. [20:42:49 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  578. [20:42:53 07/02/17] [DEBUG] mysql_format - connection: 1, len: 560, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  579. [20:42:53 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure' ORDER BY ", use_cache: true
  580. [20:42:54 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  581. [20:42:54 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.444 milliseconds
  582. [20:42:54 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  583. [20:42:54 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  584. [20:42:54 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  585. [20:42:54 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "SenderName", connection: 1, max_len: 25
  586. [20:42:54 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "SenderName", data: "TestTestTest"
  587. [20:42:54 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "SenderName", connection: 1, max_len: 25
  588. [20:42:54 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "SenderName", data: "TestTestTest"
  589. [20:42:54 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  590. [20:42:54 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  591. [20:42:54 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  592. [20:42:55 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  593. [20:42:55 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure' ORDER BY ", use_cache: true
  594. [20:42:55 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  595. [20:42:55 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.211 milliseconds
  596. [20:42:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  597. [20:42:55 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  598. [20:42:55 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  599. [20:42:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Message", connection: 1, max_len: 128
  600. [20:42:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Message", data: "Hey man, this is a test, my number is 2221234 btw"
  601. [20:42:55 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "Message", connection: 1, max_len: 128
  602. [20:42:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Message", data: "öpö"
  603. [20:42:55 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  604. [20:42:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  605. [20:42:55 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  606. [20:43:10 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  607. [20:43:10 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '113493' LIM", use_cache: true
  608. [20:43:10 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  609. [20:43:10 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 3.27 milliseconds
  610. [20:43:10 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  611. [20:43:10 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  612. [20:43:10 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  613. [20:43:10 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  614. [20:43:10 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  615. [20:43:10 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  616. [20:43:22 07/02/17] [DEBUG] mysql_format - connection: 1, len: 1024, format: "UPDATE `users` SET `LastLogin` = UNIX_TIMESTAMP(), `AdminLevel` = %i, `Money` = %i, `Kills` = %i, `Deaths` = %i, `Skin` = %i, `H..."
  617. [20:43:22 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `users` SET `LastLogin` = UNIX_TIMESTAMP(), `AdminLevel` ", callback: "(null)", format: "(null)"
  618. [20:43:22 07/02/17] [DEBUG] mysql_format - connection: 1, len: 660, format: "UPDATE `Vehicles` SET `vehName` = '%e', `vehOwner` = '%e', `vehLock` = %i, `vehModel` = %i,`vehPlate` = '%e', `vehMod_1` = %i, `..."
  619. [20:43:22 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `Vehicles` SET `vehName` = 'Wayfarer', `vehOwner` = 'Aure", callback: "(null)", format: "(null)"
  620. [20:43:22 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  621. [20:43:22 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 25.790 milliseconds
  622. [20:43:22 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  623. [20:43:22 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  624. [20:43:22 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.825 milliseconds
  625. [20:43:22 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  626. [20:43:30 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  627. [20:43:30 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '113493' LIM", use_cache: true
  628. [20:43:30 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  629. [20:43:30 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.284 milliseconds
  630. [20:43:30 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  631. [20:43:30 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  632. [20:43:30 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  633. [20:43:30 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  634. [20:43:30 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  635. [20:43:30 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  636. [20:43:30 07/02/17] [DEBUG] mysql_format - connection: 1, len: 120, format: "SELECT `PlayerName` FROM `users` WHERE `Cellphone` = '%e'"
  637. [20:43:30 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `PlayerName` FROM `users` WHERE `Cellphone` = '113493'", use_cache: true
  638. [20:43:30 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  639. [20:43:30 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.356 milliseconds
  640. [20:43:30 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  641. [20:43:30 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  642. [20:43:30 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  643. [20:43:30 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  644. [20:43:30 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "Aure"
  645. [20:43:30 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  646. [20:43:30 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  647. [20:43:30 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  648. [20:43:42 07/02/17] [DEBUG] mysql_format - connection: 1, len: 280, format: "INSERT INTO `offlinesms` (`PlayerName`, `SenderName`, `Message`) VALUES ('%e', '%e', '%e')"
  649. [20:43:42 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `offlinesms` (`PlayerName`, `SenderName`, `Message`)", callback: "(null)", format: "(null)"
  650. [20:43:42 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  651. [20:43:42 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 17.44 milliseconds
  652. [20:43:42 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  653. [20:43:55 07/02/17] [DEBUG] mysql_format - connection: 1, len: 180, format: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = '%e' OR `IP` = '%e'"
  654. [20:43:55 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `BannedPlayers` WHERE `PlayerName` = 'Aure' OR `IP", callback: "OnBanCheck", format: "i"
  655. [20:43:55 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT COUNT(*) AS `TotalAccounts`, `PlayerName` FROM `Users`", use_cache: true
  656. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  657. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 3.923 milliseconds
  658. [20:43:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  659. [20:43:55 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  660. [20:43:55 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  661. [20:43:55 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "TotalAccounts", connection: 1
  662. [20:43:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "TotalAccounts", data: "3"
  663. [20:43:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  664. [20:43:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TestTestTest"
  665. [20:43:55 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  666. [20:43:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  667. [20:43:55 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  668. [20:43:55 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT MAX(`Level`), `PlayerName` FROM `Users`", use_cache: true
  669. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  670. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.107 milliseconds
  671. [20:43:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  672. [20:43:55 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  673. [20:43:55 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  674. [20:43:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "PlayerName", connection: 1, max_len: 25
  675. [20:43:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "PlayerName", data: "TestTestTest"
  676. [20:43:55 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  677. [20:43:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  678. [20:43:55 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  679. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - starting query execution
  680. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute[OnBanCheck] - query was successfully executed within 0.631 milliseconds
  681. [20:43:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  682. [20:43:55 07/02/17] [DEBUG] Calling callback "OnBanCheck"..
  683. [20:43:55 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  684. [20:43:55 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "SELECT `Password`, `Salt`, `Language`, FROM_UNIXTIME(LastLogin, '%%d/%%m/%%Y %%H:%%i') as `LoginDate` FROM `Users` WHERE `Player..."
  685. [20:43:55 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `Salt`, `Language`, FROM_UNIXTIME(LastLogin, ", callback: "OnAccountCheck", format: "i"
  686. [20:43:55 07/02/17] [DEBUG] mysql_format - connection: 1, len: 220, format: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = '%e'"
  687. [20:43:55 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "DELETE FROM `BannedPlayers` WHERE `PlayerName` = 'Aure'", callback: "(null)", format: "(null)"
  688. [20:43:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  689. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  690. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 1.138 milliseconds
  691. [20:43:55 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  692. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  693. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 2.73 milliseconds
  694. [20:43:55 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  695. [20:43:55 07/02/17] [DEBUG] Calling callback "OnAccountCheck"..
  696. [20:43:55 07/02/17] [DEBUG] cache_get_data - connection: 1
  697. [20:43:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 65
  698. [20:43:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: "CD0100944DEE3FFFEDDA19C3EF64E184E0A96A90FB421FFEC4AE57EE663673F8"
  699. [20:43:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Salt", connection: 1, max_len: 11
  700. [20:43:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Salt", data: "dq[W3eW_C1"
  701. [20:43:55 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "LoginDate", connection: 1, max_len: 50
  702. [20:43:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "LoginDate", data: "02/07/2017 20:43"
  703. [20:43:55 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Language", connection: 1
  704. [20:43:55 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Language", data: "1"
  705. [20:43:55 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  706. [20:44:00 07/02/17] [DEBUG] mysql_format - connection: 1, len: 170, format: "SELECT * FROM `users` WHERE `PlayerName` = '%e' LIMIT 1"
  707. [20:44:00 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `users` WHERE `PlayerName` = 'Aure' LIMIT 1", callback: "OnAccountLoad", format: "i"
  708. [20:44:00 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
  709. [20:44:00 07/02/17] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 2.312 milliseconds
  710. [20:44:00 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  711. [20:44:00 07/02/17] [DEBUG] Calling callback "OnAccountLoad"..
  712. [20:44:00 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Email", connection: 1, max_len: 36
  713. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Email", data: "stoica.aure@gmail.com"
  714. [20:44:00 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Gender", connection: 1, max_len: 6
  715. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Gender", data: "Male"
  716. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "AdminLevel", connection: 1
  717. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "AdminLevel", data: "0"
  718. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Language", connection: 1
  719. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Language", data: "1"
  720. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
  721. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "0"
  722. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
  723. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
  724. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
  725. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
  726. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
  727. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "0"
  728. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hours", connection: 1
  729. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hours", data: "0"
  730. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Minutes", connection: 1
  731. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Minutes", data: "13"
  732. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Seconds", connection: 1
  733. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Seconds", data: "53"
  734. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Muted", connection: 1
  735. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Muted", data: "0"
  736. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "RP", connection: 1
  737. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "RP", data: "0"
  738. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Level", connection: 1
  739. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Level", data: "0"
  740. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "DriveLicense", connection: 1
  741. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "DriveLicense", data: "1"
  742. [20:44:00 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Cellphone", connection: 1, max_len: 10
  743. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Cellphone", data: "113493"
  744. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "InHouse", connection: 1
  745. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "InHouse", data: "-1"
  746. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "RentHouseID", connection: 1
  747. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "RentHouseID", data: "0"
  748. [20:44:00 07/02/17] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Helper", connection: 1
  749. [20:44:00 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Helper", data: "0"
  750. [20:44:00 07/02/17] [DEBUG] mysql_format - connection: 1, len: 100, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e'"
  751. [20:44:00 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure'", callback: "OnOfflineSMSLoad", format: "i"
  752. [20:44:00 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  753. [20:44:00 07/02/17] [DEBUG] CMySQLQuery::Execute[OnOfflineSMSLoad] - starting query execution
  754. [20:44:00 07/02/17] [DEBUG] CMySQLQuery::Execute[OnOfflineSMSLoad] - query was successfully executed within 0.566 milliseconds
  755. [20:44:00 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  756. [20:44:00 07/02/17] [DEBUG] Calling callback "OnOfflineSMSLoad"..
  757. [20:44:00 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  758. [20:44:00 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  759. [20:44:00 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM housesales WHERE OldOwner='%e'"
  760. [20:44:00 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM housesales WHERE OldOwner='Aure'", callback: "HouseSaleMoney", format: "i"
  761. [20:44:01 07/02/17] [DEBUG] CMySQLQuery::Execute[HouseSaleMoney] - starting query execution
  762. [20:44:01 07/02/17] [DEBUG] CMySQLQuery::Execute[HouseSaleMoney] - query was successfully executed within 0.807 milliseconds
  763. [20:44:01 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  764. [20:44:01 07/02/17] [DEBUG] Calling callback "HouseSaleMoney"..
  765. [20:44:01 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  766. [20:44:01 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  767. [20:44:03 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `ads` ORDER BY `Date` ASC", use_cache: true
  768. [20:44:03 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  769. [20:44:03 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.421 milliseconds
  770. [20:44:03 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  771. [20:44:03 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  772. [20:44:03 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  773. [20:44:03 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  774. [20:44:03 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  775. [20:44:03 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  776. [20:44:05 07/02/17] [DEBUG] mysql_format - connection: 1, len: 560, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  777. [20:44:05 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure' ORDER BY ", use_cache: true
  778. [20:44:05 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  779. [20:44:05 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 3.989 milliseconds
  780. [20:44:05 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  781. [20:44:05 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  782. [20:44:05 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  783. [20:44:05 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "SenderName", connection: 1, max_len: 25
  784. [20:44:05 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "SenderName", data: "TestTestTest"
  785. [20:44:05 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "SenderName", connection: 1, max_len: 25
  786. [20:44:05 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "SenderName", data: "TestTestTest"
  787. [20:44:05 07/02/17] [DEBUG] cache_get_field_content - row: 2, field_name: "SenderName", connection: 1, max_len: 25
  788. [20:44:05 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "SenderName", data: "TwiiKzz"
  789. [20:44:05 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  790. [20:44:05 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  791. [20:44:05 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  792. [20:44:06 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  793. [20:44:06 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure' ORDER BY ", use_cache: true
  794. [20:44:06 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  795. [20:44:06 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.370 milliseconds
  796. [20:44:06 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  797. [20:44:06 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  798. [20:44:06 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  799. [20:44:06 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Message", connection: 1, max_len: 128
  800. [20:44:06 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Message", data: "Hey man, this is a test, my number is 2221234 btw"
  801. [20:44:06 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "Message", connection: 1, max_len: 128
  802. [20:44:06 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Message", data: "öpö"
  803. [20:44:06 07/02/17] [DEBUG] cache_get_field_content - row: 2, field_name: "Message", connection: 1, max_len: 128
  804. [20:44:06 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Message", data: "offlineTest"
  805. [20:44:06 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  806. [20:44:06 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  807. [20:44:06 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  808. [20:44:23 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  809. [20:44:23 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '1134943' LI", use_cache: true
  810. [20:44:23 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  811. [20:44:23 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 3.206 milliseconds
  812. [20:44:23 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  813. [20:44:23 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  814. [20:44:23 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  815. [20:44:23 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  816. [20:44:23 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  817. [20:44:23 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  818. [20:44:31 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  819. [20:44:31 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '113493' LIM", use_cache: true
  820. [20:44:31 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  821. [20:44:31 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.246 milliseconds
  822. [20:44:31 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  823. [20:44:31 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  824. [20:44:31 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  825. [20:44:31 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  826. [20:44:31 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  827. [20:44:31 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  828. [20:44:34 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  829. [20:44:34 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '113493' LIM", use_cache: true
  830. [20:44:34 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  831. [20:44:34 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.600 milliseconds
  832. [20:44:34 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  833. [20:44:34 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  834. [20:44:34 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  835. [20:44:34 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  836. [20:44:34 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  837. [20:44:34 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  838. [20:44:51 07/02/17] [DEBUG] mysql_format - connection: 1, len: 560, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  839. [20:44:51 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure' ORDER BY ", use_cache: true
  840. [20:44:51 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  841. [20:44:51 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.255 milliseconds
  842. [20:44:51 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  843. [20:44:51 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  844. [20:44:51 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  845. [20:44:51 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "SenderName", connection: 1, max_len: 25
  846. [20:44:51 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "SenderName", data: "TestTestTest"
  847. [20:44:51 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "SenderName", connection: 1, max_len: 25
  848. [20:44:51 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "SenderName", data: "TestTestTest"
  849. [20:44:51 07/02/17] [DEBUG] cache_get_field_content - row: 2, field_name: "SenderName", connection: 1, max_len: 25
  850. [20:44:51 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "SenderName", data: "TwiiKzz"
  851. [20:44:51 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  852. [20:44:51 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  853. [20:44:51 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  854. [20:44:52 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  855. [20:44:52 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure' ORDER BY ", use_cache: true
  856. [20:44:52 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  857. [20:44:52 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.322 milliseconds
  858. [20:44:52 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  859. [20:44:52 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  860. [20:44:52 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  861. [20:44:52 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Message", connection: 1, max_len: 128
  862. [20:44:52 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Message", data: "Hey man, this is a test, my number is 2221234 btw"
  863. [20:44:52 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "Message", connection: 1, max_len: 128
  864. [20:44:52 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Message", data: "öpö"
  865. [20:44:52 07/02/17] [DEBUG] cache_get_field_content - row: 2, field_name: "Message", connection: 1, max_len: 128
  866. [20:44:52 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Message", data: "offlineTest"
  867. [20:44:52 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  868. [20:44:52 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  869. [20:44:52 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  870. [20:45:02 07/02/17] [DEBUG] mysql_format - connection: 1, len: 560, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  871. [20:45:02 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure' ORDER BY ", use_cache: true
  872. [20:45:02 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  873. [20:45:02 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.100 milliseconds
  874. [20:45:02 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  875. [20:45:02 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  876. [20:45:02 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  877. [20:45:02 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "SenderName", connection: 1, max_len: 25
  878. [20:45:02 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "SenderName", data: "TestTestTest"
  879. [20:45:02 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "SenderName", connection: 1, max_len: 25
  880. [20:45:02 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "SenderName", data: "TestTestTest"
  881. [20:45:02 07/02/17] [DEBUG] cache_get_field_content - row: 2, field_name: "SenderName", connection: 1, max_len: 25
  882. [20:45:02 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "SenderName", data: "TwiiKzz"
  883. [20:45:02 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  884. [20:45:02 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  885. [20:45:02 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  886. [20:45:03 07/02/17] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  887. [20:45:03 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'Aure' ORDER BY ", use_cache: true
  888. [20:45:03 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  889. [20:45:03 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 0.285 milliseconds
  890. [20:45:03 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  891. [20:45:03 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  892. [20:45:03 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  893. [20:45:03 07/02/17] [DEBUG] cache_get_field_content - row: 0, field_name: "Message", connection: 1, max_len: 128
  894. [20:45:03 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Message", data: "Hey man, this is a test, my number is 2221234 btw"
  895. [20:45:03 07/02/17] [DEBUG] cache_get_field_content - row: 1, field_name: "Message", connection: 1, max_len: 128
  896. [20:45:03 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '1', field: "Message", data: "öpö"
  897. [20:45:03 07/02/17] [DEBUG] cache_get_field_content - row: 2, field_name: "Message", connection: 1, max_len: 128
  898. [20:45:03 07/02/17] [DEBUG] CMySQLResult::GetRowDataByName - row: '2', field: "Message", data: "offlineTest"
  899. [20:45:03 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  900. [20:45:03 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  901. [20:45:03 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  902. [20:45:42 07/02/17] [DEBUG] mysql_format - connection: 1, len: 85, format: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '%e' LIMIT 1"
  903. [20:45:42 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT `Cellphone` FROM `users` WHERE `Cellphone` = '113493' LIM", use_cache: true
  904. [20:45:42 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  905. [20:45:42 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.222 milliseconds
  906. [20:45:42 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  907. [20:45:42 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  908. [20:45:42 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  909. [20:45:42 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  910. [20:45:42 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  911. [20:45:42 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  912. [20:45:48 07/02/17] [DEBUG] mysql_format - connection: 1, len: 560, format: "SELECT * FROM `offlinesms` WHERE `PlayerName` = '%e' ORDER BY `SenderName` ASC"
  913. [20:45:48 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `offlinesms` WHERE `PlayerName` = 'TwiiKzz' ORDER ", use_cache: true
  914. [20:45:48 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  915. [20:45:48 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 3.392 milliseconds
  916. [20:45:48 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  917. [20:45:48 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  918. [20:45:48 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  919. [20:45:48 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  920. [20:45:48 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  921. [20:45:48 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
  922. [20:45:59 07/02/17] [DEBUG] mysql_format - connection: 1, len: 1024, format: "UPDATE `users` SET `LastLogin` = UNIX_TIMESTAMP(), `AdminLevel` = %i, `Money` = %i, `Kills` = %i, `Deaths` = %i, `Skin` = %i, `H..."
  923. [20:45:59 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `users` SET `LastLogin` = UNIX_TIMESTAMP(), `AdminLevel` ", callback: "(null)", format: "(null)"
  924. [20:45:59 07/02/17] [DEBUG] mysql_format - connection: 1, len: 660, format: "UPDATE `Vehicles` SET `vehName` = '%e', `vehOwner` = '%e', `vehLock` = %i, `vehModel` = %i,`vehPlate` = '%e', `vehMod_1` = %i, `..."
  925. [20:45:59 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `Vehicles` SET `vehName` = 'Wayfarer', `vehOwner` = 'Twii", callback: "(null)", format: "(null)"
  926. [20:45:59 07/02/17] [DEBUG] mysql_format - connection: 1, len: 1024, format: "UPDATE `users` SET `LastLogin` = UNIX_TIMESTAMP(), `AdminLevel` = %i, `Money` = %i, `Kills` = %i, `Deaths` = %i, `Skin` = %i, `H..."
  927. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  928. [20:45:59 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `users` SET `LastLogin` = UNIX_TIMESTAMP(), `AdminLevel` ", callback: "(null)", format: "(null)"
  929. [20:45:59 07/02/17] [DEBUG] mysql_format - connection: 1, len: 660, format: "UPDATE `Vehicles` SET `vehName` = '%e', `vehOwner` = '%e', `vehLock` = %i, `vehModel` = %i,`vehPlate` = '%e', `vehMod_1` = %i, `..."
  930. [20:45:59 07/02/17] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `Vehicles` SET `vehName` = 'Wayfarer', `vehOwner` = 'Aure", callback: "(null)", format: "(null)"
  931. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 15.130 milliseconds
  932. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  933. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  934. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.882 milliseconds
  935. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  936. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  937. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 9.505 milliseconds
  938. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  939. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  940. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 0.708 milliseconds
  941. [20:45:59 07/02/17] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  942. [20:46:16 07/02/17] [DEBUG] mysql_query - connection: 1, query: "SELECT * FROM `ads` ORDER BY `Date` ASC", use_cache: true
  943. [20:46:16 07/02/17] [DEBUG] CMySQLQuery::Execute - starting query execution
  944. [20:46:16 07/02/17] [DEBUG] CMySQLQuery::Execute - query was successfully executed within 1.375 milliseconds
  945. [20:46:16 07/02/17] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  946. [20:46:16 07/02/17] [DEBUG] CMySQLHandle::SaveActiveResult - cache saved (id: 1)
  947. [20:46:16 07/02/17] [DEBUG] cache_get_row_count - connection: 1
  948. [20:46:16 07/02/17] [DEBUG] cache_delete - cache_id: 1, connection: 1
  949. [20:46:16 07/02/17] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  950. [20:46:16 07/02/17] [DEBUG] CMySQLHandle::DeleteSavedResult - result deleted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement