Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 147.95 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.5.1
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: 127.0.0.1
  6. -- Generation Time: Sep 17, 2016 at 10:14 AM
  7. -- Server version: 10.1.16-MariaDB
  8. -- PHP Version: 5.6.24
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13.  
  14. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  15. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  16. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  17. /*!40101 SET NAMES utf8mb4 */;
  18.  
  19. --
  20. -- Database: `lsrp`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Table structure for table `accounts`
  27. --
  28.  
  29. CREATE TABLE `accounts` (
  30. `ID` int(11) NOT NULL,
  31. `Name` varchar(50) NOT NULL,
  32. `Pass` varchar(128) NOT NULL,
  33. `email` varchar(54) NOT NULL,
  34. `Cash` int(10) NOT NULL,
  35. `Bank` int(10) NOT NULL,
  36. `Model` int(3) NOT NULL,
  37. `Interior` int(3) NOT NULL,
  38. `World` int(3) NOT NULL,
  39. `Tut` int(2) NOT NULL,
  40. `Age` int(3) NOT NULL,
  41. `Sex` int(11) NOT NULL,
  42. `PosX` float NOT NULL,
  43. `PosY` float NOT NULL,
  44. `PosZ` float NOT NULL,
  45. `Armour` float NOT NULL,
  46. `Health` float NOT NULL,
  47. `Admin` int(11) NOT NULL,
  48. `Reg` int(11) NOT NULL,
  49. `Helper` int(11) NOT NULL,
  50. `DonateRank` int(11) NOT NULL,
  51. `ConnectTime` int(11) NOT NULL,
  52. `Jailed` int(11) NOT NULL,
  53. `Jailtime` int(11) NOT NULL,
  54. `Reviewing` int(11) NOT NULL,
  55. `Online` int(11) NOT NULL,
  56. `LastOnDate` date NOT NULL,
  57. `LastOnTime` time NOT NULL,
  58. `helpme` int(11) NOT NULL,
  59. `Changes` int(11) NOT NULL,
  60. `Member` int(11) NOT NULL,
  61. `Rank` int(11) NOT NULL,
  62. `JobReduce` int(11) NOT NULL,
  63. `Fightstyle` int(11) NOT NULL,
  64. `HouseKey` int(11) NOT NULL,
  65. `BizzKey` int(11) NOT NULL,
  66. `WalkieFreq` int(11) NOT NULL,
  67. `PhoneNum` int(11) NOT NULL,
  68. `PayDay` int(11) NOT NULL,
  69. `PayCheck` int(11) NOT NULL,
  70. `CheckEarn` int(11) NOT NULL,
  71. `InvID1` int(11) NOT NULL,
  72. `InvQ1` int(11) NOT NULL,
  73. `InvE1` int(11) NOT NULL,
  74. `InvID2` int(11) NOT NULL,
  75. `InvQ2` int(11) NOT NULL,
  76. `InvE2` int(11) NOT NULL,
  77. `InvID3` int(11) NOT NULL,
  78. `InvQ3` int(11) NOT NULL,
  79. `InvE3` int(11) NOT NULL,
  80. `InvID4` int(11) NOT NULL,
  81. `InvQ4` int(11) NOT NULL,
  82. `InvE4` int(11) NOT NULL,
  83. `InvID5` int(11) NOT NULL,
  84. `InvQ5` int(11) NOT NULL,
  85. `InvE5` int(11) NOT NULL,
  86. `InvID6` int(11) NOT NULL,
  87. `InvQ6` int(11) NOT NULL,
  88. `InvE6` int(11) NOT NULL,
  89. `InvID7` int(11) NOT NULL,
  90. `InvQ7` int(11) NOT NULL,
  91. `InvE7` int(11) NOT NULL,
  92. `InvID8` int(11) NOT NULL,
  93. `InvQ8` int(11) NOT NULL,
  94. `InvE8` int(11) NOT NULL,
  95. `InvID9` int(11) NOT NULL,
  96. `InvQ9` int(11) NOT NULL,
  97. `InvE9` int(11) NOT NULL,
  98. `InvID10` int(11) NOT NULL,
  99. `InvQ10` int(11) NOT NULL,
  100. `InvE10` int(11) NOT NULL,
  101. `InvID11` int(11) NOT NULL,
  102. `InvQ11` int(11) NOT NULL,
  103. `InvE11` int(11) NOT NULL,
  104. `InvID12` int(11) NOT NULL,
  105. `InvQ12` int(11) NOT NULL,
  106. `InvE12` int(11) NOT NULL,
  107. `InvID13` int(11) NOT NULL,
  108. `InvQ13` int(11) NOT NULL,
  109. `InvE13` int(11) NOT NULL,
  110. `InvID14` int(11) NOT NULL,
  111. `InvQ14` int(11) NOT NULL,
  112. `InvE14` int(11) NOT NULL,
  113. `InvID15` int(11) NOT NULL,
  114. `InvQ15` int(11) NOT NULL,
  115. `InvE15` int(11) NOT NULL,
  116. `DriveLic` int(11) NOT NULL,
  117. `Dead` int(11) NOT NULL,
  118. `PaidRent` int(11) NOT NULL,
  119. `GunLic` int(11) NOT NULL,
  120. `MaskID` int(11) NOT NULL,
  121. `PlayerWeapon` int(11) NOT NULL,
  122. `PlayerAmmo` int(11) NOT NULL,
  123. `PlayerSerial` int(11) NOT NULL,
  124. `AmmoType` int(11) NOT NULL,
  125. `ContactName1` varchar(25) NOT NULL,
  126. `ContactNumber1` int(11) NOT NULL,
  127. `ContactName2` varchar(25) NOT NULL,
  128. `ContactNumber2` int(11) NOT NULL,
  129. `ContactName3` varchar(25) NOT NULL,
  130. `ContactNumber3` int(11) NOT NULL,
  131. `ContactName4` varchar(25) NOT NULL,
  132. `ContactNumber4` int(11) NOT NULL,
  133. `ContactName5` varchar(25) NOT NULL,
  134. `ContactNumber5` int(11) NOT NULL,
  135. `ContactName6` varchar(25) NOT NULL,
  136. `ContactNumber6` int(11) NOT NULL,
  137. `ContactName7` varchar(25) NOT NULL,
  138. `ContactNumber7` int(11) NOT NULL,
  139. `ContactName8` varchar(25) NOT NULL,
  140. `ContactNumber8` int(11) NOT NULL,
  141. `ContactName9` varchar(25) NOT NULL,
  142. `ContactNumber9` int(11) NOT NULL,
  143. `ContactName10` varchar(25) NOT NULL,
  144. `ContactNumber10` int(11) NOT NULL,
  145. `TicketA1` int(11) NOT NULL,
  146. `TicketR1` varchar(50) NOT NULL,
  147. `TicketA2` int(11) NOT NULL,
  148. `TicketR2` varchar(50) NOT NULL,
  149. `TicketA3` int(11) NOT NULL,
  150. `TicketR3` varchar(50) NOT NULL,
  151. `TicketA4` int(11) NOT NULL,
  152. `TicketR4` varchar(50) NOT NULL,
  153. `TicketA5` int(11) NOT NULL,
  154. `TicketR5` varchar(50) NOT NULL,
  155. `TicketA6` int(11) NOT NULL,
  156. `TicketR6` varchar(50) NOT NULL,
  157. `TicketA7` int(11) NOT NULL,
  158. `TicketR7` varchar(50) NOT NULL,
  159. `TicketA8` int(11) NOT NULL,
  160. `TicketR8` varchar(50) NOT NULL,
  161. `TicketA9` int(11) NOT NULL,
  162. `TicketR9` varchar(50) NOT NULL,
  163. `TicketA10` int(11) NOT NULL,
  164. `TicketR10` varchar(50) NOT NULL,
  165. `CarTicket` int(11) NOT NULL,
  166. `ChatStyle` int(11) NOT NULL,
  167. `JobID` int(11) NOT NULL,
  168. `Describe1` varchar(128) NOT NULL,
  169. `Describe2` varchar(128) NOT NULL,
  170. `LicTime` int(11) NOT NULL,
  171. `LicGuns` int(11) NOT NULL,
  172. `Shared` int(11) NOT NULL,
  173. `MonthDon` int(11) NOT NULL,
  174. `MonthDonT` int(11) NOT NULL,
  175. `DrugTime` int(11) NOT NULL,
  176. `Addiction` int(11) NOT NULL,
  177. `AutoReload` int(11) NOT NULL,
  178. `AddictionID` int(11) NOT NULL,
  179. `AudioT` int(11) NOT NULL,
  180. `Frights` int(11) NOT NULL,
  181. `HudCol` int(11) NOT NULL,
  182. `PrimHol` int(11) NOT NULL,
  183. `SecHol` int(11) NOT NULL,
  184. `Bonus` int(11) NOT NULL,
  185. `SpawnLocation` int(11) NOT NULL,
  186. `profile` int(11) NOT NULL,
  187. `deleted` int(11) NOT NULL,
  188. `HouseEnter` int(11) NOT NULL,
  189. `BizzEnter` int(11) NOT NULL,
  190. `PaintUse` int(11) NOT NULL,
  191. `WepSerial` int(11) NOT NULL,
  192. `Wound_T` int(11) NOT NULL,
  193. `Wound_A` int(11) NOT NULL,
  194. `Wound_L` int(11) NOT NULL,
  195. `Kills` int(11) NOT NULL,
  196. `Deaths` int(11) NOT NULL,
  197. `UpgDelay` int(11) NOT NULL,
  198. `IP` varchar(128) NOT NULL,
  199. `Forbid` int(11) NOT NULL,
  200. `SRID` varchar(128) NOT NULL,
  201. `Achievements` varchar(128) NOT NULL,
  202. `DNS` varchar(128) NOT NULL,
  203. `MarriedTo` varchar(30) NOT NULL,
  204. `RentKey` int(11) NOT NULL,
  205. `ForumName` varchar(128) NOT NULL,
  206. `OfflineReg` int(2) NOT NULL,
  207. `Backpack` int(2) NOT NULL,
  208. `Mapper` int(1) NOT NULL,
  209. `9mmSkill` int(3) NOT NULL,
  210. `uziSkill` int(3) NOT NULL,
  211. `sawnoffSkill` int(3) NOT NULL,
  212. `Craft` int(2) NOT NULL,
  213. `CraftExp` int(4) NOT NULL,
  214. `Materials` int(11) NOT NULL,
  215. `InvID0` int(11) NOT NULL,
  216. `InvQ0` int(11) NOT NULL,
  217. `InvE0` int(11) NOT NULL,
  218. `Accent` varchar(24) NOT NULL,
  219. `WalkStyle` int(2) NOT NULL,
  220. `InvS0` int(11) NOT NULL,
  221. `InvS1` int(11) NOT NULL,
  222. `InvS2` int(11) NOT NULL,
  223. `InvS3` int(11) NOT NULL,
  224. `InvS4` int(11) NOT NULL,
  225. `InvS5` int(11) NOT NULL,
  226. `InvS6` int(11) NOT NULL,
  227. `InvS7` int(11) NOT NULL,
  228. `InvS8` int(11) NOT NULL,
  229. `InvS9` int(11) NOT NULL,
  230. `InvS10` int(11) NOT NULL,
  231. `InvS11` int(11) NOT NULL,
  232. `InvS12` int(11) NOT NULL,
  233. `InvS13` int(11) NOT NULL,
  234. `InvS14` int(11) NOT NULL,
  235. `InvS15` int(11) NOT NULL,
  236. `InvID16` int(11) NOT NULL,
  237. `InvID17` int(11) NOT NULL,
  238. `InvID18` int(11) NOT NULL,
  239. `InvID19` int(11) NOT NULL,
  240. `InvID20` int(11) NOT NULL,
  241. `InvID21` int(11) NOT NULL,
  242. `InvID22` int(11) NOT NULL,
  243. `InvID23` int(11) NOT NULL,
  244. `InvID24` int(11) NOT NULL,
  245. `InvID25` int(11) NOT NULL,
  246. `InvQ16` int(11) NOT NULL,
  247. `InvQ17` int(11) NOT NULL,
  248. `InvQ18` int(11) NOT NULL,
  249. `InvQ19` int(11) NOT NULL,
  250. `InvQ20` int(11) NOT NULL,
  251. `InvQ21` int(11) NOT NULL,
  252. `InvQ22` int(11) NOT NULL,
  253. `InvQ23` int(11) NOT NULL,
  254. `InvQ24` int(11) NOT NULL,
  255. `InvQ25` int(11) NOT NULL,
  256. `InvE16` int(11) NOT NULL,
  257. `InvE17` int(11) NOT NULL,
  258. `InvE18` int(11) NOT NULL,
  259. `InvE19` int(11) NOT NULL,
  260. `InvE20` int(11) NOT NULL,
  261. `InvE21` int(11) NOT NULL,
  262. `InvE22` int(11) NOT NULL,
  263. `InvE23` int(11) NOT NULL,
  264. `InvE24` int(11) NOT NULL,
  265. `InvE25` int(11) NOT NULL,
  266. `InvS16` int(11) NOT NULL,
  267. `InvS17` int(11) NOT NULL,
  268. `InvS18` int(11) NOT NULL,
  269. `InvS19` int(11) NOT NULL,
  270. `InvS20` int(11) NOT NULL,
  271. `InvS21` int(11) NOT NULL,
  272. `InvS22` int(11) NOT NULL,
  273. `InvS23` int(11) NOT NULL,
  274. `InvS24` int(11) NOT NULL,
  275. `InvS25` int(11) NOT NULL,
  276. `BuyDialog` int(2) NOT NULL,
  277. `LastPrim` int(6) NOT NULL,
  278. `LastSec` int(6) NOT NULL,
  279. `LastMelee` int(6) NOT NULL,
  280. `ResetWeapon` int(5) NOT NULL,
  281. `SkillPoint` int(5) NOT NULL,
  282. `PhysSkill` int(5) NOT NULL,
  283. `WeapSkill` int(5) NOT NULL,
  284. `ECSkill` int(5) NOT NULL,
  285. `Meat` int(11) NOT NULL DEFAULT '0',
  286. `Pexidazianebuli` int(11) NOT NULL,
  287. `TruckerSkill` int(11) NOT NULL,
  288. `cgChips` int(10) NOT NULL
  289. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  290.  
  291. --
  292. -- Dumping data for table `accounts`
  293. --
  294.  
  295. INSERT INTO `accounts` (`ID`, `Name`, `Pass`, `email`, `Cash`, `Bank`, `Model`, `Interior`, `World`, `Tut`, `Age`, `Sex`, `PosX`, `PosY`, `PosZ`, `Armour`, `Health`, `Admin`, `Reg`, `Helper`, `DonateRank`, `ConnectTime`, `Jailed`, `Jailtime`, `Reviewing`, `Online`, `LastOnDate`, `LastOnTime`, `helpme`, `Changes`, `Member`, `Rank`, `JobReduce`, `Fightstyle`, `HouseKey`, `BizzKey`, `WalkieFreq`, `PhoneNum`, `PayDay`, `PayCheck`, `CheckEarn`, `InvID1`, `InvQ1`, `InvE1`, `InvID2`, `InvQ2`, `InvE2`, `InvID3`, `InvQ3`, `InvE3`, `InvID4`, `InvQ4`, `InvE4`, `InvID5`, `InvQ5`, `InvE5`, `InvID6`, `InvQ6`, `InvE6`, `InvID7`, `InvQ7`, `InvE7`, `InvID8`, `InvQ8`, `InvE8`, `InvID9`, `InvQ9`, `InvE9`, `InvID10`, `InvQ10`, `InvE10`, `InvID11`, `InvQ11`, `InvE11`, `InvID12`, `InvQ12`, `InvE12`, `InvID13`, `InvQ13`, `InvE13`, `InvID14`, `InvQ14`, `InvE14`, `InvID15`, `InvQ15`, `InvE15`, `DriveLic`, `Dead`, `PaidRent`, `GunLic`, `MaskID`, `PlayerWeapon`, `PlayerAmmo`, `PlayerSerial`, `AmmoType`, `ContactName1`, `ContactNumber1`, `ContactName2`, `ContactNumber2`, `ContactName3`, `ContactNumber3`, `ContactName4`, `ContactNumber4`, `ContactName5`, `ContactNumber5`, `ContactName6`, `ContactNumber6`, `ContactName7`, `ContactNumber7`, `ContactName8`, `ContactNumber8`, `ContactName9`, `ContactNumber9`, `ContactName10`, `ContactNumber10`, `TicketA1`, `TicketR1`, `TicketA2`, `TicketR2`, `TicketA3`, `TicketR3`, `TicketA4`, `TicketR4`, `TicketA5`, `TicketR5`, `TicketA6`, `TicketR6`, `TicketA7`, `TicketR7`, `TicketA8`, `TicketR8`, `TicketA9`, `TicketR9`, `TicketA10`, `TicketR10`, `CarTicket`, `ChatStyle`, `JobID`, `Describe1`, `Describe2`, `LicTime`, `LicGuns`, `Shared`, `MonthDon`, `MonthDonT`, `DrugTime`, `Addiction`, `AutoReload`, `AddictionID`, `AudioT`, `Frights`, `HudCol`, `PrimHol`, `SecHol`, `Bonus`, `SpawnLocation`, `profile`, `deleted`, `HouseEnter`, `BizzEnter`, `PaintUse`, `WepSerial`, `Wound_T`, `Wound_A`, `Wound_L`, `Kills`, `Deaths`, `UpgDelay`, `IP`, `Forbid`, `SRID`, `Achievements`, `DNS`, `MarriedTo`, `RentKey`, `ForumName`, `OfflineReg`, `Backpack`, `Mapper`, `9mmSkill`, `uziSkill`, `sawnoffSkill`, `Craft`, `CraftExp`, `Materials`, `InvID0`, `InvQ0`, `InvE0`, `Accent`, `WalkStyle`, `InvS0`, `InvS1`, `InvS2`, `InvS3`, `InvS4`, `InvS5`, `InvS6`, `InvS7`, `InvS8`, `InvS9`, `InvS10`, `InvS11`, `InvS12`, `InvS13`, `InvS14`, `InvS15`, `InvID16`, `InvID17`, `InvID18`, `InvID19`, `InvID20`, `InvID21`, `InvID22`, `InvID23`, `InvID24`, `InvID25`, `InvQ16`, `InvQ17`, `InvQ18`, `InvQ19`, `InvQ20`, `InvQ21`, `InvQ22`, `InvQ23`, `InvQ24`, `InvQ25`, `InvE16`, `InvE17`, `InvE18`, `InvE19`, `InvE20`, `InvE21`, `InvE22`, `InvE23`, `InvE24`, `InvE25`, `InvS16`, `InvS17`, `InvS18`, `InvS19`, `InvS20`, `InvS21`, `InvS22`, `InvS23`, `InvS24`, `InvS25`, `BuyDialog`, `LastPrim`, `LastSec`, `LastMelee`, `ResetWeapon`, `SkillPoint`, `PhysSkill`, `WeapSkill`, `ECSkill`, `Meat`, `Pexidazianebuli`, `TruckerSkill`, `cgChips`) VALUES
  296. (1, 'Dev_Mugala', 'FCAC06A8333E0B95BBCD9DE27C6769B1D1888E6EEAF408F2190129DE2B1877EC', '', 5000, 7115757, 280, 0, 0, 0, 23, 1, -2431.53, -2194.23, 30.136, 243, 96, 1337, 0, 1, 4, 558, 0, 0, 0, 0, '0000-00-00', '00:00:00', 1, 0, 1, 6, 0, 0, 1, 15, 0, 6422050, 23, 0, 35353, 41, 1000, 0, 43, 50, 0, 1013, 0, 0, 3, 1, 0, 4, 1, 1, 24, 7, 7, 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, 2, 0, 0, 0, 4360001, 24, 7, 3596462, 7, 'Greene', 3262644, 'McMullen', 3743079, '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, 0, '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, '', 0, 0, 8, '', '', 0, 0, 0, 1, 12, 0, 0, 0, 506, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 3596462, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'Mugala', 0, 0, 0, 200, 200, 200, 5, 6, 94000, 106, 7, 0, 'None', 1, 3596462, 3596462, 3596462, 3596462, 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, 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, 5, 4, 6, 1, 5, 3, 3, 2, 6, 0, 0, 0),
  297. (2, 'Dev_xCrazyMonkey', '45C774926AE40B1846E7ABE35138808BFFAEDE6C548449D36A7A8E51E302983F', '', 500, 0, 26, 0, 0, 0, 80, 1, 1642.73, -2240.56, 13.495, 0, 99, 1337, 0, 0, 0, 0, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, 0, 4105262, 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, 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, 8370404, 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, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8619569, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', '', 0, '', 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0),
  298. (4, 'Test_Spirti', 'F7DB25CE144F06B63F4E8DA321ED322C5F97DAB76C21A36ED038E3BCAB138CBF', 'asdasda@mail.ru', 5000, 0, 281, 0, 0, 0, 24, 1, -2416.57, -2256.23, 17.291, 0, 0, 10, 0, 0, 0, 8, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 1, 14, 0, 0, 0, 0, 0, 7057622, 45, 0, 1261, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 3110666, 34, 4, 0, 4, '', 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5436394, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'Spirti', 0, 0, 0, 200, 200, 200, 0, 0, 0, 1004, 0, 0, 'None', 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, 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, 0, 0, 0, 0, -1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0),
  299. (5, 'Dev_Korkota', '94F741337F616797C121413D03BDAAAC07B9DB48370FDCE8CCFC0DA531A42A08', 'sten.rider@mail.ru', 500, 0, 181, 0, 0, 0, 21, 1, 1571.6, -1700.2, 5.891, 0, 91, 0, 0, 0, 0, 6, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, 0, 6747766, 19, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3148093, 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, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 4745363, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 0, 0, 0, 1009, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0),
  300. (6, 'Neffe_Effener', '94E322DAF68C35232766FAD0C99791A5C9FB75A3C7ACBEB0B1F2750C50F9DF8D', 'neffener@yahoo.com', 500, 0, 240, 0, 0, 0, 21, 1, -575.955, -1259.15, 21.599, 0, 98, 1337, 0, 0, 0, 556, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, 0, 7179699, 1, 0, 1130, 1012, 0, 0, 998, 0, 0, 1010, 0, 0, 997, 0, 0, 24, 0, 7, 24, 0, 7, 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, 2, 0, 0, 0, 4840067, 4, 1, 0, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9843648, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 0, 0, 0, 1018, 0, 0, 'None', 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, 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, 0, 0, 0, 0, 0, 6, 0, 1, 0, 0, 0, 0, 21, 0, 0, 0),
  301. (7, 'Shan_Dali', 'B0103324FE2DB2F65B807EF98156E4F23F158DD2DD43CD66215A96ACE70603D0', 'gaajvi@gmail.com', 395, 0, 26, 0, 0, 0, 69, 1, 1903.17, -1754.44, 13.383, 0, 50, 0, 0, 0, 0, 6, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, 0, 5061205, 14, 0, 0, 300, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9410207, 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, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6307742, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 0, 0, 0, 401, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
  302. (8, 'Mike_Wins', '7022CA4C4C1C855BDDBB61F66FE01B25F93558D46ED6BC1F4647C19D0F1FBB64', 'bachokokaia2@gmail.com', 400, 0, 22, 0, 0, 0, 18, 1, 1921.12, -1749.97, 13.268, 0, 77, 0, 0, 0, 0, 6, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8884119, 10, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 7672950, 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, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6387554, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
  303. (10, 'Movida_Simonai', '94DDE73FD795DCB76967CFD7F12637571C234536741E572204F3E97B82FD93B0', '@22@', 500, 0, 230, 0, 0, 0, 19, 1, 1581.69, -1694.49, 6.219, 0, 97, 10, 0, 0, 0, 555, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 1, 14, 0, 0, 0, 0, 0, 1357507, 28, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 316098, 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, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2409467, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 0, 0, 0, 1013, 0, 0, 'None', 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, 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, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0),
  304. (9, 'Aldo_Cuecco', 'C9E735B6F3206F936B8926E502B7D2E99B8B44F795D0383A3FED1A5E390FF5D1', '11', 5418565, 5555, 240, 10, 1, 0, 21, 1, 1979.75, 1018.82, 994.469, 0, 47, 12, 0, 0, 0, 567, 0, 0, 0, 1, '0000-00-00', '00:00:00', 0, 0, 1, 14, 0, 0, 0, 1, 0, 536412, 47, 0, 13560, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3148397, 6, 2, 0, 2, '', 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2606184, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 0, 0, 0, 0, 0, 0, 'None', 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, 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, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9, 0, 0, 2295),
  305. (11, 'Dachi_Grantiani', 'B0103324FE2DB2F65B807EF98156E4F23F158DD2DD43CD66215A96ACE70603D0', '2', 99969999, 0, 145, 0, 0, 0, 23, 1, 1590.27, -1719.41, 6.219, 160, 148, 10, 0, 3, 0, 558, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 1, 14, 0, 3, 0, 0, 0, 5290877, 0, 0, 3390, 100, 11, 0, 408, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8954053, 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, 1, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6922587, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, '', 0, 0, 0, 200, 200, 200, 0, 0, 0, 1012, 0, 0, 'None', 0, 0, 6922587, 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, 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, 0, -1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0),
  306. (12, 'Sab_Sab', '21BC4D52C740B4F261AFF074B4AB978745FEEC084DBC2F045F06E1AA7A3CF3E9', 'tetag2ma', 400, 0, 25, 0, 0, 0, 19, 1, 1609.15, -1755.9, 3.953, 0, 98, 0, 0, 0, 0, 8, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8491893, 11, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3365162, 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, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 7217423, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 0, 0, 0, 0, 0, 0, 'None', 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
  307. (13, 'Lamont_Bishop', 'D5AE52D6ACC7A672C265DCD82B602F2739AB055B53A4A45F1E6B215D055AF9A5', 'ylekveri@gmail.com', 500, 0, 26, 0, 0, 0, 23, 1, 1566.17, -1747.85, 4.617, 0, 99, 0, 0, 0, 0, 8, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 0, 0, 0, 0, 0, 0, 0, 8628898, 13, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1728952, 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, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 85014, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 0, 0, 0, 0, 0, 0, 'None', 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, 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, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0),
  308. (14, 'Aldo_Kuecco', 'C9E735B6F3206F936B8926E502B7D2E99B8B44F795D0383A3FED1A5E390FF5D1', '11', 5518565, 5555, 240, 10, 1, 0, 21, 1, 2002.28, 1016.63, 994.469, 0, 56, 4, 0, 0, 0, 567, 0, 0, 0, 0, '0000-00-00', '00:00:00', 0, 0, 1, 14, 0, 0, 0, 0, 0, 536412, 17, 0, 13560, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3148397, 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, '', '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2606184, 0, 0, 0, 0, 0, 0, '', 0, '', '', '', 'None', 0, 'None', 0, 0, 0, 200, 200, 200, 0, 0, 0, 0, 0, 0, 'None', 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  309.  
  310. -- --------------------------------------------------------
  311.  
  312. --
  313. -- Table structure for table `adjust`
  314. --
  315.  
  316. CREATE TABLE `adjust` (
  317. `ID` int(11) NOT NULL,
  318. `name` varchar(25) NOT NULL,
  319. `wep22` varchar(64) NOT NULL,
  320. `wep23` varchar(64) NOT NULL,
  321. `wep24` varchar(64) NOT NULL,
  322. `wep25` varchar(64) NOT NULL,
  323. `wep26` varchar(64) NOT NULL,
  324. `wep27` varchar(64) NOT NULL,
  325. `wep28` varchar(64) NOT NULL,
  326. `wep29` varchar(64) NOT NULL,
  327. `wep30` varchar(64) NOT NULL,
  328. `wep31` varchar(64) NOT NULL,
  329. `wep32` varchar(64) NOT NULL,
  330. `wep33` varchar(64) NOT NULL,
  331. `wep34` varchar(64) NOT NULL
  332. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  333.  
  334. --
  335. -- Dumping data for table `adjust`
  336. --
  337.  
  338. INSERT INTO `adjust` (`ID`, `name`, `wep22`, `wep23`, `wep24`, `wep25`, `wep26`, `wep27`, `wep28`, `wep29`, `wep30`, `wep31`, `wep32`, `wep33`, `wep34`) VALUES
  339. (1, 'Arsenio_Castagni', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  340. (2, 'Xavier_Lamieu', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  341. (3, 'Devontae_Williams', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  342. (4, 'Akio_Sakane', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  343. (5, 'Ren_Dojima', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  344. (6, 'Jerome_Lacoste', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  345. (7, 'Carlo_Rosini', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  346. (8, 'Michael_Crawford', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  347. (9, 'Malik_Bandz', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  348. (10, 'Chase_Lee', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  349. (11, 'Dexter_Santos', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  350. (12, 'Gregory_DiPietro', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  351. (13, 'Donald_Hale', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  352. (14, 'Chenglei_Xivinioe', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  353. (15, 'Daniel_Strickland', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  354. (16, 'Kylie_Rosales', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  355. (17, 'Marcus_Jackson', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  356. (18, 'Emmanuel_Contreras', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  357. (19, 'Joevon_Carey', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  358. (20, 'Brandon_Pitera', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  359. (21, 'Cameron_Blackman', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  360. (22, 'Lorena_Garcia', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  361. (23, 'Michael_Reyes', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  362. (24, 'Jack_Petale', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  363. (25, 'Victor_Petale', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  364. (26, 'Oscar_Munoz', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  365. (27, 'Terrel_Hobbins', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  366. (28, 'Davontae_Mills', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  367. (29, 'Daquan_Stacks', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  368. (30, 'Oriana_Meyers', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  369. (31, 'Travon_Wilson', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  370. (32, 'Tyson_Valencia', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  371. (33, 'John_Petale', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  372. (34, 'Ryu_Dojima', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  373. (35, 'Jamie_MacDonald', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  374. (36, 'Joseph_Asaro', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  375. (37, 'Sebastian_MacDonald', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  376. (38, 'Ethan_Smith', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  377. (39, 'Paulie_Silvano', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  378. (40, 'Pedro_Martinez', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  379. (41, 'Gerrard_Petterson', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  380. (42, 'Dev_Mugala', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  381. (43, 'Devi_Mugala', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  382. (44, 'Ethan_Petterson', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  383. (45, 'Dev_Korkota', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  384. (46, 'Neffe_Effener', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  385. (47, 'Shan_Dali', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  386. (48, 'Mike_Wins', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  387. (49, 'Aldo_Cuecco', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  388. (50, 'Movida_Simonai', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  389. (51, 'Dachi_Grantiani', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  390. (52, 'Weapon_Hacker', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  391. (53, 'Sab_Sab', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  392. (54, 'Lamont_Bishop', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  393. (55, 'Test_Spirti', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000'),
  394. (56, 'Aldo_Kuecco', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '8,-0.044176,0.000000,0.092454,246.994583,0.000000,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000', '1,0.139414,-0.167970,0.120848,0.000000,152.342666,0.000000');
  395.  
  396. -- --------------------------------------------------------
  397.  
  398. --
  399. -- Table structure for table `applications`
  400. --
  401.  
  402. CREATE TABLE `applications` (
  403. `ID` int(11) NOT NULL,
  404. `Name` varchar(25) NOT NULL,
  405. `Pass` varchar(65) NOT NULL,
  406. `Time` int(25) NOT NULL,
  407. `Question1` text NOT NULL,
  408. `Question2` text NOT NULL,
  409. `Question3` text NOT NULL,
  410. `Question4` text NOT NULL,
  411. `Question5` text NOT NULL,
  412. `Question6` text NOT NULL,
  413. `Question7` text NOT NULL,
  414. `Question8` text NOT NULL,
  415. `Question9` text NOT NULL,
  416. `Question10` text NOT NULL,
  417. `IP` varchar(32) NOT NULL
  418. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  419.  
  420. -- --------------------------------------------------------
  421.  
  422. --
  423. -- Table structure for table `articles`
  424. --
  425.  
  426. CREATE TABLE `articles` (
  427. `id` int(11) NOT NULL,
  428. `author` varchar(50) NOT NULL,
  429. `date` date NOT NULL,
  430. `time` time NOT NULL,
  431. `active` int(11) NOT NULL,
  432. `comments` int(11) NOT NULL,
  433. `text` text NOT NULL,
  434. `title` varchar(64) NOT NULL
  435. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  436.  
  437. -- --------------------------------------------------------
  438.  
  439. --
  440. -- Table structure for table `bans`
  441. --
  442.  
  443. CREATE TABLE `bans` (
  444. `ID` int(11) NOT NULL,
  445. `Date` varchar(32) NOT NULL,
  446. `bUsername` text,
  447. `bReason` text,
  448. `bIP` text,
  449. `BannedBy` text,
  450. `bSerial` varchar(42) NOT NULL,
  451. `BannedUntil` varchar(32) NOT NULL,
  452. `Pass` varchar(65) NOT NULL
  453. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  454.  
  455. -- --------------------------------------------------------
  456.  
  457. --
  458. -- Table structure for table `bizzfurn`
  459. --
  460.  
  461. CREATE TABLE `bizzfurn` (
  462. `ID` int(11) NOT NULL,
  463. `BID` int(11) NOT NULL,
  464. `Model` int(11) NOT NULL,
  465. `PosX` float NOT NULL,
  466. `PosY` float NOT NULL,
  467. `PosZ` float NOT NULL,
  468. `AngX` float NOT NULL,
  469. `AngY` float NOT NULL,
  470. `AngZ` float NOT NULL,
  471. `Interior` int(11) NOT NULL,
  472. `Locked` int(2) NOT NULL,
  473. `Layer0` int(2) NOT NULL,
  474. `Layer1` int(2) NOT NULL,
  475. `Layer2` int(2) NOT NULL,
  476. `Layer3` int(2) NOT NULL,
  477. `Layer4` int(2) NOT NULL,
  478. `Layer5` int(2) NOT NULL,
  479. `Layer6` int(2) NOT NULL,
  480. `Layer7` int(2) NOT NULL,
  481. `Layer8` int(2) NOT NULL,
  482. `Layer9` int(2) NOT NULL,
  483. `Layer10` int(2) NOT NULL,
  484. `Layer11` int(2) NOT NULL,
  485. `Layer12` int(2) NOT NULL
  486. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  487.  
  488. --
  489. -- Dumping data for table `bizzfurn`
  490. --
  491.  
  492. INSERT INTO `bizzfurn` (`ID`, `BID`, `Model`, `PosX`, `PosY`, `PosZ`, `AngX`, `AngY`, `AngZ`, `Interior`, `Locked`, `Layer0`, `Layer1`, `Layer2`, `Layer3`, `Layer4`, `Layer5`, `Layer6`, `Layer7`, `Layer8`, `Layer9`, `Layer10`, `Layer11`, `Layer12`) VALUES
  493. (1, 1, 2332, 1988.9, 1016.37, 994.891, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  494.  
  495. -- --------------------------------------------------------
  496.  
  497. --
  498. -- Table structure for table `business`
  499. --
  500.  
  501. CREATE TABLE `business` (
  502. `ID` int(11) NOT NULL,
  503. `Xo` float NOT NULL,
  504. `Yo` float NOT NULL,
  505. `Zo` float NOT NULL,
  506. `Xi` float NOT NULL,
  507. `Yi` float NOT NULL,
  508. `Zi` float NOT NULL,
  509. `IntIn` int(11) NOT NULL,
  510. `IntOut` int(11) NOT NULL,
  511. `Owned` int(11) NOT NULL,
  512. `Owner` varchar(25) NOT NULL,
  513. `Value` int(11) NOT NULL,
  514. `Locked` int(11) NOT NULL,
  515. `Slogan` varchar(128) NOT NULL,
  516. `Products` int(11) NOT NULL,
  517. `EnterPrice` int(11) NOT NULL,
  518. `Name` varchar(70) NOT NULL,
  519. `Bank` int(11) NOT NULL,
  520. `bReq` int(11) NOT NULL,
  521. `bProd` int(11) NOT NULL,
  522. `Basic` int(11) NOT NULL,
  523. `Stor` int(11) NOT NULL,
  524. `FurnR` varchar(25) NOT NULL,
  525. `CP1` float NOT NULL,
  526. `CP2` float NOT NULL,
  527. `CP3` float NOT NULL,
  528. `cT` int(11) NOT NULL,
  529. `Low` int(11) NOT NULL,
  530. `InvID1` int(11) NOT NULL,
  531. `InvQ1` int(11) NOT NULL,
  532. `InvE1` int(11) NOT NULL,
  533. `InvS1` int(11) NOT NULL,
  534. `InvID2` int(11) NOT NULL,
  535. `InvQ2` int(11) NOT NULL,
  536. `InvE2` int(11) NOT NULL,
  537. `InvS2` int(11) NOT NULL,
  538. `InvID3` int(11) NOT NULL,
  539. `InvQ3` int(11) NOT NULL,
  540. `InvE3` int(11) NOT NULL,
  541. `InvS3` int(11) NOT NULL,
  542. `InvID4` int(11) NOT NULL,
  543. `InvQ4` int(11) NOT NULL,
  544. `InvE4` int(11) NOT NULL,
  545. `InvS4` int(11) NOT NULL,
  546. `InvID5` int(11) NOT NULL,
  547. `InvQ5` int(11) NOT NULL,
  548. `InvE5` int(11) NOT NULL,
  549. `InvS5` int(11) NOT NULL,
  550. `InvID6` int(11) NOT NULL,
  551. `InvQ6` int(11) NOT NULL,
  552. `InvE6` int(11) NOT NULL,
  553. `InvS6` int(11) NOT NULL,
  554. `InvID7` int(11) NOT NULL,
  555. `InvQ7` int(11) NOT NULL,
  556. `InvE7` int(11) NOT NULL,
  557. `InvS7` int(11) NOT NULL,
  558. `Combo` int(5) NOT NULL,
  559. `sLocked` int(2) NOT NULL,
  560. `InvID8` int(6) NOT NULL,
  561. `InvQ8` int(6) NOT NULL,
  562. `InvE8` int(6) NOT NULL,
  563. `InvID9` int(6) NOT NULL,
  564. `InvQ9` int(6) NOT NULL,
  565. `InvE9` int(6) NOT NULL,
  566. `InvID10` int(6) NOT NULL,
  567. `InvQ10` int(6) NOT NULL,
  568. `InvE10` int(6) NOT NULL,
  569. `InvID11` int(6) NOT NULL,
  570. `InvQ11` int(6) NOT NULL,
  571. `InvE11` int(6) NOT NULL,
  572. `InvID12` int(6) NOT NULL,
  573. `InvQ12` int(6) NOT NULL,
  574. `InvE12` int(6) NOT NULL,
  575. `InvID13` int(6) NOT NULL,
  576. `InvQ13` int(6) NOT NULL,
  577. `InvE13` int(6) NOT NULL,
  578. `InvID14` int(6) NOT NULL,
  579. `InvQ14` int(6) NOT NULL,
  580. `InvE14` int(6) NOT NULL,
  581. `InvID15` int(6) NOT NULL,
  582. `InvQ15` int(6) NOT NULL,
  583. `InvE15` int(6) NOT NULL,
  584. `InvID16` int(6) NOT NULL,
  585. `InvQ16` int(6) NOT NULL,
  586. `InvE16` int(6) NOT NULL,
  587. `InvID17` int(6) NOT NULL,
  588. `InvQ17` int(6) NOT NULL,
  589. `InvE17` int(6) NOT NULL,
  590. `InvID18` int(6) NOT NULL,
  591. `InvQ18` int(6) NOT NULL,
  592. `InvE18` int(6) NOT NULL,
  593. `InvID19` int(6) NOT NULL,
  594. `InvQ19` int(6) NOT NULL,
  595. `InvE19` int(6) NOT NULL,
  596. `InvID20` int(6) NOT NULL,
  597. `InvQ20` int(6) NOT NULL,
  598. `InvE20` int(6) NOT NULL,
  599. `InvID0` int(11) NOT NULL,
  600. `InvQ0` int(11) NOT NULL,
  601. `InvE0` int(11) NOT NULL,
  602. `InvS0` int(11) NOT NULL,
  603. `InvS8` int(11) NOT NULL,
  604. `InvS9` int(11) NOT NULL,
  605. `InvS10` int(11) NOT NULL,
  606. `InvS11` int(11) NOT NULL,
  607. `InvS12` int(11) NOT NULL,
  608. `InvS13` int(11) NOT NULL,
  609. `InvS14` int(11) NOT NULL,
  610. `InvS15` int(11) NOT NULL,
  611. `InvS16` int(11) NOT NULL,
  612. `InvS17` int(11) NOT NULL,
  613. `InvS18` int(11) NOT NULL,
  614. `InvS19` int(11) NOT NULL,
  615. `InvS20` int(11) NOT NULL,
  616. `bdXo` float NOT NULL,
  617. `bdYo` float NOT NULL,
  618. `bdZo` float NOT NULL,
  619. `bdXi` float NOT NULL,
  620. `bdYi` float NOT NULL,
  621. `bdZi` float NOT NULL
  622. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  623.  
  624. --
  625. -- Dumping data for table `business`
  626. --
  627.  
  628. INSERT INTO `business` (`ID`, `Xo`, `Yo`, `Zo`, `Xi`, `Yi`, `Zi`, `IntIn`, `IntOut`, `Owned`, `Owner`, `Value`, `Locked`, `Slogan`, `Products`, `EnterPrice`, `Name`, `Bank`, `bReq`, `bProd`, `Basic`, `Stor`, `FurnR`, `CP1`, `CP2`, `CP3`, `cT`, `Low`, `InvID1`, `InvQ1`, `InvE1`, `InvS1`, `InvID2`, `InvQ2`, `InvE2`, `InvS2`, `InvID3`, `InvQ3`, `InvE3`, `InvS3`, `InvID4`, `InvQ4`, `InvE4`, `InvS4`, `InvID5`, `InvQ5`, `InvE5`, `InvS5`, `InvID6`, `InvQ6`, `InvE6`, `InvS6`, `InvID7`, `InvQ7`, `InvE7`, `InvS7`, `Combo`, `sLocked`, `InvID8`, `InvQ8`, `InvE8`, `InvID9`, `InvQ9`, `InvE9`, `InvID10`, `InvQ10`, `InvE10`, `InvID11`, `InvQ11`, `InvE11`, `InvID12`, `InvQ12`, `InvE12`, `InvID13`, `InvQ13`, `InvE13`, `InvID14`, `InvQ14`, `InvE14`, `InvID15`, `InvQ15`, `InvE15`, `InvID16`, `InvQ16`, `InvE16`, `InvID17`, `InvQ17`, `InvE17`, `InvID18`, `InvQ18`, `InvE18`, `InvID19`, `InvQ19`, `InvE19`, `InvID20`, `InvQ20`, `InvE20`, `InvID0`, `InvQ0`, `InvE0`, `InvS0`, `InvS8`, `InvS9`, `InvS10`, `InvS11`, `InvS12`, `InvS13`, `InvS14`, `InvS15`, `InvS16`, `InvS17`, `InvS18`, `InvS19`, `InvS20`, `bdXo`, `bdYo`, `bdZo`, `bdXi`, `bdYi`, `bdZi`) VALUES
  629. (1, 1835.98, -1681.51, 13.3672, 2018.46, 1017.92, 996.875, 10, 0, 1, 'Aldo_Cuecco', 50000, 0, 'Default Slogan', 50, 0, 'Casino', 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2647, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  630.  
  631. -- --------------------------------------------------------
  632.  
  633. --
  634. -- Table structure for table `cctv`
  635. --
  636.  
  637. CREATE TABLE `cctv` (
  638. `ID` int(11) NOT NULL,
  639. `cctv_name` varchar(48) NOT NULL,
  640. `cctv_x` float NOT NULL,
  641. `cctv_y` float NOT NULL,
  642. `cctv_z` float NOT NULL,
  643. `cctv_rot_x` float NOT NULL,
  644. `cctv_rot_y` float NOT NULL,
  645. `cctv_rot_z` float NOT NULL,
  646. `cctv_vw` int(11) NOT NULL,
  647. `cctv_interior` int(11) NOT NULL
  648. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  649.  
  650. --
  651. -- Dumping data for table `cctv`
  652. --
  653.  
  654. INSERT INTO `cctv` (`ID`, `cctv_name`, `cctv_x`, `cctv_y`, `cctv_z`, `cctv_rot_x`, `cctv_rot_y`, `cctv_rot_z`, `cctv_vw`, `cctv_interior`) VALUES
  655. (1, 'Heroina', 1590.97, -1845.55, 30.112, 0, 0, 0, 0, 0),
  656. (3, 'Alhambra', 1868.79, -1680.33, 55.398, 0, 0, 0, 0, 0),
  657. (4, 'Haeri', 2306.45, -1739.39, 55.396, 0, 0, 0, 0, 0),
  658. (5, 'Kide ragaca', 2394.03, -1787.4, 73.743, 0, 0, 0, 0, 0),
  659. (7, 'Hospital', 1300.04, -1414.46, 13.414, 0, 0, 0, 0, 0),
  660. (8, 'Tralala', 1286.84, -1414.81, 13.33, 0, 0, 0, 0, 0),
  661. (10, 'Playa Del Seville', 2768.42, -1928.54, 13.357, 0, 0, 0, 0, 0),
  662. (11, 'Area 51', 130.211, 1932.35, 51.523, 0, 0, 0, 0, 0),
  663. (12, 'ass', 127.778, 1923.43, 19.16, 0, 0, 0, 0, 0),
  664. (13, '123', 1587.88, -1830.75, 30.978, 0, 0, 53.4, 0, 0),
  665. (14, 'Salamaleiqum', 1941.23, -1728.02, 13.383, 0, 0, 0, 0, 0),
  666. (16, '1234', 1903.85, -1587.59, 29.041, 0, 0, 0, 0, 0);
  667.  
  668. -- --------------------------------------------------------
  669.  
  670. --
  671. -- Table structure for table `chipmachines`
  672. --
  673.  
  674. CREATE TABLE `chipmachines` (
  675. `ID` int(11) NOT NULL,
  676. `chX` float NOT NULL,
  677. `chY` float NOT NULL,
  678. `chZ` float NOT NULL,
  679. `chRX` float NOT NULL,
  680. `chRY` float NOT NULL,
  681. `chRZ` float NOT NULL,
  682. `chInt` int(11) NOT NULL,
  683. `chVW` int(11) NOT NULL
  684. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  685.  
  686. -- --------------------------------------------------------
  687.  
  688. --
  689. -- Table structure for table `criminals`
  690. --
  691.  
  692. CREATE TABLE `criminals` (
  693. `ID` int(11) NOT NULL,
  694. `player` varchar(24) NOT NULL,
  695. `officer` varchar(24) NOT NULL,
  696. `date` date NOT NULL,
  697. `time` time NOT NULL,
  698. `crime` text NOT NULL,
  699. `served` int(11) NOT NULL,
  700. `minutes` int(11) NOT NULL
  701. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  702.  
  703. -- --------------------------------------------------------
  704.  
  705. --
  706. -- Table structure for table `dns`
  707. --
  708.  
  709. CREATE TABLE `dns` (
  710. `ID` int(11) NOT NULL,
  711. `name` varchar(25) NOT NULL,
  712. `dns` varchar(128) NOT NULL
  713. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  714.  
  715. -- --------------------------------------------------------
  716.  
  717. --
  718. -- Table structure for table `donations`
  719. --
  720.  
  721. CREATE TABLE `donations` (
  722. `id` int(11) NOT NULL,
  723. `forumname` varchar(56) COLLATE utf8_unicode_ci NOT NULL,
  724. `name` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
  725. `package` text COLLATE utf8_unicode_ci NOT NULL,
  726. `approved` int(11) NOT NULL,
  727. `date` date NOT NULL,
  728. `approvedby` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
  729. `paypal` varchar(65) COLLATE utf8_unicode_ci NOT NULL
  730. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
  731.  
  732. -- --------------------------------------------------------
  733.  
  734. --
  735. -- Table structure for table `factions`
  736. --
  737.  
  738. CREATE TABLE `factions` (
  739. `ID` int(11) NOT NULL,
  740. `Name` varchar(25) NOT NULL,
  741. `Motd` varchar(128) NOT NULL,
  742. `Rights` varchar(50) NOT NULL,
  743. `Close` int(11) NOT NULL,
  744. `TagRight` int(11) NOT NULL,
  745. `Rank1` varchar(50) NOT NULL,
  746. `Rank2` varchar(50) NOT NULL,
  747. `Rank3` varchar(50) NOT NULL,
  748. `Rank4` varchar(50) NOT NULL,
  749. `Rank5` varchar(50) NOT NULL,
  750. `Rank6` varchar(50) NOT NULL,
  751. `Rank7` varchar(50) NOT NULL,
  752. `Rank8` varchar(50) NOT NULL,
  753. `Rank9` varchar(50) NOT NULL,
  754. `Rank10` varchar(50) NOT NULL,
  755. `Rank11` varchar(50) NOT NULL,
  756. `Rank12` varchar(50) NOT NULL,
  757. `Rank13` varchar(50) NOT NULL,
  758. `Rank14` varchar(50) NOT NULL,
  759. `Rank15` varchar(50) NOT NULL,
  760. `Rank16` varchar(50) NOT NULL,
  761. `Rank17` varchar(50) NOT NULL,
  762. `Rank18` varchar(50) NOT NULL,
  763. `Rank19` varchar(50) NOT NULL,
  764. `Rank20` varchar(50) NOT NULL,
  765. `Rank21` varchar(50) NOT NULL,
  766. `Rank22` varchar(50) NOT NULL,
  767. `Rank23` varchar(50) NOT NULL,
  768. `Rank24` varchar(50) NOT NULL,
  769. `Rank25` varchar(50) NOT NULL,
  770. `Fact0` float NOT NULL,
  771. `Fact1` float NOT NULL,
  772. `Fact2` float NOT NULL,
  773. `Bonus_Rank1` int(11) NOT NULL,
  774. `Bonus_Rank2` int(11) NOT NULL,
  775. `Bonus_Rank3` int(11) NOT NULL,
  776. `Bonus_Rank4` int(11) NOT NULL,
  777. `Bonus_Rank5` int(11) NOT NULL,
  778. `Bonus_Rank6` int(11) NOT NULL,
  779. `Bonus_Rank7` int(11) NOT NULL,
  780. `Bonus_Rank8` int(11) NOT NULL,
  781. `Bonus_Rank9` int(11) NOT NULL,
  782. `Bonus_Rank10` int(11) NOT NULL,
  783. `Bonus_Rank11` int(11) NOT NULL,
  784. `Bonus_Rank12` int(11) NOT NULL,
  785. `Bonus_Rank13` int(11) NOT NULL,
  786. `Bonus_Rank14` int(11) NOT NULL,
  787. `Bonus_Rank15` int(11) NOT NULL,
  788. `Bonus_Rank16` int(11) NOT NULL,
  789. `Bonus_Rank17` int(11) NOT NULL,
  790. `Bonus_Rank18` int(11) NOT NULL,
  791. `Bonus_Rank19` int(11) NOT NULL,
  792. `Bonus_Rank20` int(11) NOT NULL,
  793. `Bonus_Rank21` int(11) NOT NULL,
  794. `Bonus_Rank22` int(11) NOT NULL,
  795. `Bonus_Rank23` int(11) NOT NULL,
  796. `Bonus_Rank24` int(11) NOT NULL,
  797. `Bonus_Rank25` int(11) NOT NULL,
  798. `WepCount` int(8) NOT NULL,
  799. `DrugCount` int(8) NOT NULL
  800. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  801.  
  802. --
  803. -- Dumping data for table `factions`
  804. --
  805.  
  806. INSERT INTO `factions` (`ID`, `Name`, `Motd`, `Rights`, `Close`, `TagRight`, `Rank1`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `Rank9`, `Rank10`, `Rank11`, `Rank12`, `Rank13`, `Rank14`, `Rank15`, `Rank16`, `Rank17`, `Rank18`, `Rank19`, `Rank20`, `Rank21`, `Rank22`, `Rank23`, `Rank24`, `Rank25`, `Fact0`, `Fact1`, `Fact2`, `Bonus_Rank1`, `Bonus_Rank2`, `Bonus_Rank3`, `Bonus_Rank4`, `Bonus_Rank5`, `Bonus_Rank6`, `Bonus_Rank7`, `Bonus_Rank8`, `Bonus_Rank9`, `Bonus_Rank10`, `Bonus_Rank11`, `Bonus_Rank12`, `Bonus_Rank13`, `Bonus_Rank14`, `Bonus_Rank15`, `Bonus_Rank16`, `Bonus_Rank17`, `Bonus_Rank18`, `Bonus_Rank19`, `Bonus_Rank20`, `Bonus_Rank21`, `Bonus_Rank22`, `Bonus_Rank23`, `Bonus_Rank24`, `Bonus_Rank25`, `WepCount`, `DrugCount`) VALUES
  807. (1, 'Los Santos Police Departm', 'To protect and to serve!', '0', 0, 0, 'Police Officer I', 'Police Officer II', 'Police Officer III', 'Senior Police Officer', 'Detective I', 'Sergeant I', 'Detective II', 'Sergeant II', 'Lieutenant', 'Captain', 'Commander', 'Deputy Cheif I', 'Deputy Cheif II', 'Chief of Police', '', '', '', '', '', '', '', '', '', '', '', 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, 0, 0, 0),
  808. (2, 'Emergency Service', 'Emergency Service', '0', 0, 0, 'Emergency Service 1', 'Emergency Service 2', 'Emergency Service 3', 'Emergency Service 4', 'Emergency Service 5', 'Emergency Service 6', 'Emergency Service 7', 'Emergency Service 8', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 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, 0, 0, 0),
  809. (3, 'Los Santos News', 'Los Santos News', '0', 0, 0, 'Los Santos News 1', 'Los Santos News 2', 'Los Santos News 3', 'Los Santos News 4', 'Los Santos News 5', 'Los Santos News 6', 'Los Santos News 7', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 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, 0, 0, 0),
  810. (4, 'Radio Los Santos', 'Radio Los Santos', '0', 0, 0, 'Radio Los Santos 1', 'Radio Los Santos 2', 'Radio Los Santos 3', 'Radio Los Santos 4', 'Radio Los Santos 5', 'Radio Los Santos 6', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 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, 0, 0, 0),
  811. (5, 'Los Santos Sheriff Depart', 'To protect our country and community', '0', 0, 0, 'Stajor', 'Deputy Sheriff I', 'Deputy Sheriff II', 'Deputy Sheriff III', 'Sheriff', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 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, 0, 0, 0),
  812. (6, 'RESERVED GOVERNMENT FACTI', 'RESERVED GOVERNMENT FACTION', '0', 0, 0, 'RESERVED GOVERNMENT FACTION 1', 'RESERVED GOVERNMENT FACTION 2', 'RESERVED GOVERNMENT FACTION 3', 'RESERVED GOVERNMENT FACTION 4', 'RESERVED GOVERNMENT FACTION 5', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 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, 0, 0, 0),
  813. (7, 'RESERVED GOVERNMENT FACTI', 'RESERVED GOVERNMENT FACTION', '0', 0, 0, 'RESERVED GOVERNMENT FACTION 1', 'RESERVED GOVERNMENT FACTION 2', 'RESERVED GOVERNMENT FACTION 3', 'RESERVED GOVERNMENT FACTION 4', 'RESERVED GOVERNMENT FACTION 5', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 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, 0, 0, 0),
  814. (8, 'Government of Los Santos', 'Government of Los Santos', '0', 0, 0, 'Government of Los Santos 1', 'Government of Los Santos 2', 'Government of Los Santos 3', 'Government of Los Santos 4', 'Government of Los Santos 5', 'Government of Los Santos 6', 'Government of Los Santos 7', 'Government of Los Santos 8', 'Government of Los Santos 9', 'Government of Los Santos 10', 'Government of Los Santos 11', 'Government of Los Santos 12', '', '', '', '', '', '', '', '', '', '', '', '', '', 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, 0, 0, 0);
  815.  
  816. -- --------------------------------------------------------
  817.  
  818. --
  819. -- Table structure for table `garages`
  820. --
  821.  
  822. CREATE TABLE `garages` (
  823. `ID` int(11) NOT NULL,
  824. `Owned` int(11) NOT NULL,
  825. `OwnerID` int(11) NOT NULL,
  826. `OwnerName` varchar(25) NOT NULL,
  827. `Type` int(11) NOT NULL,
  828. `Xcor` float NOT NULL,
  829. `Ycor` float NOT NULL,
  830. `Zcor` float NOT NULL,
  831. `VirtualWorld` int(11) NOT NULL,
  832. `IntID` int(11) NOT NULL,
  833. `Price` int(11) NOT NULL,
  834. `Locked` int(11) NOT NULL
  835. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  836.  
  837. -- --------------------------------------------------------
  838.  
  839. --
  840. -- Table structure for table `gates`
  841. --
  842.  
  843. CREATE TABLE `gates` (
  844. `ID` int(11) NOT NULL,
  845. `Model` int(6) NOT NULL DEFAULT '0',
  846. `cPosX` float NOT NULL,
  847. `cPosY` float NOT NULL,
  848. `cPosZ` float NOT NULL,
  849. `cPosRX` float NOT NULL,
  850. `cPosRY` float NOT NULL,
  851. `cPosRZ` float NOT NULL,
  852. `oPosX` float NOT NULL,
  853. `oPosY` float NOT NULL,
  854. `oPosZ` float NOT NULL,
  855. `oPosRX` float NOT NULL,
  856. `oPosRY` float NOT NULL,
  857. `oPosRZ` float NOT NULL,
  858. `VW` int(11) NOT NULL,
  859. `Int` int(11) NOT NULL,
  860. `Password` varchar(21) NOT NULL,
  861. `Member` int(3) NOT NULL DEFAULT '0',
  862. `Rank` int(3) NOT NULL DEFAULT '0',
  863. `oSound` int(11) NOT NULL DEFAULT '0',
  864. `cSound` int(11) NOT NULL DEFAULT '0'
  865. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  866.  
  867. --
  868. -- Dumping data for table `gates`
  869. --
  870.  
  871. INSERT INTO `gates` (`ID`, `Model`, `cPosX`, `cPosY`, `cPosZ`, `cPosRX`, `cPosRY`, `cPosRZ`, `oPosX`, `oPosY`, `oPosZ`, `oPosRX`, `oPosRY`, `oPosRZ`, `VW`, `Int`, `Password`, `Member`, `Rank`, `oSound`, `cSound`) VALUES
  872. (1, 987, 2056.55, -2072.05, 12.5583, -1, -0.3, 86.9, 2056.66, -2072.02, 6.28935, -1, -0.3, 86.9, 0, 0, '', 1, 0, 6400, 6400),
  873. (2, 1500, 2587.9, -1496.65, -50.0122, -0.099999, 0.2, 0, 2587.9, -1496.65, -50.0122, -0.099999, 0.2, -98.8, 1, 1, '', 1, 0, 6400, 6400),
  874. (3, 1500, 2594.43, -1487.19, -49.96, 0.9, -1, -0.5, 2594.43, -1487.19, -49.96, 0.9, -1, -107.4, 1, 1, '', 1, 0, 6400, 6400),
  875. (4, 1500, 2577.49, -1484.8, -49.9389, 0.299999, -1, -89.8, 2577.49, -1484.8, -49.9389, 0.299999, -1, 176.6, 1, 1, '1234', 1, 0, 6400, 6400),
  876. (6, 1500, 2573.45, -1532.14, -49.9065, -0.199999, 0.299999, -180, 2573.45, -1532.14, -49.9065, -0.199999, 0.299999, 84.6001, 1, 1, '', 1, 0, 1100, 1101),
  877. (7, 987, 2113.99, -2100.28, 12.4113, -1, -1, -9.90001, 2114.08, -2100.4, 6.13319, -1, -1, -9.90001, 0, 0, '2811', 1, 0, 0, 0),
  878. (10, 19302, 2589.03, -1502.52, -48.6827, -0.3, -1, 91.2999, 2589.07, -1504.17, -48.7114, -0.3, -1, 91.2999, 1, 1, '', 0, 0, 0, 0),
  879. (20, 977, 2263.29, -1076.11, 1049.01, -1, -1, 101.1, 2263.29, -1076.11, 1049.01, -1, -1, 11, 408, 1, '', 0, 0, 0, 0),
  880. (23, 19303, 266.283, 82.9765, 1001.32, 0.2, -0.199999, -87.8, 266.338, 81.5576, 1001.33, 0.2, -0.199999, -87.8, 0, 6, '', 5, 2, 0, 0),
  881. (24, 19303, 266.336, 87.4716, 1001.29, -1, 0.1, -90.2, 266.332, 86.1516, 1001.28, -1, 0.1, -90.2, 0, 6, '', 5, 2, 0, 0);
  882.  
  883. -- --------------------------------------------------------
  884.  
  885. --
  886. -- Table structure for table `housefurn`
  887. --
  888.  
  889. CREATE TABLE `housefurn` (
  890. `ID` int(11) NOT NULL,
  891. `HID` int(11) NOT NULL,
  892. `Model` int(11) NOT NULL,
  893. `PosX` float NOT NULL,
  894. `PosY` float NOT NULL,
  895. `PosZ` float NOT NULL,
  896. `AngX` float NOT NULL,
  897. `AngY` float NOT NULL,
  898. `AngZ` float NOT NULL,
  899. `Interior` int(11) NOT NULL,
  900. `Locked` int(2) NOT NULL,
  901. `Layer0` int(2) NOT NULL,
  902. `Layer1` int(2) NOT NULL,
  903. `Layer2` int(2) NOT NULL,
  904. `Layer3` int(2) NOT NULL,
  905. `Layer4` int(2) NOT NULL,
  906. `Layer5` int(2) NOT NULL,
  907. `Layer6` int(2) NOT NULL,
  908. `Layer7` int(2) NOT NULL,
  909. `Layer8` int(2) NOT NULL,
  910. `Layer9` int(2) NOT NULL,
  911. `Layer10` int(2) NOT NULL,
  912. `Layer11` int(2) NOT NULL,
  913. `Layer12` int(2) NOT NULL
  914. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  915.  
  916. -- --------------------------------------------------------
  917.  
  918. --
  919. -- Table structure for table `houses`
  920. --
  921.  
  922. CREATE TABLE `houses` (
  923. `ID` int(11) NOT NULL,
  924. `Xo` float NOT NULL,
  925. `Yo` float NOT NULL,
  926. `Zo` float NOT NULL,
  927. `Xi` float NOT NULL,
  928. `Yi` float NOT NULL,
  929. `Zi` float NOT NULL,
  930. `IntOut` int(11) NOT NULL,
  931. `IntIn` int(11) NOT NULL,
  932. `VwOut` int(11) NOT NULL,
  933. `Owned` int(11) NOT NULL,
  934. `Owner` varchar(25) NOT NULL,
  935. `Value` int(11) NOT NULL,
  936. `InvID1` int(11) NOT NULL,
  937. `InvQ1` int(11) NOT NULL,
  938. `InvE1` int(11) NOT NULL,
  939. `InvID2` int(11) NOT NULL,
  940. `InvQ2` int(11) NOT NULL,
  941. `InvE2` int(11) NOT NULL,
  942. `InvID3` int(11) NOT NULL,
  943. `InvQ3` int(11) NOT NULL,
  944. `InvE3` int(11) NOT NULL,
  945. `InvID4` int(11) NOT NULL,
  946. `InvQ4` int(11) NOT NULL,
  947. `InvE4` int(11) NOT NULL,
  948. `InvID5` int(11) NOT NULL,
  949. `InvQ5` int(11) NOT NULL,
  950. `InvE5` int(11) NOT NULL,
  951. `InvID6` int(11) NOT NULL,
  952. `InvQ6` int(11) NOT NULL,
  953. `InvE6` int(11) NOT NULL,
  954. `InvID7` int(11) NOT NULL,
  955. `InvQ7` int(11) NOT NULL,
  956. `InvE7` int(11) NOT NULL,
  957. `InvS1` int(11) NOT NULL,
  958. `InvS2` int(11) NOT NULL,
  959. `InvS3` int(11) NOT NULL,
  960. `InvS4` int(11) NOT NULL,
  961. `InvS5` int(11) NOT NULL,
  962. `InvS6` int(11) NOT NULL,
  963. `InvS7` int(11) NOT NULL,
  964. `Locked` int(11) NOT NULL,
  965. `Radio` int(11) NOT NULL,
  966. `TV` int(11) NOT NULL,
  967. `Class` int(11) NOT NULL,
  968. `gInterior` int(11) NOT NULL,
  969. `hgA` float NOT NULL,
  970. `RentFee` int(11) NOT NULL,
  971. `Basic` int(11) NOT NULL,
  972. `Insurance` int(11) NOT NULL,
  973. `LockLvl` int(11) NOT NULL,
  974. `Alarm` int(11) NOT NULL,
  975. `FurnR` varchar(25) NOT NULL,
  976. `Bank` int(11) NOT NULL,
  977. `BuyValue` int(11) NOT NULL,
  978. `InvCond1` int(11) NOT NULL,
  979. `InvCond2` int(11) NOT NULL,
  980. `InvCond3` int(11) NOT NULL,
  981. `InvCond4` int(11) NOT NULL,
  982. `InvCond5` int(11) NOT NULL,
  983. `InvCond6` int(11) NOT NULL,
  984. `InvCond7` int(11) NOT NULL,
  985. `Combo` int(5) NOT NULL,
  986. `sLocked` int(2) NOT NULL,
  987. `InvID8` int(6) NOT NULL,
  988. `InvQ8` int(6) NOT NULL,
  989. `InvE8` int(6) NOT NULL,
  990. `InvID9` int(6) NOT NULL,
  991. `InvQ9` int(6) NOT NULL,
  992. `InvE9` int(6) NOT NULL,
  993. `InvID10` int(6) NOT NULL,
  994. `InvQ10` int(6) NOT NULL,
  995. `InvE10` int(6) NOT NULL,
  996. `InvID11` int(6) NOT NULL,
  997. `InvQ11` int(6) NOT NULL,
  998. `InvE11` int(6) NOT NULL,
  999. `InvID12` int(6) NOT NULL,
  1000. `InvQ12` int(6) NOT NULL,
  1001. `InvE12` int(6) NOT NULL,
  1002. `InvID13` int(6) NOT NULL,
  1003. `InvQ13` int(6) NOT NULL,
  1004. `InvE13` int(6) NOT NULL,
  1005. `InvID14` int(6) NOT NULL,
  1006. `InvQ14` int(6) NOT NULL,
  1007. `InvE14` int(6) NOT NULL,
  1008. `InvID15` int(6) NOT NULL,
  1009. `InvQ15` int(6) NOT NULL,
  1010. `InvE15` int(6) NOT NULL,
  1011. `InvID16` int(6) NOT NULL,
  1012. `InvQ16` int(6) NOT NULL,
  1013. `InvE16` int(6) NOT NULL,
  1014. `InvID17` int(6) NOT NULL,
  1015. `InvQ17` int(6) NOT NULL,
  1016. `InvE17` int(6) NOT NULL,
  1017. `InvID18` int(6) NOT NULL,
  1018. `InvQ18` int(6) NOT NULL,
  1019. `InvE18` int(6) NOT NULL,
  1020. `InvID19` int(6) NOT NULL,
  1021. `InvQ19` int(6) NOT NULL,
  1022. `InvE19` int(6) NOT NULL,
  1023. `InvID20` int(6) NOT NULL,
  1024. `InvQ20` int(6) NOT NULL,
  1025. `InvE20` int(6) NOT NULL,
  1026. `Materials` int(11) NOT NULL,
  1027. `hgXo` float NOT NULL,
  1028. `hgYo` float NOT NULL,
  1029. `hgZo` float NOT NULL,
  1030. `hgAo` float NOT NULL,
  1031. `hgXi` float NOT NULL,
  1032. `hgYi` float NOT NULL,
  1033. `hgZi` float NOT NULL,
  1034. `hgAi` float NOT NULL,
  1035. `Garage` int(11) NOT NULL,
  1036. `InvID0` int(11) NOT NULL,
  1037. `InvQ0` int(11) NOT NULL,
  1038. `InvE0` int(11) NOT NULL,
  1039. `InvS0` int(11) NOT NULL,
  1040. `InvS8` int(11) NOT NULL,
  1041. `InvS9` int(11) NOT NULL,
  1042. `InvS10` int(11) NOT NULL,
  1043. `InvS11` int(11) NOT NULL,
  1044. `InvS12` int(11) NOT NULL,
  1045. `InvS13` int(11) NOT NULL,
  1046. `InvS14` int(11) NOT NULL,
  1047. `InvS15` int(11) NOT NULL,
  1048. `InvS16` int(11) NOT NULL,
  1049. `InvS17` int(11) NOT NULL,
  1050. `InvS18` int(11) NOT NULL,
  1051. `InvS19` int(11) NOT NULL,
  1052. `InvS20` int(11) NOT NULL,
  1053. `bdXo` float NOT NULL,
  1054. `bdYo` float NOT NULL,
  1055. `bdZo` float NOT NULL,
  1056. `bdXi` float NOT NULL,
  1057. `bdYi` float NOT NULL,
  1058. `bdZi` float NOT NULL
  1059. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1060.  
  1061. --
  1062. -- Dumping data for table `houses`
  1063. --
  1064.  
  1065. INSERT INTO `houses` (`ID`, `Xo`, `Yo`, `Zo`, `Xi`, `Yi`, `Zi`, `IntOut`, `IntIn`, `VwOut`, `Owned`, `Owner`, `Value`, `InvID1`, `InvQ1`, `InvE1`, `InvID2`, `InvQ2`, `InvE2`, `InvID3`, `InvQ3`, `InvE3`, `InvID4`, `InvQ4`, `InvE4`, `InvID5`, `InvQ5`, `InvE5`, `InvID6`, `InvQ6`, `InvE6`, `InvID7`, `InvQ7`, `InvE7`, `InvS1`, `InvS2`, `InvS3`, `InvS4`, `InvS5`, `InvS6`, `InvS7`, `Locked`, `Radio`, `TV`, `Class`, `gInterior`, `hgA`, `RentFee`, `Basic`, `Insurance`, `LockLvl`, `Alarm`, `FurnR`, `Bank`, `BuyValue`, `InvCond1`, `InvCond2`, `InvCond3`, `InvCond4`, `InvCond5`, `InvCond6`, `InvCond7`, `Combo`, `sLocked`, `InvID8`, `InvQ8`, `InvE8`, `InvID9`, `InvQ9`, `InvE9`, `InvID10`, `InvQ10`, `InvE10`, `InvID11`, `InvQ11`, `InvE11`, `InvID12`, `InvQ12`, `InvE12`, `InvID13`, `InvQ13`, `InvE13`, `InvID14`, `InvQ14`, `InvE14`, `InvID15`, `InvQ15`, `InvE15`, `InvID16`, `InvQ16`, `InvE16`, `InvID17`, `InvQ17`, `InvE17`, `InvID18`, `InvQ18`, `InvE18`, `InvID19`, `InvQ19`, `InvE19`, `InvID20`, `InvQ20`, `InvE20`, `Materials`, `hgXo`, `hgYo`, `hgZo`, `hgAo`, `hgXi`, `hgYi`, `hgZi`, `hgAi`, `Garage`, `InvID0`, `InvQ0`, `InvE0`, `InvS0`, `InvS8`, `InvS9`, `InvS10`, `InvS11`, `InvS12`, `InvS13`, `InvS14`, `InvS15`, `InvS16`, `InvS17`, `InvS18`, `InvS19`, `InvS20`, `bdXo`, `bdYo`, `bdZo`, `bdXi`, `bdYi`, `bdZi`) VALUES
  1066. (1, 300.357, -1154.56, 81.3912, 162.54, 1021.63, 1084.02, 0, 1, 0, 1, 'Dev_Mugala', 50, 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, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, '', 0, 1, 0, 0, 0, 0, 0, 0, 0, 3907, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 285.058, -1154.31, 80.914, 45.16, 603.335, 1829.5, 1586.49, 88.796, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  1067.  
  1068. -- --------------------------------------------------------
  1069.  
  1070. --
  1071. -- Table structure for table `interiors`
  1072. --
  1073.  
  1074. CREATE TABLE `interiors` (
  1075. `ID` int(11) NOT NULL,
  1076. `Type` int(3) NOT NULL,
  1077. `World` int(11) NOT NULL,
  1078. `Int` int(11) NOT NULL,
  1079. `MapIcon` int(2) NOT NULL,
  1080. `Freeze` int(2) NOT NULL,
  1081. `eX` float NOT NULL,
  1082. `eY` float NOT NULL,
  1083. `eZ` float NOT NULL,
  1084. `xX` float NOT NULL,
  1085. `xY` float NOT NULL,
  1086. `xZ` float NOT NULL,
  1087. `Name` varchar(128) NOT NULL
  1088. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1089.  
  1090. --
  1091. -- Dumping data for table `interiors`
  1092. --
  1093.  
  1094. INSERT INTO `interiors` (`ID`, `Type`, `World`, `Int`, `MapIcon`, `Freeze`, `eX`, `eY`, `eZ`, `xX`, `xY`, `xZ`, `Name`) VALUES
  1095. (1, 1, 0, 0, 0, 0, 0, 0, 0, -383.579, 2851.53, 113.901, ''),
  1096. (2, 0, 0, 1, 30, 1, 1555.5, -1675.57, 16.1953, 126.188, 1139.24, 527.465, 'LSPD'),
  1097. (3, 0, 0, 1, 22, 1, 1172.08, -1325.37, 15.4074, 2043.16, -1325.91, 1271.49, 'Hospital'),
  1098. (4, 1, 0, 1, 0, 1, 1465.71, -1009.92, 26.8438, 176.88, 1769.54, 1029.95, 'Bank'),
  1099. (5, 0, 0, 17, 17, 0, 1911.3, -1789.57, 13.399, -24.893, -185.498, 1003.55, '24/7'),
  1100. (6, 0, 1, 5, 29, 0, 2105.49, -1806.44, 13.5547, 372.378, -133.512, 1001.49, 'Pizza Stack'),
  1101. (7, 0, 0, 9, 14, 0, 2398.52, -1899.2, 13.5469, 364.976, -11.5987, 1001.85, 'Cluckin'' Bell'),
  1102. (8, 0, 1, 6, 6, 0, 2400.44, -1982, 13.5469, 296.885, -111.934, 1001.52, 'Ammunation'),
  1103. (9, 0, 1, 3, 0, 1, 1482.66, -1772.31, 18.7958, 440.786, 216.187, 1075.93, 'City Hall'),
  1104. (10, 0, 1, 9, 14, 0, 928.916, -1352.91, 13.3438, 364.974, -11.3617, 1001.85, 'Cluckin'' Bell'),
  1105. (11, 0, 5, 9, 14, 0, 2420.05, -1509, 24, 364.902, -11.6246, 1001.85, 'Cluckin'' Bell'),
  1106. (12, 0, 1, 10, 10, 0, 810.629, -1616.24, 13.5469, 363.252, -74.8839, 1001.51, 'Burger Shot'),
  1107. (13, 0, 2, 10, 10, 0, 1199.3, -918.139, 43.1229, 363.252, -74.8839, 1001.51, 'Burger Shot'),
  1108. (14, 0, 1, 5, 54, 0, 2229.88, -1721.37, 13.5624, 772.165, -5.08286, 1000.73, 'Ganton Gym'),
  1109. (15, 0, 1, 17, 17, 0, 1833.62, -1842.53, 13.5781, -25.9076, -188.081, 1003.55, '24/7'),
  1110. (16, 0, 532, 17, 17, 0, 1352.39, -1759.19, 13.5078, -25.8564, -187.891, 1003.55, '24/7'),
  1111. (17, 0, 91, 17, 17, 0, 1315.38, -897.849, 39.5781, -25.8564, -187.891, 1003.55, '24/7'),
  1112. (18, 0, 8, 17, 17, 1, 2451.11, -1745.28, 13.8893, -25.8298, -187.966, 1003.55, '24/7'),
  1113. (19, 0, 2, 7, 6, 0, 1368.77, -1279.74, 13.5469, 315.741, -143.538, 999.602, 'Ammunation'),
  1114. (20, 0, 0, 1, 0, 1, 1145.02, -1329.43, 13.5829, 2043.33, -1352.29, 1271.49, 'Hospital Back'),
  1115. (21, 1, 0, 6, 0, 0, 1568.64, -1689.98, 6.21875, 316.45, -169.921, 999.601, 'Armoury'),
  1116. (22, 0, 0, 1, 0, 1, 1524.49, -1677.89, 6.21875, 125.244, 1111.57, 523.915, 'LSPD'),
  1117. (23, 0, 0, 15, 0, 0, 2233.29, -1159.79, 25.8906, 2214.71, -1150.48, 1025.8, 'J-Motel'),
  1118. (24, 0, 0, 15, 0, 0, 2244.39, -1665.49, 15.4766, 207.781, -111.116, 1005.13, 'Binco'),
  1119. (25, 0, 0, 14, 0, 1, 2034.28, -1760.05, 13.547, 204.392, -168.492, 1000.52, 'Clothes Shop'),
  1120. (26, 0, 0, 3, 0, 1, 2026.54, -1759.85, 13.547, -100.425, -24.8375, 1000.72, 'Sex Shop'),
  1121. (27, 0, 142, 3, 0, 0, 1940, -2116.03, 13.6953, -100.425, -24.8375, 1000.72, 'Sex Shop'),
  1122. (28, 0, 7, 0, 0, 1, 2371.32, -1779.3, 13.5469, -300.495, 1015.19, 1001.1, 'Complex'),
  1123. (29, 0, 0, 1, 0, 1, 1558.08, -1675.49, 28.3955, 112.049, 1098.96, 531.242, 'Rooftop'),
  1124. (30, 0, 30, 0, 0, 1, 1871.21, -2020.01, 13.5469, -725.773, 1674.42, 1012.72, 'Complex'),
  1125. (31, 0, 31, 0, 0, 1, 2755.71, -1401.1, 39.3766, -725.832, 1674.5, 1012.72, 'Complex'),
  1126. (32, 0, 0, 1, 0, 1, 816.253, -1386.08, 13.5966, 1513.22, -2605.23, 701.086, 'RLS'),
  1127. (33, 0, 1, 1, 0, 1, 1788.71, -1298.64, 13.375, 1573.56, -834.903, 879.91, 'San News'),
  1128. (34, 0, 2, 9, 0, 1, 2007.45, -1758.83, 13.539, 364.976, -11.5987, 1001.85, 'Cluckin Bell'),
  1129. (35, 0, 0, 2, 0, 1, 2019.69, -1759.48, 13.547, 1204.72, -13.833, 1000.93, 'Strip Club'),
  1130. (36, 0, 4, 17, 0, 1, 1992.37, -1758.71, 13.547, -25.8279, -188.245, 1003.55, '24/7'),
  1131. (37, 0, 0, 11, 0, 1, 1973.81, -1760.29, 13.547, 502.03, -67.8278, 998.758, 'Idlewood Bar'),
  1132. (38, 0, 0, 0, 0, 0, 1693.66, 1444.91, 31.1402, 0, 0, 0, ''),
  1133. (39, 0, 0, 0, 0, 0, 1015.28, -1558.72, 14.8594, 986.795, -1553.67, 21.5078, 'Biz Network'),
  1134. (40, 0, 0, 6, 0, 1, 1985.44, -1759.42, 13.547, -2240.62, 137.042, 1035.41, 'Warehouse'),
  1135. (41, 0, 0, 2, 0, 0, -206.785, 1087.03, 19.7422, 2530.07, -1293.99, 1031.42, 'OGP'),
  1136. (42, 0, 1, 1, 0, 1, 2233.98, -1332.38, 23.9813, 2824.73, 1069.83, -63.3413, 'Church'),
  1137. (43, 0, 0, 1, 0, 0, 2612.22, -1391.12, 34.7278, 965.379, 2108.06, 1011.03, 'WAREHOUSE'),
  1138. (44, 1, 0, 10, 10, 0, 2423.75, -1972.19, 13.5469, 363.276, -74.7596, 1001.51, 'Burger Shot'),
  1139. (45, 0, 0, 1, 0, 1, -383.579, 2851.53, 113.901, -13.8085, -13.4031, 10000.1, 'LSFD HQ'),
  1140. (46, 0, 0, 0, 0, 0, 2369.23, -648.934, 127.617, 0, 0, 0, ''),
  1141. (47, 1, 0, 1, 0, 0, -382.113, 2850.18, 113.952, 0, 0, 0, 'Complex'),
  1142. (48, 1, 2, 2, 0, 0, 2751.52, -1962.9, 13.547, 160.641, 2485.87, -88.914, 'Project Housing'),
  1143. (49, 0, 1, 1, 0, 0, 2089.5, -2075.18, 14.106, 2574.74, -1475.18, -48.899, 'LS Prison'),
  1144. (50, 0, 1, 1, 0, 0, 2007.66, -2082.18, 13.651, 2577.3, -1540.65, -48.914, 'Prison Yard'),
  1145. (51, 0, 51, 15, 19, 0, 1863.85, -1597.99, 14.306, 2215.57, -1150.36, 1025.8, 'Golden Housing Projects'),
  1146. (52, 0, 52, 7, 0, 0, 2538.32, -164.921, 40.572, 774.158, -78.204, 1000.66, 'Golden Gym'),
  1147. (53, 0, 0, 6, 0, 0, 627.206, -571.828, 17.915, 246.744, 62.611, 1003.64, 'Sheriff Department'),
  1148. (54, 0, 1, 1, 0, 0, 115.812, 1111.69, 523.913, 231.911, 1822.78, 7.414, 'CCTV Room'),
  1149. (55, 0, 0, 3, 0, 0, 2045.66, -1913.18, 13.547, -2026.95, -103.612, 1035.18, 'Licensing Dept');
  1150.  
  1151. -- --------------------------------------------------------
  1152.  
  1153. --
  1154. -- Table structure for table `logs_adminjails`
  1155. --
  1156.  
  1157. CREATE TABLE `logs_adminjails` (
  1158. `ID` int(11) NOT NULL,
  1159. `Name` varchar(32) NOT NULL,
  1160. `Admin` varchar(32) NOT NULL,
  1161. `Reason` varchar(128) NOT NULL,
  1162. `Minutes` int(11) NOT NULL,
  1163. `Date` varchar(30) NOT NULL
  1164. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1165.  
  1166. --
  1167. -- Dumping data for table `logs_adminjails`
  1168. --
  1169.  
  1170. INSERT INTO `logs_adminjails` (`ID`, `Name`, `Admin`, `Reason`, `Minutes`, `Date`) VALUES
  1171. (1, 'Dachi_Grantiani', 'Dachi_Grantiani', '2', 1, 'e');
  1172.  
  1173. -- --------------------------------------------------------
  1174.  
  1175. --
  1176. -- Table structure for table `logs_application`
  1177. --
  1178.  
  1179. CREATE TABLE `logs_application` (
  1180. `ID` int(11) NOT NULL,
  1181. `player` varchar(34) NOT NULL,
  1182. `registrator` varchar(34) NOT NULL,
  1183. `accepted` varchar(12) NOT NULL
  1184. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1185.  
  1186. -- --------------------------------------------------------
  1187.  
  1188. --
  1189. -- Table structure for table `logs_bans`
  1190. --
  1191.  
  1192. CREATE TABLE `logs_bans` (
  1193. `ID` int(11) NOT NULL,
  1194. `Date` varchar(32) NOT NULL,
  1195. `bUsername` text,
  1196. `bReason` text,
  1197. `bIP` text,
  1198. `BannedBy` text,
  1199. `bSerial` varchar(42) NOT NULL,
  1200. `BannedUntil` varchar(32) NOT NULL
  1201. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1202.  
  1203. -- --------------------------------------------------------
  1204.  
  1205. --
  1206. -- Table structure for table `logs_cctv`
  1207. --
  1208.  
  1209. CREATE TABLE `logs_cctv` (
  1210. `ID` int(11) NOT NULL,
  1211. `Name` varchar(50) NOT NULL,
  1212. `CCTVName` varchar(50) NOT NULL,
  1213. `Date` varchar(50) NOT NULL,
  1214. `Moqmedeba` varchar(48) NOT NULL
  1215. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1216.  
  1217. --
  1218. -- Dumping data for table `logs_cctv`
  1219. --
  1220.  
  1221. INSERT INTO `logs_cctv` (`ID`, `Name`, `CCTVName`, `Date`, `Moqmedeba`) VALUES
  1222. (1, 'Aldo Cuecco', 'Hospital', '2016-9-2', 'CREATED'),
  1223. (2, 'Aldo Cuecco', 'Tralala', '2016-9-2', 'CREATED'),
  1224. (3, 'Aldo Cuecco', 'Verdant Bluffs', '2016-9-2', 'created'),
  1225. (4, 'Aldo Cuecco', 'Verdant Bluffs', '2016-9-2', 'deleted'),
  1226. (5, 'Aldo Cuecco', 'Playa Del Seville', '2016-9-2', 'created'),
  1227. (6, 'Aldo Cuecco', 'Area 51', '2016-9-2', 'CREATED'),
  1228. (7, 'Aldo Cuecco', 'ass', '2016-9-2', 'CREATED'),
  1229. (8, 'Aldo Cuecco', '123', '2016-9-2', 'CREATED'),
  1230. (9, 'Aldo Cuecco', '123', '2016-9-2', 'EDITED'),
  1231. (10, 'CREATED-Aldo Cuecco', '5555', '2016-9-2', ''),
  1232. (11, 'Aldo Cuecco', '15674', '2016-9-9', 'CREATED'),
  1233. (12, 'Aldo Cuecco', '1234', '2016-9-9', 'CREATED');
  1234.  
  1235. -- --------------------------------------------------------
  1236.  
  1237. --
  1238. -- Table structure for table `logs_changeforum`
  1239. --
  1240.  
  1241. CREATE TABLE `logs_changeforum` (
  1242. `ID` int(11) NOT NULL,
  1243. `from` varchar(64) NOT NULL,
  1244. `to` varchar(64) NOT NULL,
  1245. `date` date NOT NULL
  1246. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1247.  
  1248. -- --------------------------------------------------------
  1249.  
  1250. --
  1251. -- Table structure for table `logs_changemail`
  1252. --
  1253.  
  1254. CREATE TABLE `logs_changemail` (
  1255. `ID` int(11) NOT NULL,
  1256. `fromm` varchar(64) NOT NULL,
  1257. `tom` varchar(64) NOT NULL,
  1258. `date` date NOT NULL
  1259. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1260.  
  1261. -- --------------------------------------------------------
  1262.  
  1263. --
  1264. -- Table structure for table `logs_changename`
  1265. --
  1266.  
  1267. CREATE TABLE `logs_changename` (
  1268. `ID` int(11) NOT NULL,
  1269. `FromT` varchar(25) NOT NULL,
  1270. `ToT` varchar(25) NOT NULL,
  1271. `Date` date NOT NULL
  1272. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1273.  
  1274. -- --------------------------------------------------------
  1275.  
  1276. --
  1277. -- Table structure for table `logs_kicks`
  1278. --
  1279.  
  1280. CREATE TABLE `logs_kicks` (
  1281. `ID` int(11) NOT NULL,
  1282. `Name` varchar(50) NOT NULL,
  1283. `Admin` varchar(50) NOT NULL,
  1284. `Reason` varchar(128) NOT NULL,
  1285. `Date` varchar(30) NOT NULL,
  1286. `afk` int(11) NOT NULL
  1287. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1288.  
  1289. --
  1290. -- Dumping data for table `logs_kicks`
  1291. --
  1292.  
  1293. INSERT INTO `logs_kicks` (`ID`, `Name`, `Admin`, `Reason`, `Date`, `afk`) VALUES
  1294. (1, 'Dachi Grantiani', 'Spirti', 'bye', '2016-8-24', 1),
  1295. (2, 'Ethan Petterson', 'Mugala', '.', '2016-8-24', 1),
  1296. (3, 'Aldo Cuecco', 'Aldo_Cuecco', '0', '2016-9-2', 1);
  1297.  
  1298. -- --------------------------------------------------------
  1299.  
  1300. --
  1301. -- Table structure for table `logs_logingame`
  1302. --
  1303.  
  1304. CREATE TABLE `logs_logingame` (
  1305. `ID` int(11) NOT NULL,
  1306. `name` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
  1307. `ip` varchar(108) COLLATE utf8_unicode_ci NOT NULL,
  1308. `date` date NOT NULL,
  1309. `time` time NOT NULL
  1310. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
  1311.  
  1312. --
  1313. -- Dumping data for table `logs_logingame`
  1314. --
  1315.  
  1316. INSERT INTO `logs_logingame` (`ID`, `name`, `ip`, `date`, `time`) VALUES
  1317. (1, 'Test_Test', '127.0.0.1', '2016-03-13', '15:32:03'),
  1318. (2, 'Gerrard_Petterson', '25.129.78.107', '2016-07-16', '00:36:00'),
  1319. (3, 'Dev_Mugala', '25.129.78.107', '2016-07-17', '16:23:40'),
  1320. (4, 'Dev_Mugala', '25.129.78.107', '2016-07-17', '16:37:50'),
  1321. (5, 'Dev_Mugala', '25.129.78.107', '2016-07-17', '16:57:01'),
  1322. (6, 'Devi_Mugala', '25.129.78.107', '2016-07-17', '23:26:51'),
  1323. (7, 'Devi_Mugala', '25.129.78.107', '2016-07-17', '23:35:53'),
  1324. (8, 'Devi_Mugala', '25.129.78.107', '2016-07-18', '01:42:31'),
  1325. (9, 'Devi_Mugala', '25.129.78.107', '2016-07-18', '18:40:49'),
  1326. (10, 'Devi_Mugala', '25.129.78.107', '2016-07-18', '20:15:35'),
  1327. (11, 'Devi_Mugala', '25.129.78.107', '2016-07-19', '16:17:00'),
  1328. (12, 'Devi_Mugala', '25.129.78.107', '2016-07-19', '17:13:00'),
  1329. (13, 'Devi_Mugala', '25.129.78.107', '2016-07-19', '17:27:06'),
  1330. (14, 'Dev_Mugala', '25.129.78.107', '2016-07-19', '20:19:16'),
  1331. (15, 'Dev_Mugala', '25.129.78.107', '2016-07-19', '20:51:50'),
  1332. (16, 'Dev_Mugala', '25.129.78.107', '2016-07-19', '21:56:42'),
  1333. (17, 'Dev_Mugala', '25.129.78.107', '2016-07-19', '22:09:27'),
  1334. (18, 'Dev_Mugala', '25.129.78.107', '2016-07-19', '22:28:19'),
  1335. (19, 'Dev_Mugala', '25.129.78.107', '2016-07-19', '23:10:38'),
  1336. (20, 'Dev_Mugala', '25.129.78.107', '2016-07-19', '23:17:28'),
  1337. (21, 'Dev_Mugala', '25.129.78.107', '2016-07-19', '23:32:26'),
  1338. (22, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '00:52:33'),
  1339. (23, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '02:57:54'),
  1340. (24, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '03:10:16'),
  1341. (25, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '03:35:14'),
  1342. (26, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '03:50:18'),
  1343. (27, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '03:55:38'),
  1344. (28, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '04:06:00'),
  1345. (29, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '04:09:09'),
  1346. (30, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '15:33:51'),
  1347. (31, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '15:35:01'),
  1348. (32, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '15:45:08'),
  1349. (33, 'Dev_Mugala', '25.129.78.107', '2016-07-20', '17:30:35'),
  1350. (34, 'Dev_Mugala', '25.129.78.107', '2016-07-21', '19:44:14'),
  1351. (35, 'Dev_Mugala', '25.129.78.107', '2016-07-21', '21:14:06'),
  1352. (36, 'Dev_Mugala', '25.129.78.107', '2016-07-21', '21:46:58'),
  1353. (37, 'Dev_Mugala', '25.129.78.107', '2016-07-21', '21:48:22'),
  1354. (38, 'Dev_Mugala', '25.129.78.107', '2016-07-22', '01:12:14'),
  1355. (39, 'Dev_Mugala', '25.129.78.107', '2016-07-22', '01:32:33'),
  1356. (40, 'Dev_Mugala', '25.129.78.107', '2016-07-22', '01:41:55'),
  1357. (41, 'Dev_Mugala', '25.129.78.107', '2016-07-22', '01:45:22'),
  1358. (42, 'Dev_Mugala', '25.129.78.107', '2016-07-22', '03:47:00'),
  1359. (43, 'Dev_Mugala', '25.129.78.107', '2016-07-22', '19:02:30'),
  1360. (44, 'Dev_Mugala', '25.129.78.107', '2016-07-22', '19:08:56'),
  1361. (45, 'Dev_Mugala', '25.129.78.107', '2016-07-30', '23:39:40'),
  1362. (46, 'Dev_Mugala', '25.129.78.107', '2016-07-31', '22:28:47'),
  1363. (47, 'Dev_Mugala', '25.129.78.107', '2016-07-31', '22:40:34'),
  1364. (48, 'Dev_Mugala', '25.129.78.107', '2016-07-31', '22:48:53'),
  1365. (49, 'Dev_Mugala', '25.129.78.107', '2016-07-31', '23:09:52'),
  1366. (50, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '16:21:30'),
  1367. (51, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '22:32:19'),
  1368. (52, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '22:37:06'),
  1369. (53, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '22:49:03'),
  1370. (54, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '22:56:23'),
  1371. (55, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '23:21:54'),
  1372. (56, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '23:32:35'),
  1373. (57, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '23:44:17'),
  1374. (58, 'Dev_Mugala', '25.129.78.107', '2016-08-02', '23:58:27'),
  1375. (59, 'Dev_Mugala', '25.129.78.107', '2016-08-03', '00:01:21'),
  1376. (60, 'Dev_Mugala', '25.129.78.107', '2016-08-03', '00:04:33'),
  1377. (61, 'Dev_Mugala', '25.129.78.107', '2016-08-03', '00:10:28'),
  1378. (62, 'Dev_Mugala', '25.129.78.107', '2016-08-03', '15:45:17'),
  1379. (63, 'Dev_Mugala', '25.129.78.107', '2016-08-03', '15:49:44'),
  1380. (64, 'Dev_Mugala', '25.129.78.107', '2016-08-03', '15:53:08'),
  1381. (65, 'Dev_Mugala', '25.129.78.107', '2016-08-03', '16:59:40'),
  1382. (66, 'Dev_Mugala', '25.129.78.107', '2016-08-04', '20:45:51'),
  1383. (67, 'Dev_Mugala', '25.129.78.107', '2016-08-05', '14:52:18'),
  1384. (68, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '19:58:01'),
  1385. (69, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '20:19:54'),
  1386. (70, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '20:33:14'),
  1387. (71, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '21:43:22'),
  1388. (72, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '21:43:52'),
  1389. (73, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '21:50:03'),
  1390. (74, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '21:50:13'),
  1391. (75, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '21:56:16'),
  1392. (76, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '21:56:48'),
  1393. (77, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '22:01:16'),
  1394. (78, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '22:01:45'),
  1395. (79, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '22:09:44'),
  1396. (80, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '22:10:34'),
  1397. (81, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '22:15:45'),
  1398. (82, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '22:16:15'),
  1399. (83, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '22:38:49'),
  1400. (84, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '22:38:50'),
  1401. (85, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '22:48:48'),
  1402. (86, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '22:49:14'),
  1403. (87, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '23:01:53'),
  1404. (88, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '23:06:23'),
  1405. (89, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '23:07:49'),
  1406. (90, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '23:07:49'),
  1407. (91, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '23:19:56'),
  1408. (92, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '23:19:58'),
  1409. (93, 'Ethan_Petterson', '31.192.36.57', '2016-08-23', '23:39:13'),
  1410. (94, 'Dev_Mugala', '192.168.1.2', '2016-08-23', '23:51:56'),
  1411. (95, 'Dev_Mugala', '192.168.1.2', '2016-08-24', '00:05:38'),
  1412. (96, 'Dev_Korkota', '31.192.30.144', '2016-08-24', '00:06:27'),
  1413. (97, 'Dev_Mugala', '192.168.1.2', '2016-08-24', '00:33:33'),
  1414. (98, 'Neffe_Effener', '176.221.243.133', '2016-08-24', '00:35:14'),
  1415. (99, 'Shan_Dali', '5.152.200.204', '2016-08-24', '00:40:38'),
  1416. (100, 'Mike_Wins', '176.74.124.210', '2016-08-24', '00:45:04'),
  1417. (101, 'Dev_Mugala', '192.168.1.5', '2016-08-24', '03:19:11'),
  1418. (102, 'Dev_Mugala', '192.168.1.5', '2016-08-24', '16:58:16'),
  1419. (103, 'Dev_Mugala', '192.168.1.5', '2016-08-24', '17:12:50'),
  1420. (104, 'Dev_Mugala', '192.168.1.5', '2016-08-24', '17:52:05'),
  1421. (105, 'Dev_Mugala', '192.168.1.2', '2016-08-24', '18:09:05'),
  1422. (106, 'Dev_Mugala', '192.168.1.2', '2016-08-24', '18:15:17'),
  1423. (107, 'Aldo_Cuecco', '149.3.24.57', '2016-08-24', '18:15:22'),
  1424. (108, 'Movida_Simonai', '82.211.141.102', '2016-08-24', '18:19:48'),
  1425. (109, 'Dev_Mugala', '192.168.1.2', '2016-08-24', '18:28:41'),
  1426. (110, 'Aldo_Cuecco', '149.3.24.57', '2016-08-24', '18:29:10'),
  1427. (111, 'Dachi_Grantiani', '95.104.106.253', '2016-08-24', '18:29:48'),
  1428. (112, 'Movida_Simonai', '82.211.141.102', '2016-08-24', '18:30:05'),
  1429. (113, 'Dev_Mugala', '192.168.1.2', '2016-08-24', '18:32:24'),
  1430. (114, 'Aldo_Cuecco', '149.3.24.57', '2016-08-24', '18:50:03'),
  1431. (115, 'Dev_Mugala', '192.168.1.2', '2016-08-24', '19:17:28'),
  1432. (116, 'Dachi_Grantiani', '95.104.106.253', '2016-08-24', '19:22:36'),
  1433. (117, 'Ethan_Petterson', '31.192.36.57', '2016-08-24', '19:32:32'),
  1434. (118, 'Neffe_Effener', '176.221.243.133', '2016-08-24', '19:36:35'),
  1435. (119, 'Weapon_Hacker', '31.146.212.181', '2016-08-24', '19:39:22'),
  1436. (120, 'Neffe_Effener', '176.221.243.133', '2016-08-24', '19:41:13'),
  1437. (121, 'Weapon_Hacker', '31.146.212.181', '2016-08-24', '19:46:02'),
  1438. (122, 'Neffe_Effener', '176.221.243.133', '2016-08-24', '19:46:15'),
  1439. (123, 'Dachi_Grantiani', '95.104.106.253', '2016-08-24', '19:46:36'),
  1440. (124, 'Dev_Mugala', '192.168.1.2', '2016-08-24', '19:46:54'),
  1441. (125, 'Ethan_Petterson', '31.192.36.57', '2016-08-24', '19:47:57'),
  1442. (126, 'Sab_Sab', '31.146.212.181', '2016-08-24', '19:48:24'),
  1443. (127, 'Sab_Sab', '31.146.212.181', '2016-08-24', '19:52:57'),
  1444. (128, 'Lamont_Bishop', '94.43.237.62', '2016-08-24', '19:55:50'),
  1445. (129, 'Sab_Sab', '31.146.212.181', '2016-08-24', '19:56:31'),
  1446. (130, 'Lamont_Bishop', '94.43.237.62', '2016-08-24', '19:58:33'),
  1447. (131, 'Neffe_Effener', '176.221.243.133', '2016-08-24', '19:59:35'),
  1448. (132, 'Dachi_Grantiani', '95.104.106.253', '2016-08-24', '20:04:39'),
  1449. (133, 'Neffe_Effener', '176.221.243.133', '2016-08-24', '20:07:51'),
  1450. (134, 'Lamont_Bishop', '94.43.237.62', '2016-08-24', '20:10:39'),
  1451. (135, 'Dachi_Grantiani', '95.104.106.253', '2016-08-24', '20:15:06'),
  1452. (136, 'Neffe_Effener', '176.221.243.133', '2016-08-24', '20:16:59'),
  1453. (137, 'Lamont_Bishop', '94.43.237.62', '2016-08-24', '20:18:03'),
  1454. (138, 'Dachi_Grantiani', '95.104.106.253', '2016-08-24', '20:18:55'),
  1455. (139, 'Dachi_Grantiani', '95.104.106.253', '2016-08-24', '20:21:07'),
  1456. (140, 'Dachi_Grantiani', '95.104.106.253', '2016-08-24', '20:26:53'),
  1457. (141, 'Dev_Mugala', '25.88.28.114', '2016-08-25', '16:34:46'),
  1458. (142, 'Dev_Mugala', '25.88.28.114', '2016-08-25', '22:34:32'),
  1459. (143, 'Dev_Mugala', '25.88.28.114', '2016-08-25', '22:52:12'),
  1460. (144, 'Aldo_Cuecco', '192.168.100.2', '2016-08-25', '23:05:54'),
  1461. (145, 'Aldo_Cuecco', '192.168.100.2', '2016-08-25', '23:26:19'),
  1462. (146, 'Aldo_Cuecco', '192.168.100.2', '2016-08-25', '23:32:18'),
  1463. (147, 'Aldo_Cuecco', '192.168.100.2', '2016-08-25', '23:36:13'),
  1464. (148, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '09:44:06'),
  1465. (149, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '09:48:10'),
  1466. (150, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '09:52:02'),
  1467. (151, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '10:00:11'),
  1468. (152, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '10:05:21'),
  1469. (153, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '10:09:28'),
  1470. (154, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '10:13:11'),
  1471. (155, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '10:25:56'),
  1472. (156, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '10:34:08'),
  1473. (157, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '10:58:16'),
  1474. (158, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '11:07:19'),
  1475. (159, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '11:27:44'),
  1476. (160, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '11:27:44'),
  1477. (161, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '11:56:30'),
  1478. (162, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '11:56:51'),
  1479. (163, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '12:00:33'),
  1480. (164, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '12:01:35'),
  1481. (165, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '12:13:14'),
  1482. (166, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '12:15:58'),
  1483. (167, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '12:18:45'),
  1484. (168, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '12:19:13'),
  1485. (169, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '12:30:58'),
  1486. (170, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '12:31:14'),
  1487. (171, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '12:44:45'),
  1488. (172, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '13:22:19'),
  1489. (173, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '13:30:19'),
  1490. (174, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '14:52:56'),
  1491. (175, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '15:19:28'),
  1492. (176, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '15:33:51'),
  1493. (177, 'Aldo_Cuecco', '192.168.100.2', '2016-08-26', '15:34:16'),
  1494. (178, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '15:35:17'),
  1495. (179, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '15:37:32'),
  1496. (180, 'Dachi_Grantiani', '95.104.106.253', '2016-08-26', '15:39:56'),
  1497. (181, 'Neffe_Effener', '176.221.243.133', '2016-08-26', '15:42:57'),
  1498. (182, 'Aldo_Cuecco', '192.168.100.2', '2016-08-27', '12:01:38'),
  1499. (183, 'Aldo_Cuecco', '192.168.100.2', '2016-08-27', '12:11:23'),
  1500. (184, 'Aldo_Cuecco', '192.168.100.2', '2016-08-27', '13:03:52'),
  1501. (185, 'Aldo_Cuecco', '192.168.100.2', '2016-08-27', '13:31:15'),
  1502. (186, 'Aldo_Cuecco', '192.168.100.2', '2016-08-27', '17:48:23'),
  1503. (187, 'Dachi_Grantiani', '95.104.106.253', '2016-08-27', '17:48:29'),
  1504. (188, 'Dev_Mugala', '109.238.230.94', '2016-08-27', '17:50:27'),
  1505. (189, 'Aldo_Cuecco', '192.168.100.2', '2016-08-27', '18:38:15'),
  1506. (190, 'Aldo_Cuecco', '192.168.100.2', '2016-08-27', '18:41:18'),
  1507. (191, 'Aldo_Cuecco', '192.168.100.2', '2016-08-27', '23:56:21'),
  1508. (192, 'Aldo_Cuecco', '192.168.100.2', '2016-08-28', '00:06:52'),
  1509. (193, 'Aldo_Cuecco', '192.168.100.2', '2016-08-28', '00:11:10'),
  1510. (194, 'Aldo_Cuecco', '192.168.100.2', '2016-08-29', '09:31:35'),
  1511. (195, 'Aldo_Cuecco', '192.168.100.2', '2016-08-31', '17:33:53'),
  1512. (196, 'Aldo_Cuecco', '192.168.100.2', '2016-08-31', '17:41:09'),
  1513. (197, 'Aldo_Cuecco', '192.168.100.2', '2016-08-31', '17:54:27'),
  1514. (198, 'Aldo_Cuecco', '192.168.100.2', '2016-08-31', '18:33:31'),
  1515. (199, 'Dev_Mugala', '109.238.230.94', '2016-08-31', '18:36:41'),
  1516. (200, 'Ethan_Petterson', '31.192.36.57', '2016-08-31', '18:36:56'),
  1517. (201, 'Test_Spirti', '31.192.36.57', '2016-08-31', '18:38:13'),
  1518. (202, 'Aldo_Cuecco', '192.168.100.2', '2016-08-31', '18:47:37'),
  1519. (203, 'Test_Spirti', '31.192.36.57', '2016-08-31', '18:47:59'),
  1520. (204, 'Dev_Mugala', '109.238.230.94', '2016-08-31', '18:48:08'),
  1521. (205, 'Aldo_Cuecco', '192.168.100.2', '2016-08-31', '18:55:03'),
  1522. (206, 'Test_Spirti', '31.192.36.57', '2016-08-31', '18:55:04'),
  1523. (207, 'Dev_Mugala', '109.238.230.94', '2016-08-31', '18:55:05'),
  1524. (208, 'Aldo_Cuecco', '192.168.100.2', '2016-08-31', '18:59:40'),
  1525. (209, 'Aldo_Cuecco', '192.168.100.2', '2016-09-01', '14:15:13'),
  1526. (210, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '09:59:12'),
  1527. (211, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '10:34:44'),
  1528. (212, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '10:41:15'),
  1529. (213, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '10:47:02'),
  1530. (214, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '10:50:02'),
  1531. (215, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '10:53:32'),
  1532. (216, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '10:57:07'),
  1533. (217, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '11:31:20'),
  1534. (218, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '11:37:30'),
  1535. (219, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '11:44:59'),
  1536. (220, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '11:54:55'),
  1537. (221, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '12:08:27'),
  1538. (222, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '13:24:25'),
  1539. (223, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '13:40:11'),
  1540. (224, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '13:47:16'),
  1541. (225, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '14:05:20'),
  1542. (226, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '14:54:24'),
  1543. (227, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '15:10:47'),
  1544. (228, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '15:17:52'),
  1545. (229, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '16:07:23'),
  1546. (230, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '16:11:08'),
  1547. (231, 'Aldo_Cuecco', '192.168.100.2', '2016-09-02', '16:30:48'),
  1548. (232, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '11:38:31'),
  1549. (233, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '12:47:56'),
  1550. (234, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '13:00:10'),
  1551. (235, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '13:07:54'),
  1552. (236, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '13:31:18'),
  1553. (237, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '13:58:09'),
  1554. (238, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '14:11:05'),
  1555. (239, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '14:12:08'),
  1556. (240, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '15:08:04'),
  1557. (241, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '15:21:01'),
  1558. (242, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '15:30:01'),
  1559. (243, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '15:35:11'),
  1560. (244, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '15:48:55'),
  1561. (245, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '16:25:22'),
  1562. (246, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '16:34:15'),
  1563. (247, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '16:40:27'),
  1564. (248, 'Aldo_Cuecco', '192.168.100.3', '2016-09-09', '16:40:49'),
  1565. (249, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '10:29:12'),
  1566. (250, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '10:37:04'),
  1567. (251, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '11:08:05'),
  1568. (252, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '11:27:59'),
  1569. (253, 'Aldo_Kuecco', '192.168.100.3', '2016-09-17', '11:29:38'),
  1570. (254, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '11:30:37'),
  1571. (255, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '11:51:51'),
  1572. (256, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '11:52:48'),
  1573. (257, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '11:59:47'),
  1574. (258, 'Aldo_Cuecco', '192.168.100.3', '2016-09-17', '12:05:03');
  1575.  
  1576. -- --------------------------------------------------------
  1577.  
  1578. --
  1579. -- Table structure for table `logs_loginucp`
  1580. --
  1581.  
  1582. CREATE TABLE `logs_loginucp` (
  1583. `name` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
  1584. `ip` varchar(108) COLLATE utf8_unicode_ci NOT NULL,
  1585. `date` date NOT NULL,
  1586. `time` time NOT NULL,
  1587. `browser` varchar(64) COLLATE utf8_unicode_ci NOT NULL
  1588. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
  1589.  
  1590. -- --------------------------------------------------------
  1591.  
  1592. --
  1593. -- Table structure for table `logs_unban`
  1594. --
  1595.  
  1596. CREATE TABLE `logs_unban` (
  1597. `id` int(11) NOT NULL,
  1598. `date` date NOT NULL,
  1599. `admin` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
  1600. `player` varchar(24) COLLATE utf8_unicode_ci NOT NULL,
  1601. `adminip` varchar(64) COLLATE utf8_unicode_ci NOT NULL
  1602. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
  1603.  
  1604. -- --------------------------------------------------------
  1605.  
  1606. --
  1607. -- Table structure for table `lottery`
  1608. --
  1609.  
  1610. CREATE TABLE `lottery` (
  1611. `ID` int(11) NOT NULL,
  1612. `Name` varchar(25) NOT NULL,
  1613. `Number` int(11) NOT NULL,
  1614. `Active` int(11) NOT NULL,
  1615. `Win` int(11) NOT NULL
  1616. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1617.  
  1618. -- --------------------------------------------------------
  1619.  
  1620. --
  1621. -- Table structure for table `mapfurn`
  1622. --
  1623.  
  1624. CREATE TABLE `mapfurn` (
  1625. `ID` int(11) NOT NULL,
  1626. `Owner` varchar(25) NOT NULL,
  1627. `Model` int(11) NOT NULL,
  1628. `PosX` float NOT NULL,
  1629. `PosY` float NOT NULL,
  1630. `PosZ` float NOT NULL,
  1631. `AngX` float NOT NULL,
  1632. `AngY` float NOT NULL,
  1633. `AngZ` float NOT NULL,
  1634. `Interior` int(11) NOT NULL,
  1635. `VW` int(11) NOT NULL,
  1636. `Locked` int(2) NOT NULL,
  1637. `Layer0` int(2) NOT NULL,
  1638. `Layer1` int(2) NOT NULL,
  1639. `Layer2` int(2) NOT NULL,
  1640. `Layer3` int(2) NOT NULL,
  1641. `Layer4` int(2) NOT NULL,
  1642. `Layer5` int(2) NOT NULL,
  1643. `Layer6` int(2) NOT NULL,
  1644. `Layer7` int(2) NOT NULL,
  1645. `Layer8` int(2) NOT NULL,
  1646. `Layer9` int(2) NOT NULL,
  1647. `Layer10` int(2) NOT NULL,
  1648. `Layer11` int(2) NOT NULL,
  1649. `Layer12` int(2) NOT NULL
  1650. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1651.  
  1652. --
  1653. -- Dumping data for table `mapfurn`
  1654. --
  1655.  
  1656. INSERT INTO `mapfurn` (`ID`, `Owner`, `Model`, `PosX`, `PosY`, `PosZ`, `AngX`, `AngY`, `AngZ`, `Interior`, `VW`, `Locked`, `Layer0`, `Layer1`, `Layer2`, `Layer3`, `Layer4`, `Layer5`, `Layer6`, `Layer7`, `Layer8`, `Layer9`, `Layer10`, `Layer11`, `Layer12`) VALUES
  1657. (1, 'Dev_Mugala', 1651, -2021.27, -116.625, 1036.02, 0, 0, 179.4, 3, 3, 0, 19, 2, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
  1658. (2, 'Dev_Mugala', 1510, -2021.25, -116.681, 1035.06, 0, -85.2, 0, 3, 3, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  1659.  
  1660. -- --------------------------------------------------------
  1661.  
  1662. --
  1663. -- Table structure for table `pages`
  1664. --
  1665.  
  1666. CREATE TABLE `pages` (
  1667. `ID` int(11) NOT NULL,
  1668. `name` varchar(25) NOT NULL,
  1669. `title` varchar(30) NOT NULL,
  1670. `active` int(11) NOT NULL,
  1671. `header1` varchar(20) NOT NULL,
  1672. `text1` text NOT NULL,
  1673. `navigation` int(11) NOT NULL,
  1674. `last_date` varchar(30) NOT NULL,
  1675. `last_user` varchar(11) NOT NULL
  1676. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1677.  
  1678. -- --------------------------------------------------------
  1679.  
  1680. --
  1681. -- Table structure for table `payphones`
  1682. --
  1683.  
  1684. CREATE TABLE `payphones` (
  1685. `ID` int(11) NOT NULL,
  1686. `pPosX` float NOT NULL,
  1687. `pPosY` float NOT NULL,
  1688. `pPosZ` float NOT NULL,
  1689. `pRotX` float NOT NULL,
  1690. `pRotY` float NOT NULL,
  1691. `pRotZ` float NOT NULL,
  1692. `VW` int(11) NOT NULL,
  1693. `Int` int(11) NOT NULL,
  1694. `Name` varchar(48) NOT NULL
  1695. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1696.  
  1697. --
  1698. -- Dumping data for table `payphones`
  1699. --
  1700.  
  1701. INSERT INTO `payphones` (`ID`, `pPosX`, `pPosY`, `pPosZ`, `pRotX`, `pRotY`, `pRotZ`, `VW`, `Int`, `Name`) VALUES
  1702. (2, 2007.96, -2067.29, 13.2719, -1, -1, 86.6, 0, 0, 'LS Prison'),
  1703. (49, 2007.93, -2069.81, 13.2306, -1, -1, 86.5, 0, 0, 'LS Prison'),
  1704. (7, 2312.96, -1222.88, 23.7139, -1, -1, -89.5, 0, 0, 'Payphone (East LS B-2)'),
  1705. (5, 1922.37, -1765.93, 13.2715, -1, -1, 179, 0, 0, 'Payphone (Idlewood A-1)'),
  1706. (6, 1864, -2014.43, 13.1741, -1, -1, -92.5, 0, 0, 'Payphone (El Corona A-1)'),
  1707. (8, 2116.05, -1118.12, 25.1293, -1, -1, 162, 0, 0, 'Payphone (Las Colinas A-2)'),
  1708. (9, 1850.27, -1170.99, 23.4853, -1, -1, -1, 0, 0, 'Payphone (Glen Park A-3)'),
  1709. (10, 2043.85, -1410.35, 16.8171, -1, -1, -86.8, 0, 0, 'Payphone (Jefferson A-1)'),
  1710. (11, 1861.53, -1424.73, 13.1601, -1, -1, -91.1, 0, 0, 'Payphone (Glen Park A-1)'),
  1711. (12, 1807.36, -1598.76, 13.2215, -1, -1, 41.8, 0, 0, 'Payphone (Little Mexico A-2)'),
  1712. (13, 2177.24, -1786.57, 13.2536, -1, -1, -1, 0, 0, 'Payphone (Idlewood B-3)'),
  1713. (47, 2327.22, -1643.53, 14.3414, -1, -1, 85.1, 0, 0, 'Payphone (Ganton A-2)'),
  1714. (15, 2480.04, -1757.94, 13.1699, -1, -1, 176.8, 0, 0, 'Payphone (Ganton A-1)'),
  1715. (16, 2448.32, -1942.01, 13.2053, -1, -1, -177.2, 0, 0, 'Payphone (Willowfield B-3)'),
  1716. (17, 2763.29, -2005.42, 13.1645, -1, -1, 89.4, 0, 0, 'Payphone (Playa del Seville)'),
  1717. (18, 2865.42, -1461.7, 10.5382, -1, -1, 80.7, 0, 0, 'Payphone (East Beach B-1)'),
  1718. (48, 2700.6, -1272.15, 58.6079, -1, -1, 80.5999, 0, 0, 'Payphone (Los Flores A-2)'),
  1719. (20, 2541.17, -1478.22, 23.7234, -1, -1, 81.5, 0, 0, 'Payphone (East LS A-1)'),
  1720. (21, 2412.8, -1492.74, 23.6357, -1, -1, 177.3, 0, 0, 'Payphone (East LS B-1)'),
  1721. (22, 2423.96, -1219.5, 25.179, -1, -1, -1, 0, 0, 'Payphone (East LS B-3)'),
  1722. (23, 2659.76, -1674.95, 10.5132, -1, -1, -142.5, 0, 0, 'Payphone (East Beach A-1)'),
  1723. (24, 2190.23, -2187.11, 13.2492, -1, -1, -137.4, 0, 0, 'Payphone (Willowfield A-2)'),
  1724. (25, 1952.01, -2063.34, 13.1688, -1, -1, 88.9, 0, 0, 'Payphone (El Corona A-1)'),
  1725. (26, 1633.44, -2335.54, 13.2211, -1, -1, -178.4, 0, 0, 'Payphone (LS International A-1)'),
  1726. (27, 1071.82, -1861.46, 13.2412, -1, -1, 170.6, 0, 0, 'Payphone (Verona Beach A-2)'),
  1727. (28, 1436, -1883.27, 13.0813, -1, -1, -91.9, 0, 0, 'Payphone (Verdant Bluffs A-3)'),
  1728. (29, 1699.14, -1800.72, 13.2476, -1, -1, -90.3, 0, 0, 'Payphone (Commerce A-1)'),
  1729. (35, 1498.39, -1022.18, 23.5472, -1, -1, -1, 0, 0, 'Payphone (Mulholland Intersection)'),
  1730. (34, 1468.63, -1288.84, 13.2834, -1, -1, -1, 0, 0, 'Payphone (Downtown LS A-3)'),
  1731. (36, 1291.25, -1028.85, 31.0115, -1, -1, -1, 0, 0, 'Payphone (Temple A-1)'),
  1732. (37, 1161.98, -1271.19, 13.0892, -1, -1, -1, 0, 0, 'Payphone (Market A-3)'),
  1733. (38, 1186.19, -1384.67, 13.0855, -1, -1, 81.1, 0, 0, 'Payphone (Market A-3)'),
  1734. (39, 1139.86, -1582.28, 13.1194, -1, -1, 138.4, 0, 0, 'Payphone (Verona Beach B-2)'),
  1735. (40, 819.916, -1754.37, 13.1451, -1, -1, -90, 0, 0, 'Payphone (Marina A-1)'),
  1736. (41, 810.248, -1356.55, 13.1368, -1, -1, 179.7, 0, 0, 'Payphone (Market A-1)'),
  1737. (42, 599.661, -1244.86, 17.8908, -1, -1, -162.9, 0, 0, 'Payphone (Rodeo D-2)'),
  1738. (43, 523.456, -1510.34, 14.257, -1, -1, 87.5, 0, 0, 'Payphone (Rodeo C-3)'),
  1739. (44, 361.552, -1763.93, 5.09955, -1, -1, -91.6, 0, 0, 'Payphone (Santa Maria Beach A-1)'),
  1740. (45, 292.548, -1473.37, 32.7399, -1, -1, 35.1, 0, 0, 'Payphone (Rodeo B-1)'),
  1741. (46, 2723.18, -2005.04, 13.0739, -1, -1, -89.6, 0, 0, 'Payphone (Playa del Seville)');
  1742.  
  1743. -- --------------------------------------------------------
  1744.  
  1745. --
  1746. -- Table structure for table `pcr`
  1747. --
  1748.  
  1749. CREATE TABLE `pcr` (
  1750. `ID` int(11) NOT NULL,
  1751. `player` varchar(24) NOT NULL,
  1752. `medic` varchar(24) NOT NULL,
  1753. `date` date NOT NULL,
  1754. `time` time NOT NULL,
  1755. `text` text NOT NULL,
  1756. `title` varchar(50) NOT NULL,
  1757. `critic` int(11) NOT NULL
  1758. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1759.  
  1760. -- --------------------------------------------------------
  1761.  
  1762. --
  1763. -- Table structure for table `pokertables`
  1764. --
  1765.  
  1766. CREATE TABLE `pokertables` (
  1767. `ID` int(11) NOT NULL,
  1768. `pokX` float NOT NULL,
  1769. `pokY` float NOT NULL,
  1770. `pokZ` float NOT NULL,
  1771. `pokRX` float NOT NULL,
  1772. `pokRY` float NOT NULL,
  1773. `pokRZ` float NOT NULL,
  1774. `pokInt` int(11) NOT NULL,
  1775. `pokVW` int(11) NOT NULL
  1776. ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
  1777.  
  1778. -- --------------------------------------------------------
  1779.  
  1780. --
  1781. -- Table structure for table `roulettetables`
  1782. --
  1783.  
  1784. CREATE TABLE `roulettetables` (
  1785. `ID` int(11) NOT NULL,
  1786. `roX` float NOT NULL,
  1787. `roY` float NOT NULL,
  1788. `roZ` float NOT NULL,
  1789. `roRX` float NOT NULL,
  1790. `roRY` float NOT NULL,
  1791. `roRZ` float NOT NULL,
  1792. `roInt` int(11) NOT NULL,
  1793. `roVW` int(11) NOT NULL
  1794. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1795.  
  1796. -- --------------------------------------------------------
  1797.  
  1798. --
  1799. -- Table structure for table `skininfo`
  1800. --
  1801.  
  1802. CREATE TABLE `skininfo` (
  1803. `ID` int(11) NOT NULL,
  1804. `Gender` int(11) NOT NULL,
  1805. `Race` int(11) NOT NULL
  1806. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1807.  
  1808. -- --------------------------------------------------------
  1809.  
  1810. --
  1811. -- Table structure for table `tickets`
  1812. --
  1813.  
  1814. CREATE TABLE `tickets` (
  1815. `ID` int(11) NOT NULL,
  1816. `player` varchar(25) NOT NULL,
  1817. `officer` varchar(25) NOT NULL,
  1818. `time` time NOT NULL,
  1819. `date` date NOT NULL,
  1820. `amount` int(11) NOT NULL,
  1821. `reason` varchar(64) NOT NULL,
  1822. `paid` int(11) NOT NULL
  1823. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1824.  
  1825. -- --------------------------------------------------------
  1826.  
  1827. --
  1828. -- Table structure for table `toys`
  1829. --
  1830.  
  1831. CREATE TABLE `toys` (
  1832. `ID` int(11) NOT NULL,
  1833. `PlayerName` varchar(30) NOT NULL,
  1834. `modelid` int(11) NOT NULL,
  1835. `bone` int(11) NOT NULL,
  1836. `OffSetX` double NOT NULL,
  1837. `OffSetY` double NOT NULL,
  1838. `OffSetZ` double NOT NULL,
  1839. `RotX` double NOT NULL,
  1840. `RotY` double NOT NULL,
  1841. `RotZ` double NOT NULL,
  1842. `ScaleX` float NOT NULL,
  1843. `ScaleY` float NOT NULL,
  1844. `ScaleZ` float NOT NULL,
  1845. `indexID` int(11) NOT NULL,
  1846. `Color` int(3) NOT NULL,
  1847. `Color2` int(3) NOT NULL,
  1848. `Equipped` int(2) NOT NULL
  1849. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1850.  
  1851. --
  1852. -- Dumping data for table `toys`
  1853. --
  1854.  
  1855. INSERT INTO `toys` (`ID`, `PlayerName`, `modelid`, `bone`, `OffSetX`, `OffSetY`, `OffSetZ`, `RotX`, `RotY`, `RotZ`, `ScaleX`, `ScaleY`, `ScaleZ`, `indexID`, `Color`, `Color2`, `Equipped`) VALUES
  1856. (1, 'Devi_Mugala', 18637, 5, 0.101, 0.009, -0.02, -95.6, 178.5, 1.2, 1, 1, 1, 0, 4, 4, 0),
  1857. (2, 'Devi_Mugala', 2036, 6, 0.349, 0.011, 0.066, -83.2, -175.7, -172, 1.19, 1.248, 1.469, 1, 2, 3, 0),
  1858. (11, 'Dachi_Grantiani', 18897, 2, 0.124, 0.009, 0.002, 94.3, 175.6, 93.1, 0.965, 0.939, 0.977, 0, 13, 13, 1);
  1859.  
  1860. -- --------------------------------------------------------
  1861.  
  1862. --
  1863. -- Table structure for table `vehiclefurn`
  1864. --
  1865.  
  1866. CREATE TABLE `vehiclefurn` (
  1867. `ID` int(11) NOT NULL,
  1868. `VID` int(11) NOT NULL,
  1869. `Model` int(11) NOT NULL,
  1870. `PosX` float NOT NULL,
  1871. `PosY` float NOT NULL,
  1872. `PosZ` float NOT NULL,
  1873. `AngX` float NOT NULL,
  1874. `AngY` float NOT NULL,
  1875. `AngZ` float NOT NULL,
  1876. `Indoor` int(2) NOT NULL,
  1877. `Layer0` int(2) NOT NULL,
  1878. `Layer1` int(2) NOT NULL,
  1879. `Layer2` int(2) NOT NULL,
  1880. `Layer3` int(2) NOT NULL,
  1881. `Layer4` int(2) NOT NULL,
  1882. `Layer5` int(2) NOT NULL,
  1883. `Layer6` int(2) NOT NULL,
  1884. `Layer7` int(2) NOT NULL,
  1885. `Layer8` int(2) NOT NULL,
  1886. `Layer9` int(2) NOT NULL,
  1887. `Layer10` int(2) NOT NULL,
  1888. `Layer11` int(2) NOT NULL,
  1889. `Layer12` int(2) NOT NULL
  1890. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  1891.  
  1892. --
  1893. -- Dumping data for table `vehiclefurn`
  1894. --
  1895.  
  1896. INSERT INTO `vehiclefurn` (`ID`, `VID`, `Model`, `PosX`, `PosY`, `PosZ`, `AngX`, `AngY`, `AngZ`, `Indoor`, `Layer0`, `Layer1`, `Layer2`, `Layer3`, `Layer4`, `Layer5`, `Layer6`, `Layer7`, `Layer8`, `Layer9`, `Layer10`, `Layer11`, `Layer12`) VALUES
  1897. (1, 498, 18652, 0.676, -0.212, -1.544, 7, 0.5, -5.244, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
  1898. (3, 498, 1138, -1.205, 1.178, -0.224, 0, 0, 87.797, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
  1899. (4, 501, 3077, -1501.45, 2512.72, 3207.65, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  1900.  
  1901. -- --------------------------------------------------------
  1902.  
  1903. --
  1904. -- Table structure for table `vehicles`
  1905. --
  1906.  
  1907. CREATE TABLE `vehicles` (
  1908. `ID` int(11) NOT NULL,
  1909. `Model` int(11) NOT NULL,
  1910. `X` float NOT NULL,
  1911. `Y` float NOT NULL,
  1912. `Z` float NOT NULL,
  1913. `Angle` float NOT NULL,
  1914. `ColorOne` int(11) NOT NULL,
  1915. `ColorTwo` int(11) NOT NULL,
  1916. `Owner` varchar(25) NOT NULL,
  1917. `ForSale` int(11) NOT NULL,
  1918. `Value` int(11) NOT NULL,
  1919. `Locked` int(11) NOT NULL,
  1920. `Fuel` int(11) NOT NULL,
  1921. `Donate` int(11) NOT NULL,
  1922. `Plate` varchar(50) NOT NULL,
  1923. `PlateV` int(11) NOT NULL,
  1924. `GPS` int(11) NOT NULL,
  1925. `Insurance` int(11) NOT NULL,
  1926. `InsuranceC` int(11) NOT NULL,
  1927. `Health` float NOT NULL,
  1928. `InvID1` int(11) NOT NULL,
  1929. `InvQ1` int(11) NOT NULL,
  1930. `InvE1` int(11) NOT NULL,
  1931. `InvID2` int(11) NOT NULL,
  1932. `InvQ2` int(11) NOT NULL,
  1933. `InvE2` int(11) NOT NULL,
  1934. `InvID3` int(11) NOT NULL,
  1935. `InvQ3` int(11) NOT NULL,
  1936. `InvE3` int(11) NOT NULL,
  1937. `InvID4` int(11) NOT NULL,
  1938. `InvQ4` int(11) NOT NULL,
  1939. `InvE4` int(11) NOT NULL,
  1940. `InvID5` int(11) NOT NULL,
  1941. `InvQ5` int(11) NOT NULL,
  1942. `InvE5` int(11) NOT NULL,
  1943. `InvID6` int(11) NOT NULL,
  1944. `InvQ6` int(11) NOT NULL,
  1945. `InvE6` int(11) NOT NULL,
  1946. `InvID7` int(11) NOT NULL,
  1947. `InvQ7` int(11) NOT NULL,
  1948. `InvE7` int(11) NOT NULL,
  1949. `InvID8` int(11) NOT NULL,
  1950. `InvQ8` int(11) NOT NULL,
  1951. `InvE8` int(11) NOT NULL,
  1952. `InvS1` int(11) NOT NULL,
  1953. `InvS2` int(11) NOT NULL,
  1954. `InvS3` int(11) NOT NULL,
  1955. `InvS4` int(11) NOT NULL,
  1956. `InvS5` int(11) NOT NULL,
  1957. `InvS6` int(11) NOT NULL,
  1958. `InvS7` int(11) NOT NULL,
  1959. `InvS8` int(11) NOT NULL,
  1960. `Mileage01` int(11) NOT NULL,
  1961. `Mileage02` int(11) NOT NULL,
  1962. `Stats1` int(11) NOT NULL,
  1963. `Stats2` int(11) NOT NULL,
  1964. `Stats3` int(11) NOT NULL,
  1965. `LockLvl` int(11) NOT NULL,
  1966. `AlarmLvl` int(11) NOT NULL,
  1967. `Mod1` int(11) NOT NULL,
  1968. `Mod2` int(11) NOT NULL,
  1969. `Mod3` int(11) NOT NULL,
  1970. `Mod4` int(11) NOT NULL,
  1971. `Mod5` int(11) NOT NULL,
  1972. `Mod6` int(11) NOT NULL,
  1973. `Mod7` int(11) NOT NULL,
  1974. `Mod8` int(11) NOT NULL,
  1975. `Mod9` int(11) NOT NULL,
  1976. `Mod10` int(11) NOT NULL,
  1977. `Mod11` int(11) NOT NULL,
  1978. `VirtualWorld` int(11) NOT NULL,
  1979. `Bomb` int(11) NOT NULL,
  1980. `PaintJob` int(1) NOT NULL,
  1981. `GBID1` int(6) NOT NULL,
  1982. `GBQ1` int(5) NOT NULL,
  1983. `GBE1` int(4) NOT NULL,
  1984. `GBID2` int(6) NOT NULL,
  1985. `GBQ2` int(5) NOT NULL,
  1986. `GBE2` int(5) NOT NULL,
  1987. `GBID3` int(6) NOT NULL,
  1988. `GBQ3` int(5) NOT NULL,
  1989. `GBE3` int(5) NOT NULL,
  1990. `GBID4` int(6) NOT NULL,
  1991. `GBQ4` int(5) NOT NULL,
  1992. `GBE4` int(5) NOT NULL,
  1993. `Materials` int(11) NOT NULL,
  1994. `Interior` int(11) NOT NULL,
  1995. `InvID0` int(11) NOT NULL,
  1996. `InvQ0` int(11) NOT NULL,
  1997. `InvE0` int(11) NOT NULL,
  1998. `GBID0` int(6) NOT NULL,
  1999. `GBQ0` int(5) NOT NULL,
  2000. `GBE0` int(4) NOT NULL,
  2001. `GBS0` int(11) NOT NULL,
  2002. `GBS1` int(11) NOT NULL,
  2003. `GBS2` int(11) NOT NULL,
  2004. `GBS3` int(11) NOT NULL,
  2005. `GBS4` int(11) NOT NULL,
  2006. `InvS0` int(11) NOT NULL,
  2007. `Impounded` int(11) NOT NULL
  2008. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  2009.  
  2010. --
  2011. -- Dumping data for table `vehicles`
  2012. --
  2013.  
  2014. INSERT INTO `vehicles` (`ID`, `Model`, `X`, `Y`, `Z`, `Angle`, `ColorOne`, `ColorTwo`, `Owner`, `ForSale`, `Value`, `Locked`, `Fuel`, `Donate`, `Plate`, `PlateV`, `GPS`, `Insurance`, `InsuranceC`, `Health`, `InvID1`, `InvQ1`, `InvE1`, `InvID2`, `InvQ2`, `InvE2`, `InvID3`, `InvQ3`, `InvE3`, `InvID4`, `InvQ4`, `InvE4`, `InvID5`, `InvQ5`, `InvE5`, `InvID6`, `InvQ6`, `InvE6`, `InvID7`, `InvQ7`, `InvE7`, `InvID8`, `InvQ8`, `InvE8`, `InvS1`, `InvS2`, `InvS3`, `InvS4`, `InvS5`, `InvS6`, `InvS7`, `InvS8`, `Mileage01`, `Mileage02`, `Stats1`, `Stats2`, `Stats3`, `LockLvl`, `AlarmLvl`, `Mod1`, `Mod2`, `Mod3`, `Mod4`, `Mod5`, `Mod6`, `Mod7`, `Mod8`, `Mod9`, `Mod10`, `Mod11`, `VirtualWorld`, `Bomb`, `PaintJob`, `GBID1`, `GBQ1`, `GBE1`, `GBID2`, `GBQ2`, `GBE2`, `GBID3`, `GBQ3`, `GBE3`, `GBID4`, `GBQ4`, `GBE4`, `Materials`, `Interior`, `InvID0`, `InvQ0`, `InvE0`, `GBID0`, `GBQ0`, `GBE0`, `GBS0`, `GBS1`, `GBS2`, `GBS3`, `GBS4`, `InvS0`, `Impounded`) VALUES
  2015. (2, 597, 2135.53, -1132.32, 25.427, 86.265, 86, 1, 'Dev_Mugala', 0, 26000, 0, 98, 0, '303053', 0, 0, 0, 0, 971.293, 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, 0, 0, 0, 0, 0, 0, 0, 2097184, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
  2016. (3, 600, 2135.53, -1132.32, 25.427, 86.265, 0, 0, 'Test_Spirti', 0, 16000, 0, 100, 0, '16292290', 0, 0, 0, 0, 15, 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, 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, 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);
  2017.  
  2018. --
  2019. -- Indexes for dumped tables
  2020. --
  2021.  
  2022. --
  2023. -- Indexes for table `accounts`
  2024. --
  2025. ALTER TABLE `accounts`
  2026. ADD PRIMARY KEY (`ID`),
  2027. ADD UNIQUE KEY `Name` (`Name`);
  2028.  
  2029. --
  2030. -- Indexes for table `adjust`
  2031. --
  2032. ALTER TABLE `adjust`
  2033. ADD PRIMARY KEY (`ID`);
  2034.  
  2035. --
  2036. -- Indexes for table `applications`
  2037. --
  2038. ALTER TABLE `applications`
  2039. ADD PRIMARY KEY (`ID`);
  2040.  
  2041. --
  2042. -- Indexes for table `articles`
  2043. --
  2044. ALTER TABLE `articles`
  2045. ADD PRIMARY KEY (`id`),
  2046. ADD UNIQUE KEY `id` (`id`),
  2047. ADD KEY `id_2` (`id`);
  2048.  
  2049. --
  2050. -- Indexes for table `bans`
  2051. --
  2052. ALTER TABLE `bans`
  2053. ADD PRIMARY KEY (`ID`);
  2054.  
  2055. --
  2056. -- Indexes for table `bizzfurn`
  2057. --
  2058. ALTER TABLE `bizzfurn`
  2059. ADD PRIMARY KEY (`ID`);
  2060.  
  2061. --
  2062. -- Indexes for table `business`
  2063. --
  2064. ALTER TABLE `business`
  2065. ADD PRIMARY KEY (`ID`);
  2066.  
  2067. --
  2068. -- Indexes for table `cctv`
  2069. --
  2070. ALTER TABLE `cctv`
  2071. ADD PRIMARY KEY (`ID`);
  2072.  
  2073. --
  2074. -- Indexes for table `chipmachines`
  2075. --
  2076. ALTER TABLE `chipmachines`
  2077. ADD PRIMARY KEY (`ID`);
  2078.  
  2079. --
  2080. -- Indexes for table `criminals`
  2081. --
  2082. ALTER TABLE `criminals`
  2083. ADD PRIMARY KEY (`ID`);
  2084.  
  2085. --
  2086. -- Indexes for table `dns`
  2087. --
  2088. ALTER TABLE `dns`
  2089. ADD PRIMARY KEY (`ID`);
  2090.  
  2091. --
  2092. -- Indexes for table `donations`
  2093. --
  2094. ALTER TABLE `donations`
  2095. ADD PRIMARY KEY (`id`);
  2096.  
  2097. --
  2098. -- Indexes for table `factions`
  2099. --
  2100. ALTER TABLE `factions`
  2101. ADD PRIMARY KEY (`ID`);
  2102.  
  2103. --
  2104. -- Indexes for table `gates`
  2105. --
  2106. ALTER TABLE `gates`
  2107. ADD PRIMARY KEY (`ID`);
  2108.  
  2109. --
  2110. -- Indexes for table `housefurn`
  2111. --
  2112. ALTER TABLE `housefurn`
  2113. ADD PRIMARY KEY (`ID`);
  2114.  
  2115. --
  2116. -- Indexes for table `houses`
  2117. --
  2118. ALTER TABLE `houses`
  2119. ADD PRIMARY KEY (`ID`);
  2120.  
  2121. --
  2122. -- Indexes for table `interiors`
  2123. --
  2124. ALTER TABLE `interiors`
  2125. ADD PRIMARY KEY (`ID`);
  2126.  
  2127. --
  2128. -- Indexes for table `logs_adminjails`
  2129. --
  2130. ALTER TABLE `logs_adminjails`
  2131. ADD PRIMARY KEY (`ID`);
  2132.  
  2133. --
  2134. -- Indexes for table `logs_application`
  2135. --
  2136. ALTER TABLE `logs_application`
  2137. ADD PRIMARY KEY (`ID`);
  2138.  
  2139. --
  2140. -- Indexes for table `logs_bans`
  2141. --
  2142. ALTER TABLE `logs_bans`
  2143. ADD PRIMARY KEY (`ID`);
  2144.  
  2145. --
  2146. -- Indexes for table `logs_cctv`
  2147. --
  2148. ALTER TABLE `logs_cctv`
  2149. ADD PRIMARY KEY (`ID`);
  2150.  
  2151. --
  2152. -- Indexes for table `logs_changeforum`
  2153. --
  2154. ALTER TABLE `logs_changeforum`
  2155. ADD PRIMARY KEY (`ID`);
  2156.  
  2157. --
  2158. -- Indexes for table `logs_changemail`
  2159. --
  2160. ALTER TABLE `logs_changemail`
  2161. ADD PRIMARY KEY (`ID`);
  2162.  
  2163. --
  2164. -- Indexes for table `logs_changename`
  2165. --
  2166. ALTER TABLE `logs_changename`
  2167. ADD PRIMARY KEY (`ID`);
  2168.  
  2169. --
  2170. -- Indexes for table `logs_kicks`
  2171. --
  2172. ALTER TABLE `logs_kicks`
  2173. ADD PRIMARY KEY (`ID`);
  2174.  
  2175. --
  2176. -- Indexes for table `logs_logingame`
  2177. --
  2178. ALTER TABLE `logs_logingame`
  2179. ADD PRIMARY KEY (`ID`);
  2180.  
  2181. --
  2182. -- Indexes for table `logs_unban`
  2183. --
  2184. ALTER TABLE `logs_unban`
  2185. ADD PRIMARY KEY (`id`);
  2186.  
  2187. --
  2188. -- Indexes for table `lottery`
  2189. --
  2190. ALTER TABLE `lottery`
  2191. ADD PRIMARY KEY (`ID`),
  2192. ADD UNIQUE KEY `ID` (`ID`);
  2193.  
  2194. --
  2195. -- Indexes for table `mapfurn`
  2196. --
  2197. ALTER TABLE `mapfurn`
  2198. ADD PRIMARY KEY (`ID`);
  2199.  
  2200. --
  2201. -- Indexes for table `pages`
  2202. --
  2203. ALTER TABLE `pages`
  2204. ADD PRIMARY KEY (`ID`),
  2205. ADD UNIQUE KEY `name` (`name`);
  2206.  
  2207. --
  2208. -- Indexes for table `payphones`
  2209. --
  2210. ALTER TABLE `payphones`
  2211. ADD PRIMARY KEY (`ID`);
  2212.  
  2213. --
  2214. -- Indexes for table `pcr`
  2215. --
  2216. ALTER TABLE `pcr`
  2217. ADD PRIMARY KEY (`ID`);
  2218.  
  2219. --
  2220. -- Indexes for table `pokertables`
  2221. --
  2222. ALTER TABLE `pokertables`
  2223. ADD PRIMARY KEY (`ID`);
  2224.  
  2225. --
  2226. -- Indexes for table `roulettetables`
  2227. --
  2228. ALTER TABLE `roulettetables`
  2229. ADD PRIMARY KEY (`ID`);
  2230.  
  2231. --
  2232. -- Indexes for table `skininfo`
  2233. --
  2234. ALTER TABLE `skininfo`
  2235. ADD PRIMARY KEY (`ID`);
  2236.  
  2237. --
  2238. -- Indexes for table `tickets`
  2239. --
  2240. ALTER TABLE `tickets`
  2241. ADD PRIMARY KEY (`ID`);
  2242.  
  2243. --
  2244. -- Indexes for table `toys`
  2245. --
  2246. ALTER TABLE `toys`
  2247. ADD PRIMARY KEY (`ID`);
  2248.  
  2249. --
  2250. -- Indexes for table `vehiclefurn`
  2251. --
  2252. ALTER TABLE `vehiclefurn`
  2253. ADD PRIMARY KEY (`ID`);
  2254.  
  2255. --
  2256. -- Indexes for table `vehicles`
  2257. --
  2258. ALTER TABLE `vehicles`
  2259. ADD PRIMARY KEY (`ID`);
  2260.  
  2261. --
  2262. -- AUTO_INCREMENT for dumped tables
  2263. --
  2264.  
  2265. --
  2266. -- AUTO_INCREMENT for table `accounts`
  2267. --
  2268. ALTER TABLE `accounts`
  2269. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
  2270. --
  2271. -- AUTO_INCREMENT for table `adjust`
  2272. --
  2273. ALTER TABLE `adjust`
  2274. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=57;
  2275. --
  2276. -- AUTO_INCREMENT for table `applications`
  2277. --
  2278. ALTER TABLE `applications`
  2279. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2280. --
  2281. -- AUTO_INCREMENT for table `articles`
  2282. --
  2283. ALTER TABLE `articles`
  2284. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  2285. --
  2286. -- AUTO_INCREMENT for table `bans`
  2287. --
  2288. ALTER TABLE `bans`
  2289. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2290. --
  2291. -- AUTO_INCREMENT for table `bizzfurn`
  2292. --
  2293. ALTER TABLE `bizzfurn`
  2294. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
  2295. --
  2296. -- AUTO_INCREMENT for table `cctv`
  2297. --
  2298. ALTER TABLE `cctv`
  2299. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;
  2300. --
  2301. -- AUTO_INCREMENT for table `chipmachines`
  2302. --
  2303. ALTER TABLE `chipmachines`
  2304. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2305. --
  2306. -- AUTO_INCREMENT for table `criminals`
  2307. --
  2308. ALTER TABLE `criminals`
  2309. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2310. --
  2311. -- AUTO_INCREMENT for table `dns`
  2312. --
  2313. ALTER TABLE `dns`
  2314. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2315. --
  2316. -- AUTO_INCREMENT for table `donations`
  2317. --
  2318. ALTER TABLE `donations`
  2319. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
  2320. --
  2321. -- AUTO_INCREMENT for table `gates`
  2322. --
  2323. ALTER TABLE `gates`
  2324. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
  2325. --
  2326. -- AUTO_INCREMENT for table `housefurn`
  2327. --
  2328. ALTER TABLE `housefurn`
  2329. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2330. --
  2331. -- AUTO_INCREMENT for table `logs_adminjails`
  2332. --
  2333. ALTER TABLE `logs_adminjails`
  2334. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
  2335. --
  2336. -- AUTO_INCREMENT for table `logs_application`
  2337. --
  2338. ALTER TABLE `logs_application`
  2339. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2340. --
  2341. -- AUTO_INCREMENT for table `logs_bans`
  2342. --
  2343. ALTER TABLE `logs_bans`
  2344. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2345. --
  2346. -- AUTO_INCREMENT for table `logs_cctv`
  2347. --
  2348. ALTER TABLE `logs_cctv`
  2349. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;
  2350. --
  2351. -- AUTO_INCREMENT for table `logs_changeforum`
  2352. --
  2353. ALTER TABLE `logs_changeforum`
  2354. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2355. --
  2356. -- AUTO_INCREMENT for table `logs_changemail`
  2357. --
  2358. ALTER TABLE `logs_changemail`
  2359. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2360. --
  2361. -- AUTO_INCREMENT for table `logs_changename`
  2362. --
  2363. ALTER TABLE `logs_changename`
  2364. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2365. --
  2366. -- AUTO_INCREMENT for table `logs_kicks`
  2367. --
  2368. ALTER TABLE `logs_kicks`
  2369. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
  2370. --
  2371. -- AUTO_INCREMENT for table `logs_logingame`
  2372. --
  2373. ALTER TABLE `logs_logingame`
  2374. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=259;
  2375. --
  2376. -- AUTO_INCREMENT for table `lottery`
  2377. --
  2378. ALTER TABLE `lottery`
  2379. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2380. --
  2381. -- AUTO_INCREMENT for table `mapfurn`
  2382. --
  2383. ALTER TABLE `mapfurn`
  2384. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
  2385. --
  2386. -- AUTO_INCREMENT for table `pages`
  2387. --
  2388. ALTER TABLE `pages`
  2389. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2390. --
  2391. -- AUTO_INCREMENT for table `payphones`
  2392. --
  2393. ALTER TABLE `payphones`
  2394. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=50;
  2395. --
  2396. -- AUTO_INCREMENT for table `pcr`
  2397. --
  2398. ALTER TABLE `pcr`
  2399. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2400. --
  2401. -- AUTO_INCREMENT for table `pokertables`
  2402. --
  2403. ALTER TABLE `pokertables`
  2404. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2405. --
  2406. -- AUTO_INCREMENT for table `roulettetables`
  2407. --
  2408. ALTER TABLE `roulettetables`
  2409. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2410. --
  2411. -- AUTO_INCREMENT for table `tickets`
  2412. --
  2413. ALTER TABLE `tickets`
  2414. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
  2415. --
  2416. -- AUTO_INCREMENT for table `toys`
  2417. --
  2418. ALTER TABLE `toys`
  2419. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;
  2420. --
  2421. -- AUTO_INCREMENT for table `vehiclefurn`
  2422. --
  2423. ALTER TABLE `vehiclefurn`
  2424. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
  2425. --
  2426. -- AUTO_INCREMENT for table `vehicles`
  2427. --
  2428. ALTER TABLE `vehicles`
  2429. MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
  2430. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  2431. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  2432. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement