Advertisement
Guest User

Mysql log

a guest
Jun 17th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 160.38 KB | None | 0 0
  1. [CODE][09:20:32]
  2. [09:20:32] ---------------------------
  3. [09:20:32] MySQL Debugging activated (06/17/15)
  4. [09:20:32] ---------------------------
  5. [09:20:32]
  6. [09:20:32] >> mysql_ping( Connection handle: 1 )
  7. [09:20:32] CMySQLHandler::Ping() - Connection is still alive.
  8. [09:20:32] >> mysql_query( Connection handle: 1 )
  9. [09:20:32] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS `playerdata`(`id` MEDIUMINT NOT NULL AUTO_INCREMENT, `user` VARCHAR(24), `password` VARCHAR(40), `IP` VARCHAR(15), `score` INT(20), `money` INT(20), `kills` INT(20), `deaths` INT(20), `registered` INT(20), `loggedin` INT(20), `level` INT(20), `cookies` INT(20),`cakes` INT(20), `biscuits` INT(20), `icecreams` INT(20), `YG` INT(20), `Donator` INT(20), `TP` INT(20), `YGFunction1` INT(20), `YGFunction2` INT(20), `YGFunction3` INT(20), `YGFunction4` INT(20), `YGFunction5` INT(20), `YGFunction6` INT(20), `Bank` INT(20), `weed` INT(20), `Condoms` INT(20), `inalcatraz` INT(20), `hours` INT(20), `minutes` INT(20), `seconds` INT(20),`SavSkin` INT(20), `UseSkin` INT(20), `PositionX` FLOAT(20), `PositionY` FLOAT(20), `PositionZ` FLOAT(20), `interior1` INT(20), `RegisteredDate` DATE, `RegisteredTime` TIME, `LastOnlineDate` DATE, `LastOnlineTime` TIME, `TotalCmdsUsed` INT(20), `Complaints` INT(20), `Banned` INT(20), `BannedByAdmin` VARCHAR(24), `BannedReason` VARCHAR(128), `TotalLogins` INT(20), `TotalKicks` INT(20), `TotalBans` INT(20),`TotalWarnings` INT(20), `ReactionTestWon` INT(20), `RaceWon` INT(20), `ATMCard` INT(20), `AdminKills` INT(20), `CashToBank` INT(20), `HidenPickUp` INT (20), `VOwner` INT(20), `VOwned` INT(20), `VOwner2` INT(20), `VOwned2` INT(20), `VOwner3` INT(20), `VOwned3` INT(20), `VOwner4` INT(20), `VOwned4` INT(20), `VOwner5` INT(20), `VOwned5` INT(20), `VOwner6` INT(20), `VOwned6` INT(20), PRIMARY KEY (id)) ENGINE=MyISAM;) - Successfully executed.
  10. [09:22:02] >> mysql_query( Connection handle: 1 )
  11. [09:22:02] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' LIMIT 1) - Successfully executed.
  12. [09:22:02] >> mysql_store_result( Connection handle: 1 )
  13. [09:22:02] CMySQLHandler::StoreResult() - Result was stored.
  14. [09:22:02] >> mysql_num_rows( Connection handle: 1 )
  15. [09:22:02] CMySQLHandler::NumRows() - Returned 0 row(s)
  16. [09:22:02] >> mysql_free_result( Connection handle: 1 )
  17. [09:22:02] CMySQLHandler::FreeResult() - Result was successfully free'd.
  18. [09:22:08] >> mysql_real_escape_string( Connection handle: 1 )
  19. [09:22:08] CMySQLHandler::EscapeString(pass123); - Escaped 8 characters to ********.
  20. [09:22:08] >> mysql_query( Connection handle: 1 )
  21. [09:22:08] CMySQLHandler::Query(INSERT INTO `playerdata` (`user`, `password`, `IP`, `score`, `money`, `kills`, `deaths`, `registered`, `loggedin`, `level`, `cookies`, `cakes`, `biscuits`, `icecreams`, `YG`, `Donator`, `TP`, `YGFunction1`,`YGFunction2`, `YGFunction3`, `YGFunction4`, `YGFunction5`, `YGFunction6`, `Bank`, `weed`, `Condoms`, `inalcatraz`, `hours`, `minutes`, `seconds`, `SavSkin`, `UseSkin`, `PositionX`,`PositionY`, `PositionZ`, `interior1`, `RegisteredDate`, `RegisteredTime`, `LastOnlineDate`, `LastOnlineTime`, `TotalCmdsUsed`, `Complaints`, `Banned`, `BannedByAdmin`, `TotalLogins`, `TotalKicks`, `TotalBans`, `TotalWarnings`, `ReactionTestWon`, `RaceWon`, `ATMCard`, `AdminKills`,`CashToBank`, `HidenPickUp`, `VOwner`, `VOwned`, `VOwner2`, `VOwned2`, `VOwner3`, `VOwned3`, `VOwner4`, `VOwned4`, `VOwner5`, `VOwned5`, `VOwner6`, `VOwned6`, `BannedReason`) VALUES('[DK]InFeRNoZ', SHA1('pass123'), '41.129.92.42', 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2015-6-17', '9:22:8', '2015-6-17', '9:22:8', 0, 0, 0, 'Not Banned', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Null, 0, Null, 0, Null, 0, Null, 0, Null, 0, Null, 'None')) - Successfully executed.
  22. [09:22:11] >> mysql_query( Connection handle: 1 )
  23. [09:22:11] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  24. [09:22:11] >> mysql_store_result( Connection handle: 1 )
  25. [09:22:11] CMySQLHandler::StoreResult() - Result was stored.
  26. [09:22:11] >> mysql_num_rows( Connection handle: 1 )
  27. [09:22:11] CMySQLHandler::NumRows() - Returned 0 row(s)
  28. [09:22:11] >> mysql_free_result( Connection handle: 1 )
  29. [09:22:11] CMySQLHandler::FreeResult() - Result was successfully free'd.
  30. [09:23:43] >> mysql_query( Connection handle: 1 )
  31. [09:23:43] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' LIMIT 1) - Successfully executed.
  32. [09:23:43] >> mysql_store_result( Connection handle: 1 )
  33. [09:23:43] CMySQLHandler::StoreResult() - Result was stored.
  34. [09:23:43] >> mysql_num_rows( Connection handle: 1 )
  35. [09:23:43] CMySQLHandler::NumRows() - Returned 0 row(s)
  36. [09:23:43] >> mysql_free_result( Connection handle: 1 )
  37. [09:23:43] CMySQLHandler::FreeResult() - Result was successfully free'd.
  38. [09:23:51] >> mysql_real_escape_string( Connection handle: 1 )
  39. [09:23:51] CMySQLHandler::EscapeString(12345); - Escaped 5 characters to 12345.
  40. [09:23:51] >> mysql_query( Connection handle: 1 )
  41. [09:23:51] CMySQLHandler::Query(INSERT INTO `playerdata` (`user`, `password`, `IP`, `score`, `money`, `kills`, `deaths`, `registered`, `loggedin`, `level`, `cookies`, `cakes`, `biscuits`, `icecreams`, `YG`, `Donator`, `TP`, `YGFunction1`,`YGFunction2`, `YGFunction3`, `YGFunction4`, `YGFunction5`, `YGFunction6`, `Bank`, `weed`, `Condoms`, `inalcatraz`, `hours`, `minutes`, `seconds`, `SavSkin`, `UseSkin`, `PositionX`,`PositionY`, `PositionZ`, `interior1`, `RegisteredDate`, `RegisteredTime`, `LastOnlineDate`, `LastOnlineTime`, `TotalCmdsUsed`, `Complaints`, `Banned`, `BannedByAdmin`, `TotalLogins`, `TotalKicks`, `TotalBans`, `TotalWarnings`, `ReactionTestWon`, `RaceWon`, `ATMCard`, `AdminKills`,`CashToBank`, `HidenPickUp`, `VOwner`, `VOwned`, `VOwner2`, `VOwned2`, `VOwner3`, `VOwned3`, `VOwner4`, `VOwned4`, `VOwner5`, `VOwned5`, `VOwner6`, `VOwned6`, `BannedReason`) VALUES('AhMeDMoLhAM', SHA1('12345'), '41.34.52.195', 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '2015-6-17', '9:23:51', '2015-6-17', '9:23:51', 0, 0, 0, 'Not Banned', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, Null, 0, Null, 0, Null, 0, Null, 0, Null, 0, Null, 'None')) - Successfully executed.
  42. [09:23:54] >> mysql_query( Connection handle: 1 )
  43. [09:23:54] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  44. [09:23:54] >> mysql_store_result( Connection handle: 1 )
  45. [09:23:54] CMySQLHandler::StoreResult() - Result was stored.
  46. [09:23:54] >> mysql_num_rows( Connection handle: 1 )
  47. [09:23:54] CMySQLHandler::NumRows() - Returned 0 row(s)
  48. [09:23:54] >> mysql_free_result( Connection handle: 1 )
  49. [09:23:54] CMySQLHandler::FreeResult() - Result was successfully free'd.
  50. [09:24:14] >> mysql_query( Connection handle: 1 )
  51. [09:24:14] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  52. [09:24:14] >> mysql_query( Connection handle: 1 )
  53. [09:24:14] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=0, seconds=53 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  54. [09:24:14] >> mysql_query( Connection handle: 1 )
  55. [09:24:14] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1644.024536, PositionY=929.367919, PositionZ=18.830894, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=0, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  56. [09:24:14] >> mysql_query( Connection handle: 1 )
  57. [09:24:14] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  58. [09:26:00] >> mysql_query( Connection handle: 1 )
  59. [09:26:00] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10000, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=0, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  60. [09:26:00] >> mysql_query( Connection handle: 1 )
  61. [09:26:00] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=2, seconds=3 WHERE user='AhMeDMoLhAM') - Successfully executed.
  62. [09:26:00] >> mysql_query( Connection handle: 1 )
  63. [09:26:00] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1907.874755, PositionY=1336.301635, PositionZ=7.322916, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=0, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  64. [09:26:00] >> mysql_query( Connection handle: 1 )
  65. [09:26:00] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  66. [09:26:17] >> mysql_query( Connection handle: 1 )
  67. [09:26:17] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  68. [09:26:17] >> mysql_query( Connection handle: 1 )
  69. [09:26:17] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=0, seconds=53 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  70. [09:26:17] >> mysql_query( Connection handle: 1 )
  71. [09:26:17] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1644.024536, PositionY=929.367919, PositionZ=18.830894, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=0, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  72. [09:26:17] >> mysql_query( Connection handle: 1 )
  73. [09:26:17] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  74. [09:27:23] >> mysql_query( Connection handle: 1 )
  75. [09:27:23] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10000, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=0, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  76. [09:27:23] >> mysql_query( Connection handle: 1 )
  77. [09:27:23] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=3, seconds=21 WHERE user='AhMeDMoLhAM') - Successfully executed.
  78. [09:27:23] >> mysql_query( Connection handle: 1 )
  79. [09:27:23] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-5059.489746, PositionY=1022.252868, PositionZ=567.501037, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=0, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  80. [09:27:23] >> mysql_query( Connection handle: 1 )
  81. [09:27:23] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  82. [09:28:22] >> mysql_query( Connection handle: 1 )
  83. [09:28:22] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  84. [09:28:22] >> mysql_query( Connection handle: 1 )
  85. [09:28:22] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=0, seconds=53 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  86. [09:28:22] >> mysql_query( Connection handle: 1 )
  87. [09:28:22] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1644.024536, PositionY=929.367919, PositionZ=18.830894, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=0, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  88. [09:28:22] >> mysql_query( Connection handle: 1 )
  89. [09:28:22] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  90. [09:44:14]
  91. [09:44:14] ---------------------------
  92. [09:44:14] MySQL Debugging activated (06/17/15)
  93. [09:44:14] ---------------------------
  94. [09:44:14]
  95. [09:44:14] >> mysql_ping( Connection handle: 1 )
  96. [09:44:14] CMySQLHandler::Ping() - Connection is still alive.
  97. [09:44:14] >> mysql_query( Connection handle: 1 )
  98. [09:44:14] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS `playerdata`(`id` MEDIUMINT NOT NULL AUTO_INCREMENT, `user` VARCHAR(24), `password` VARCHAR(40), `IP` VARCHAR(15), `score` INT(20), `money` INT(20), `kills` INT(20), `deaths` INT(20), `registered` INT(20), `loggedin` INT(20), `level` INT(20), `cookies` INT(20),`cakes` INT(20), `biscuits` INT(20), `icecreams` INT(20), `YG` INT(20), `Donator` INT(20), `TP` INT(20), `YGFunction1` INT(20), `YGFunction2` INT(20), `YGFunction3` INT(20), `YGFunction4` INT(20), `YGFunction5` INT(20), `YGFunction6` INT(20), `Bank` INT(20), `weed` INT(20), `Condoms` INT(20), `inalcatraz` INT(20), `hours` INT(20), `minutes` INT(20), `seconds` INT(20),`SavSkin` INT(20), `UseSkin` INT(20), `PositionX` FLOAT(20), `PositionY` FLOAT(20), `PositionZ` FLOAT(20), `interior1` INT(20), `RegisteredDate` DATE, `RegisteredTime` TIME, `LastOnlineDate` DATE, `LastOnlineTime` TIME, `TotalCmdsUsed` INT(20), `Complaints` INT(20), `Banned` INT(20), `BannedByAdmin` VARCHAR(24), `BannedReason` VARCHAR(128), `TotalLogins` INT(20), `TotalKicks` INT(20), `TotalBans` INT(20),`TotalWarnings` INT(20), `ReactionTestWon` INT(20), `RaceWon` INT(20), `ATMCard` INT(20), `AdminKills` INT(20), `CashToBank` INT(20), `HidenPickUp` INT (20), `VOwner` INT(20), `VOwned` INT(20), `VOwner2` INT(20), `VOwned2` INT(20), `VOwner3` INT(20), `VOwned3` INT(20), `VOwner4` INT(20), `VOwned4` INT(20), `VOwner5` INT(20), `VOwned5` INT(20), `VOwner6` INT(20), `VOwned6` INT(20), PRIMARY KEY (id)) ENGINE=MyISAM;) - Successfully executed.
  99. [09:49:36]
  100. [09:49:36] ---------------------------
  101. [09:49:36] MySQL Debugging activated (06/17/15)
  102. [09:49:36] ---------------------------
  103. [09:49:36]
  104. [09:49:36] >> mysql_ping( Connection handle: 1 )
  105. [09:49:36] CMySQLHandler::Ping() - Connection is still alive.
  106. [09:49:36] >> mysql_query( Connection handle: 1 )
  107. [09:49:36] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS `playerdata`(`id` MEDIUMINT NOT NULL AUTO_INCREMENT, `user` VARCHAR(24), `password` VARCHAR(40), `IP` VARCHAR(15), `score` INT(20), `money` INT(20), `kills` INT(20), `deaths` INT(20), `registered` INT(20), `loggedin` INT(20), `level` INT(20), `cookies` INT(20),`cakes` INT(20), `biscuits` INT(20), `icecreams` INT(20), `YG` INT(20), `Donator` INT(20), `TP` INT(20), `YGFunction1` INT(20), `YGFunction2` INT(20), `YGFunction3` INT(20), `YGFunction4` INT(20), `YGFunction5` INT(20), `YGFunction6` INT(20), `Bank` INT(20), `weed` INT(20), `Condoms` INT(20), `inalcatraz` INT(20), `hours` INT(20), `minutes` INT(20), `seconds` INT(20),`SavSkin` INT(20), `UseSkin` INT(20), `PositionX` FLOAT(20), `PositionY` FLOAT(20), `PositionZ` FLOAT(20), `interior1` INT(20), `RegisteredDate` DATE, `RegisteredTime` TIME, `LastOnlineDate` DATE, `LastOnlineTime` TIME, `TotalCmdsUsed` INT(20), `Complaints` INT(20), `Banned` INT(20), `BannedByAdmin` VARCHAR(24), `BannedReason` VARCHAR(128), `TotalLogins` INT(20), `TotalKicks` INT(20), `TotalBans` INT(20),`TotalWarnings` INT(20), `ReactionTestWon` INT(20), `RaceWon` INT(20), `ATMCard` INT(20), `AdminKills` INT(20), `CashToBank` INT(20), `HidenPickUp` INT (20), `VOwner` INT(20), `VOwned` INT(20), `VOwner2` INT(20), `VOwned2` INT(20), `VOwner3` INT(20), `VOwned3` INT(20), `VOwner4` INT(20), `VOwned4` INT(20), `VOwner5` INT(20), `VOwned5` INT(20), `VOwner6` INT(20), `VOwned6` INT(20), PRIMARY KEY (id)) ENGINE=MyISAM;) - Successfully executed.
  108. [10:07:10]
  109. [10:07:10] ---------------------------
  110. [10:07:10] MySQL Debugging activated (06/17/15)
  111. [10:07:10] ---------------------------
  112. [10:07:10]
  113. [10:07:10] >> mysql_ping( Connection handle: 1 )
  114. [10:07:10] CMySQLHandler::Ping() - Connection is still alive.
  115. [10:07:10] >> mysql_query( Connection handle: 1 )
  116. [10:07:10] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS `playerdata`(`id` MEDIUMINT NOT NULL AUTO_INCREMENT, `user` VARCHAR(24), `password` VARCHAR(40), `IP` VARCHAR(15), `score` INT(20), `money` INT(20), `kills` INT(20), `deaths` INT(20), `registered` INT(20), `loggedin` INT(20), `level` INT(20), `cookies` INT(20),`cakes` INT(20), `biscuits` INT(20), `icecreams` INT(20), `YG` INT(20), `Donator` INT(20), `TP` INT(20), `YGFunction1` INT(20), `YGFunction2` INT(20), `YGFunction3` INT(20), `YGFunction4` INT(20), `YGFunction5` INT(20), `YGFunction6` INT(20), `Bank` INT(20), `weed` INT(20), `Condoms` INT(20), `inalcatraz` INT(20), `hours` INT(20), `minutes` INT(20), `seconds` INT(20),`SavSkin` INT(20), `UseSkin` INT(20), `PositionX` FLOAT(20), `PositionY` FLOAT(20), `PositionZ` FLOAT(20), `interior1` INT(20), `RegisteredDate` DATE, `RegisteredTime` TIME, `LastOnlineDate` DATE, `LastOnlineTime` TIME, `TotalCmdsUsed` INT(20), `Complaints` INT(20), `Banned` INT(20), `BannedByAdmin` VARCHAR(24), `BannedReason` VARCHAR(128), `TotalLogins` INT(20), `TotalKicks` INT(20), `TotalBans` INT(20),`TotalWarnings` INT(20), `ReactionTestWon` INT(20), `RaceWon` INT(20), `ATMCard` INT(20), `AdminKills` INT(20), `CashToBank` INT(20), `HidenPickUp` INT (20), `VOwner` INT(20), `VOwned` INT(20), `VOwner2` INT(20), `VOwned2` INT(20), `VOwner3` INT(20), `VOwned3` INT(20), `VOwner4` INT(20), `VOwned4` INT(20), `VOwner5` INT(20), `VOwned5` INT(20), `VOwner6` INT(20), `VOwned6` INT(20), PRIMARY KEY (id)) ENGINE=MyISAM;) - Successfully executed.
  117. [10:11:27] >> mysql_query( Connection handle: 1 )
  118. [10:11:27] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[FG]Gono' LIMIT 1) - Successfully executed.
  119. [10:11:27] >> mysql_store_result( Connection handle: 1 )
  120. [10:11:27] CMySQLHandler::StoreResult() - Result was stored.
  121. [10:11:27] >> mysql_num_rows( Connection handle: 1 )
  122. [10:11:27] CMySQLHandler::NumRows() - Returned 1 row(s)
  123. [10:11:27] >> mysql_free_result( Connection handle: 1 )
  124. [10:11:27] CMySQLHandler::FreeResult() - Result was successfully free'd.
  125. [10:14:28] >> mysql_query( Connection handle: 1 )
  126. [10:14:28] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' LIMIT 1) - Successfully executed.
  127. [10:14:28] >> mysql_store_result( Connection handle: 1 )
  128. [10:14:28] CMySQLHandler::StoreResult() - Result was stored.
  129. [10:14:28] >> mysql_num_rows( Connection handle: 1 )
  130. [10:14:28] CMySQLHandler::NumRows() - Returned 1 row(s)
  131. [10:14:28] >> mysql_free_result( Connection handle: 1 )
  132. [10:14:28] CMySQLHandler::FreeResult() - Result was successfully free'd.
  133. [10:14:33] >> mysql_real_escape_string( Connection handle: 1 )
  134. [10:14:33] CMySQLHandler::EscapeString(ass); - Escaped 3 characters to ass.
  135. [10:14:33] >> mysql_query( Connection handle: 1 )
  136. [10:14:33] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[DK]InFeRNoZ' AND password = SHA1('ass')) - Successfully executed.
  137. [10:14:33] >> mysql_store_result( Connection handle: 1 )
  138. [10:14:33] CMySQLHandler::StoreResult() - Result was stored.
  139. [10:14:33] >> mysql_num_rows( Connection handle: 1 )
  140. [10:14:33] CMySQLHandler::NumRows() - Returned 0 row(s)
  141. [10:14:33] >> mysql_free_result( Connection handle: 1 )
  142. [10:14:33] CMySQLHandler::FreeResult() - Result was successfully free'd.
  143. [10:14:35] >> mysql_real_escape_string( Connection handle: 1 )
  144. [10:14:35] CMySQLHandler::EscapeString(pass123); - Escaped 8 characters to pass123.
  145. [10:14:35] >> mysql_query( Connection handle: 1 )
  146. [10:14:35] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[DK]InFeRNoZ' AND password = SHA1('pass123')) - Successfully executed.
  147. [10:14:35] >> mysql_store_result( Connection handle: 1 )
  148. [10:14:35] CMySQLHandler::StoreResult() - Result was stored.
  149. [10:14:35] >> mysql_num_rows( Connection handle: 1 )
  150. [10:14:35] CMySQLHandler::NumRows() - Returned 1 row(s)
  151. [10:14:35] >> mysql_query( Connection handle: 1 )
  152. [10:14:35] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  153. [10:14:35] >> mysql_store_result( Connection handle: 1 )
  154. [10:14:35] CMySQLHandler::StoreResult() - Result was stored.
  155. [10:14:35] >> mysql_fetch_row_format( Connection handle: 1 )
  156. [10:14:35] CMySQLHandler::FetchRow() - Return: 0|10200|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|53|0|-1644.02|929.368|18.8309|0|0|0|0|0|0|0|0|0|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|3
  157. [10:14:35] >> mysql_free_result( Connection handle: 1 )
  158. [10:14:35] CMySQLHandler::FreeResult() - Result was successfully free'd.
  159. [10:14:35] >> mysql_query( Connection handle: 1 )
  160. [10:14:35] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='10:14:35' WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  161. [10:14:35] >> mysql_query( Connection handle: 1 )
  162. [10:14:35] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  163. [10:14:35] >> mysql_store_result( Connection handle: 1 )
  164. [10:14:35] CMySQLHandler::StoreResult() - Result was stored.
  165. [10:14:35] >> mysql_num_rows( Connection handle: 1 )
  166. [10:14:35] CMySQLHandler::NumRows() - Returned 0 row(s)
  167. [10:14:35] >> mysql_free_result( Connection handle: 1 )
  168. [10:14:35] CMySQLHandler::FreeResult() - Result was successfully free'd.
  169. [10:14:35] >> mysql_free_result( Connection handle: 1 )
  170. [10:14:35] CMySQLHandler::FreeResult() - The result is already empty.
  171. [10:14:36] >> mysql_query( Connection handle: 1 )
  172. [10:14:36] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  173. [10:14:36] >> mysql_store_result( Connection handle: 1 )
  174. [10:14:36] CMySQLHandler::StoreResult() - Result was stored.
  175. [10:14:36] >> mysql_num_rows( Connection handle: 1 )
  176. [10:14:36] CMySQLHandler::NumRows() - Returned 0 row(s)
  177. [10:14:36] >> mysql_free_result( Connection handle: 1 )
  178. [10:14:36] CMySQLHandler::FreeResult() - Result was successfully free'd.
  179. [10:15:14] >> mysql_real_escape_string( Connection handle: 1 )
  180. [10:15:14] CMySQLHandler::EscapeString(4284421); - Escaped 7 characters to 4284421.
  181. [10:15:14] >> mysql_query( Connection handle: 1 )
  182. [10:15:14] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[FG]Gono' AND password = SHA1('4284421')) - Successfully executed.
  183. [10:15:14] >> mysql_store_result( Connection handle: 1 )
  184. [10:15:14] CMySQLHandler::StoreResult() - Result was stored.
  185. [10:15:14] >> mysql_num_rows( Connection handle: 1 )
  186. [10:15:14] CMySQLHandler::NumRows() - Returned 1 row(s)
  187. [10:15:14] >> mysql_query( Connection handle: 1 )
  188. [10:15:14] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='[FG]Gono') - Successfully executed.
  189. [10:15:14] >> mysql_store_result( Connection handle: 1 )
  190. [10:15:14] CMySQLHandler::StoreResult() - Result was stored.
  191. [10:15:14] >> mysql_fetch_row_format( Connection handle: 1 )
  192. [10:15:14] CMySQLHandler::FetchRow() - Return: 1|10700|0|0|0|2|0|0|0|0|0|0|0|0|0|0|0|14|38|0|-1987.46|-897.923|32.0234|0|0|0|0|2|0|0|0|1|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|2
  193. [10:15:14] >> mysql_free_result( Connection handle: 1 )
  194. [10:15:14] CMySQLHandler::FreeResult() - Result was successfully free'd.
  195. [10:15:14] >> mysql_query( Connection handle: 1 )
  196. [10:15:14] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='10:15:14' WHERE `user`='[FG]Gono') - Successfully executed.
  197. [10:15:14] >> mysql_query( Connection handle: 1 )
  198. [10:15:14] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = '[FG]Gono' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  199. [10:15:14] >> mysql_store_result( Connection handle: 1 )
  200. [10:15:14] CMySQLHandler::StoreResult() - Result was stored.
  201. [10:15:14] >> mysql_num_rows( Connection handle: 1 )
  202. [10:15:14] CMySQLHandler::NumRows() - Returned 0 row(s)
  203. [10:15:14] >> mysql_free_result( Connection handle: 1 )
  204. [10:15:14] CMySQLHandler::FreeResult() - Result was successfully free'd.
  205. [10:15:14] >> mysql_free_result( Connection handle: 1 )
  206. [10:15:14] CMySQLHandler::FreeResult() - The result is already empty.
  207. [10:15:18] >> mysql_query( Connection handle: 1 )
  208. [10:15:18] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[FG]Gono' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  209. [10:15:18] >> mysql_store_result( Connection handle: 1 )
  210. [10:15:18] CMySQLHandler::StoreResult() - Result was stored.
  211. [10:15:18] >> mysql_num_rows( Connection handle: 1 )
  212. [10:15:18] CMySQLHandler::NumRows() - Returned 0 row(s)
  213. [10:15:18] >> mysql_free_result( Connection handle: 1 )
  214. [10:15:18] CMySQLHandler::FreeResult() - Result was successfully free'd.
  215. [10:15:32] >> mysql_query( Connection handle: 1 )
  216. [10:15:32] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  217. [10:15:32] >> mysql_store_result( Connection handle: 1 )
  218. [10:15:32] CMySQLHandler::StoreResult() - Result was stored.
  219. [10:15:32] >> mysql_num_rows( Connection handle: 1 )
  220. [10:15:32] CMySQLHandler::NumRows() - Returned 0 row(s)
  221. [10:15:32] >> mysql_free_result( Connection handle: 1 )
  222. [10:15:32] CMySQLHandler::FreeResult() - Result was successfully free'd.
  223. [10:16:38] >> mysql_query( Connection handle: 1 )
  224. [10:16:38] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  225. [10:16:38] >> mysql_query( Connection handle: 1 )
  226. [10:16:38] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=2, seconds=37 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  227. [10:16:38] >> mysql_query( Connection handle: 1 )
  228. [10:16:38] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1742.201660, PositionY=589.133422, PositionZ=24.343589, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  229. [10:16:38] >> mysql_query( Connection handle: 1 )
  230. [10:16:38] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  231. [10:17:24] >> mysql_query( Connection handle: 1 )
  232. [10:17:24] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=1, `money`=10700, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=0 WHERE `user`='[FG]Gono') - Successfully executed.
  233. [10:17:24] >> mysql_query( Connection handle: 1 )
  234. [10:17:24] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=16, seconds=41 WHERE user='[FG]Gono') - Successfully executed.
  235. [10:17:24] >> mysql_query( Connection handle: 1 )
  236. [10:17:24] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1979.890380, PositionY=485.769592, PositionZ=35.161350, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=1 WHERE user='[FG]Gono') - Successfully executed.
  237. [10:17:24] >> mysql_query( Connection handle: 1 )
  238. [10:17:24] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  239. [10:18:40] >> mysql_query( Connection handle: 1 )
  240. [10:18:40] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  241. [10:18:40] >> mysql_query( Connection handle: 1 )
  242. [10:18:40] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=3, seconds=28 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  243. [10:18:40] >> mysql_query( Connection handle: 1 )
  244. [10:18:40] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-2849.373535, PositionY=574.566772, PositionZ=6.498757, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  245. [10:18:40] >> mysql_query( Connection handle: 1 )
  246. [10:18:40] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  247. [10:19:03] >> mysql_query( Connection handle: 1 )
  248. [10:19:03] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '1' LIMIT 1) - Successfully executed.
  249. [10:19:03] >> mysql_store_result( Connection handle: 1 )
  250. [10:19:03] CMySQLHandler::StoreResult() - Result was stored.
  251. [10:19:03] >> mysql_num_rows( Connection handle: 1 )
  252. [10:19:03] CMySQLHandler::NumRows() - Returned 0 row(s)
  253. [10:19:03] >> mysql_free_result( Connection handle: 1 )
  254. [10:19:03] CMySQLHandler::FreeResult() - Result was successfully free'd.
  255. [10:19:05] >> mysql_query( Connection handle: 1 )
  256. [10:19:05] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '0' LIMIT 1) - Successfully executed.
  257. [10:19:05] >> mysql_store_result( Connection handle: 1 )
  258. [10:19:05] CMySQLHandler::StoreResult() - Result was stored.
  259. [10:19:05] >> mysql_num_rows( Connection handle: 1 )
  260. [10:19:05] CMySQLHandler::NumRows() - Returned 0 row(s)
  261. [10:19:05] >> mysql_free_result( Connection handle: 1 )
  262. [10:19:05] CMySQLHandler::FreeResult() - Result was successfully free'd.
  263. [10:19:11] >> mysql_query( Connection handle: 1 )
  264. [10:19:11] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[FG]Gono' LIMIT 1) - Successfully executed.
  265. [10:19:11] >> mysql_store_result( Connection handle: 1 )
  266. [10:19:11] CMySQLHandler::StoreResult() - Result was stored.
  267. [10:19:11] >> mysql_num_rows( Connection handle: 1 )
  268. [10:19:11] CMySQLHandler::NumRows() - Returned 1 row(s)
  269. [10:19:11] >> mysql_num_rows( Connection handle: 1 )
  270. [10:19:11] CMySQLHandler::NumRows() - Returned 1 row(s)
  271. [10:19:11] >> mysql_query( Connection handle: 1 )
  272. [10:19:11] CMySQLHandler::Query(UPDATE `playerdata` SET level=10 WHERE `user` = '[FG]Gono') - Successfully executed.
  273. [10:19:19] >> mysql_query( Connection handle: 1 )
  274. [10:19:19] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' LIMIT 1) - Successfully executed.
  275. [10:19:19] >> mysql_store_result( Connection handle: 1 )
  276. [10:19:19] CMySQLHandler::StoreResult() - Result was stored.
  277. [10:19:19] >> mysql_num_rows( Connection handle: 1 )
  278. [10:19:19] CMySQLHandler::NumRows() - Returned 1 row(s)
  279. [10:19:19] >> mysql_num_rows( Connection handle: 1 )
  280. [10:19:19] CMySQLHandler::NumRows() - Returned 1 row(s)
  281. [10:19:19] >> mysql_query( Connection handle: 1 )
  282. [10:19:19] CMySQLHandler::Query(UPDATE `playerdata` SET level=10 WHERE `user` = '[DK]InFeRNoZ') - Successfully executed.
  283. [10:19:26] >> mysql_query( Connection handle: 1 )
  284. [10:19:26] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' LIMIT 1) - Successfully executed.
  285. [10:19:26] >> mysql_store_result( Connection handle: 1 )
  286. [10:19:26] CMySQLHandler::StoreResult() - Result was stored.
  287. [10:19:26] >> mysql_num_rows( Connection handle: 1 )
  288. [10:19:26] CMySQLHandler::NumRows() - Returned 1 row(s)
  289. [10:19:26] >> mysql_num_rows( Connection handle: 1 )
  290. [10:19:26] CMySQLHandler::NumRows() - Returned 1 row(s)
  291. [10:19:26] >> mysql_query( Connection handle: 1 )
  292. [10:19:26] CMySQLHandler::Query(UPDATE `playerdata` SET level=10 WHERE `user` = 'AhMeDMoLhAM') - Successfully executed.
  293. [10:19:34] >> mysql_query( Connection handle: 1 )
  294. [10:19:34] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=1, `money`=10700, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  295. [10:19:34] >> mysql_query( Connection handle: 1 )
  296. [10:19:34] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=18, seconds=45 WHERE user='[FG]Gono') - Successfully executed.
  297. [10:19:34] >> mysql_query( Connection handle: 1 )
  298. [10:19:34] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-2477.873535, PositionY=726.279296, PositionZ=35.010128, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=1 WHERE user='[FG]Gono') - Successfully executed.
  299. [10:19:34] >> mysql_query( Connection handle: 1 )
  300. [10:19:34] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  301. [10:20:43] >> mysql_query( Connection handle: 1 )
  302. [10:20:43] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  303. [10:20:43] >> mysql_query( Connection handle: 1 )
  304. [10:20:43] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=3, seconds=56 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  305. [10:20:43] >> mysql_query( Connection handle: 1 )
  306. [10:20:43] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-2357.329345, PositionY=727.572326, PositionZ=39.112800, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  307. [10:20:43] >> mysql_query( Connection handle: 1 )
  308. [10:20:43] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  309. [10:21:46] >> mysql_query( Connection handle: 1 )
  310. [10:21:46] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=100, `money`=10700, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  311. [10:21:46] >> mysql_query( Connection handle: 1 )
  312. [10:21:46] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=20, seconds=50 WHERE user='[FG]Gono') - Successfully executed.
  313. [10:21:46] >> mysql_query( Connection handle: 1 )
  314. [10:21:46] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-252.206802, PositionY=517.471313, PositionZ=12.293866, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=1 WHERE user='[FG]Gono') - Successfully executed.
  315. [10:21:46] >> mysql_query( Connection handle: 1 )
  316. [10:21:46] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  317. [10:22:45] >> mysql_query( Connection handle: 1 )
  318. [10:22:45] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' LIMIT 1) - Successfully executed.
  319. [10:22:45] >> mysql_store_result( Connection handle: 1 )
  320. [10:22:45] CMySQLHandler::StoreResult() - Result was stored.
  321. [10:22:45] >> mysql_num_rows( Connection handle: 1 )
  322. [10:22:45] CMySQLHandler::NumRows() - Returned 1 row(s)
  323. [10:22:45] >> mysql_free_result( Connection handle: 1 )
  324. [10:22:45] CMySQLHandler::FreeResult() - Result was successfully free'd.
  325. [10:22:46] >> mysql_query( Connection handle: 1 )
  326. [10:22:46] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  327. [10:22:46] >> mysql_query( Connection handle: 1 )
  328. [10:22:46] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=5, seconds=35 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  329. [10:22:46] >> mysql_query( Connection handle: 1 )
  330. [10:22:46] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1369.741577, PositionY=720.289123, PositionZ=21.046590, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  331. [10:22:46] >> mysql_query( Connection handle: 1 )
  332. [10:22:46] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  333. [10:22:50] >> mysql_real_escape_string( Connection handle: 1 )
  334. [10:22:50] CMySQLHandler::EscapeString(12345); - Escaped 5 characters to 12345.
  335. [10:22:50] >> mysql_query( Connection handle: 1 )
  336. [10:22:50] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = 'AhMeDMoLhAM' AND password = SHA1('12345')) - Successfully executed.
  337. [10:22:50] >> mysql_store_result( Connection handle: 1 )
  338. [10:22:50] CMySQLHandler::StoreResult() - Result was stored.
  339. [10:22:50] >> mysql_num_rows( Connection handle: 1 )
  340. [10:22:50] CMySQLHandler::NumRows() - Returned 1 row(s)
  341. [10:22:50] >> mysql_query( Connection handle: 1 )
  342. [10:22:50] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  343. [10:22:50] >> mysql_store_result( Connection handle: 1 )
  344. [10:22:50] CMySQLHandler::StoreResult() - Result was stored.
  345. [10:22:50] >> mysql_fetch_row_format( Connection handle: 1 )
  346. [10:22:50] CMySQLHandler::FetchRow() - Return: 0|10000|0|0|10|0|0|0|0|0|0|0|0|0|0|0|0|3|21|0|-5059.49|1022.25|567.501|0|0|0|0|0|0|0|0|0|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|4
  347. [10:22:50] >> mysql_free_result( Connection handle: 1 )
  348. [10:22:50] CMySQLHandler::FreeResult() - Result was successfully free'd.
  349. [10:22:50] >> mysql_query( Connection handle: 1 )
  350. [10:22:50] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='10:22:50' WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  351. [10:22:50] >> mysql_query( Connection handle: 1 )
  352. [10:22:50] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  353. [10:22:50] >> mysql_store_result( Connection handle: 1 )
  354. [10:22:50] CMySQLHandler::StoreResult() - Result was stored.
  355. [10:22:50] >> mysql_num_rows( Connection handle: 1 )
  356. [10:22:50] CMySQLHandler::NumRows() - Returned 0 row(s)
  357. [10:22:50] >> mysql_free_result( Connection handle: 1 )
  358. [10:22:50] CMySQLHandler::FreeResult() - Result was successfully free'd.
  359. [10:22:50] >> mysql_free_result( Connection handle: 1 )
  360. [10:22:50] CMySQLHandler::FreeResult() - The result is already empty.
  361. [10:22:55] >> mysql_query( Connection handle: 1 )
  362. [10:22:55] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  363. [10:22:55] >> mysql_store_result( Connection handle: 1 )
  364. [10:22:55] CMySQLHandler::StoreResult() - Result was stored.
  365. [10:22:55] >> mysql_num_rows( Connection handle: 1 )
  366. [10:22:55] CMySQLHandler::NumRows() - Returned 0 row(s)
  367. [10:22:55] >> mysql_free_result( Connection handle: 1 )
  368. [10:22:55] CMySQLHandler::FreeResult() - Result was successfully free'd.
  369. [10:23:18] >> mysql_query( Connection handle: 1 )
  370. [10:23:18] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  371. [10:23:18] >> mysql_store_result( Connection handle: 1 )
  372. [10:23:18] CMySQLHandler::StoreResult() - Result was stored.
  373. [10:23:18] >> mysql_num_rows( Connection handle: 1 )
  374. [10:23:18] CMySQLHandler::NumRows() - Returned 0 row(s)
  375. [10:23:18] >> mysql_free_result( Connection handle: 1 )
  376. [10:23:18] CMySQLHandler::FreeResult() - Result was successfully free'd.
  377. [10:24:47] >> mysql_query( Connection handle: 1 )
  378. [10:24:47] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  379. [10:24:47] >> mysql_query( Connection handle: 1 )
  380. [10:24:47] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=8 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  381. [10:24:47] >> mysql_query( Connection handle: 1 )
  382. [10:24:47] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1488.090576, PositionY=771.846435, PositionZ=7.186857, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  383. [10:24:47] >> mysql_query( Connection handle: 1 )
  384. [10:24:47] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  385. [10:24:51] >> mysql_query( Connection handle: 1 )
  386. [10:24:51] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10000, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=0, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  387. [10:24:51] >> mysql_query( Connection handle: 1 )
  388. [10:24:51] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=3, seconds=58 WHERE user='AhMeDMoLhAM') - Successfully executed.
  389. [10:24:51] >> mysql_query( Connection handle: 1 )
  390. [10:24:51] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1563.109741, PositionY=761.468627, PositionZ=7.140875, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  391. [10:24:51] >> mysql_query( Connection handle: 1 )
  392. [10:24:51] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  393. [10:24:59] >> mysql_query( Connection handle: 1 )
  394. [10:24:59] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=101, `money`=11400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=4, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  395. [10:24:59] >> mysql_query( Connection handle: 1 )
  396. [10:24:59] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=23, seconds=35 WHERE user='[FG]Gono') - Successfully executed.
  397. [10:24:59] >> mysql_query( Connection handle: 1 )
  398. [10:24:59] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-151.695999, PositionY=495.908294, PositionZ=10.986119, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=2 WHERE user='[FG]Gono') - Successfully executed.
  399. [10:24:59] >> mysql_query( Connection handle: 1 )
  400. [10:24:59] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  401. [10:25:19] >> mysql_query( Connection handle: 1 )
  402. [10:25:19] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=101, `money`=11400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=4, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  403. [10:25:19] >> mysql_query( Connection handle: 1 )
  404. [10:25:19] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=23, seconds=51 WHERE user='[FG]Gono') - Successfully executed.
  405. [10:25:19] >> mysql_query( Connection handle: 1 )
  406. [10:25:19] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-174.472305, PositionY=502.410827, PositionZ=2.982433, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=2 WHERE user='[FG]Gono') - Successfully executed.
  407. [10:25:19] >> mysql_query( Connection handle: 1 )
  408. [10:25:19] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  409. [10:26:49] >> mysql_query( Connection handle: 1 )
  410. [10:26:49] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  411. [10:26:49] >> mysql_query( Connection handle: 1 )
  412. [10:26:49] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=8 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  413. [10:26:49] >> mysql_query( Connection handle: 1 )
  414. [10:26:49] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1488.090576, PositionY=771.846435, PositionZ=7.186857, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  415. [10:26:49] >> mysql_query( Connection handle: 1 )
  416. [10:26:49] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  417. [10:27:10] >> mysql_query( Connection handle: 1 )
  418. [10:27:10] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10000, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=0, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  419. [10:27:10] >> mysql_query( Connection handle: 1 )
  420. [10:27:10] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=4, seconds=40 WHERE user='AhMeDMoLhAM') - Successfully executed.
  421. [10:27:10] >> mysql_query( Connection handle: 1 )
  422. [10:27:10] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-2214.492431, PositionY=1330.771240, PositionZ=7.140775, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  423. [10:27:10] >> mysql_query( Connection handle: 1 )
  424. [10:27:10] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  425. [10:28:52] >> mysql_query( Connection handle: 1 )
  426. [10:28:52] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  427. [10:28:52] >> mysql_query( Connection handle: 1 )
  428. [10:28:52] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=8 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  429. [10:28:52] >> mysql_query( Connection handle: 1 )
  430. [10:28:52] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1488.090576, PositionY=771.846435, PositionZ=7.186857, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  431. [10:28:52] >> mysql_query( Connection handle: 1 )
  432. [10:28:52] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  433. [10:29:19] >> mysql_query( Connection handle: 1 )
  434. [10:29:19] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10000, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=0, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  435. [10:29:19] >> mysql_query( Connection handle: 1 )
  436. [10:29:19] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=4, seconds=40 WHERE user='AhMeDMoLhAM') - Successfully executed.
  437. [10:29:19] >> mysql_query( Connection handle: 1 )
  438. [10:29:19] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-2214.492431, PositionY=1330.771240, PositionZ=7.140775, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  439. [10:29:19] >> mysql_query( Connection handle: 1 )
  440. [10:29:19] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  441. [10:30:54] >> mysql_query( Connection handle: 1 )
  442. [10:30:54] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  443. [10:30:54] >> mysql_query( Connection handle: 1 )
  444. [10:30:54] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=8 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  445. [10:30:54] >> mysql_query( Connection handle: 1 )
  446. [10:30:54] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1488.090576, PositionY=771.846435, PositionZ=7.186857, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  447. [10:30:54] >> mysql_query( Connection handle: 1 )
  448. [10:30:54] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  449. [10:30:56] >> mysql_query( Connection handle: 1 )
  450. [10:30:56] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[FG]Gono' LIMIT 1) - Successfully executed.
  451. [10:30:56] >> mysql_store_result( Connection handle: 1 )
  452. [10:30:56] CMySQLHandler::StoreResult() - Result was stored.
  453. [10:30:56] >> mysql_num_rows( Connection handle: 1 )
  454. [10:30:56] CMySQLHandler::NumRows() - Returned 1 row(s)
  455. [10:30:56] >> mysql_free_result( Connection handle: 1 )
  456. [10:30:56] CMySQLHandler::FreeResult() - Result was successfully free'd.
  457. [10:31:16] >> mysql_query( Connection handle: 1 )
  458. [10:31:16] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10000, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=0, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  459. [10:31:16] >> mysql_query( Connection handle: 1 )
  460. [10:31:16] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=5, seconds=4 WHERE user='AhMeDMoLhAM') - Successfully executed.
  461. [10:31:16] >> mysql_query( Connection handle: 1 )
  462. [10:31:16] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-2052.046875, PositionY=1318.484985, PositionZ=7.416412, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  463. [10:31:16] >> mysql_query( Connection handle: 1 )
  464. [10:31:16] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  465. [10:31:37] >> mysql_real_escape_string( Connection handle: 1 )
  466. [10:31:37] CMySQLHandler::EscapeString(4284421); - Escaped 7 characters to 4284421.
  467. [10:31:37] >> mysql_query( Connection handle: 1 )
  468. [10:31:37] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[FG]Gono' AND password = SHA1('4284421')) - Successfully executed.
  469. [10:31:37] >> mysql_store_result( Connection handle: 1 )
  470. [10:31:37] CMySQLHandler::StoreResult() - Result was stored.
  471. [10:31:37] >> mysql_num_rows( Connection handle: 1 )
  472. [10:31:37] CMySQLHandler::NumRows() - Returned 1 row(s)
  473. [10:31:37] >> mysql_query( Connection handle: 1 )
  474. [10:31:37] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='[FG]Gono') - Successfully executed.
  475. [10:31:37] >> mysql_store_result( Connection handle: 1 )
  476. [10:31:37] CMySQLHandler::StoreResult() - Result was stored.
  477. [10:31:37] >> mysql_fetch_row_format( Connection handle: 1 )
  478. [10:31:37] CMySQLHandler::FetchRow() - Return: 101|11400|0|0|0|4|0|0|0|1|1|1|0|0|0|0|0|23|51|0|-174.472|502.411|2.98243|0|0|0|0|3|0|0|0|2|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|2
  479. [10:31:37] >> mysql_free_result( Connection handle: 1 )
  480. [10:31:37] CMySQLHandler::FreeResult() - Result was successfully free'd.
  481. [10:31:37] >> mysql_query( Connection handle: 1 )
  482. [10:31:37] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='10:31:37' WHERE `user`='[FG]Gono') - Successfully executed.
  483. [10:31:37] >> mysql_query( Connection handle: 1 )
  484. [10:31:37] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = '[FG]Gono' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  485. [10:31:37] >> mysql_store_result( Connection handle: 1 )
  486. [10:31:37] CMySQLHandler::StoreResult() - Result was stored.
  487. [10:31:37] >> mysql_num_rows( Connection handle: 1 )
  488. [10:31:37] CMySQLHandler::NumRows() - Returned 0 row(s)
  489. [10:31:37] >> mysql_free_result( Connection handle: 1 )
  490. [10:31:37] CMySQLHandler::FreeResult() - Result was successfully free'd.
  491. [10:31:37] >> mysql_free_result( Connection handle: 1 )
  492. [10:31:37] CMySQLHandler::FreeResult() - The result is already empty.
  493. [10:31:45] >> mysql_query( Connection handle: 1 )
  494. [10:31:45] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[FG]Gono' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  495. [10:31:45] >> mysql_store_result( Connection handle: 1 )
  496. [10:31:45] CMySQLHandler::StoreResult() - Result was stored.
  497. [10:31:45] >> mysql_num_rows( Connection handle: 1 )
  498. [10:31:45] CMySQLHandler::NumRows() - Returned 0 row(s)
  499. [10:31:45] >> mysql_free_result( Connection handle: 1 )
  500. [10:31:45] CMySQLHandler::FreeResult() - Result was successfully free'd.
  501. [10:32:41] >> mysql_query( Connection handle: 1 )
  502. [10:32:41] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[FG]Gono' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  503. [10:32:41] >> mysql_store_result( Connection handle: 1 )
  504. [10:32:41] CMySQLHandler::StoreResult() - Result was stored.
  505. [10:32:41] >> mysql_num_rows( Connection handle: 1 )
  506. [10:32:41] CMySQLHandler::NumRows() - Returned 0 row(s)
  507. [10:32:41] >> mysql_free_result( Connection handle: 1 )
  508. [10:32:41] CMySQLHandler::FreeResult() - Result was successfully free'd.
  509. [10:32:57] >> mysql_query( Connection handle: 1 )
  510. [10:32:57] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  511. [10:32:57] >> mysql_query( Connection handle: 1 )
  512. [10:32:57] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=8 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  513. [10:32:57] >> mysql_query( Connection handle: 1 )
  514. [10:32:57] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1488.090576, PositionY=771.846435, PositionZ=7.186857, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  515. [10:32:57] >> mysql_query( Connection handle: 1 )
  516. [10:32:57] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  517. [10:33:40] >> mysql_query( Connection handle: 1 )
  518. [10:33:40] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=101, `money`=11600, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=5, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  519. [10:33:40] >> mysql_query( Connection handle: 1 )
  520. [10:33:40] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=25, seconds=48 WHERE user='[FG]Gono') - Successfully executed.
  521. [10:33:40] >> mysql_query( Connection handle: 1 )
  522. [10:33:40] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=1679.417968, PositionY=627.001953, PositionZ=10.526181, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=4, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=2 WHERE user='[FG]Gono') - Successfully executed.
  523. [10:33:40] >> mysql_query( Connection handle: 1 )
  524. [10:33:40] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  525. [10:35:00] >> mysql_query( Connection handle: 1 )
  526. [10:35:00] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  527. [10:35:00] >> mysql_query( Connection handle: 1 )
  528. [10:35:00] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=8 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  529. [10:35:00] >> mysql_query( Connection handle: 1 )
  530. [10:35:00] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1488.090576, PositionY=771.846435, PositionZ=7.186857, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  531. [10:35:00] >> mysql_query( Connection handle: 1 )
  532. [10:35:00] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  533. [10:35:34] >> mysql_query( Connection handle: 1 )
  534. [10:35:34] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  535. [10:35:34] >> mysql_store_result( Connection handle: 1 )
  536. [10:35:34] CMySQLHandler::StoreResult() - Result was stored.
  537. [10:35:34] >> mysql_num_rows( Connection handle: 1 )
  538. [10:35:34] CMySQLHandler::NumRows() - Returned 0 row(s)
  539. [10:35:34] >> mysql_free_result( Connection handle: 1 )
  540. [10:35:34] CMySQLHandler::FreeResult() - Result was successfully free'd.
  541. [10:35:48] >> mysql_query( Connection handle: 1 )
  542. [10:35:48] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=101, `money`=11600, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=5, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  543. [10:35:48] >> mysql_query( Connection handle: 1 )
  544. [10:35:48] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=27, seconds=49 WHERE user='[FG]Gono') - Successfully executed.
  545. [10:35:48] >> mysql_query( Connection handle: 1 )
  546. [10:35:48] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=1004.037902, PositionY=2430.664794, PositionZ=152.409118, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=4, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=2 WHERE user='[FG]Gono') - Successfully executed.
  547. [10:35:48] >> mysql_query( Connection handle: 1 )
  548. [10:35:48] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  549. [10:36:34] >> mysql_query( Connection handle: 1 )
  550. [10:36:34] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' LIMIT 1) - Successfully executed.
  551. [10:36:34] >> mysql_store_result( Connection handle: 1 )
  552. [10:36:34] CMySQLHandler::StoreResult() - Result was stored.
  553. [10:36:34] >> mysql_num_rows( Connection handle: 1 )
  554. [10:36:34] CMySQLHandler::NumRows() - Returned 1 row(s)
  555. [10:36:34] >> mysql_free_result( Connection handle: 1 )
  556. [10:36:34] CMySQLHandler::FreeResult() - Result was successfully free'd.
  557. [10:36:39] >> mysql_real_escape_string( Connection handle: 1 )
  558. [10:36:39] CMySQLHandler::EscapeString(sdd); - Escaped 3 characters to sdd.
  559. [10:36:39] >> mysql_query( Connection handle: 1 )
  560. [10:36:39] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = 'AhMeDMoLhAM' AND password = SHA1('sdd')) - Successfully executed.
  561. [10:36:39] >> mysql_store_result( Connection handle: 1 )
  562. [10:36:39] CMySQLHandler::StoreResult() - Result was stored.
  563. [10:36:39] >> mysql_num_rows( Connection handle: 1 )
  564. [10:36:39] CMySQLHandler::NumRows() - Returned 0 row(s)
  565. [10:36:39] >> mysql_free_result( Connection handle: 1 )
  566. [10:36:39] CMySQLHandler::FreeResult() - Result was successfully free'd.
  567. [10:36:43] >> mysql_real_escape_string( Connection handle: 1 )
  568. [10:36:43] CMySQLHandler::EscapeString(12345); - Escaped 5 characters to 12345.
  569. [10:36:43] >> mysql_query( Connection handle: 1 )
  570. [10:36:43] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = 'AhMeDMoLhAM' AND password = SHA1('12345')) - Successfully executed.
  571. [10:36:43] >> mysql_store_result( Connection handle: 1 )
  572. [10:36:43] CMySQLHandler::StoreResult() - Result was stored.
  573. [10:36:43] >> mysql_num_rows( Connection handle: 1 )
  574. [10:36:43] CMySQLHandler::NumRows() - Returned 1 row(s)
  575. [10:36:43] >> mysql_query( Connection handle: 1 )
  576. [10:36:43] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  577. [10:36:43] >> mysql_store_result( Connection handle: 1 )
  578. [10:36:43] CMySQLHandler::StoreResult() - Result was stored.
  579. [10:36:43] >> mysql_fetch_row_format( Connection handle: 1 )
  580. [10:36:43] CMySQLHandler::FetchRow() - Return: 0|10000|0|0|10|0|0|0|0|0|0|0|0|0|0|0|0|5|4|0|-2052.05|1318.48|7.41641|0|0|0|0|1|0|0|0|0|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|4
  581. [10:36:43] >> mysql_free_result( Connection handle: 1 )
  582. [10:36:43] CMySQLHandler::FreeResult() - Result was successfully free'd.
  583. [10:36:43] >> mysql_query( Connection handle: 1 )
  584. [10:36:43] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='10:36:43' WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  585. [10:36:43] >> mysql_query( Connection handle: 1 )
  586. [10:36:43] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  587. [10:36:43] >> mysql_store_result( Connection handle: 1 )
  588. [10:36:43] CMySQLHandler::StoreResult() - Result was stored.
  589. [10:36:43] >> mysql_num_rows( Connection handle: 1 )
  590. [10:36:43] CMySQLHandler::NumRows() - Returned 0 row(s)
  591. [10:36:43] >> mysql_free_result( Connection handle: 1 )
  592. [10:36:43] CMySQLHandler::FreeResult() - Result was successfully free'd.
  593. [10:36:43] >> mysql_free_result( Connection handle: 1 )
  594. [10:36:43] CMySQLHandler::FreeResult() - The result is already empty.
  595. [10:36:46] >> mysql_query( Connection handle: 1 )
  596. [10:36:46] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  597. [10:36:46] >> mysql_store_result( Connection handle: 1 )
  598. [10:36:46] CMySQLHandler::StoreResult() - Result was stored.
  599. [10:36:46] >> mysql_num_rows( Connection handle: 1 )
  600. [10:36:46] CMySQLHandler::NumRows() - Returned 0 row(s)
  601. [10:36:46] >> mysql_free_result( Connection handle: 1 )
  602. [10:36:46] CMySQLHandler::FreeResult() - Result was successfully free'd.
  603. [10:37:03] >> mysql_query( Connection handle: 1 )
  604. [10:37:03] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  605. [10:37:03] >> mysql_query( Connection handle: 1 )
  606. [10:37:03] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=55 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  607. [10:37:03] >> mysql_query( Connection handle: 1 )
  608. [10:37:03] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1464.030029, PositionY=892.191711, PositionZ=30.224714, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  609. [10:37:03] >> mysql_query( Connection handle: 1 )
  610. [10:37:03] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  611. [10:38:43] >> mysql_query( Connection handle: 1 )
  612. [10:38:43] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10000, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=0, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  613. [10:38:43] >> mysql_query( Connection handle: 1 )
  614. [10:38:43] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=41 WHERE user='AhMeDMoLhAM') - Successfully executed.
  615. [10:38:43] >> mysql_query( Connection handle: 1 )
  616. [10:38:43] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-2006.715087, PositionY=1274.853759, PositionZ=7.187158, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  617. [10:38:43] >> mysql_query( Connection handle: 1 )
  618. [10:38:43] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  619. [10:39:03] >> mysql_query( Connection handle: 1 )
  620. [10:39:03] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  621. [10:39:03] >> mysql_query( Connection handle: 1 )
  622. [10:39:03] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=55 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  623. [10:39:03] >> mysql_query( Connection handle: 1 )
  624. [10:39:03] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1464.030029, PositionY=892.191711, PositionZ=30.224714, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  625. [10:39:03] >> mysql_query( Connection handle: 1 )
  626. [10:39:03] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  627. [10:39:10] >> mysql_query( Connection handle: 1 )
  628. [10:39:10] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=102, `money`=12100, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=6, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  629. [10:39:10] >> mysql_query( Connection handle: 1 )
  630. [10:39:10] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=39 WHERE user='[FG]Gono') - Successfully executed.
  631. [10:39:10] >> mysql_query( Connection handle: 1 )
  632. [10:39:10] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=1009.337524, PositionY=3224.973388, PositionZ=0.136674, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=4, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=3 WHERE user='[FG]Gono') - Successfully executed.
  633. [10:39:10] >> mysql_query( Connection handle: 1 )
  634. [10:39:10] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  635. [10:40:44] >> mysql_query( Connection handle: 1 )
  636. [10:40:44] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=103, `money`=12600, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=7, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  637. [10:40:44] >> mysql_query( Connection handle: 1 )
  638. [10:40:44] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=31, seconds=51 WHERE user='[FG]Gono') - Successfully executed.
  639. [10:40:44] >> mysql_query( Connection handle: 1 )
  640. [10:40:44] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=1073.086547, PositionY=3248.515380, PositionZ=0.189744, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=4, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=4 WHERE user='[FG]Gono') - Successfully executed.
  641. [10:40:44] >> mysql_query( Connection handle: 1 )
  642. [10:40:44] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  643. [10:40:57] >> mysql_query( Connection handle: 1 )
  644. [10:40:57] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[FG]Gono' LIMIT 1) - Successfully executed.
  645. [10:40:57] >> mysql_store_result( Connection handle: 1 )
  646. [10:40:57] CMySQLHandler::StoreResult() - Result was stored.
  647. [10:40:57] >> mysql_num_rows( Connection handle: 1 )
  648. [10:40:57] CMySQLHandler::NumRows() - Returned 1 row(s)
  649. [10:40:57] >> mysql_free_result( Connection handle: 1 )
  650. [10:40:57] CMySQLHandler::FreeResult() - Result was successfully free'd.
  651. [10:41:01] >> mysql_real_escape_string( Connection handle: 1 )
  652. [10:41:01] CMySQLHandler::EscapeString(4284421); - Escaped 7 characters to 4284421.
  653. [10:41:01] >> mysql_query( Connection handle: 1 )
  654. [10:41:01] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[FG]Gono' AND password = SHA1('4284421')) - Successfully executed.
  655. [10:41:01] >> mysql_store_result( Connection handle: 1 )
  656. [10:41:01] CMySQLHandler::StoreResult() - Result was stored.
  657. [10:41:01] >> mysql_num_rows( Connection handle: 1 )
  658. [10:41:01] CMySQLHandler::NumRows() - Returned 1 row(s)
  659. [10:41:01] >> mysql_query( Connection handle: 1 )
  660. [10:41:01] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='[FG]Gono') - Successfully executed.
  661. [10:41:01] >> mysql_store_result( Connection handle: 1 )
  662. [10:41:01] CMySQLHandler::StoreResult() - Result was stored.
  663. [10:41:01] >> mysql_fetch_row_format( Connection handle: 1 )
  664. [10:41:01] CMySQLHandler::FetchRow() - Return: 103|12600|0|0|0|7|0|0|0|1|1|1|0|0|0|0|0|31|51|0|1073.09|3248.52|0.189744|0|0|0|0|4|0|0|0|4|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|2
  665. [10:41:01] >> mysql_free_result( Connection handle: 1 )
  666. [10:41:01] CMySQLHandler::FreeResult() - Result was successfully free'd.
  667. [10:41:01] >> mysql_query( Connection handle: 1 )
  668. [10:41:01] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='10:41:1' WHERE `user`='[FG]Gono') - Successfully executed.
  669. [10:41:01] >> mysql_query( Connection handle: 1 )
  670. [10:41:01] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = '[FG]Gono' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  671. [10:41:01] >> mysql_store_result( Connection handle: 1 )
  672. [10:41:01] CMySQLHandler::StoreResult() - Result was stored.
  673. [10:41:01] >> mysql_num_rows( Connection handle: 1 )
  674. [10:41:01] CMySQLHandler::NumRows() - Returned 0 row(s)
  675. [10:41:01] >> mysql_free_result( Connection handle: 1 )
  676. [10:41:01] CMySQLHandler::FreeResult() - Result was successfully free'd.
  677. [10:41:01] >> mysql_free_result( Connection handle: 1 )
  678. [10:41:01] CMySQLHandler::FreeResult() - The result is already empty.
  679. [10:41:01] >> mysql_query( Connection handle: 1 )
  680. [10:41:01] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[FG]Gono' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  681. [10:41:01] >> mysql_store_result( Connection handle: 1 )
  682. [10:41:01] CMySQLHandler::StoreResult() - Result was stored.
  683. [10:41:01] >> mysql_num_rows( Connection handle: 1 )
  684. [10:41:01] CMySQLHandler::NumRows() - Returned 0 row(s)
  685. [10:41:01] >> mysql_free_result( Connection handle: 1 )
  686. [10:41:01] CMySQLHandler::FreeResult() - Result was successfully free'd.
  687. [10:41:04] >> mysql_query( Connection handle: 1 )
  688. [10:41:04] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  689. [10:41:04] >> mysql_query( Connection handle: 1 )
  690. [10:41:04] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=6, seconds=55 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  691. [10:41:04] >> mysql_query( Connection handle: 1 )
  692. [10:41:04] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1464.030029, PositionY=892.191711, PositionZ=30.224714, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  693. [10:41:04] >> mysql_query( Connection handle: 1 )
  694. [10:41:04] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  695. [10:42:13] >> mysql_query( Connection handle: 1 )
  696. [10:42:13] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10000, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=0, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  697. [10:42:13] >> mysql_query( Connection handle: 1 )
  698. [10:42:13] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=9, seconds=23 WHERE user='AhMeDMoLhAM') - Successfully executed.
  699. [10:42:13] >> mysql_query( Connection handle: 1 )
  700. [10:42:13] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-2912.859130, PositionY=1146.006713, PositionZ=15.277312, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  701. [10:42:13] >> mysql_query( Connection handle: 1 )
  702. [10:42:13] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  703. [10:42:45] >> mysql_query( Connection handle: 1 )
  704. [10:42:45] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[FG]Gono' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  705. [10:42:45] >> mysql_store_result( Connection handle: 1 )
  706. [10:42:45] CMySQLHandler::StoreResult() - Result was stored.
  707. [10:42:45] >> mysql_num_rows( Connection handle: 1 )
  708. [10:42:45] CMySQLHandler::NumRows() - Returned 0 row(s)
  709. [10:42:45] >> mysql_free_result( Connection handle: 1 )
  710. [10:42:45] CMySQLHandler::FreeResult() - Result was successfully free'd.
  711. [10:43:01] >> mysql_query( Connection handle: 1 )
  712. [10:43:01] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=103, `money`=12500, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=7, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  713. [10:43:01] >> mysql_query( Connection handle: 1 )
  714. [10:43:01] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=33, seconds=27 WHERE user='[FG]Gono') - Successfully executed.
  715. [10:43:01] >> mysql_query( Connection handle: 1 )
  716. [10:43:01] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1513.081909, PositionY=689.890869, PositionZ=7.187500, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=5, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=4 WHERE user='[FG]Gono') - Successfully executed.
  717. [10:43:01] >> mysql_query( Connection handle: 1 )
  718. [10:43:01] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  719. [10:43:05] >> mysql_query( Connection handle: 1 )
  720. [10:43:05] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  721. [10:43:05] >> mysql_query( Connection handle: 1 )
  722. [10:43:05] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=8, seconds=11 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  723. [10:43:05] >> mysql_query( Connection handle: 1 )
  724. [10:43:05] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1513.293579, PositionY=703.634887, PositionZ=7.187500, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  725. [10:43:05] >> mysql_query( Connection handle: 1 )
  726. [10:43:05] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  727. [10:45:02] >> mysql_query( Connection handle: 1 )
  728. [10:45:02] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=103, `money`=12600, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=7, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  729. [10:45:02] >> mysql_query( Connection handle: 1 )
  730. [10:45:02] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=35, seconds=2 WHERE user='[FG]Gono') - Successfully executed.
  731. [10:45:02] >> mysql_query( Connection handle: 1 )
  732. [10:45:02] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1086.418212, PositionY=354.601776, PositionZ=174.920120, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=5, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=4 WHERE user='[FG]Gono') - Successfully executed.
  733. [10:45:02] >> mysql_query( Connection handle: 1 )
  734. [10:45:02] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  735. [10:45:06] >> mysql_query( Connection handle: 1 )
  736. [10:45:06] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  737. [10:45:06] >> mysql_query( Connection handle: 1 )
  738. [10:45:06] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=9, seconds=26 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  739. [10:45:06] >> mysql_query( Connection handle: 1 )
  740. [10:45:06] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1086.470947, PositionY=354.468383, PositionZ=237.183807, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  741. [10:45:06] >> mysql_query( Connection handle: 1 )
  742. [10:45:06] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  743. [10:46:11] >> mysql_query( Connection handle: 1 )
  744. [10:46:11] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=0, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  745. [10:46:11] >> mysql_query( Connection handle: 1 )
  746. [10:46:11] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=12, seconds=7 WHERE user='AhMeDMoLhAM') - Successfully executed.
  747. [10:46:11] >> mysql_query( Connection handle: 1 )
  748. [10:46:11] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1699.417602, PositionY=237.913635, PositionZ=-0.266897, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  749. [10:46:11] >> mysql_query( Connection handle: 1 )
  750. [10:46:11] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  751. [10:47:04] >> mysql_query( Connection handle: 1 )
  752. [10:47:04] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=103, `money`=12600, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=7, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[FG]Gono') - Successfully executed.
  753. [10:47:04] >> mysql_query( Connection handle: 1 )
  754. [10:47:04] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=36, seconds=38 WHERE user='[FG]Gono') - Successfully executed.
  755. [10:47:04] >> mysql_query( Connection handle: 1 )
  756. [10:47:04] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1089.552246, PositionY=358.527770, PositionZ=-0.572486, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=5, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=4 WHERE user='[FG]Gono') - Successfully executed.
  757. [10:47:04] >> mysql_query( Connection handle: 1 )
  758. [10:47:05] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[FG]Gono') - Successfully executed.
  759. [10:47:05] >> mysql_query( Connection handle: 1 )
  760. [10:47:05] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  761. [10:47:05] >> mysql_query( Connection handle: 1 )
  762. [10:47:05] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=10, seconds=58 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  763. [10:47:05] >> mysql_query( Connection handle: 1 )
  764. [10:47:05] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1125.623413, PositionY=317.181213, PositionZ=-0.209177, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  765. [10:47:05] >> mysql_query( Connection handle: 1 )
  766. [10:47:05] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  767. [10:48:34] >> mysql_query( Connection handle: 1 )
  768. [10:48:34] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  769. [10:48:34] >> mysql_store_result( Connection handle: 1 )
  770. [10:48:34] CMySQLHandler::StoreResult() - Result was stored.
  771. [10:48:34] >> mysql_num_rows( Connection handle: 1 )
  772. [10:48:34] CMySQLHandler::NumRows() - Returned 0 row(s)
  773. [10:48:34] >> mysql_free_result( Connection handle: 1 )
  774. [10:48:34] CMySQLHandler::FreeResult() - Result was successfully free'd.
  775. [10:48:46] >> mysql_query( Connection handle: 1 )
  776. [10:48:46] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=1, `money`=10700, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  777. [10:48:46] >> mysql_query( Connection handle: 1 )
  778. [10:48:46] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=13, seconds=26 WHERE user='AhMeDMoLhAM') - Successfully executed.
  779. [10:48:46] >> mysql_query( Connection handle: 1 )
  780. [10:48:46] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1698.692626, PositionY=241.031387, PositionZ=185.732604, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=1 WHERE user='AhMeDMoLhAM') - Successfully executed.
  781. [10:48:46] >> mysql_query( Connection handle: 1 )
  782. [10:48:46] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  783. [10:49:07] >> mysql_query( Connection handle: 1 )
  784. [10:49:07] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  785. [10:49:07] >> mysql_query( Connection handle: 1 )
  786. [10:49:07] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=11, seconds=48 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  787. [10:49:07] >> mysql_query( Connection handle: 1 )
  788. [10:49:07] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1756.658325, PositionY=166.272369, PositionZ=6.220312, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  789. [10:49:07] >> mysql_query( Connection handle: 1 )
  790. [10:49:07] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  791. [10:49:12] >> mysql_query( Connection handle: 1 )
  792. [10:49:12] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=1, `money`=10700, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  793. [10:49:12] >> mysql_query( Connection handle: 1 )
  794. [10:49:12] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=13, seconds=26 WHERE user='AhMeDMoLhAM') - Successfully executed.
  795. [10:49:12] >> mysql_query( Connection handle: 1 )
  796. [10:49:12] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1698.692626, PositionY=241.031387, PositionZ=185.732604, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=1 WHERE user='AhMeDMoLhAM') - Successfully executed.
  797. [10:49:12] >> mysql_query( Connection handle: 1 )
  798. [10:49:12] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  799. [10:51:15] >> mysql_query( Connection handle: 1 )
  800. [10:51:15] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  801. [10:51:15] >> mysql_query( Connection handle: 1 )
  802. [10:51:15] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=13, seconds=15 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  803. [10:51:15] >> mysql_query( Connection handle: 1 )
  804. [10:51:15] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1230.454467, PositionY=628.661315, PositionZ=116.643882, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  805. [10:51:15] >> mysql_query( Connection handle: 1 )
  806. [10:51:15] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  807. [10:53:16] >> mysql_query( Connection handle: 1 )
  808. [10:53:16] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[FG]Gono' LIMIT 1) - Successfully executed.
  809. [10:53:16] >> mysql_store_result( Connection handle: 1 )
  810. [10:53:16] CMySQLHandler::StoreResult() - Result was stored.
  811. [10:53:16] >> mysql_num_rows( Connection handle: 1 )
  812. [10:53:16] CMySQLHandler::NumRows() - Returned 1 row(s)
  813. [10:53:16] >> mysql_free_result( Connection handle: 1 )
  814. [10:53:16] CMySQLHandler::FreeResult() - Result was successfully free'd.
  815. [10:53:22] >> mysql_query( Connection handle: 1 )
  816. [10:53:22] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10200, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=1, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  817. [10:53:22] >> mysql_query( Connection handle: 1 )
  818. [10:53:22] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=15, seconds=14 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  819. [10:53:22] >> mysql_query( Connection handle: 1 )
  820. [10:53:22] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=502.075439, PositionY=953.443603, PositionZ=-13.646065, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=1, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  821. [10:53:22] >> mysql_query( Connection handle: 1 )
  822. [10:53:22] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  823. [10:53:24] >> mysql_real_escape_string( Connection handle: 1 )
  824. [10:53:24] CMySQLHandler::EscapeString(4284421); - Escaped 7 characters to 4284421.
  825. [10:53:24] >> mysql_query( Connection handle: 1 )
  826. [10:53:24] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[FG]Gono' AND password = SHA1('4284421')) - Successfully executed.
  827. [10:53:24] >> mysql_store_result( Connection handle: 1 )
  828. [10:53:24] CMySQLHandler::StoreResult() - Result was stored.
  829. [10:53:24] >> mysql_num_rows( Connection handle: 1 )
  830. [10:53:24] CMySQLHandler::NumRows() - Returned 1 row(s)
  831. [10:53:24] >> mysql_query( Connection handle: 1 )
  832. [10:53:24] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='[FG]Gono') - Successfully executed.
  833. [10:53:24] >> mysql_store_result( Connection handle: 1 )
  834. [10:53:24] CMySQLHandler::StoreResult() - Result was stored.
  835. [10:53:24] >> mysql_fetch_row_format( Connection handle: 1 )
  836. [10:53:24] CMySQLHandler::FetchRow() - Return: 103|12600|0|0|0|7|0|0|0|1|1|1|0|0|0|0|0|36|38|0|-1089.55|358.528|-0.572486|0|0|0|0|5|0|0|0|4|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|2
  837. [10:53:24] >> mysql_free_result( Connection handle: 1 )
  838. [10:53:24] CMySQLHandler::FreeResult() - Result was successfully free'd.
  839. [10:53:24] >> mysql_query( Connection handle: 1 )
  840. [10:53:24] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='10:53:24' WHERE `user`='[FG]Gono') - Successfully executed.
  841. [10:53:24] >> mysql_query( Connection handle: 1 )
  842. [10:53:24] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = '[FG]Gono' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  843. [10:53:24] >> mysql_store_result( Connection handle: 1 )
  844. [10:53:24] CMySQLHandler::StoreResult() - Result was stored.
  845. [10:53:24] >> mysql_num_rows( Connection handle: 1 )
  846. [10:53:24] CMySQLHandler::NumRows() - Returned 0 row(s)
  847. [10:53:24] >> mysql_free_result( Connection handle: 1 )
  848. [10:53:24] CMySQLHandler::FreeResult() - Result was successfully free'd.
  849. [10:53:24] >> mysql_free_result( Connection handle: 1 )
  850. [10:53:24] CMySQLHandler::FreeResult() - The result is already empty.
  851. [10:53:29] >> mysql_query( Connection handle: 1 )
  852. [10:53:29] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[FG]Gono' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  853. [10:53:29] >> mysql_store_result( Connection handle: 1 )
  854. [10:53:29] CMySQLHandler::StoreResult() - Result was stored.
  855. [10:53:29] >> mysql_num_rows( Connection handle: 1 )
  856. [10:53:29] CMySQLHandler::NumRows() - Returned 0 row(s)
  857. [10:53:29] >> mysql_free_result( Connection handle: 1 )
  858. [10:53:29] CMySQLHandler::FreeResult() - Result was successfully free'd.
  859. [10:53:50]
  860. [10:53:50] ---------------------------
  861. [10:53:50] MySQL Debugging activated (06/17/15)
  862. [10:53:50] ---------------------------
  863. [10:53:50]
  864. [10:53:50] >> mysql_ping( Connection handle: 1 )
  865. [10:53:50] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection)
  866. [10:53:50] >> mysql_query( Connection handle: 1 )
  867. [10:53:50] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  868. [10:53:59] >> mysql_query( Connection handle: 1 )
  869. [10:53:59] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  870. [10:53:59] >> mysql_store_result( Connection handle: 1 )
  871. [10:53:59] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  872. [10:53:59] >> mysql_num_rows( Connection handle: 1 )
  873. [10:53:59] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  874. [10:53:59] >> mysql_free_result( Connection handle: 1 )
  875. [10:53:59] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  876. [10:54:01] >> mysql_real_escape_string( Connection handle: 1 )
  877. [10:54:01] CMySQLHandler::EscapeString() - You cannot call this function now. (Reason: Dead Connection)
  878. [10:54:01] >> mysql_query( Connection handle: 1 )
  879. [10:54:01] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  880. [10:54:01] >> mysql_store_result( Connection handle: 1 )
  881. [10:54:01] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  882. [10:54:01] >> mysql_num_rows( Connection handle: 1 )
  883. [10:54:01] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  884. [10:54:01] >> mysql_free_result( Connection handle: 1 )
  885. [10:54:01] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  886. [10:54:18]
  887. [10:54:18] ---------------------------
  888. [10:54:18] MySQL Debugging activated (06/17/15)
  889. [10:54:18] ---------------------------
  890. [10:54:18]
  891. [10:54:18] >> mysql_ping( Connection handle: 1 )
  892. [10:54:18] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection)
  893. [10:54:18] >> mysql_query( Connection handle: 1 )
  894. [10:54:18] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  895. [10:54:46] >> mysql_query( Connection handle: 1 )
  896. [10:54:46] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  897. [10:54:46] >> mysql_store_result( Connection handle: 1 )
  898. [10:54:46] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  899. [10:54:46] >> mysql_num_rows( Connection handle: 1 )
  900. [10:54:46] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  901. [10:54:46] >> mysql_free_result( Connection handle: 1 )
  902. [10:54:46] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  903. [10:54:51] >> mysql_real_escape_string( Connection handle: 1 )
  904. [10:54:51] CMySQLHandler::EscapeString() - You cannot call this function now. (Reason: Dead Connection)
  905. [10:54:51] >> mysql_query( Connection handle: 1 )
  906. [10:54:51] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  907. [10:54:51] >> mysql_store_result( Connection handle: 1 )
  908. [10:54:51] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  909. [10:54:51] >> mysql_num_rows( Connection handle: 1 )
  910. [10:54:51] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  911. [10:54:51] >> mysql_free_result( Connection handle: 1 )
  912. [10:54:51] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  913. [10:54:52] >> mysql_query( Connection handle: 1 )
  914. [10:54:52] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  915. [10:54:52] >> mysql_store_result( Connection handle: 1 )
  916. [10:54:52] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  917. [10:54:52] >> mysql_num_rows( Connection handle: 1 )
  918. [10:54:52] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  919. [10:54:52] >> mysql_free_result( Connection handle: 1 )
  920. [10:54:52] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  921. [10:54:55] >> mysql_real_escape_string( Connection handle: 1 )
  922. [10:54:55] CMySQLHandler::EscapeString() - You cannot call this function now. (Reason: Dead Connection)
  923. [10:54:55] >> mysql_query( Connection handle: 1 )
  924. [10:54:55] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  925. [10:54:55] >> mysql_store_result( Connection handle: 1 )
  926. [10:54:55] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  927. [10:54:55] >> mysql_num_rows( Connection handle: 1 )
  928. [10:54:55] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  929. [10:54:55] >> mysql_free_result( Connection handle: 1 )
  930. [10:54:55] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  931. [10:57:06] >> mysql_query( Connection handle: 1 )
  932. [10:57:06] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  933. [10:57:06] >> mysql_store_result( Connection handle: 1 )
  934. [10:57:06] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  935. [10:57:06] >> mysql_num_rows( Connection handle: 1 )
  936. [10:57:06] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  937. [10:57:06] >> mysql_free_result( Connection handle: 1 )
  938. [10:57:06] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  939. [10:57:11] >> mysql_real_escape_string( Connection handle: 1 )
  940. [10:57:11] CMySQLHandler::EscapeString() - You cannot call this function now. (Reason: Dead Connection)
  941. [10:57:11] >> mysql_query( Connection handle: 1 )
  942. [10:57:11] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  943. [10:57:11] >> mysql_store_result( Connection handle: 1 )
  944. [10:57:11] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  945. [10:57:11] >> mysql_num_rows( Connection handle: 1 )
  946. [10:57:11] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  947. [10:57:11] >> mysql_free_result( Connection handle: 1 )
  948. [10:57:11] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  949. [11:08:28] >> mysql_query( Connection handle: 1 )
  950. [11:08:28] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  951. [11:08:28] >> mysql_store_result( Connection handle: 1 )
  952. [11:08:28] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  953. [11:08:28] >> mysql_num_rows( Connection handle: 1 )
  954. [11:08:28] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  955. [11:08:28] >> mysql_free_result( Connection handle: 1 )
  956. [11:08:28] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  957. [11:08:44] >> mysql_query( Connection handle: 1 )
  958. [11:08:44] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  959. [11:08:44] >> mysql_store_result( Connection handle: 1 )
  960. [11:08:44] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  961. [11:08:44] >> mysql_num_rows( Connection handle: 1 )
  962. [11:08:44] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  963. [11:08:44] >> mysql_free_result( Connection handle: 1 )
  964. [11:08:44] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  965. [11:09:18] >> mysql_real_escape_string( Connection handle: 1 )
  966. [11:09:18] CMySQLHandler::EscapeString() - You cannot call this function now. (Reason: Dead Connection)
  967. [11:09:18] >> mysql_query( Connection handle: 1 )
  968. [11:09:18] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  969. [11:09:18] >> mysql_store_result( Connection handle: 1 )
  970. [11:09:18] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  971. [11:09:18] >> mysql_num_rows( Connection handle: 1 )
  972. [11:09:18] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  973. [11:09:18] >> mysql_free_result( Connection handle: 1 )
  974. [11:09:18] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  975. [11:11:15] >> mysql_query( Connection handle: 1 )
  976. [11:11:15] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  977. [11:11:15] >> mysql_store_result( Connection handle: 1 )
  978. [11:11:15] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  979. [11:11:15] >> mysql_num_rows( Connection handle: 1 )
  980. [11:11:15] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  981. [11:11:15] >> mysql_free_result( Connection handle: 1 )
  982. [11:11:15] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  983. [11:11:22] >> mysql_real_escape_string( Connection handle: 1 )
  984. [11:11:22] CMySQLHandler::EscapeString() - You cannot call this function now. (Reason: Dead Connection)
  985. [11:11:22] >> mysql_query( Connection handle: 1 )
  986. [11:11:22] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  987. [11:11:22] >> mysql_store_result( Connection handle: 1 )
  988. [11:11:22] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  989. [11:11:22] >> mysql_num_rows( Connection handle: 1 )
  990. [11:11:22] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  991. [11:11:22] >> mysql_free_result( Connection handle: 1 )
  992. [11:11:22] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  993. [11:12:32] >> mysql_real_escape_string( Connection handle: 1 )
  994. [11:12:32] CMySQLHandler::EscapeString() - You cannot call this function now. (Reason: Dead Connection)
  995. [11:12:32] >> mysql_query( Connection handle: 1 )
  996. [11:12:32] CMySQLHandler::Query() - You cannot call this function now. (Reason: Connection is dead)
  997. [11:12:32] >> mysql_store_result( Connection handle: 1 )
  998. [11:12:32] CMySQLHandler::StoreResult() - There is nothing to store (Reason: Connection is dead)
  999. [11:12:32] >> mysql_num_rows( Connection handle: 1 )
  1000. [11:12:32] CMySQLHandler::NumRows() - You cannot call this function now. (Reason: Dead Connection)
  1001. [11:12:32] >> mysql_free_result( Connection handle: 1 )
  1002. [11:12:32] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead)
  1003. [11:28:47]
  1004. [11:28:47] ---------------------------
  1005. [11:28:47] MySQL Debugging activated (06/17/15)
  1006. [11:28:47] ---------------------------
  1007. [11:28:47]
  1008. [11:28:47] >> mysql_ping( Connection handle: 1 )
  1009. [11:28:47] CMySQLHandler::Ping() - Connection is still alive.
  1010. [11:28:47] >> mysql_query( Connection handle: 1 )
  1011. [11:28:47] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS `playerdata`(`id` MEDIUMINT NOT NULL AUTO_INCREMENT, `user` VARCHAR(24), `password` VARCHAR(40), `IP` VARCHAR(15), `score` INT(20), `money` INT(20), `kills` INT(20), `deaths` INT(20), `registered` INT(20), `loggedin` INT(20), `level` INT(20), `cookies` INT(20),`cakes` INT(20), `biscuits` INT(20), `icecreams` INT(20), `YG` INT(20), `Donator` INT(20), `TP` INT(20), `YGFunction1` INT(20), `YGFunction2` INT(20), `YGFunction3` INT(20), `YGFunction4` INT(20), `YGFunction5` INT(20), `YGFunction6` INT(20), `Bank` INT(20), `weed` INT(20), `Condoms` INT(20), `inalcatraz` INT(20), `hours` INT(20), `minutes` INT(20), `seconds` INT(20),`SavSkin` INT(20), `UseSkin` INT(20), `PositionX` FLOAT(20), `PositionY` FLOAT(20), `PositionZ` FLOAT(20), `interior1` INT(20), `RegisteredDate` DATE, `RegisteredTime` TIME, `LastOnlineDate` DATE, `LastOnlineTime` TIME, `TotalCmdsUsed` INT(20), `Complaints` INT(20), `Banned` INT(20), `BannedByAdmin` VARCHAR(24), `BannedReason` VARCHAR(128), `TotalLogins` INT(20), `TotalKicks` INT(20), `TotalBans` INT(20),`TotalWarnings` INT(20), `ReactionTestWon` INT(20), `RaceWon` INT(20), `ATMCard` INT(20), `AdminKills` INT(20), `CashToBank` INT(20), `HidenPickUp` INT (20), `VOwner` INT(20), `VOwned` INT(20), `VOwner2` INT(20), `VOwned2` INT(20), `VOwner3` INT(20), `VOwned3` INT(20), `VOwner4` INT(20), `VOwned4` INT(20), `VOwner5` INT(20), `VOwned5` INT(20), `VOwner6` INT(20), `VOwned6` INT(20), PRIMARY KEY (id)) ENGINE=MyISAM;) - Successfully executed.
  1012. [11:30:27] >> mysql_query( Connection handle: 1 )
  1013. [11:30:27] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' LIMIT 1) - Successfully executed.
  1014. [11:30:27] >> mysql_store_result( Connection handle: 1 )
  1015. [11:30:27] CMySQLHandler::StoreResult() - Result was stored.
  1016. [11:30:27] >> mysql_num_rows( Connection handle: 1 )
  1017. [11:30:27] CMySQLHandler::NumRows() - Returned 1 row(s)
  1018. [11:30:27] >> mysql_free_result( Connection handle: 1 )
  1019. [11:30:27] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1020. [11:30:29] >> mysql_real_escape_string( Connection handle: 1 )
  1021. [11:30:29] CMySQLHandler::EscapeString(ASSAS); - Escaped 5 characters to ASSAS.
  1022. [11:30:29] >> mysql_query( Connection handle: 1 )
  1023. [11:30:29] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[DK]InFeRNoZ' AND password = SHA1('ASSAS')) - Successfully executed.
  1024. [11:30:29] >> mysql_store_result( Connection handle: 1 )
  1025. [11:30:29] CMySQLHandler::StoreResult() - Result was stored.
  1026. [11:30:29] >> mysql_num_rows( Connection handle: 1 )
  1027. [11:30:29] CMySQLHandler::NumRows() - Returned 0 row(s)
  1028. [11:30:29] >> mysql_free_result( Connection handle: 1 )
  1029. [11:30:29] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1030. [11:30:31] >> mysql_real_escape_string( Connection handle: 1 )
  1031. [11:30:31] CMySQLHandler::EscapeString(pass123); - Escaped 8 characters to pass123.
  1032. [11:30:31] >> mysql_query( Connection handle: 1 )
  1033. [11:30:31] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[DK]InFeRNoZ' AND password = SHA1('pass123')) - Successfully executed.
  1034. [11:30:31] >> mysql_store_result( Connection handle: 1 )
  1035. [11:30:31] CMySQLHandler::StoreResult() - Result was stored.
  1036. [11:30:31] >> mysql_num_rows( Connection handle: 1 )
  1037. [11:30:31] CMySQLHandler::NumRows() - Returned 1 row(s)
  1038. [11:30:31] >> mysql_query( Connection handle: 1 )
  1039. [11:30:31] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1040. [11:30:31] >> mysql_store_result( Connection handle: 1 )
  1041. [11:30:31] CMySQLHandler::StoreResult() - Result was stored.
  1042. [11:30:31] >> mysql_fetch_row_format( Connection handle: 1 )
  1043. [11:30:31] CMySQLHandler::FetchRow() - Return: 10000000|10200|0|0|0|1|0|0|0|1|1|1|0|0|0|0|0|15|14|0|502.075|953.444|-13.6461|0|0|0|0|1|0|0|0|0|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|3
  1044. [11:30:31] >> mysql_free_result( Connection handle: 1 )
  1045. [11:30:31] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1046. [11:30:31] >> mysql_query( Connection handle: 1 )
  1047. [11:30:31] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='11:30:31' WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1048. [11:30:31] >> mysql_query( Connection handle: 1 )
  1049. [11:30:31] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  1050. [11:30:31] >> mysql_store_result( Connection handle: 1 )
  1051. [11:30:31] CMySQLHandler::StoreResult() - Result was stored.
  1052. [11:30:31] >> mysql_num_rows( Connection handle: 1 )
  1053. [11:30:31] CMySQLHandler::NumRows() - Returned 0 row(s)
  1054. [11:30:31] >> mysql_free_result( Connection handle: 1 )
  1055. [11:30:31] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1056. [11:30:31] >> mysql_free_result( Connection handle: 1 )
  1057. [11:30:31] CMySQLHandler::FreeResult() - The result is already empty.
  1058. [11:30:37] >> mysql_query( Connection handle: 1 )
  1059. [11:30:37] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  1060. [11:30:37] >> mysql_store_result( Connection handle: 1 )
  1061. [11:30:37] CMySQLHandler::StoreResult() - Result was stored.
  1062. [11:30:37] >> mysql_num_rows( Connection handle: 1 )
  1063. [11:30:37] CMySQLHandler::NumRows() - Returned 0 row(s)
  1064. [11:30:37] >> mysql_free_result( Connection handle: 1 )
  1065. [11:30:37] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1066. [11:32:38] >> mysql_query( Connection handle: 1 )
  1067. [11:32:38] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1068. [11:32:38] >> mysql_query( Connection handle: 1 )
  1069. [11:32:38] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=17, seconds=13 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1070. [11:32:38] >> mysql_query( Connection handle: 1 )
  1071. [11:32:38] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1488.238403, PositionY=754.747192, PositionZ=7.180032, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1072. [11:32:38] >> mysql_query( Connection handle: 1 )
  1073. [11:32:38] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1074. [11:34:23] >> mysql_query( Connection handle: 1 )
  1075. [11:34:23] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  1076. [11:34:23] >> mysql_store_result( Connection handle: 1 )
  1077. [11:34:23] CMySQLHandler::StoreResult() - Result was stored.
  1078. [11:34:23] >> mysql_num_rows( Connection handle: 1 )
  1079. [11:34:23] CMySQLHandler::NumRows() - Returned 0 row(s)
  1080. [11:34:23] >> mysql_free_result( Connection handle: 1 )
  1081. [11:34:23] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1082. [11:34:46] >> mysql_query( Connection handle: 1 )
  1083. [11:34:46] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1084. [11:34:46] >> mysql_query( Connection handle: 1 )
  1085. [11:34:46] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=19, seconds=12 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1086. [11:34:46] >> mysql_query( Connection handle: 1 )
  1087. [11:34:46] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1490.493164, PositionY=764.632202, PositionZ=8.130731, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1088. [11:34:46] >> mysql_query( Connection handle: 1 )
  1089. [11:34:46] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1090. [11:36:04] >> mysql_query( Connection handle: 1 )
  1091. [11:36:04] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' LIMIT 1) - Successfully executed.
  1092. [11:36:04] >> mysql_store_result( Connection handle: 1 )
  1093. [11:36:04] CMySQLHandler::StoreResult() - Result was stored.
  1094. [11:36:04] >> mysql_num_rows( Connection handle: 1 )
  1095. [11:36:04] CMySQLHandler::NumRows() - Returned 1 row(s)
  1096. [11:36:04] >> mysql_free_result( Connection handle: 1 )
  1097. [11:36:04] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1098. [11:36:11] >> mysql_real_escape_string( Connection handle: 1 )
  1099. [11:36:11] CMySQLHandler::EscapeString(dsdsd); - Escaped 5 characters to dsdsd.
  1100. [11:36:11] >> mysql_query( Connection handle: 1 )
  1101. [11:36:11] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = 'AhMeDMoLhAM' AND password = SHA1('dsdsd')) - Successfully executed.
  1102. [11:36:11] >> mysql_store_result( Connection handle: 1 )
  1103. [11:36:11] CMySQLHandler::StoreResult() - Result was stored.
  1104. [11:36:11] >> mysql_num_rows( Connection handle: 1 )
  1105. [11:36:11] CMySQLHandler::NumRows() - Returned 0 row(s)
  1106. [11:36:11] >> mysql_free_result( Connection handle: 1 )
  1107. [11:36:11] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1108. [11:36:14] >> mysql_real_escape_string( Connection handle: 1 )
  1109. [11:36:14] CMySQLHandler::EscapeString(12345); - Escaped 5 characters to 12345.
  1110. [11:36:14] >> mysql_query( Connection handle: 1 )
  1111. [11:36:14] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = 'AhMeDMoLhAM' AND password = SHA1('12345')) - Successfully executed.
  1112. [11:36:14] >> mysql_store_result( Connection handle: 1 )
  1113. [11:36:14] CMySQLHandler::StoreResult() - Result was stored.
  1114. [11:36:14] >> mysql_num_rows( Connection handle: 1 )
  1115. [11:36:14] CMySQLHandler::NumRows() - Returned 1 row(s)
  1116. [11:36:14] >> mysql_query( Connection handle: 1 )
  1117. [11:36:14] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  1118. [11:36:14] >> mysql_store_result( Connection handle: 1 )
  1119. [11:36:14] CMySQLHandler::StoreResult() - Result was stored.
  1120. [11:36:14] >> mysql_fetch_row_format( Connection handle: 1 )
  1121. [11:36:14] CMySQLHandler::FetchRow() - Return: 1|10700|0|0|10|2|0|0|0|0|0|0|0|0|0|0|0|13|26|0|-1698.69|241.031|185.733|0|0|0|0|2|0|0|0|1|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|4
  1122. [11:36:14] >> mysql_free_result( Connection handle: 1 )
  1123. [11:36:14] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1124. [11:36:14] >> mysql_query( Connection handle: 1 )
  1125. [11:36:14] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='11:36:14' WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  1126. [11:36:14] >> mysql_query( Connection handle: 1 )
  1127. [11:36:14] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  1128. [11:36:14] >> mysql_store_result( Connection handle: 1 )
  1129. [11:36:14] CMySQLHandler::StoreResult() - Result was stored.
  1130. [11:36:14] >> mysql_num_rows( Connection handle: 1 )
  1131. [11:36:14] CMySQLHandler::NumRows() - Returned 0 row(s)
  1132. [11:36:14] >> mysql_free_result( Connection handle: 1 )
  1133. [11:36:14] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1134. [11:36:14] >> mysql_free_result( Connection handle: 1 )
  1135. [11:36:14] CMySQLHandler::FreeResult() - The result is already empty.
  1136. [11:36:16] >> mysql_query( Connection handle: 1 )
  1137. [11:36:16] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = 'AhMeDMoLhAM' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  1138. [11:36:16] >> mysql_store_result( Connection handle: 1 )
  1139. [11:36:16] CMySQLHandler::StoreResult() - Result was stored.
  1140. [11:36:16] >> mysql_num_rows( Connection handle: 1 )
  1141. [11:36:16] CMySQLHandler::NumRows() - Returned 0 row(s)
  1142. [11:36:16] >> mysql_free_result( Connection handle: 1 )
  1143. [11:36:16] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1144. [11:36:39] >> mysql_query( Connection handle: 1 )
  1145. [11:36:39] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=1, `money`=10700, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=10, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=0, `Donator`=0 WHERE `user`='AhMeDMoLhAM') - Successfully executed.
  1146. [11:36:39] >> mysql_query( Connection handle: 1 )
  1147. [11:36:39] CMySQLHandler::Query(UPDATE playerdata SET TP=0, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=13, seconds=49 WHERE user='AhMeDMoLhAM') - Successfully executed.
  1148. [11:36:39] >> mysql_query( Connection handle: 1 )
  1149. [11:36:39] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1490.224121, PositionY=768.987121, PositionZ=7.336653, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=1 WHERE user='AhMeDMoLhAM') - Successfully executed.
  1150. [11:36:39] >> mysql_query( Connection handle: 1 )
  1151. [11:36:39] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='AhMeDMoLhAM') - Successfully executed.
  1152. [11:36:52] >> mysql_query( Connection handle: 1 )
  1153. [11:36:52] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1154. [11:36:52] >> mysql_query( Connection handle: 1 )
  1155. [11:36:52] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=19, seconds=14 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1156. [11:36:52] >> mysql_query( Connection handle: 1 )
  1157. [11:36:52] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1490.493164, PositionY=764.632202, PositionZ=8.130731, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1158. [11:36:52] >> mysql_query( Connection handle: 1 )
  1159. [11:36:52] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1160. [11:38:59] >> mysql_query( Connection handle: 1 )
  1161. [11:38:59] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1162. [11:38:59] >> mysql_query( Connection handle: 1 )
  1163. [11:38:59] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=19, seconds=14 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1164. [11:38:59] >> mysql_query( Connection handle: 1 )
  1165. [11:38:59] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1490.493164, PositionY=764.632202, PositionZ=8.130731, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1166. [11:38:59] >> mysql_query( Connection handle: 1 )
  1167. [11:38:59] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1168. [11:41:06] >> mysql_query( Connection handle: 1 )
  1169. [11:41:06] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1170. [11:41:06] >> mysql_query( Connection handle: 1 )
  1171. [11:41:06] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=19, seconds=14 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1172. [11:41:06] >> mysql_query( Connection handle: 1 )
  1173. [11:41:06] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1490.493164, PositionY=764.632202, PositionZ=8.130731, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1174. [11:41:06] >> mysql_query( Connection handle: 1 )
  1175. [11:41:06] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1176. [11:43:13] >> mysql_query( Connection handle: 1 )
  1177. [11:43:13] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1178. [11:43:13] >> mysql_query( Connection handle: 1 )
  1179. [11:43:13] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=19, seconds=14 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1180. [11:43:13] >> mysql_query( Connection handle: 1 )
  1181. [11:43:13] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1490.493164, PositionY=764.632202, PositionZ=8.130731, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1182. [11:43:13] >> mysql_query( Connection handle: 1 )
  1183. [11:43:13] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1184. [11:45:20] >> mysql_query( Connection handle: 1 )
  1185. [11:45:20] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1186. [11:45:20] >> mysql_query( Connection handle: 1 )
  1187. [11:45:20] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=20, seconds=15 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1188. [11:45:20] >> mysql_query( Connection handle: 1 )
  1189. [11:45:20] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1488.570434, PositionY=813.053955, PositionZ=6.965971, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1190. [11:45:20] >> mysql_query( Connection handle: 1 )
  1191. [11:45:20] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1192. [11:45:48] >> mysql_query( Connection handle: 1 )
  1193. [11:45:48] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  1194. [11:45:48] >> mysql_store_result( Connection handle: 1 )
  1195. [11:45:48] CMySQLHandler::StoreResult() - Result was stored.
  1196. [11:45:48] >> mysql_num_rows( Connection handle: 1 )
  1197. [11:45:48] CMySQLHandler::NumRows() - Returned 0 row(s)
  1198. [11:45:48] >> mysql_free_result( Connection handle: 1 )
  1199. [11:45:48] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1200. [11:47:27] >> mysql_query( Connection handle: 1 )
  1201. [11:47:27] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1202. [11:47:27] >> mysql_query( Connection handle: 1 )
  1203. [11:47:27] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=22, seconds=14 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1204. [11:47:27] >> mysql_query( Connection handle: 1 )
  1205. [11:47:27] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1614.312622, PositionY=892.233154, PositionZ=27.457584, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1206. [11:47:27] >> mysql_query( Connection handle: 1 )
  1207. [11:47:27] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1208. [11:49:35] >> mysql_query( Connection handle: 1 )
  1209. [11:49:35] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1210. [11:49:35] >> mysql_query( Connection handle: 1 )
  1211. [11:49:35] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=24, seconds=14 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1212. [11:49:35] >> mysql_query( Connection handle: 1 )
  1213. [11:49:35] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1614.312622, PositionY=892.233154, PositionZ=27.457584, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1214. [11:49:35] >> mysql_query( Connection handle: 1 )
  1215. [11:49:35] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1216. [11:51:42] >> mysql_query( Connection handle: 1 )
  1217. [11:51:42] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1218. [11:51:42] >> mysql_query( Connection handle: 1 )
  1219. [11:51:42] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=26, seconds=12 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1220. [11:51:42] >> mysql_query( Connection handle: 1 )
  1221. [11:51:42] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1614.312622, PositionY=892.233154, PositionZ=27.457584, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1222. [11:51:42] >> mysql_query( Connection handle: 1 )
  1223. [11:51:42] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1224. [11:53:49] >> mysql_query( Connection handle: 1 )
  1225. [11:53:49] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1226. [11:53:49] >> mysql_query( Connection handle: 1 )
  1227. [11:53:49] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=28, seconds=11 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1228. [11:53:49] >> mysql_query( Connection handle: 1 )
  1229. [11:53:49] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1614.312622, PositionY=892.233154, PositionZ=27.457584, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1230. [11:53:49] >> mysql_query( Connection handle: 1 )
  1231. [11:53:49] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1232. [11:55:57] >> mysql_query( Connection handle: 1 )
  1233. [11:55:57] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1234. [11:55:57] >> mysql_query( Connection handle: 1 )
  1235. [11:55:57] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=11 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1236. [11:55:57] >> mysql_query( Connection handle: 1 )
  1237. [11:55:57] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1614.312622, PositionY=892.233154, PositionZ=27.457584, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=2, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1238. [11:55:57] >> mysql_query( Connection handle: 1 )
  1239. [11:55:57] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1240. [11:57:59]
  1241. [11:57:59] ---------------------------
  1242. [11:57:59] MySQL Debugging activated (06/17/15)
  1243. [11:57:59] ---------------------------
  1244. [11:57:59]
  1245. [11:57:59] >> mysql_ping( Connection handle: 1 )
  1246. [11:57:59] CMySQLHandler::Ping() - Connection is still alive.
  1247. [11:57:59] >> mysql_query( Connection handle: 1 )
  1248. [11:57:59] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS `playerdata`(`id` MEDIUMINT NOT NULL AUTO_INCREMENT, `user` VARCHAR(24), `password` VARCHAR(40), `IP` VARCHAR(15), `score` INT(20), `money` INT(20), `kills` INT(20), `deaths` INT(20), `registered` INT(20), `loggedin` INT(20), `level` INT(20), `cookies` INT(20),`cakes` INT(20), `biscuits` INT(20), `icecreams` INT(20), `YG` INT(20), `Donator` INT(20), `TP` INT(20), `YGFunction1` INT(20), `YGFunction2` INT(20), `YGFunction3` INT(20), `YGFunction4` INT(20), `YGFunction5` INT(20), `YGFunction6` INT(20), `Bank` INT(20), `weed` INT(20), `Condoms` INT(20), `inalcatraz` INT(20), `hours` INT(20), `minutes` INT(20), `seconds` INT(20),`SavSkin` INT(20), `UseSkin` INT(20), `PositionX` FLOAT(20), `PositionY` FLOAT(20), `PositionZ` FLOAT(20), `interior1` INT(20), `RegisteredDate` DATE, `RegisteredTime` TIME, `LastOnlineDate` DATE, `LastOnlineTime` TIME, `TotalCmdsUsed` INT(20), `Complaints` INT(20), `Banned` INT(20), `BannedByAdmin` VARCHAR(24), `BannedReason` VARCHAR(128), `TotalLogins` INT(20), `TotalKicks` INT(20), `TotalBans` INT(20),`TotalWarnings` INT(20), `ReactionTestWon` INT(20), `RaceWon` INT(20), `ATMCard` INT(20), `AdminKills` INT(20), `CashToBank` INT(20), `HidenPickUp` INT (20), `VOwner` INT(20), `VOwned` INT(20), `VOwner2` INT(20), `VOwned2` INT(20), `VOwner3` INT(20), `VOwned3` INT(20), `VOwner4` INT(20), `VOwned4` INT(20), `VOwner5` INT(20), `VOwned5` INT(20), `VOwner6` INT(20), `VOwned6` INT(20), PRIMARY KEY (id)) ENGINE=MyISAM;) - Successfully executed.
  1249. [11:59:07] >> mysql_query( Connection handle: 1 )
  1250. [11:59:07] CMySQLHandler::Query(SELECT `user` FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' LIMIT 1) - Successfully executed.
  1251. [11:59:07] >> mysql_store_result( Connection handle: 1 )
  1252. [11:59:07] CMySQLHandler::StoreResult() - Result was stored.
  1253. [11:59:07] >> mysql_num_rows( Connection handle: 1 )
  1254. [11:59:07] CMySQLHandler::NumRows() - Returned 1 row(s)
  1255. [11:59:07] >> mysql_free_result( Connection handle: 1 )
  1256. [11:59:07] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1257. [11:59:13] >> mysql_real_escape_string( Connection handle: 1 )
  1258. [11:59:13] CMySQLHandler::EscapeString(pass123); - Escaped 8 characters to pass123.
  1259. [11:59:13] >> mysql_query( Connection handle: 1 )
  1260. [11:59:13] CMySQLHandler::Query(SELECT `user` FROM playerdata WHERE user = '[DK]InFeRNoZ' AND password = SHA1('pass123')) - Successfully executed.
  1261. [11:59:13] >> mysql_store_result( Connection handle: 1 )
  1262. [11:59:13] CMySQLHandler::StoreResult() - Result was stored.
  1263. [11:59:13] >> mysql_num_rows( Connection handle: 1 )
  1264. [11:59:13] CMySQLHandler::NumRows() - Returned 1 row(s)
  1265. [11:59:13] >> mysql_query( Connection handle: 1 )
  1266. [11:59:13] CMySQLHandler::Query(SELECT score,money,kills,deaths,level,cookies,cakes,biscuits,icecreams,YG,Donator,TP,Bank,Weed,Condoms,inalcatraz,hours,minutes,seconds,SavSkin,PositionX,PositionY,PositionZ,interior1,TotalCmdsUsed,Complaints,Banned,TotalLogins,TotalKicks,TotalBans,TotalWarnings,ReactionTestWon,RaceWon,ATMCard,AdminKills,CashToBank,YGFunction2,VOwner,VOwned,VOwner2,VOwned2,VOwner3,VOwned3,VOwner4,VOwned4,VOwner5,VOwned5,VOwner6,VOwned6,id FROM `playerdata` WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1267. [11:59:13] >> mysql_store_result( Connection handle: 1 )
  1268. [11:59:13] CMySQLHandler::StoreResult() - Result was stored.
  1269. [11:59:13] >> mysql_fetch_row_format( Connection handle: 1 )
  1270. [11:59:13] CMySQLHandler::FetchRow() - Return: 10000000|10400|0|0|0|2|0|0|0|1|1|1|0|0|0|0|0|30|11|0|-1614.31|892.233|27.4576|0|0|0|0|2|0|0|0|0|0|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|3
  1271. [11:59:13] >> mysql_free_result( Connection handle: 1 )
  1272. [11:59:13] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1273. [11:59:13] >> mysql_query( Connection handle: 1 )
  1274. [11:59:13] CMySQLHandler::Query(UPDATE `playerdata` SET `LastOnlineDate`='2015-6-17', `LastOnlineTime`='11:59:13' WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1275. [11:59:13] >> mysql_query( Connection handle: 1 )
  1276. [11:59:13] CMySQLHandler::Query(SELECT `Banned` FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `Banned` = 1 LIMIT 1) - Successfully executed.
  1277. [11:59:13] >> mysql_store_result( Connection handle: 1 )
  1278. [11:59:13] CMySQLHandler::StoreResult() - Result was stored.
  1279. [11:59:13] >> mysql_num_rows( Connection handle: 1 )
  1280. [11:59:13] CMySQLHandler::NumRows() - Returned 0 row(s)
  1281. [11:59:13] >> mysql_free_result( Connection handle: 1 )
  1282. [11:59:13] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1283. [11:59:13] >> mysql_free_result( Connection handle: 1 )
  1284. [11:59:13] CMySQLHandler::FreeResult() - The result is already empty.
  1285. [11:59:15] >> mysql_query( Connection handle: 1 )
  1286. [11:59:15] CMySQLHandler::Query(SELECT SavSkin FROM `playerdata` WHERE `user` = '[DK]InFeRNoZ' AND `UseSkin` = 1 LIMIT 1) - Successfully executed.
  1287. [11:59:15] >> mysql_store_result( Connection handle: 1 )
  1288. [11:59:15] CMySQLHandler::StoreResult() - Result was stored.
  1289. [11:59:15] >> mysql_num_rows( Connection handle: 1 )
  1290. [11:59:15] CMySQLHandler::NumRows() - Returned 0 row(s)
  1291. [11:59:15] >> mysql_free_result( Connection handle: 1 )
  1292. [11:59:15] CMySQLHandler::FreeResult() - Result was successfully free'd.
  1293. [12:01:20] >> mysql_query( Connection handle: 1 )
  1294. [12:01:20] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1295. [12:01:20] >> mysql_query( Connection handle: 1 )
  1296. [12:01:20] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=36 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1297. [12:01:20] >> mysql_query( Connection handle: 1 )
  1298. [12:01:20] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1492.344116, PositionY=786.215820, PositionZ=7.185316, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1299. [12:01:20] >> mysql_query( Connection handle: 1 )
  1300. [12:01:20] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1301. [12:03:28] >> mysql_query( Connection handle: 1 )
  1302. [12:03:28] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1303. [12:03:28] >> mysql_query( Connection handle: 1 )
  1304. [12:03:28] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=36 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1305. [12:03:28] >> mysql_query( Connection handle: 1 )
  1306. [12:03:28] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1492.344116, PositionY=786.215820, PositionZ=7.185316, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1307. [12:03:28] >> mysql_query( Connection handle: 1 )
  1308. [12:03:28] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1309. [12:05:36] >> mysql_query( Connection handle: 1 )
  1310. [12:05:36] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1311. [12:05:36] >> mysql_query( Connection handle: 1 )
  1312. [12:05:36] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=36 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1313. [12:05:36] >> mysql_query( Connection handle: 1 )
  1314. [12:05:36] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1492.344116, PositionY=786.215820, PositionZ=7.185316, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1315. [12:05:36] >> mysql_query( Connection handle: 1 )
  1316. [12:05:36] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1317. [12:07:43] >> mysql_query( Connection handle: 1 )
  1318. [12:07:43] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1319. [12:07:43] >> mysql_query( Connection handle: 1 )
  1320. [12:07:43] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=36 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1321. [12:07:43] >> mysql_query( Connection handle: 1 )
  1322. [12:07:43] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1492.344116, PositionY=786.215820, PositionZ=7.185316, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1323. [12:07:43] >> mysql_query( Connection handle: 1 )
  1324. [12:07:43] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1325. [12:09:50] >> mysql_query( Connection handle: 1 )
  1326. [12:09:50] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1327. [12:09:50] >> mysql_query( Connection handle: 1 )
  1328. [12:09:50] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=36 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1329. [12:09:50] >> mysql_query( Connection handle: 1 )
  1330. [12:09:50] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1492.344116, PositionY=786.215820, PositionZ=7.185316, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1331. [12:09:50] >> mysql_query( Connection handle: 1 )
  1332. [12:09:50] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1333. [12:11:58] >> mysql_query( Connection handle: 1 )
  1334. [12:11:58] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1335. [12:11:58] >> mysql_query( Connection handle: 1 )
  1336. [12:11:58] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=36 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1337. [12:11:58] >> mysql_query( Connection handle: 1 )
  1338. [12:11:58] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1492.344116, PositionY=786.215820, PositionZ=7.185316, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1339. [12:11:58] >> mysql_query( Connection handle: 1 )
  1340. [12:11:58] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1341. [12:14:06] >> mysql_query( Connection handle: 1 )
  1342. [12:14:06] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1343. [12:14:06] >> mysql_query( Connection handle: 1 )
  1344. [12:14:06] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=36 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1345. [12:14:06] >> mysql_query( Connection handle: 1 )
  1346. [12:14:06] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1492.344116, PositionY=786.215820, PositionZ=7.185316, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1347. [12:14:06] >> mysql_query( Connection handle: 1 )
  1348. [12:14:06] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1349. [12:16:13] >> mysql_query( Connection handle: 1 )
  1350. [12:16:13] CMySQLHandler::Query(UPDATE `playerdata` SET `score`=10000000, `money`=10400, `kills`=0, `deaths`=0, `registered`=1, `loggedin`=1, `level`=0, `cookies`=2, `cakes`=0, `biscuits`=0, `icecreams`=0, `YG`=1, `Donator`=1 WHERE `user`='[DK]InFeRNoZ') - Successfully executed.
  1351. [12:16:13] >> mysql_query( Connection handle: 1 )
  1352. [12:16:13] CMySQLHandler::Query(UPDATE playerdata SET TP=1, YGFunction1=0, YGFunction2=0, YGFunction3=0, YGFunction4=0, YGFunction5=0, YGFunction6=0, Bank=0, weed=0, Condoms=0, inalcatraz=0, hours=0, minutes=30, seconds=36 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1353. [12:16:13] >> mysql_query( Connection handle: 1 )
  1354. [12:16:13] CMySQLHandler::Query(UPDATE playerdata SET SavSkin=0, PositionX=-1492.344116, PositionY=786.215820, PositionZ=7.185316, interior1=0, TotalCmdsUsed=0, Complaints=0, Banned=0, TotalLogins=3, TotalKicks=0, TotalBans=0, TotalWarnings=0, ReactionTestWon=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1355. [12:16:13] >> mysql_query( Connection handle: 1 )
  1356. [12:16:13] CMySQLHandler::Query(UPDATE playerdata SET RaceWon=0, ATMCard=0, AdminKills=0, CashToBank=1, HidenPickUp=0, VOwner=0, VOwned=0,VOwner2=0 ,VOwned2=0 ,VOwner3=0 ,VOwned3=0 ,VOwner4=0 ,VOwned4=0 ,VOwner5=0 ,VOwned5=0 ,VOwner6=0 ,VOwned6=0 WHERE user='[DK]InFeRNoZ') - Successfully executed.
  1357. [/CODE]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement