Advertisement
Guest User

SQL LOG

a guest
Jun 30th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.20 KB | None | 0 0
  1. [04:25:44] [DEBUG] mysql_connect - host: "localhost", user: "root", database: "cnr", password: "****", port: 3306, autoreconnect: true, pool_size: 2
  2. [04:25:44] [DEBUG] CMySQLHandle::Create - creating new connection..
  3. [04:25:44] [DEBUG] CMySQLHandle::CMySQLHandle - constructor called
  4. [04:25:44] [DEBUG] CMySQLHandle::Create - connection created (id: 1)
  5. [04:25:44] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  6. [04:25:44] [DEBUG] CMySQLConnection::Connect - connection was successful
  7. [04:25:44] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  8. [04:25:44] [DEBUG] mysql_errno - connection: 1
  9. [04:25:44] [DEBUG] CMySQLConnection::Connect - establishing connection to database...
  10. [04:25:44] [DEBUG] CMySQLConnection::Connect - connection was successful
  11. [04:25:44] [DEBUG] CMySQLConnection::Connect - connection was successful
  12. [04:25:44] [DEBUG] CMySQLConnection::Connect - connection was successful
  13. [04:25:44] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  14. [04:25:44] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  15. [04:25:44] [DEBUG] CMySQLConnection::Connect - auto-reconnect has been enabled
  16. [04:25:48] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `players` WHERE `Name` = '%e' LIMIT 1"
  17. [04:25:48] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `players` WHERE `Name` = 'JerryCo' ", callback: "OnAccountCheck", format: "i"
  18. [04:25:48] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  19. [04:25:48] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 0.411 milliseconds
  20. [04:25:48] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  21. [04:25:48] [DEBUG] Calling callback "OnAccountCheck"..
  22. [04:25:48] [DEBUG] cache_get_data - connection: 1
  23. [04:25:48] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  24. [04:25:52] [DEBUG] mysql_format - connection: 1, len: 510, format: "INSERT INTO `players` (`Name`, `Password`, `IP`, `Admin`, `VIP`, `Money`) VALUES ('%e', '%e', '%e', 0, 0, 0)"
  25. [04:25:52] [DEBUG] mysql_tquery - connection: 1, query: "INSERT INTO `players` (`Name`, `Password`, `IP`, `Admin`, `VIP`,", callback: "OnAccountRegister", format: "i"
  26. [04:25:52] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - starting query execution
  27. [04:25:52] [DEBUG] CMySQLQuery::Execute[OnAccountRegister] - query was successfully executed within 90.508 milliseconds
  28. [04:25:52] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  29. [04:25:52] [DEBUG] Calling callback "OnAccountRegister"..
  30. [04:25:52] [DEBUG] cache_insert_id - connection: 1
  31. [04:25:52] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  32. [04:25:54] [DEBUG] mysql_format - connection: 1, len: 528, format: "UPDATE `players` SET `Admin`=%d,`Vip`=%d,`Money`=%d,`Score`=%d,`Deaths`=%d,`Kills`=%d,`HitsC`=%d,`Skin`=%d, `Rob`=%d, `RobCash`=..."
  33. [04:25:54] [DEBUG] mysql_tquery - connection: 1, query: "UPDATE `players` SET `Admin`=0,`Vip`=0,`Money`=50000,`Score`=0,`", callback: "(null)", format: "(null)"
  34. [04:25:54] [DEBUG] CMySQLQuery::Execute[] - starting query execution
  35. [04:25:54] [DEBUG] CMySQLQuery::Execute[] - query was successfully executed within 70.388 milliseconds
  36. [04:25:54] [DEBUG] CMySQLQuery::Execute[] - no callback specified, skipping result saving
  37. [04:25:55] [DEBUG] mysql_format - connection: 1, len: 128, format: "SELECT `Password`, `ID` FROM `players` WHERE `Name` = '%e' LIMIT 1"
  38. [04:25:55] [DEBUG] mysql_tquery - connection: 1, query: "SELECT `Password`, `ID` FROM `players` WHERE `Name` = 'JerryCo' ", callback: "OnAccountCheck", format: "i"
  39. [04:25:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - starting query execution
  40. [04:25:55] [DEBUG] CMySQLQuery::Execute[OnAccountCheck] - query was successfully executed within 0.285 milliseconds
  41. [04:25:55] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  42. [04:25:55] [DEBUG] Calling callback "OnAccountCheck"..
  43. [04:25:55] [DEBUG] cache_get_data - connection: 1
  44. [04:25:55] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
  45. [04:25:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: ""
  46. [04:25:55] [DEBUG] cache_get_field_content - row: 0, field_name: "Password", connection: 1, max_len: 129
  47. [04:25:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Password", data: ""
  48. [04:25:55] [DEBUG] cache_get_field_content_int - row: 0, field_name: "ID", connection: 1
  49. [04:25:55] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "ID", data: "56"
  50. [04:25:55] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
  51. [04:26:03] [DEBUG] mysql_format - connection: 1, len: 510, format: "SELECT * FROM `players` WHERE `Name` = '%e' LIMIT 1"
  52. [04:26:03] [DEBUG] mysql_tquery - connection: 1, query: "SELECT * FROM `players` WHERE `Name` = 'JerryCo' LIMIT 1", callback: "OnAccountLoad", format: "i"
  53. [04:26:03] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - starting query execution
  54. [04:26:03] [DEBUG] CMySQLQuery::Execute[OnAccountLoad] - query was successfully executed within 0.468 milliseconds
  55. [04:26:03] [DEBUG] CMySQLResult::CMySQLResult() - constructor called
  56. [04:26:03] [DEBUG] Calling callback "OnAccountLoad"..
  57. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Admin", connection: 1
  58. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Admin", data: "0"
  59. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Vip", connection: 1
  60. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Vip", data: "0"
  61. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Money", connection: 1
  62. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Money", data: "50000"
  63. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "BankCash", connection: 1
  64. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "BankCash", data: "0"
  65. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Score", connection: 1
  66. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Score", data: "0"
  67. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Deaths", connection: 1
  68. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Deaths", data: "0"
  69. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Kills", connection: 1
  70. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Kills", data: "0"
  71. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "HitsC", connection: 1
  72. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "HitsC", data: "0"
  73. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Skin", connection: 1
  74. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Skin", data: "280"
  75. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Rob", connection: 1
  76. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Rob", data: "0"
  77. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "RobCash", connection: 1
  78. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "RobCash", data: "0"
  79. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "GotRob", connection: 1
  80. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "GotRob", data: "0"
  81. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "GotRobCash", connection: 1
  82. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "GotRobCash", data: "0"
  83. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "StoreRob", connection: 1
  84. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "StoreRob", data: "0"
  85. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "StoreRobCash", connection: 1
  86. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "StoreRobCash", data: "0"
  87. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FoodPur", connection: 1
  88. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FoodPur", data: "0"
  89. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "FoodPurCash", connection: 1
  90. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "FoodPurCash", data: "0"
  91. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "WeaponsPur", connection: 1
  92. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "WeaponsPur", data: "0"
  93. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "WeaponsPurCash", connection: 1
  94. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "WeaponsPurCash", data: "0"
  95. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Healed", connection: 1
  96. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Healed", data: "0"
  97. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Arrest", connection: 1
  98. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Arrest", data: "0"
  99. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Busted", connection: 1
  100. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Busted", data: "0"
  101. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Crimes", connection: 1
  102. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Crimes", data: "0"
  103. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "WantedL", connection: 1
  104. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "WantedL", data: "0"
  105. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Drugs", connection: 1
  106. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Drugs", data: "0"
  107. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "DrugsB", connection: 1
  108. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "DrugsB", data: "0"
  109. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "DC", connection: 1
  110. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "DC", data: "0"
  111. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "DS", connection: 1
  112. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "DS", data: "0"
  113. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "DSC", connection: 1
  114. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "DSC", data: "0"
  115. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Medical", connection: 1
  116. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Medical", data: "0"
  117. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Min", connection: 1
  118. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Min", data: "0"
  119. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "Hour", connection: 1
  120. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "Hour", data: "0"
  121. [04:26:03] [DEBUG] cache_get_field_content_int - row: 0, field_name: "vLK", connection: 1
  122. [04:26:03] [DEBUG] CMySQLResult::GetRowDataByName - row: '0', field: "vLK", data: "0"
  123. [04:26:03] [DEBUG] CMySQLResult::~CMySQLResult() - deconstructor called
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement