Guest User

Untitled

a guest
Apr 10th, 2015
2,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 304.74 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.2.11
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: 127.0.0.1
  6. -- Generation Time: 11-Abr-2015 às 00:09
  7. -- Versão do servidor: 5.6.21
  8. -- PHP Version: 5.6.3
  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 utf8 */;
  18.  
  19. --
  20. -- Database: `pulse`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Estrutura da tabela `admcount`
  27. --
  28.  
  29. CREATE TABLE IF NOT EXISTS `admcount` (
  30. `id` bigint(255) NOT NULL,
  31. `username` varchar(255) NOT NULL,
  32. `password` varchar(255) NOT NULL,
  33. `email` varchar(999) NOT NULL
  34. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
  35.  
  36. --
  37. -- Extraindo dados da tabela `admcount`
  38. --
  39.  
  40. INSERT INTO `admcount` (`id`, `username`, `password`, `email`) VALUES
  41. (1, 'nomedeusuario', 'senha', 'a@hotmail.com');
  42.  
  43. -- --------------------------------------------------------
  44.  
  45. --
  46. -- Estrutura da tabela `badge`
  47. --
  48.  
  49. CREATE TABLE IF NOT EXISTS `badge` (
  50. `id` varchar(255) NOT NULL,
  51. `chatid` varchar(255) NOT NULL,
  52. `Test` varchar(255) DEFAULT NULL
  53. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  54.  
  55. -- --------------------------------------------------------
  56.  
  57. --
  58. -- Estrutura da tabela `bans`
  59. --
  60.  
  61. CREATE TABLE IF NOT EXISTS `bans` (
  62. `index` int(255) NOT NULL,
  63. `chatid` int(11) NOT NULL,
  64. `userid` varchar(255) NOT NULL,
  65. `unbandate` bigint(255) NOT NULL,
  66. `ip` varchar(15) NOT NULL,
  67. `type` text NOT NULL
  68. ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;
  69.  
  70. -- --------------------------------------------------------
  71.  
  72. --
  73. -- Estrutura da tabela `bots`
  74. --
  75.  
  76. CREATE TABLE IF NOT EXISTS `bots` (
  77. `username` varchar(225) NOT NULL,
  78. `password` varchar(225) NOT NULL,
  79. `id` int(11) NOT NULL,
  80. `name` varchar(225) NOT NULL,
  81. `avatar` varchar(255) NOT NULL,
  82. `homepage` varchar(225) NOT NULL,
  83. `ticklemsg` varchar(225) NOT NULL,
  84. `autoguest` enum('0','1') DEFAULT NULL,
  85. `automember` enum('0','1') NOT NULL,
  86. `autowelcome` varchar(225) NOT NULL,
  87. `botpion` enum('1','0') NOT NULL,
  88. `admins` varchar(225) NOT NULL,
  89. `room` varchar(255) NOT NULL
  90. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  91.  
  92. --
  93. -- Extraindo dados da tabela `bots`
  94. --
  95.  
  96. INSERT INTO `bots` (`username`, `password`, `id`, `name`, `avatar`, `homepage`, `ticklemsg`, `autoguest`, `automember`, `autowelcome`, `botpion`, `admins`, `room`) VALUES
  97. ('SkyBot', '88945210', 801, 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'http://img211.imageshack.us/img211/5433/2n9o.png', '', 'Sem Clicar!! (d)', '0', '1', 'Bem Vindo Ao [Super iXaat] - [user]!', '1', '["69","1"]', 'Lobby'),
  98. ('skybot2', '88945210', 1000, 'j૯૨૨y (glow#0aefff#fff2f5) (hat#r) (glow#0aefff#fff2f5)', 'http://img211.imageshack.us/img211/5433/2n9o.png', '', 'Sem clica fdp (D)', '0', '1', 'Bem Vindos Ao [SkyXaat] - [user]!', '1', '["69","1"]', 'Lobby');
  99.  
  100. -- --------------------------------------------------------
  101.  
  102. --
  103. -- Estrutura da tabela `chats`
  104. --
  105.  
  106. CREATE TABLE IF NOT EXISTS `chats` (
  107. `id` int(255) NOT NULL,
  108. `name` varchar(255) NOT NULL,
  109. `bg` varchar(255) NOT NULL,
  110. `promo` enum('0','1') NOT NULL,
  111. `desc` varchar(255) NOT NULL,
  112. `outter` text NOT NULL,
  113. `sc` longtext NOT NULL COMMENT 'scroller message',
  114. `ch` int(11) NOT NULL DEFAULT '0',
  115. `email` varchar(255) NOT NULL,
  116. `radio` varchar(255) NOT NULL COMMENT 'radio ip',
  117. `pass` varchar(255) NOT NULL,
  118. `senhachat` varchar(255) NOT NULL,
  119. `css` longtext NOT NULL,
  120. `button` text NOT NULL,
  121. `attached` text NOT NULL,
  122. `pool` varchar(255) DEFAULT '0 0 1 2',
  123. `promoted` int(255) NOT NULL,
  124. `bad` varchar(255) DEFAULT 'porra,merda,caralho,puta',
  125. `announce` varchar(255) DEFAULT 'Welcome to group!',
  126. `rankpool` varchar(100) NOT NULL DEFAULT 'StaffZone',
  127. `staffpool` varchar(100) NOT NULL DEFAULT 'Rankpool',
  128. `banned` varchar(100) NOT NULL DEFAULT 'Banned',
  129. `pools` varchar(255) DEFAULT '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}',
  130. `link` varchar(255) DEFAULT 'izerang,XXXXX,ixat,ZZZZZ',
  131. `gline` varchar(255) DEFAULT '',
  132. `gback` varchar(255) DEFAULT '',
  133. `blastban` int(11) NOT NULL DEFAULT '1',
  134. `blastde` int(11) NOT NULL DEFAULT '1',
  135. `blastpro` int(11) NOT NULL DEFAULT '1',
  136. `blastkick` int(11) NOT NULL DEFAULT '1',
  137. `hflix` varchar(255) NOT NULL,
  138. `botid` int(11) NOT NULL
  139. ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1;
  140.  
  141. --
  142. -- Extraindo dados da tabela `chats`
  143. --
  144.  
  145. INSERT INTO `chats` (`id`, `name`, `bg`, `promo`, `desc`, `outter`, `sc`, `ch`, `email`, `radio`, `pass`, `senhachat`, `css`, `button`, `attached`, `pool`, `promoted`, `bad`, `announce`, `rankpool`, `staffpool`, `banned`, `pools`, `link`, `gline`, `gback`, `blastban`, `blastde`, `blastpro`, `blastkick`, `hflix`, `botid`) VALUES
  146. (1, 'Lobby', 'http://i58.tinypic.com/330ba1e.png', '0', 'Principal', 'http://i59.tinypic.com/2q8d4pu', '', 0, 'admin@xat.com', 'http://relay.181.fm:8128/', '7ac85ce3408fe366da99f66c7b31aba7ZUQyF7YYb5uLwp7e378b2eed20ea503a26436975b47f481a75a126b0cda7a93bf460522596f97c92341922994d5f64c9f25fa14b5167121', '', '', '#050DFF', '', '', 1, 'merda,caralho,porra', 'Bem Vindos Ao [Super iXaat]', 'Principal', 'Staff', 'Banido', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', 'un,crs,goo,candyeat,gloomy,chew,fedup,nme,redface,um,smirk2,smirk', 'glitterfx', 4, 4, 4, 4, '', 801),
  147. (2, 'Trade', 'http://i1222.photobucket.com/albums/dd481/sajidshamim/20qi939.png', '0', 'Safe Trading of Xats, Days, and Powers', 'http://i57.tinypic.com/e7iate.jpg', '', 0, 'bot@xat.com', 'http://relay.181.fm:8128/', '626356b2b43e2d7b5a54d1ca0825e95cAGCHNS3Zq0MRzfB878a16030b8122106a417917d422843dd3483bfa92cdf04068a22c045f16c64b360f61073e4723abff4eabb615016c24', '', '', '#2E9AFE', '', '0 0 1 2', 0, 'porra,merda,caralho,puta', '(Announce)', 'Staff', '(staffpool)', '(Banpool)', ' {''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2} ', 'izerang,XXXXX,ixat,ZZZZZ', '(Gline)', '(Gback)', 1, 1, 1, 1, '', 1000),
  148. (16, 'Cambio', 'http://i1068.photobucket.com/albums/u460/DesignXAT/3df66b29.png', '0', 'Bem - Vindos Ao Xat Cambio', 'http://i1068.photobucket.com/albums/u460/DesignXAT/3df66b29.png', '', 0, 'Trade@gmail.com', '', '25d025de5fbe49eccf321db24e21eb3726c3ecd0nwgsdY0vVA86a75a4bcaccebd0eef167387493d6545ed5262f41f3dbfd5bd5aebc17e3f5703a0ebe2cf2da98b79fed4c43', 'ruanlaerth', '', '#FF00FF', '', '0 0 1 2', 0, 'porra,merda,caralho,puta', '(Announce)', 'StaffZone', '(staffpool)', '(Banpool)', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', 'izerang,XXXXX,ixat,ZZZZZ', '(Gline)', '(Gback)', 1, 1, 1, 1, '', 0);
  149.  
  150. -- --------------------------------------------------------
  151.  
  152. --
  153. -- Estrutura da tabela `chat_powers`
  154. --
  155.  
  156. CREATE TABLE IF NOT EXISTS `chat_powers` (
  157. `id` int(11) NOT NULL,
  158. `chat` varchar(200) NOT NULL,
  159. `usuario` int(11) NOT NULL,
  160. `power` int(11) NOT NULL
  161. ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;
  162.  
  163. --
  164. -- Extraindo dados da tabela `chat_powers`
  165. --
  166.  
  167. INSERT INTO `chat_powers` (`id`, `chat`, `usuario`, `power`) VALUES
  168. (1, 'Lobby', 1, 114),
  169. (2, 'Lobby', 1, 126),
  170. (3, 'Lobby', 1, 112),
  171. (4, 'Lobby', 1, 150),
  172. (5, 'Lobby', 1, 74),
  173. (6, 'Lobby', 1, 130),
  174. (7, 'MuExperience', 812, 150),
  175. (8, 'Ajuda', 865, 150),
  176. (9, 'Ajuda', 865, 114),
  177. (10, 'Ajuda', 865, 126),
  178. (11, 'Lobby', 867, 192),
  179. (12, 'Lobby', 867, 194),
  180. (13, 'Lobby', 867, 200),
  181. (14, 'Lobby', 867, 188),
  182. (15, 'Lobby', 867, 224),
  183. (16, 'Lobby', 867, 246),
  184. (17, 'Lobby', 867, 256),
  185. (18, 'Legendarios', 900, 192),
  186. (19, 'Trade', 1, 150);
  187.  
  188. -- --------------------------------------------------------
  189.  
  190. --
  191. -- Estrutura da tabela `group_powers`
  192. --
  193.  
  194. CREATE TABLE IF NOT EXISTS `group_powers` (
  195. `group` varchar(255) NOT NULL,
  196. `power` int(255) NOT NULL DEFAULT '0',
  197. `assignedBy` int(255) NOT NULL
  198. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  199.  
  200. -- --------------------------------------------------------
  201.  
  202. --
  203. -- Estrutura da tabela `messages`
  204. --
  205.  
  206. CREATE TABLE IF NOT EXISTS `messages` (
  207. `mid` int(11) NOT NULL,
  208. `visible` int(1) NOT NULL DEFAULT '1',
  209. `id` varchar(255) NOT NULL,
  210. `uid` varchar(255) NOT NULL,
  211. `message` varchar(255) NOT NULL,
  212. `name` varchar(255) NOT NULL,
  213. `registered` varchar(255) NOT NULL,
  214. `avatar` varchar(255) NOT NULL,
  215. `time` varchar(255) NOT NULL,
  216. `pool` int(255) NOT NULL
  217. ) ENGINE=InnoDB AUTO_INCREMENT=5635 DEFAULT CHARSET=utf8;
  218.  
  219. --
  220. -- Extraindo dados da tabela `messages`
  221. --
  222.  
  223. INSERT INTO `messages` (`mid`, `visible`, `id`, `uid`, `message`, `name`, `registered`, `avatar`, `time`, `pool`) VALUES
  224. (115, 1, '18', '840', 'porque levei reset', 'Faizec', 'Faizec', '361', '1425328923', 0),
  225. (379, 1, '19', '865', ' (bot) ', 'newbruno', 'newbruno', '1555', '1425334391', 0),
  226. (382, 1, '19', '865', ' (rankpool) ', 'newbruno', 'newbruno', '1555', '1425334402', 0),
  227. (385, 1, '19', '865', ' (banpool) ', 'newbruno', 'newbruno', '1555', '1425334415', 0),
  228. (537, 1, '19', '866', ':/', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335379', 0),
  229. (541, 1, '19', '866', ' ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335504', 0),
  230. (542, 1, '19', '866', ' (hat#) ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335512', 0),
  231. (579, 1, '19', '866', ' (bot1#) :d ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335798', 0),
  232. (582, 1, '19', '866', ' :p ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335833', 0),
  233. (583, 1, '19', '865', 'kk', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425335904', 0),
  234. (584, 1, '19', '865', '''-''', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425335908', 0),
  235. (586, 1, '19', '865', '!botpion', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425335918', 0),
  236. (587, 1, '19', '866', '!boton', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335930', 0),
  237. (588, 1, '19', '866', ' ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335934', 0),
  238. (590, 1, '19', '867', 'perae', 'EveerLaasT', 'EveerLaasT', '350', '1425335948', 0),
  239. (591, 1, '19', '866', 'oq ?', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335968', 0),
  240. (592, 1, '19', '866', ' (cool) ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425335979', 0),
  241. (596, 1, '19', '865', 'dingonbel', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425336093', 0),
  242. (597, 1, '19', '865', ' (bot) ', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425336097', 0),
  243. (598, 1, '19', '866', ' (dingonbel#) ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336107', 0),
  244. (599, 1, '19', '866', ' (maniac#Anime#manga#) ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336113', 0),
  245. (600, 1, '19', '865', ' (dinconbel) ', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425336120', 0),
  246. (601, 1, '19', '865', ' (dingonbel) ', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425336127', 0),
  247. (602, 1, '19', '866', ' (bot#) ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336134', 0),
  248. (603, 1, '19', '865', ' (bot3) ', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425336140', 0),
  249. (604, 1, '19', '867', 'pera', 'EveerLaasT', 'EveerLaasT', '350', '1425336144', 0),
  250. (605, 0, '19', '867', 'axo q vai da', 'EveerLaasT', 'EveerLaasT', '350', '1425336149', 0),
  251. (606, 0, '19', '866', ' ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336154', 0),
  252. (607, 0, '19', '867', 'tem como cria mais de uma conta aki?', 'EveerLaasT', 'EveerLaasT', '350', '1425336183', 0),
  253. (608, 0, '19', '867', 'no xat', 'EveerLaasT', 'EveerLaasT', '350', '1425336187', 0),
  254. (609, 0, '19', '866', 'pq?', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336190', 0),
  255. (610, 0, '19', '866', 'Deve ter', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336194', 0),
  256. (611, 0, '19', '867', 'pra cria a conta do bot', 'EveerLaasT', 'EveerLaasT', '350', '1425336200', 0),
  257. (612, 0, '19', '867', 'ja venho', 'EveerLaasT', 'EveerLaasT', '350', '1425336224', 0),
  258. (626, 0, '19', '865', ' (gold) ', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425336487', 0),
  259. (629, 0, '19', '866', ' (gold#) ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336545', 0),
  260. (630, 0, '19', '865', ' :o ', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425336596', 0),
  261. (632, 0, '19', '866', '?', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336672', 0),
  262. (633, 0, '19', '866', 'Vai ai', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336754', 0),
  263. (634, 0, '19', '866', 'http://skyxaat.no-ip.biz:8090/Ajudante (cool) ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336761', 0),
  264. (638, 0, '19', '866', ' |-) ', 'Elias™(1487815441)®(hat#t#428eff)(hat#hb)', 'Elias', 'http://i.imgur.com/pS3FCcr.png', '1425336903', 0),
  265. (642, 1, '20', '865', 'k', 'Trade(glow#000000#b)(hat#t#000000)(glow#000000#r)(text#pink#red)', 'newbruno', '1555', '1425336954', 0),
  266. (1899, 1, '16', '900', ' (xavi) ', 'godmaster2000', 'godmaster2000', '153', '1425438735', 0),
  267. (1900, 1, '22', '900', ' (cool) ', 'godmaster2000', 'godmaster2000', '153', '1425438843', 0),
  268. (1901, 1, '22', '900', ' (darts) ', 'godmaster2000', 'godmaster2000', '153', '1425438869', 0),
  269. (1902, 1, '22', '900', ' (zwhack) ', 'godmaster2000', 'godmaster2000', '153', '1425438876', 0),
  270. (1903, 1, '22', '900', ' (spacewar) ', 'godmaster2000', 'godmaster2000', '153', '1425438884', 0),
  271. (1904, 1, '22', '900', ' (matchrace) ', 'godmaster2000', 'godmaster2000', '153', '1425438888', 0),
  272. (3201, 1, '2', '1', '/clear', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515396', 0),
  273. (3202, 1, '2', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515408', 0),
  274. (3203, 1, '2', '1', '''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515408', 0),
  275. (3204, 1, '2', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515409', 0),
  276. (3205, 1, '2', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515418', 0),
  277. (3206, 1, '2', '1', '/getmain', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515419', 0),
  278. (3207, 1, '2', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515420', 0),
  279. (3208, 1, '2', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515421', 0),
  280. (3209, 1, '2', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)', 'guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428515423', 0),
  281. (5126, 1, '1', '1', '/clear', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428686807', 0),
  282. (5127, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687034', 0),
  283. (5128, 1, '1', '1', 'tuts tuts', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687036', 0),
  284. (5129, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687036', 0),
  285. (5130, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687037', 0),
  286. (5131, 1, '1', '1', '/away', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687038', 0),
  287. (5132, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687039', 0),
  288. (5133, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687041', 0),
  289. (5134, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687042', 0),
  290. (5135, 1, '1', '42', '??', 'Gabriel', 'Gabriel', '000', '1428687045', 0),
  291. (5136, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687046', 0),
  292. (5137, 1, '1', '1', '?', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687048', 0),
  293. (5138, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687049', 0),
  294. (5139, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687097', 0),
  295. (5140, 1, '1', '1', ' (GUM###KFOX#RBR) (gum) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687102', 0),
  296. (5141, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687103', 0),
  297. (5142, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687105', 0),
  298. (5143, 1, '1', '1', '!test gum', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687107', 0),
  299. (5144, 1, '1', '801', '(gum) ', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428687107', 0),
  300. (5145, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687108', 0),
  301. (5146, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687112', 0),
  302. (5147, 1, '1', '1', '''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687113', 0),
  303. (5148, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687114', 0),
  304. (5149, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687165', 0),
  305. (5150, 1, '1', '42', 'kk', 'Gabriel', 'Gabriel', '000', '1428687165', 0),
  306. (5151, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687166', 0),
  307. (5152, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687199', 0),
  308. (5153, 1, '1', '1', 'nada para fazer (gloomy) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687203', 0),
  309. (5154, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687204', 0),
  310. (5155, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687206', 0),
  311. (5156, 1, '1', '1', 'ne bot.-.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687208', 0),
  312. (5157, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687208', 0),
  313. (5158, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687211', 0),
  314. (5159, 1, '1', '1', '/sayadm é', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687212', 0),
  315. (5160, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687212', 0),
  316. (5161, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687213', 0),
  317. (5162, 1, '1', '1', '!sayadm é', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687214', 0),
  318. (5163, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687214', 0),
  319. (5164, 1, '1', '801', 'é', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428687214', 0),
  320. (5165, 1, '1', '1', 'concorda?', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687228', 0),
  321. (5166, 1, '1', '801', 's', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428687231', 0),
  322. (5167, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687234', 0),
  323. (5168, 1, '1', '1', 'hm', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687234', 0),
  324. (5169, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687235', 0),
  325. (5170, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687261', 0),
  326. (5171, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687262', 0),
  327. (5172, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687264', 0),
  328. (5173, 1, '1', '42', 'mano vou sair', 'Gabriel', 'Gabriel', '000', '1428687266', 0),
  329. (5174, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687266', 0),
  330. (5175, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687270', 0),
  331. (5176, 1, '1', '1', ':c ok', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687271', 0),
  332. (5177, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687271', 0),
  333. (5178, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687277', 0),
  334. (5179, 1, '1', '42', 'flw', 'Gabriel', 'Gabriel', '000', '1428687279', 0),
  335. (5180, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687279', 0),
  336. (5181, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687281', 0),
  337. (5182, 1, '1', '1', 'flw', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687281', 0),
  338. (5183, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687281', 0),
  339. (5184, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687389', 0),
  340. (5185, 1, '1', '1', 'etetetetetetetettreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687396', 0),
  341. (5186, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687397', 0),
  342. (5187, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687399', 0),
  343. (5188, 1, '1', '1', 'rr', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687399', 0),
  344. (5189, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687400', 0),
  345. (5190, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687402', 0),
  346. (5191, 1, '1', '1', ' :d ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687402', 0),
  347. (5192, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687402', 0),
  348. (5193, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687404', 0),
  349. (5194, 1, '1', '1', ':c', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687404', 0),
  350. (5195, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687404', 0),
  351. (5196, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687406', 0),
  352. (5197, 1, '1', '1', ' ;) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687407', 0),
  353. (5198, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687407', 0),
  354. (5199, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687409', 0),
  355. (5200, 1, '1', '1', ' :o ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687409', 0),
  356. (5201, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687410', 0),
  357. (5202, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687410', 0),
  358. (5203, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687411', 0),
  359. (5204, 1, '1', '1', ' :d ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687411', 0),
  360. (5205, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687412', 0),
  361. (5206, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687413', 0),
  362. (5207, 1, '1', '1', ' :@ ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687413', 0),
  363. (5208, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687414', 0),
  364. (5209, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687415', 0),
  365. (5210, 1, '1', '1', ' :) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687415', 0),
  366. (5211, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687415', 0),
  367. (5212, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687416', 0),
  368. (5213, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687417', 0),
  369. (5214, 1, '1', '1', ' :( ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687417', 0),
  370. (5215, 1, '1', '1', ') ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687419', 0),
  371. (5216, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687420', 0),
  372. (5217, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687421', 0),
  373. (5218, 1, '1', '1', '.l.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687422', 0),
  374. (5219, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687422', 0),
  375. (5220, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687422', 0),
  376. (5221, 1, '1', '1', ' (penis) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687424', 0),
  377. (5222, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687424', 0),
  378. (5223, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687425', 0),
  379. (5224, 1, '1', '1', '''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687426', 0),
  380. (5225, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687426', 0),
  381. (5226, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687427', 0),
  382. (5227, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687428', 0),
  383. (5228, 1, '1', '1', 'ff f', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687428', 0),
  384. (5229, 1, '1', '1', 'f', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687430', 0),
  385. (5230, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687431', 0),
  386. (5231, 1, '1', '1', 'voltou? ''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687435', 0),
  387. (5232, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687436', 0),
  388. (5233, 1, '1', '1', '/d5221', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687471', 0),
  389. (5234, 1, '1', '1', '/d5218', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687472', 0),
  390. (5235, 1, '1', '1', '/d5224', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687474', 0),
  391. (5236, 1, '1', '1', '/d5228', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687474', 0),
  392. (5237, 1, '1', '1', '/d5229', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687476', 0),
  393. (5238, 1, '1', '1', '/d5231', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687479', 0),
  394. (5239, 1, '1', '1', ' (smirk2) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687492', 0),
  395. (5240, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687502', 0),
  396. (5241, 1, '1', '42', 'ss', 'Gabriel', 'Gabriel', '000', '1428687502', 0),
  397. (5242, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687504', 0),
  398. (5243, 1, '1', '42', 'kkk', 'Gabriel', 'Gabriel', '000', '1428687504', 0),
  399. (5244, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687512', 0),
  400. (5245, 1, '1', '1', 'voltou pra ficar? (goo) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687516', 0),
  401. (5246, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687517', 0),
  402. (5247, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687523', 0),
  403. (5248, 1, '1', '42', 'vou ficar mais algum tmepo', 'Gabriel', 'Gabriel', '000', '1428687529', 0),
  404. (5249, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687530', 0),
  405. (5250, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687532', 0),
  406. (5251, 1, '1', '1', ' :d ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687533', 0),
  407. (5252, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687534', 0),
  408. (5253, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687563', 0),
  409. (5254, 1, '1', '1', 'bottt', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687563', 0),
  410. (5255, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687563', 0),
  411. (5256, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687566', 0),
  412. (5257, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687566', 0),
  413. (5258, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428687566', 0),
  414. (5259, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687567', 0),
  415. (5260, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687583', 0),
  416. (5261, 1, '1', '1', 'jerry', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687584', 0),
  417. (5262, 1, '1', '801', 'me chamou? (smirk2)', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428687584', 0),
  418. (5263, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687584', 0),
  419. (5264, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687589', 0),
  420. (5265, 1, '1', '42', 'aff antenor entra logo', 'Gabriel', 'Gabriel', '000', '1428687597', 0),
  421. (5266, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687597', 0),
  422. (5267, 1, '1', '1', ':c', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687629', 0),
  423. (5268, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687636', 0),
  424. (5269, 1, '1', '1', 'acho que vou dvg meu ixat :c', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687641', 0),
  425. (5270, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687642', 0),
  426. (5271, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687677', 0),
  427. (5272, 1, '1', '42', 'vc nao cosnegue arrumar nao?', 'Gabriel', 'Gabriel', '000', '1428687681', 0),
  428. (5273, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687681', 0),
  429. (5274, 1, '1', '1', 'n', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687705', 0),
  430. (5275, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687709', 0),
  431. (5276, 1, '1', '42', 'pow', 'Gabriel', 'Gabriel', '000', '1428687710', 0),
  432. (5277, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687710', 0),
  433. (5278, 1, '1', '1', '?', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687772', 0),
  434. (5279, 1, '1', '42', '/RTypeOn', 'Gabriel', 'Gabriel', '000', '1428687783', 0),
  435. (5280, 1, '1', '42', 'nada', 'Gabriel', 'Gabriel', '000', '1428687784', 0),
  436. (5281, 1, '1', '42', '/RTypeOff', 'Gabriel', 'Gabriel', '000', '1428687784', 0),
  437. (5282, 1, '1', '1', ' (crs) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687806', 0),
  438. (5283, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428687816', 0),
  439. (5284, 1, '1', '42', 'kkk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428687817', 0),
  440. (5285, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428687817', 0),
  441. (5286, 1, '1', '1', 'ui', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687825', 0),
  442. (5287, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687825', 0),
  443. (5288, 1, '1', '1', 'lindeza :$ ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687828', 0),
  444. (5289, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687828', 0),
  445. (5290, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687851', 0),
  446. (5291, 1, '1', '1', ' (hglow#r', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687854', 0),
  447. (5292, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687855', 0),
  448. (5293, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687884', 0),
  449. (5294, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687890', 0),
  450. (5295, 1, '1', '42', 'kkk azul com amarelo ficou top', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687891', 0),
  451. (5296, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687895', 0),
  452. (5297, 1, '1', '1', 'kkk vdd', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687896', 0),
  453. (5298, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687897', 0),
  454. (5299, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687899', 0),
  455. (5300, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687903', 0),
  456. (5301, 1, '1', '42', 'aff pq fica aparecendo codigo ainda?', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687910', 0),
  457. (5302, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687911', 0),
  458. (5303, 1, '1', '1', 'mas no seu nick ta aparecendo o codigo :c', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687912', 0),
  459. (5304, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687912', 0),
  460. (5305, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687915', 0),
  461. (5306, 1, '1', '1', 've se vc nao pois 2', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687920', 0);
  462. INSERT INTO `messages` (`mid`, `visible`, `id`, `uid`, `message`, `name`, `registered`, `avatar`, `time`, `pool`) VALUES
  463. (5307, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687921', 0),
  464. (5308, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687935', 0),
  465. (5309, 1, '1', '805', ' (crs) ', 'Brunoxd', 'Brunoxd', '418', '1428687937', 0),
  466. (5310, 1, '1', '1', '2 codigo :c', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687937', 0),
  467. (5311, 1, '1', '42', 'ñ', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687937', 0),
  468. (5312, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687938', 0),
  469. (5313, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687940', 0),
  470. (5314, 1, '1', '42', 'nao pus ''-''', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687942', 0),
  471. (5315, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687945', 0),
  472. (5316, 1, '1', '1', 'da f5', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687946', 0),
  473. (5317, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687946', 0),
  474. (5318, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687946', 0),
  475. (5319, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687947', 0),
  476. (5320, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687947', 0),
  477. (5321, 1, '1', '42', 'ok', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687948', 0),
  478. (5322, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428687948', 0),
  479. (5323, 1, '1', '1', '''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#r)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428687948', 0),
  480. (5324, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688064', 0),
  481. (5325, 1, '1', '42', 'aff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688066', 0),
  482. (5326, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688066', 0),
  483. (5327, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688069', 0),
  484. (5328, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688070', 0),
  485. (5329, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688072', 0),
  486. (5330, 1, '1', '1', 'no meu aparece?', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688074', 0),
  487. (5331, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688075', 0),
  488. (5332, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688080', 0),
  489. (5333, 1, '1', '42', 'ñ', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688081', 0),
  490. (5334, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688081', 0),
  491. (5335, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688084', 0),
  492. (5336, 1, '1', '1', 't', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#bg)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688098', 0),
  493. (5337, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#bg)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688099', 0),
  494. (5338, 1, '1', '1', 'ue ''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#bg)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688100', 0),
  495. (5339, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#bg)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688100', 0),
  496. (5340, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#bg)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688102', 0),
  497. (5341, 1, '1', '1', 'seu nick nao tem muito codigo?', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#bg)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688106', 0),
  498. (5342, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)(hglow#bg)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688106', 0),
  499. (5343, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688127', 0),
  500. (5344, 1, '1', '1', 'coloca o codigo antes do seu nome', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688131', 0),
  501. (5345, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688131', 0),
  502. (5346, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688148', 0),
  503. (5347, 1, '1', '42', 'ok', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688148', 0),
  504. (5348, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688149', 0),
  505. (5349, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688152', 0),
  506. (5350, 1, '1', '1', 'ou tira o codigo e coloca dnv .-.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688160', 0),
  507. (5351, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688160', 0),
  508. (5352, 1, '1', '805', 'Flw ae', 'Brunoxd', 'Brunoxd', '418', '1428688174', 0),
  509. (5353, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688183', 0),
  510. (5354, 1, '1', '1', 'flw', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688183', 0),
  511. (5355, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688183', 0),
  512. (5356, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688185', 0),
  513. (5357, 1, '1', '805', ' (D) ', 'Brunoxd', 'Brunoxd', '418', '1428688189', 0),
  514. (5358, 1, '1', '1', 'ja sei gabriel, compra pawnglow', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688190', 0),
  515. (5359, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688190', 0),
  516. (5360, 1, '1', '42', 'vou ficar sem q é melhor kkk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428688191', 0),
  517. (5361, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428688196', 0),
  518. (5362, 1, '1', '42', 'opa ta block lembrei', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428688204', 0),
  519. (5363, 1, '1', '42', 'eu desativei kk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428688207', 0),
  520. (5364, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688207', 0),
  521. (5365, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428688207', 0),
  522. (5366, 1, '1', '1', '''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688208', 0),
  523. (5367, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688208', 0),
  524. (5368, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688209', 0),
  525. (5369, 1, '1', '1', 'kkkk', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688210', 0),
  526. (5370, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688210', 0),
  527. (5371, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688213', 0),
  528. (5372, 1, '1', '1', 'por isso ''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688214', 0),
  529. (5373, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688215', 0),
  530. (5374, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688225', 0),
  531. (5375, 1, '1', '1', 'aee', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688225', 0),
  532. (5376, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688225', 0),
  533. (5377, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688226', 0),
  534. (5378, 1, '1', '1', 'antenor ta on', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688227', 0),
  535. (5379, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688227', 0),
  536. (5380, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428688286', 0),
  537. (5381, 1, '1', '42', 'aew', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428688286', 0),
  538. (5382, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)', 'Gabriel', '000', '1428688287', 0),
  539. (5383, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688306', 0),
  540. (5384, 1, '1', '42', 'agr foi', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688306', 0),
  541. (5385, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688308', 0),
  542. (5386, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688383', 0),
  543. (5387, 1, '1', '1', 'kk', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688383', 0),
  544. (5388, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688383', 0),
  545. (5389, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688393', 0),
  546. (5390, 1, '1', '42', 'pede o server.php a ele kk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688401', 0),
  547. (5391, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688401', 0),
  548. (5392, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688435', 0),
  549. (5393, 1, '1', '1', 'pede la .-.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688437', 0),
  550. (5394, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688438', 0),
  551. (5395, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688448', 0),
  552. (5396, 1, '1', '42', 'pede vc mano kkkkkk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688454', 0),
  553. (5397, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688454', 0),
  554. (5398, 1, '1', '1', 'n', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688477', 0),
  555. (5399, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688478', 0),
  556. (5400, 1, '1', '1', 'pede vc', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688479', 0),
  557. (5401, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688480', 0),
  558. (5402, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688481', 0),
  559. (5403, 1, '1', '42', 'lol bot bugou?', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688485', 0),
  560. (5404, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688486', 0),
  561. (5405, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688488', 0),
  562. (5406, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688489', 0),
  563. (5407, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428688489', 0),
  564. (5408, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688489', 0),
  565. (5409, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688491', 0),
  566. (5410, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688492', 0),
  567. (5411, 1, '1', '1', 'assim mesmo .-.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688493', 0),
  568. (5412, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688494', 0),
  569. (5413, 1, '1', '42', 'ele estava saindo e entrando toda hora', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688502', 0),
  570. (5414, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688503', 0),
  571. (5415, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688504', 0),
  572. (5416, 1, '1', '42', 'o xat fca branco em cima d 8ball radio e do som ate meu nome pq?', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688518', 0),
  573. (5417, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688518', 0),
  574. (5418, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688538', 0),
  575. (5419, 1, '1', '1', '? ''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688538', 0),
  576. (5420, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688539', 0),
  577. (5421, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688565', 0),
  578. (5422, 1, '1', '42', 'nao fica no seu nao?', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688568', 0),
  579. (5423, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688568', 0),
  580. (5424, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688579', 0),
  581. (5425, 1, '1', '1', 'aqui ta normal.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688582', 0),
  582. (5426, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688582', 0),
  583. (5427, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688587', 0),
  584. (5428, 1, '1', '42', 'lol', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688587', 0),
  585. (5429, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688588', 0),
  586. (5430, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688626', 0),
  587. (5431, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688630', 0),
  588. (5432, 1, '1', '42', 'vc dois se calaam do nada la', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688631', 0),
  589. (5433, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688632', 0),
  590. (5434, 1, '1', '1', 'ja pedi pra ele passar .-.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688633', 0),
  591. (5435, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688633', 0),
  592. (5436, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688634', 0),
  593. (5437, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688634', 0),
  594. (5438, 1, '1', '42', 'calaram*', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688636', 0),
  595. (5439, 1, '1', '1', 'so falta responder.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688637', 0),
  596. (5440, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688637', 0),
  597. (5441, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688637', 0),
  598. (5442, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688639', 0),
  599. (5443, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688682', 0),
  600. (5444, 1, '1', '1', 'ele saiu :c', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688684', 0),
  601. (5445, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688684', 0),
  602. (5446, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688692', 0),
  603. (5447, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688697', 0),
  604. (5448, 1, '1', '42', 'affs', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688698', 0),
  605. (5449, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688699', 0),
  606. (5450, 1, '1', '1', 'foi ao dentista -''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688699', 0),
  607. (5451, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688699', 0),
  608. (5452, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688702', 0),
  609. (5453, 1, '1', '1', 'krl dentista ''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688706', 0),
  610. (5454, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688706', 0),
  611. (5455, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688734', 0),
  612. (5456, 1, '1', '42', 'o q tem?', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688736', 0),
  613. (5457, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688736', 0),
  614. (5458, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688748', 0),
  615. (5459, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688751', 0),
  616. (5460, 1, '1', '42', 'tenta com o comply', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688751', 0),
  617. (5461, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688752', 0),
  618. (5462, 1, '1', '1', '-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688755', 0),
  619. (5463, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688755', 0),
  620. (5464, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688758', 0),
  621. (5465, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688760', 0),
  622. (5466, 1, '1', '1', 'nem adianta', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688762', 0),
  623. (5467, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688762', 0),
  624. (5468, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688763', 0),
  625. (5469, 1, '1', '1', 'ele nem tem :c', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688765', 0),
  626. (5470, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688765', 0),
  627. (5471, 1, '1', '42', 'eu vou ao dentista todo mes pois uso aparelho', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688770', 0),
  628. (5472, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688770', 0),
  629. (5473, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688785', 0),
  630. (5474, 1, '1', '1', ' (O_O) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688787', 0),
  631. (5475, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688787', 0),
  632. (5476, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688792', 0),
  633. (5477, 1, '1', '42', 'kkk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688793', 0),
  634. (5478, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688793', 0),
  635. (5479, 1, '1', '1', 'dentista é o (six) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688798', 0),
  636. (5480, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688799', 0),
  637. (5481, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688801', 0),
  638. (5482, 1, '1', '1', 'tenho medo disso :$ ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688804', 0),
  639. (5483, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688805', 0),
  640. (5484, 1, '1', '42', ' (crs) (crs) ', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688818', 0),
  641. (5485, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688821', 0),
  642. (5486, 1, '1', '1', ' :$ ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688822', 0),
  643. (5487, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688823', 0),
  644. (5488, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688903', 0),
  645. (5489, 1, '1', '1', 'ta digitando oq? ''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688906', 0),
  646. (5490, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428688907', 0),
  647. (5491, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428688923', 0),
  648. (5492, 1, '1', '42', ' (candyeat) ', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689148', 0),
  649. (5493, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689155', 0),
  650. (5494, 1, '1', '1', '!test viado', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689159', 0),
  651. (5495, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689160', 0),
  652. (5496, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689161', 0),
  653. (5497, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689162', 0),
  654. (5498, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428689162', 0),
  655. (5499, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689163', 0),
  656. (5500, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689181', 0),
  657. (5501, 1, '1', '1', '!sayadm vsf', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689183', 0),
  658. (5502, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689184', 0),
  659. (5503, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689185', 0),
  660. (5504, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689186', 0),
  661. (5505, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428689186', 0),
  662. (5506, 1, '1', '1', '!sayadm ''-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689189', 0),
  663. (5507, 1, '1', '801', '''-''', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428689189', 0),
  664. (5508, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689190', 0),
  665. (5509, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689657', 0),
  666. (5510, 1, '1', '42', 'nd pra afzer', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689659', 0),
  667. (5511, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689659', 0),
  668. (5512, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689660', 0),
  669. (5513, 1, '1', '42', 'fazer', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689661', 0),
  670. (5514, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689662', 0),
  671. (5515, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689703', 0),
  672. (5516, 1, '1', '1', 'é :c', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689704', 0),
  673. (5517, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689704', 0),
  674. (5518, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689719', 0),
  675. (5519, 1, '1', '42', 'antenor voltou', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689721', 0),
  676. (5520, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689721', 0),
  677. (5521, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689733', 0),
  678. (5522, 1, '1', '1', 'eu vi .-.', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689738', 0),
  679. (5523, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689738', 0),
  680. (5524, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689752', 0),
  681. (5525, 1, '1', '42', 'kk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689753', 0),
  682. (5526, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428689753', 0),
  683. (5527, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689982', 0),
  684. (5528, 1, '1', '1', 'ops', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689982', 0),
  685. (5529, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689982', 0),
  686. (5530, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689983', 0),
  687. (5531, 1, '1', '1', 'malz', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689984', 0),
  688. (5532, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689984', 0),
  689. (5533, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689987', 0),
  690. (5534, 1, '1', '1', 'ia fazer isso no bot :$ ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689991', 0),
  691. (5535, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428689991', 0),
  692. (5536, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690015', 0),
  693. (5537, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690016', 0);
  694. INSERT INTO `messages` (`mid`, `visible`, `id`, `uid`, `message`, `name`, `registered`, `avatar`, `time`, `pool`) VALUES
  695. (5538, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690016', 0),
  696. (5539, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690018', 0),
  697. (5540, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690019', 0),
  698. (5541, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690023', 0),
  699. (5542, 1, '1', '1', 'ajuda', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690024', 0),
  700. (5543, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690024', 0),
  701. (5544, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690025', 0),
  702. (5545, 1, '1', '1', 'jerry', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690026', 0),
  703. (5546, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690026', 0),
  704. (5547, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690029', 0),
  705. (5548, 1, '1', '42', 'kkkk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690030', 0),
  706. (5549, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690030', 0),
  707. (5550, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690062', 0),
  708. (5551, 1, '1', '42', 'server3.php', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690065', 0),
  709. (5552, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690065', 0),
  710. (5553, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428690092', 0),
  711. (5554, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690106', 0),
  712. (5555, 1, '1', '42', 'kkk', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690107', 0),
  713. (5556, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690107', 0),
  714. (5557, 1, '1', '801', 'Quer Ajuda ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(text#FFFFFF#000000)(pglow#ffffff) ? Chame No Chat! :D', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428690122', 0),
  715. (5558, 1, '1', '801', 'me chamou? (smirk2)', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428690122', 0),
  716. (5559, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690125', 0),
  717. (5560, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690126', 0),
  718. (5561, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428690126', 0),
  719. (5562, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690127', 0),
  720. (5563, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690127', 0),
  721. (5564, 1, '1', '1', 'ajuda', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690127', 0),
  722. (5565, 1, '1', '801', 'Quer Ajuda ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(text#FFFFFF#000000)(pglow#ffffff) ? Chame No Chat! :D', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428690128', 0),
  723. (5566, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690128', 0),
  724. (5567, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690180', 0),
  725. (5568, 1, '1', '42', 'k', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690181', 0),
  726. (5569, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690188', 0),
  727. (5570, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690189', 0),
  728. (5571, 1, '1', '1', 'bo', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690191', 0),
  729. (5572, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690191', 0),
  730. (5573, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690192', 0),
  731. (5574, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690193', 0),
  732. (5575, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690193', 0),
  733. (5576, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428690193', 0),
  734. (5577, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690194', 0),
  735. (5578, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690194', 0),
  736. (5579, 1, '1', '42', 'lol', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690194', 0),
  737. (5580, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690194', 0),
  738. (5581, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690216', 0),
  739. (5582, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690223', 0),
  740. (5583, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690259', 0),
  741. (5584, 1, '1', '1', ' (candyeat) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690366', 0),
  742. (5585, 1, '1', '42', '/RTypeOn', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690481', 0),
  743. (5586, 1, '1', '42', 'vou sair mano flw', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690484', 0),
  744. (5587, 1, '1', '42', '/RTypeOff', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690485', 0),
  745. (5588, 1, '1', '42', 'ate amanha', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', 'Gabriel', '000', '1428690486', 0),
  746. (5589, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690599', 0),
  747. (5590, 1, '1', '1', 'flw até', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690600', 0),
  748. (5591, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428690600', 0),
  749. (5592, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428696219', 0),
  750. (5593, 1, '1', '1', ' (yellow) ', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428696220', 0),
  751. (5594, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428696221', 0),
  752. (5595, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428696376', 0),
  753. (5596, 1, '1', '1', '-''', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428696376', 0),
  754. (5597, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428696377', 0),
  755. (5598, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428701701', 0),
  756. (5599, 1, '1', '1', 'eai bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428701702', 0),
  757. (5600, 1, '1', '801', 'eai ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(text#FFFFFF#000000)(pglow#ffffff) tudo fmz?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428701702', 0),
  758. (5601, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428701703', 0),
  759. (5602, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702635', 0),
  760. (5603, 1, '1', '1', 'filho da puta', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702638', 0),
  761. (5604, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702638', 0),
  762. (5605, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702642', 0),
  763. (5606, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702643', 0),
  764. (5607, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702643', 0),
  765. (5608, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702643', 0),
  766. (5609, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702648', 0),
  767. (5610, 1, '1', '1', '!att', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702648', 0),
  768. (5611, 1, '1', '801', '[Servidor]: Estou sendo att (backoff)', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702648', 0),
  769. (5612, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702649', 0),
  770. (5613, 1, '1', '801', '[Servidor]: Estou sendo att (backoff)', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702650', 0),
  771. (5614, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702660', 0),
  772. (5615, 1, '1', '801', 'eai ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(text#FFFFFF#000000)(pglow#ffffff) tudo fmz?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702662', 0),
  773. (5616, 1, '1', '801', '[Servidor]: Estou sendo att (backoff)', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702729', 0),
  774. (5617, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702730', 0),
  775. (5618, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702731', 0),
  776. (5619, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702732', 0),
  777. (5620, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702732', 0),
  778. (5621, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702733', 0),
  779. (5622, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702734', 0),
  780. (5623, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702735', 0),
  781. (5624, 1, '1', '801', '[Servidor]: Estou sendo att (backoff)', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702735', 0),
  782. (5625, 1, '1', '1', 'ajuda', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702735', 0),
  783. (5626, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702736', 0),
  784. (5627, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702740', 0),
  785. (5628, 1, '1', '1', 'bot', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702741', 0),
  786. (5629, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702741', 0),
  787. (5630, 1, '1', '801', 'fale?', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702741', 0),
  788. (5631, 1, '1', '1', '/RTypeOn', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702742', 0),
  789. (5632, 1, '1', '1', 'ajuda', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702743', 0),
  790. (5633, 1, '1', '801', 'Quer Ajuda ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(text#FFFFFF#000000)(pglow#ffffff) ? Chame No Chat! :D', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'SkyBot', 'http://img211.imageshack.us/img211/5433/2n9o.png', '1428702743', 0),
  791. (5634, 1, '1', '1', '/RTypeOff', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'Guilherme2015', 'http://i.imgur.com/ogbdZIe.png', '1428702744', 0);
  792.  
  793. -- --------------------------------------------------------
  794.  
  795. --
  796. -- Estrutura da tabela `powers`
  797. --
  798.  
  799. CREATE TABLE IF NOT EXISTS `powers` (
  800. `id` int(255) NOT NULL DEFAULT '0',
  801. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  802. `name` varchar(255) NOT NULL COMMENT 'Power name',
  803. `new` varchar(255) NOT NULL,
  804. `d2` varchar(255) NOT NULL,
  805. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  806. `cost` int(11) NOT NULL,
  807. `rockets` varchar(255) NOT NULL DEFAULT 'http://25.150.238.254/prev/rocket.png',
  808. `limited` int(1) NOT NULL DEFAULT '0',
  809. `description` varchar(255) NOT NULL,
  810. `amount` int(255) NOT NULL DEFAULT '0' COMMENT 'Amount to sell',
  811. `topsh` longtext NOT NULL,
  812. `group` varchar(255) NOT NULL,
  813. `pawns` varchar(255) NOT NULL,
  814. `grupal` int(1) NOT NULL DEFAULT '0'
  815. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  816.  
  817. --
  818. -- Extraindo dados da tabela `powers`
  819. --
  820.  
  821. INSERT INTO `powers` (`id`, `section`, `name`, `new`, `d2`, `subid`, `cost`, `rockets`, `limited`, `description`, `amount`, `topsh`, `group`, `pawns`, `grupal`) VALUES
  822. (0, 'p0', 'allpowers', '', 'Todos poderes', 1, 100, 'http://25.150.238.254/prev/rocket.png', 1, 'all powers.', 0, 'allpowers', '', '', 0),
  823. (1, 'p0', 'topman', '', 'Go to top of section', 2, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Your icon will go to the top of your section (eg moderator/member) even if you have a high id number unless another user also has this power', 0, '', '', '', 0),
  824. (2, 'p0', 'subhide', '', 'Hide subscriber (Black star)', 4, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Set your star or heart to black (from red) even if you are a subscriber (have days). All other subscriber features still work eg glitter.', 0, '', '', '', 0),
  825. (3, 'p0', 'mod8', '', 'Moderator ban 8 hours', 8, 500, 'http://25.150.238.254/prev/rocket.png', 0, 'On any chat where you are a moderator you will be able to ban for up to 8 hours (up from 6).', 0, '', '', '', 0),
  826. (4, 'p0', 'zoom', '', 'Zoom avatar on mouse over', 16, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'When anybody mouses over your picture it will enlarge so that they can get a better look. Also you can zoom anyones picture on the chat.', 0, '', '', '', 0),
  827. (5, 'p0', 'nofollow', '', 'Friends can''t follow you', 32, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Normally friends can locate you and follow you around from chat to chat. This power allows you to block them from locating and following you.', 0, '', '', '', 0),
  828. (6, 'p0', 'invert', '', '', 64, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Make almost any smilie upside down. To make a smilie upside down add #i to the smilie code eg (cd#i). Works with () smilies only.', 0, '', '', '', 0),
  829. (7, 'p0', 'mirror', '', '', 128, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Mirror almost any smilie left to right. To make a smilie mirror add #m to the smilie code eg (cd#m). Works with () smilies only.', 0, '', '', '', 0),
  830. (8, 'p0', 'noaudies', '', '', 256, 10, 'http://25.150.238.254/prev/rocket.png', 0, 'Turns off the audies sound effects. Any messages with an audie will just beep like any other message. Audies still work if you click on them.', 0, '', '', '', 0),
  831. (9, 'p0', 'reghide', '', '', 512, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Remove your star or heart so that you show on the user list like an unregistered user. All other subscriber features still work eg glitter.', 0, '', '', '', 0),
  832. (10, 'p0', 'nopc', '', '', 1024, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Block incoming PC (private chat) from all users except friends. You can still initiate a PC. Owners, Mods and xat staff can always PC you.', 0, '', '', '', 0),
  833. (11, 'p0', 'tempmod', '', '', 2048, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'NOTE YOU HAVE TO BE AN OWNER TO USE THIS POWER! Make a user a moderator from 1 minute to 24 hours. To use private chat the user and send him a message like /m2.5 which in this case would make him a moderator for 2 hours 30 minutes.', 0, '', '', '', 0),
  834. (12, 'p0', 'hat', '', '', 4096, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'For a Turkish cap or baseball hat use (hat#t#FF0000). For a US football helmet use (hat#f#000080). You can use any color with a hex code. More hats will be added. Some hats may only available for holidays.', 0, '', '', '', 0),
  835. (13, 'p0', 'red', '', '', 8192, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Color any "yellow" smilie red. To make a smilie red add #r to the smilie code eg (d#r). If you have multiple color powers you can create custom colored smilies. Works with () smilies only.', 0, '', '', '', 0),
  836. (14, 'p0', 'green', '', '', 16384, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Color any yellow smilie green. To make a smilie green add #g to the smilie code eg (d#g). If you have multiple color powers you can create custom colored smilies. Works with () smilies only.', 0, '', '', '', 0),
  837. (15, 'p0', 'blue', '', '', 32768, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Color any yellow smilie blue. To make a smilie blue add #b to the smilie code eg (d#b). If you have multiple color powers you can create custom colored smilies. Works with () smilies only.', 0, '', '', '', 0),
  838. (16, 'p0', 'light', '', '', 65536, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Light/Dark any "yellow" smilie. To make a smilie lighter add pluses to the smilie #+++, darker add minuses #---- to the smilie code. If you have multiple color powers you can create custom colored smilies. Works with () smilies only.', 0, '', '', '', 0),
  839. (17, 'p0', 'heart', '', '', 131072, 664, 'http://25.150.238.254/prev/rocket.png', 1, 'Give a heart shape to any "yellow" smilie. To make a heart smilie add #h to the smilie code eg (biggrin#h). If you have color powers you can change the color. EG for a pink heart use: (love#h#ff99ff). Works with () smilies only.', 0, '', '', '', 0),
  840. (18, 'p0', 'shuffle', '', '', 262144, 25, 'http://25.150.238.254/prev/rocket.png', 0, 'Selects a random picture from a strip of pictures you specify. Set your avatar to be a horizontal strip of square pictures and a random picture will be shown with each message. Tool to help make a strip.', 0, '', '', '', 0),
  841. (19, 'p0', 'animate', '', '', 524288, 400, 'http://25.150.238.254/prev/rocket.png', 0, 'Make an animated avatar from a strip of pictures you specify. Set your avatar to be a horizontal strip of square pictures and an animation will be shown as your avatar. You can convert animated GIFs to picture strips here', 0, '', '', '', 0),
  842. (20, 'p0', 'square', '', '', 1048576, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Give a cyan square shape to any "yellow" smilie. To make a cyan square smilie add #s to the smilie code eg (smile#s). If you have color powers you can change the color. EG for purple use: (biggrin#s#800080). Works with () smilies only.', 0, '', '', '', 0),
  843. (21, 'p0', 'nameglow', '', '', 2097152, 400, 'http://25.150.238.254/prev/rocket.png', 0, 'Give a neon glow to your name on the chat box. To add a green glow add (glow) to the end of your name. If you have color powers you can add a custom colored glow. EG for red use: (glow#r) or white use: (glow#FFFFFF)', 0, '', '', '', 0),
  844. (22, 'p0', 'cycle', '', '', 4194304, 500, 'http://25.150.238.254/prev/rocket.png', 0, 'Give a cycle of rainbow colors to any "yellow", heart or square smilie. To make an cycle smilie add #y to the smilie code. EG (smile#y). To make a heart smiley cycle use: (wink#h#y), To make a square smiley cycle use: (frown#s#y). Works with ( ) Smilies o', 0, '', '', '', 0),
  845. (23, 'p0', 'hexagon', '', '', 8388608, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Give a pink hexagon shape to any "yellow" smilie. To make a pink hexagon smilie add #x to the smilie code eg (smile#x). If you have color powers you can change the color. EG for purple use: (biggrin#x#800080). Works with () smilies only.', 0, '', '', '', 0),
  846. (24, 'p0', 'clear', '', '', 16777216, 5000, 'http://25.150.238.254/prev/rocket.png', 0, 'Give a clear background to any "yellow" smilie. To make a clear smilie add #c to the smilie code eg (smile#c). Works with () smilies only.', 2, '', '', '', 0),
  847. (25, 'p0', 'boot', '', '', 33554432, 10240, 'http://25.150.238.254/prev/rocket.png', 1, 'NOTE YOU HAVE TO BE AN OWNER OR MODERATOR TO USE THIS POWER! Boot a user to another chat. To boot click on the user and choose kick, there is a box to enter the group to kick them to e.g. "Illusion". If you boot people to inappropriate rooms or otherwise ', 0, '', '', '', 0),
  848. (26, 'p0', 'octogram', '', '', 67108864, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Give a light green octogram shape to any "yellow" smilie. To make a octogram smilie add #o to the smilie code eg (smile#o). If you have color powers you can change the color. EG for purple use: (biggrin#o#800080). Works with () smilies only.', 0, '', '', '', 0),
  849. (27, 'p0', 'show', '', '', 134217728, 50, 'http://25.150.238.254/prev/rocket.png', 0, 'Allow other users to see your xats and days. Xats and days will appear on the powers dialog', 0, '', '', '', 0),
  850. (28, 'p0', 'superkick', '', '', 268435456, 130, 'http://25.150.238.254/prev/rocket.png', 0, 'Allows you to Kick lower ranks. Main Owners can kick Owners, Owners can kick mods and Members can kick banned members and BANNED guests. If you have boot power you can boot lower ranks as well!', 0, '', '', '', 0),
  851. (29, 'p0', 'invisible', '', '', 536870912, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'NOTE: YOU MUST BE AN OWNER TO USE THIS POWER! Become invisible and show your status as offline/not present and still see the chat messages. To enable this power, have it checked it in the powers box. When you first turn up on a chat you will be invisible,', 0, '', '', '', 0),
  852. (30, 'p0', 'pink', '', '', 1073741824, 500, 'http://25.150.238.254/prev/rocket.png', 0, 'Turn your pawn pink. When this power is enabled you will show as pink on the user list. NOTE: YOU MUST BE A GUEST, MEMBER OR OWNER IN MODE TO USE THIS POWER', 0, '', '', '', 0),
  853. (32, 'p1', 'guestself', '', '', 1, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Type /g in the main chat to turn yourself into a guest. Useful if you don''t want to be a member on a chat or you want to resign as mod or not be main owner for a while. NOTE: If you de-owner yourself make sure you can get it back!', 0, '', '', '', 0),
  854. (33, 'p1', 'sinbin', '', '', 2, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'NOTE YOU HAVE TO BE AN OWNER TO USE THIS POWER! Strip a moderator of kick and ban power from 1 minute to 24 hours. To use private chat the user and send him a message like /n2.5 which in this case would sinbin for 2 hours 30 minutes.', 0, '', '', '', 0),
  855. (34, 'p1', 'diamond', '', '', 4, 820, 'http://25.150.238.254/prev/rocket.png', 1, 'Give a purple diamond shape to any "yellow" smilie. To make a diamond smilie add #d to the smilie code eg (smile#d). If you have color powers you can change the color. EG for red use: (biggrin#d#FF0000). Works with () smilies only.', 0, '', '', '', 0),
  856. (35, 'p1', 'purple', '', '', 8, 25000, 'http://25.150.238.254/prev/rocket.png', 0, 'Turn your pawn purple. When this power is enabled you will show as purple on the user list no matter what your status. xat''s first epic power is expensive so will be very rare.', 2, '', '', '', 0),
  857. (36, 'p1', 'ttth', '', '', 16, 400, 'http://25.150.238.254/prev/rocket.png', 0, 'Send a giant smiley kiss (for free) and ignore someone you don''t want to talk to in one step. Type /t in the message or /tMessage#smiley.', 0, '', '', '', 0),
  858. (37, 'p1', 'hands', '', '', 32, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Put hands on other "yellow" smilies. Set different actions and mix/match for interesting combos. To make a biggrin doing loser use (biggrin#loser). To make a d smilie with thumbsup moving rotating at the wrist use (d#thumbsup#wrist). See wiki for more.', 0, 'loser,rockon,palms,thumbsup,thumbsdown,flip,shh,bye,hug,clap,backoff,hehe,hmm,crazy,ono,shrug', '', '', 0),
  859. (38, 'p1', 'hairm', '', '', 64, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Put male hair styles on "yellow" smilies. To make a confused with a male hair style use (confused#hairm). If you have color powers, the hair can be colored e.g. (confused#hairm2#rg) or (confused#hairm3#800080). It can also be used with other powers such a', 0, 'hairm2,hairm3,emo,nrd,punk', '', '', 0),
  860. (39, 'p1', 'hairf', '', '', 128, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Put female hair styles on "yellow" smilies. To make a confused with a female hair style use (confused#hairf). If you have color powers, the hair can be colored e.g. (confused#hairf2#rg) or (confused#hairf3#800080). It can also be used with other powers su', 0, 'hairf2,hairf3,hairf4,g1,goth', '', '', 0),
  861. (40, 'p1', 'fade', '', '', 256, 1520, 'http://25.150.238.254/prev/rocket.png', 1, 'Give a ghost like fade effect to any "yellow" smilie. To make a smilie fade add #f to the smilie code eg (smile#f).', 0, 'noface', '', '', 0),
  862. (41, 'p1', 'gag', '', '', 512, 1240, 'http://25.150.238.254/prev/rocket.png', 1, 'Allows you to gag guests and members for up to an hour, assuming you have the necessary rank to ban. To gag someone click on them and press ban, select the duration and reason and press the gag button.', 0, '', '', '', 0),
  863. (42, 'p1', 'costumes', '', '', 1024, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Put costumes on "yellow" smilies. To make a confused with a jester hat use (confused#jester). If you have color powers, the costumes can be colored e.g. (confused#cb#g) or (confused#ninja#800080). It can also be used with other powers such as hands. The p', 0, 'ninja,cb,police,nurse,jester,sphinx,dhat,crown,partyhat,facemask,sherlock,prop,grad,dunce2,straw,ribbon', '', '', 0),
  864. (43, 'p1', 'six', '', '', 2048, 2360, 'http://25.150.238.254/prev/rocket.png', 0, 'Turn your "yellow" smilies into devils. To make a devil smilie use (cry2#6). To use it with the pitchfork use (cry2#r#six). It can be used with the smilie option mode: To use devils smilies for all your yellows type /o6 in to the chatbox, to return to nor', 0, '', '', 'C:p1six', 0),
  865. (44, 'p1', 'dood', '', '', 4096, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Allows you to import images into doodle. Load a doodle you have been working on before, load a background or load a picture to draw on. To import an image, post the url to the image (direct link for photobucket) into the chat box and press the new Load bu', 0, '', '', '', 0),
  866. (45, 'p1', 'angel', '', '', 8192, 13230, 'http://25.150.238.254/prev/rocket.png', 0, 'Add wings, a halo, a cloud and prayer hands to any yellow smiley. For example to add all the effects use (angel#angel#halo#cloud#pray).', 0, 'halo,cloud,pray', '', 'a:p1angel', 0),
  867. (46, 'p1', 'mute', '', '', 16384, 560, 'http://25.150.238.254/prev/rocket.png', 0, 'FOR OWNERS ONLY! Allows you to silent ban a user. This will ban a user wihout them knowing. To mute a user click on their name and press ban, select the duration and press\nthe mute button. NOTE: the max time to mute a user is 1 hour.', 0, '', '', '', 0),
  868. (47, 'p1', 'radio', '', '', 32768, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Take radio stations with you as you visit different chat groups. Support your favorite radio stations by sharing them with your fellow chatters, if anyone clicks on your radio smilie they will tune in as well. See wiki for more.', 0, '', '', '', 0),
  869. (48, 'p1', 'fruit', '', '', 65536, 711, 'http://25.150.238.254/prev/rocket.png', 1, 'Give a fruity background to any "yellow" smilie. Eg (smile#fruit) (d#apple) (yum#pear) (eek#orange) (wink#plum) (hello#lemon). Works with () smilies only.', 0, 'apple,lemon,pear,orange,plum,banana', '', '', 0),
  870. (49, 'p1', 'sport', '', '', 131072, 400, 'http://25.150.238.254/prev/rocket.png', 1, 'Support your team! Add sport effects to yellow smilies - #shirt, #football, #soccer, #ball, #bb, #sport, #shirts, #foam, #weight. See wiki for more.', 0, 'shirt,soccer,football,shirts,ball,bb,foam,weight,trophy,helmet,cupw', '', '', 0),
  871. (50, 'p1', 'num', '', '', 262144, 400, 'http://25.150.238.254/prev/rocket.png', 0, 'Add 1-3 letters or numbers to some smilies. Examples: (l#num#numi♥u) (noface#num#num8). Note may need other powers for all effects. See wiki for more', 0, '', '', '', 0),
  872. (51, 'p1', 'hush', '', '', 524288, 350, 'http://25.150.238.254/prev/rocket.png', 0, 'Hush a chat. Stop everyone on a chat talking so you can make an announcement etc. Eg /hm60Announcement! See wiki. NOTE THIS IS AN OWNER POWER. THIS POWER WILL NOT BE LIMITED', 0, '', '', '', 0),
  873. (52, 'p1', 'halloween', '', '', 1048576, 667, 'http://25.150.238.254/prev/rocket.png', 1, 'Halloween smilies and effects. Smileys are: (halloween) (ghost) (grim) (tomb) (bat) (pkn) (cdn) (mmy) (frk) (wh). This power will be limited but there will be a chance for all to buy. See wiki for details', 0, 'pknlaugh,tort,pkn,wh,frk,mmy,cdn,grim,tomb,bat,ghost,dig,die', '', '', 0),
  874. (53, 'p1', 'anime', '', '', 2097152, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Anime smilies, tops, hairstyles and accessories. 22 in all! E.g. (anime) (headband) (fan) (tear) (haira1). See wiki for details', 0, 'hypno,dizzy,rage,headband,fan,comeon,grin,grump,tear,awe,doh,pouty,maniac,squint,ahhh,quiver,haira1,haira2,haira3,haira4,haira5,astro,haira6,haira7,haira8,haira9,haira10', '', '', 0),
  875. (54, 'p1', 'status', '', '', 4194304, 400, 'http://25.150.238.254/prev/rocket.png', 0, 'Show a status message under your name on the chat. To use type $status=Having breakfast in the chat. See wiki for details', 0, '', '', '', 0),
  876. (55, 'p1', 'thanksgiving', '', '', 8388608, 200, 'http://25.150.238.254/prev/rocket.png', 1, 'Thanksgiving themed smilies. Smileys are: (pilgrimm) (pilgrimf) (indian) (indian2) (indian3) (chef) (dining) (eatleg) (feast). This power will be limited.', 0, 'pilgrimm,pilgrimf,indian,indian2,indian3,chef,dining,feast2,eatleg', '', '', 0),
  877. (56, 'p1', 'snowy', '', '', 16777216, 404, 'http://25.150.238.254/prev/rocket.png', 1, 'Use snowflake backgrounds for smiles eg (d#snowy). Add snow to yellow smilies: (d#snows). Use the Snowy kiss and glitter.', 0, 'snows', '', '', 0),
  878. (57, 'p1', 'christmas', '', '', 33554432, 2290, 'http://25.150.238.254/prev/rocket.png', 0, '26 seasonal smilies and effects eg (scarf) (give) (shiver) (wreath) (sball) (xb1) (tree). See wiki for details', 0, 'beard,bell,cane,ches,elf,give,pole,sack,sball,scarf,sdeer,sfeet,shiver,sledge,slist,smound,spull,stock,tree,wreath,xb1,xb4,skiss,bulb,sgift', '', '', 0),
  879. (58, 'p1', 'count', '', '', 67108864, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Countdown timer, shows time remaining until a specified event e.g. New Year. Mechanical and LED styles. See wiki for details', 0, '', '', '', 0),
  880. (59, 'p1', 'stick', '', '', 134217728, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Create your own custom animated stickmen and use them on the chat box as smilies and avatars. See wiki for details', 0, '', '', '', 0),
  881. (60, 'p1', 'dx', '', '', 268435456, 98, 'http://25.150.238.254/prev/rocket.png', 0, 'Allows you to convert some of your days to xats. Note when you use the power it goes. Convert now!', 0, '', '', '', 0),
  882. (61, 'p1', 'tempmem', '', '', 536870912, 210, 'http://25.150.238.254/prev/rocket.png', 0, 'Make a guest into a member for 1 minute up to 24 hours. To use, private chat the guest and send /mb2.5 which would make a member for 2 hours 30 minutes. THIS POWER WILL NOT BE LIMITED', 0, '', '', '', 0),
  883. (62, 'p1', 'valentine', '', '', 1073741824, 2900, 'http://25.150.238.254/prev/rocket.png', 1, 'Valentine smilies, (beat) (bheart) (cupid) (card) (hug2) (hug3) (ilu) (lhand) (ring) (rose) (rose2) (valentine)\n See wiki for details', 0, 'beat,bheart,cupid,card,hug2,hug3,ilu,lhand,ring,rose,rose2', '', '', 0),
  884. (64, 'p2', 'blueman', '', '', 1, 1000, 'http://25.150.238.254/prev/rocket.png', 0, 'Turn your pawn dark blue. When this power is enabled you will show as dark blue on the user list if you are a guest or member. NOTE: YOU MUST BE A GUEST, MEMBER OR OWNER IN $TEALTH MODE TO USE THIS POWER!', 0, '', '', '', 0),
  885. (65, 'p2', 'party', '', '', 2, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Have a party on xat with party smilies: (balloon) (bride) (cake) (clink) (dance) (dance2) (dance3) (groom) (photo) (popper) (toast) (phat). See wiki for details', 0, 'balloon,bride,cake,phat,clink,pdance,pdance2,pdance3,groom,photo,popper,toast', '', '', 0),
  886. (66, 'p2', 'irish', '', '', 4, 800, 'http://25.150.238.254/prev/rocket.png', 1, 'Celebrate St Patrick''s day with these smilies: (irish) (clover2) (drink) (igirl) (iman) (pot) (rainbow) (shi) (tap). $WIKI', 0, 'clover2,drink,igirl,iman,pot,rainbow,shi,tap,drum,bagpipes', '', '', 0),
  887. (67, 'p2', 'flashrank', '', '', 8, 700, 'http://25.150.238.254/prev/rocket.png', 0, 'Make your pawn fade between your pawn color power (purple, pink, blueman) and your rank on the chat. Mods can make use of pink and blueman powers if they have flashrank.', 0, '', '', '', 0),
  888. (68, 'p2', 'easter', '', '', 16, 270, 'http://25.150.238.254/prev/rocket.png', 1, 'Celebrate Easter with these smilies: (easter) (basket) (bunny) (bunny2) (chick) (egg2) (eggb) (paintegg). $WIKI', 0, 'basket,bunny,bunny2,chick,egg2,eggb,paintegg', '', '', 0),
  889. (69, 'p2', 'nopm', '', '', 32, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Block incoming PMs (private messages) from all users except friends. Owners, Mods and xat staff can always PM you. $WIKI', 0, '', '', '', 0),
  890. (70, 'p2', 'banish', '', '', 64, 300, 'http://25.150.238.254/prev/rocket.png', 1, 'Users who are banned for more than 1 hour will be banished i.e. can''t see the messages, members or guests $WIKIP', 0, '', '1', '', 0),
  891. (71, 'p2', 'circus', '', '', 128, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Roll up, roll up, the circus is in town. Get your ticket for the Cirque du xat. e.g. (juggler) (firewand) (acrobat) (splat). 16 in all. $WIKI', 0, 'acrobat,balloonart,cannon,clown,eleride,fireblow,firewand,highwire,uniwire,juggler,lion,splat,tamer,uni,unirope,wheel', '', '', 0),
  892. (72, 'p2', 'gkaoani', '', '', 256, 1000, 'http://25.150.238.254/prev/rocket.png', 1, 'Lets any subs, on the group you assign it to, use the 30 kaoani style smilies. It includes kaoani versions of many classic smilies and new expressions. The owner of the power can also use the kaoani back in a combo on any chat e.g. (redface#gkaoani). Not ', 0, 'kbiggrin,kclap,kconfused,kcool,kcrying,kdizzy,keek,keyerub,kfit,kfrown,kglare,khehe,khello,khug,kkiss,klove,kmad,kmischief,knod,krant,kredface,ksad,ksleepy,ksmile,ksmirk,kstraight,kstruggle,ktongue,kun,kwink', '1', '', 0),
  893. (73, 'p2', 'military', '', '', 512, 594, 'http://25.150.238.254/prev/rocket.png', 1, 'Military themed smilies. Smileys are: (camo) (coastguard) (drillserg) (gasmask) (m1h) (marine) (pilot) (sailor) (sailor2) (salute) (smoke) (military#w2). This power will be limited.', 0, 'camo,coastguard,drillserg,gasmask,m1h,marine,pilot,sailor,sailor2,salute,smoke', '', '', 0),
  894. (74, 'p2', 'gline', '', '', 1024, 900, 'http://25.150.238.254/prev/rocket.png', 0, 'Lets a chat owner change the smilie line to a set of smilies of their choosing. The smilies must be non-combos available to all, group smilie powers like gkaoani can be used. Not limited. ', 0, '', '1', '', 1),
  895. (75, 'p2', 'bump', '', '', 2048, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Bump is used to draw a friends attention to a private chat tab, by shaking the chat box, playing a sound and turning the padlock red. You can bump friends and if mod or above, people of lower rank. $WIKI', 0, '', '', '', 0),
  896. (76, 'p2', 'gkaliens', '', '', 4096, 3620, 'http://25.150.238.254/prev/rocket.png', 1, 'Lets anyone, on the group you assign it to, use the kalien style smilies. The owner of the power can also use the kalien back in a combo on any chat e.g. (redface#gkaliens). LIMITED. ', 0, 'kachat,kacrazy,kafang,kafill,kagab,kagrin,kagsp,kalook,kao,kaoo,kapunch,kaswt,katalk,katear,katears,kaum,kaupset,kawink', '1', '', 0),
  897. (77, 'p2', 'scifi', '', '', 8192, 733, 'http://25.150.238.254/prev/rocket.png', 1, 'Science fiction smilies: (scifi) (alienb) (alien2) (beam) (borg) (cylon) (jetpack) (laser) (ufo) (vial) (vr). Limited. $WIKI', 0, 'alien2,alienb,beam,blob,borg,cylon,jetpack,laser,vial,vr,ufo', '', '', 0),
  898. (78, 'p2', 'supporter', '', '', 16384, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Support your favorite group by assigning this power. Includes supporter smilies: (supporter) (cheerleader) (horn) (pennant) (corndog). $WIKIP', 0, 'cheerleader,horn,pennant,corndog,vuvu', '1', '', 0),
  899. (79, 'p2', 'tempown', '', '', 32768, 350, 'http://25.150.238.254/prev/rocket.png', 0, 'Make a mod into an owner for 1 minute up to 24 hours. To use, private chat the mod and send /mo5.5 which would make an owner for 5 hours 30 minutes. Not limited. $WIKI', 0, '', '', '', 0),
  900. (80, 'p2', 'gcontrol', '', '', 65536, 500, 'http://25.150.238.254/prev/rocket.png', 1, 'Set who can ban who, can set the scroller, how long mods can ban for and much more. See wiki', 0, '', '1', '', 0),
  901. (81, 'p2', 'tickle', '', '', 131072, 1000, 'http://25.150.238.254/prev/rocket.png', 0, '', 0, '', '', '', 0),
  902. (82, 'p2', 'sea', '', '', 262144, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'sea themed smilies. Try out these smilie option codes: /o#diver#weed#bubbles#w20_20 and /o#fish#weed#bubbles#w16_20 this will make all your () smilies have the combo effect. To cancel just type /o $WIKIP', 0, 'fish,fish2,fish3,bubbles,crab,diver,dolphin,jellyfish,octopus,shrimp,starfish,turtle,weed', '1', '', 0),
  903. (83, 'p2', 'silly', '', '', 524288, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Silly smilies: (silly) (bonk) (burp) (crazy2) (dopey) (impact) (irked) (itchy) (mischief2) (nose) (raspberry) (rolleye) (spit) (string). ', 0, 'bonk,burp,crazy2,dopey,impact,irked,itchy,mischief2,nose,raspberry,rolleye,spit,string', '', '', 0),
  904. (84, 'p2', 'blastpro', '', '', 1048576, 400, 'http://25.150.238.254/prev/rocket.png', 0, 'BlastPro shows animations when someone on the chat gets promoted e.g member to moderator. 2 BlastPros assigned unlocks a second animation, 4 unlocks a third. ', 0, '', '1', '', 0),
  905. (85, 'p2', 'flag', '', '', 2097152, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Over 180 flags with flapping animation. Support your team or country. Not limited. See wiki', 0, '', '', '', 0),
  906. (86, 'p2', 'blastban', '', '', 4194304, 500, 'http://25.150.238.254/prev/rocket.png', 0, 'BlastBan is a GROUP power that shows animations when someone on the chat gets banned. 2 BlastBans assigned unlocks a second animation, 4 unlocks a third, 8 unlocks a forth. $WIKIP', 0, '', '1', '', 0),
  907. (87, 'p2', 'independence', '', '', 8388608, 316, 'http://25.150.238.254/prev/rocket.png', 1, 'Celebrate USA / Independence Day with these smilies: (independence) (abe) (bbq) (flagwave) (fwlaunch) (glowstick) (liberty) (sparkler) (starburst) (starbounce) (starring) (tiphat) (usface) (usss). LIMITED. $WIKI', 0, 'abe,bbq,flagwave,fwlaunch,glowstick,liberty,sparkler,starbounce,starburst,starring,tiphat,usface,usss', '', '', 0),
  908. (88, 'p2', 'blastde', '', '', 16777216, 3080, 'http://25.150.238.254/prev/rocket.png', 1, 'BlastDe is a GROUP power that shows animations when someone on the chat gets a lower rank. 2 BlastDes assigned unlocks a second animation, 4 unlocks a third, 8 unlocks a forth. LIMITED. $WIKIP', 0, '', '1', '', 0),
  909. (89, 'p2', 'summer', '', '', 33554432, 165, 'http://25.150.238.254/prev/rocket.png', 1, 'Have fun in the sun.(summer) (beachbbq) (cooler) (efan) (fishing) (frisbee) (goggles) (kayak) (laytowl) (pina) (sanddig) (sandplay) (bands) (towl) (waterbottle) (waterskii) LIMITED.', 0, 'beachbbq,cooler,efan,fishing,frisbee,goggles,kayak,laytowl,pina,sanddig,sandplay,bands,towl,waterbottle,waterskii', '', '', 0),
  910. (90, 'p2', 'bad', '', '', 67108864, 200, 'http://25.150.238.254/prev/rocket.png', 1, 'A GROUP power that allows you to add your own bad words to the bad words filter. Bonus smilies included. $WIKIP', 0, 'biker,slingshot,thief,fbomb,liar', '1', '', 0),
  911. (91, 'p2', 'rapid', '', '', 134217728, 280, 'http://25.150.238.254/prev/rocket.png', 0, 'ignore, unban, ban, gag, mute, member and guest with one mouse click. $WIKI', 0, '', '', '', 0),
  912. (92, 'p2', 'horror', '', '', 268435456, 340, 'http://25.150.238.254/prev/rocket.png', 1, 'A GROUP power that allows you to add flix (background animations) to your chat. Bonus horror smilies included. Also for halloween only seasonal pawns for the chat. $WIKIP', 0, 'mist,franken,goblin,knife,pkncut,spider,triclops,vamp,warewolf', '1', '', 1),
  913. (93, 'p2', 'mint', '', '', 536870912, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Set a minimum transfer amount you will accept. When active, each mint power raises the transfer limit by 50 xats or 4 days. Also includes bonus smilies (lob) (hit) (dodge) (moring) (mobounce). $WIKI', 0, 'hit,dodge,lob,mobounce,moring', '', '', 0),
  914. (94, 'p2', 'blastkick', '', '', 1073741824, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'BlastKick is a GROUP power that shows animations when someone on the chat gets kicked. 2 BlastKicks assigned unlocks a second animation, 4 unlocks a third, 8 unlocks a forth. $WIKIP', 0, '', '', '', 0),
  915. (96, 'p3', 'winter', '', '', 1, 500, 'http://25.150.238.254/prev/rocket.png', 0, '24 winter and christmas smilies and up to 6 flix backgrounds (needs up to 32 assigned). $WIKIP', 0, 'carolers,decortree,giftdrop,giftrattle,gingerbread,pullsled,antler,shovel,accident,snowboard,snowfight,snowm,xface,snowmobile,ornament,earmuffs,snowglobe,cold,freezing,snowover,snowangel,windy,icecube', '1', '', 1),
  916. (97, 'p3', 'adventure', '', '', 2, 1060, 'http://25.150.238.254/prev/rocket.png', 1, 'Adventure themed smilies: (adventure) (campfire) (canopy) (compass) (firstaid) (hangglider) (hunting) (lantern) (map) (marshmallow) (iceaxe) (swing) (waterskiing) (zipline) (smokes) LIMITED. $WIKI', 0, 'campfire,canopy,compass,firstaid,hangglider,hunting,lantern,map,marshmallow,iceaxe,swing,waterskiing,zipline,smokes', '', '', 0),
  917. (98, 'p3', 'feast', '', '', 4, 575, 'http://25.150.238.254/prev/rocket.png', 1, 'A feast of 30 food smilies and up to 3 flix backgrounds (needs up to 4 assigned). $WIKIP', 0, 'bowleat,burger,burgerlook,candycorn,carrot,cherry,chicken,chili,chipeat,coffeesplash,donut,eatspagetti,eattakeout,eggcook,eggplant,fortunecookie,fries,icecream,icecreameat,peanut,popcorn,pretzel,soupeat,spam,stirpan,takeout,thinkfood,toast2,pizza', '1', '', 1),
  918. (99, 'p3', 'single', '', '', 8, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Prevent other users marrying or bffing you. Includes broken heart on pawn [put (hat#z) in your name] and (asif) (heartbounce) (one) (heartburst) bonus smilies.. $WIKI', 0, 'asif,one,heartburst,heartbounce,noway', '', '', 0),
  919. (100, 'p3', 'link', '', '', 16, 400, 'http://25.150.238.254/prev/rocket.png', 0, 'Create custom link words for your chat. GROUP POWER. $WIKIP', 0, '', '1', '', 1),
  920. (101, 'p3', 'shocker', '', '', 32, 1040, 'http://25.150.238.254/prev/rocket.png', 1, 'Shocker themed smilies: (duck) (electrocute) (eyepop) (flamed) (lookaround) (scream) (wow) (dazed) (hazey) (drool) (footmouth) (mindblow) (misspeak) (relieved) (uvula) (arc) LIMITED. $WIKI', 0, 'duck,electrocute,eyepop,flamed,lookaround,scream,wow,dazed,hazey,drool,footmouth,mindblow,misspeak,relieved,uvula,arc', '1', '', 1),
  921. (102, 'p3', 'fairy', '', '', 64, 3860, 'http://25.150.238.254/prev/rocket.png', 1, 'Fairy flix animated backgrounds and smilies. Price will drop and then the power will be withdrawn. LIMITED. GROUP POWER. $WIKIP', 0, 'butterfly,fcrown,fhair,fhat,flower2,frog,fwings,heartwand,mushrooms,shards', '1', '', 1),
  922. (103, 'p3', 'namecolor', '', '', 128, 10000, 'http://25.150.238.254/prev/rocket.png', 0, 'Color your name on the chat box. N.B. you also need nameglow and color powers. EG for a purple name use: (glow#0#800080) or white with black glow: (glow#000001#FFFFFF). $WIKI', 0, '', '', '', 0),
  923. (104, 'p3', 'gkbear', '', '', 256, 660, 'http://25.150.238.254/prev/rocket.png', 1, 'Cute bear smilies. Price will drop and then the power will be withdrawn. LIMITED. GROUP POWER. $WIKIP', 0, 'kbawe,kbcold,kbcry,kbdance,kbpunch,kbsad,kbscream,kbweep,kbwink,kbyawn', '1', '', 1),
  924. (105, 'p3', 'angry', '', '', 512, 4430, 'http://25.150.238.254/prev/rocket.png', 1, 'Don''t get upset, get the angry power and vent your frustration with these smilies. LIMITED. $WIKI', 0, 'explode,facepalm,bite,hissyfit,mutter,potstir,pullhair,raging,ticked,yell,flame,grumpy2,headache,timebomb', '', '', 0),
  925. (106, 'p3', 'gscol', '', '', 1024, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Set a default color for smilies. Eg you can have pink bears or aliens on the gline. GROUP POWER. $WIKIP', 0, '', '1', '', 1),
  926. (107, 'p3', 'ugly', '', '', 2048, 387, 'http://25.150.238.254/prev/rocket.png', 1, 'Be different with new "ugly" style smilies. LIMITED. $WIKI', 0, 'uangel,udemon,uevil,uhappy,ulook,uthink,usad,uscratch,usmile,utongue,uwink', '', '', 0),
  927. (108, 'p3', 'love', '', '', 4096, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'love smilies and also flix animated backgrounds for groups. UNLIMITED. $WIKIP', 0, 'coy,flirt,freehugs,heartbeat,heartblow,ihu,lovedraw,ucute,uhot', '', '', 0),
  928. (109, 'p3', 'barge', '', '', 8192, 280, 'http://25.150.238.254/prev/rocket.png', 0, 'Allows owners and mods to move into full pools by barging another user out. $WIKI', 0, '', '', '', 0),
  929. (110, 'p3', 'gkkitty', '', '', 16384, 416, 'http://25.150.238.254/prev/rocket.png', 0, 'Kitty smilies for groups. If the power is assigned any sub can use the kitty smilies on the group. LIMITED. $WIKIP', 0, 'kkbiggrin,kkconfused,kkcool,kkcrying,kkd,kkdance,kkdead,kkeek,kkfrown,kkhide,kkhug,kkmad,kknme,kkpaws1,kkpaws2,kkpaws3,kkredface,kkscn,kkshock,kksleepy,kksmile,kkstraightface,kkstruggle,kktongue,kkun,kkwary,kkwink,kkx3,kkxd,kkyawn', '1', '', 1),
  930. (111, 'p3', 'fantasy', '', '', 32768, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Fantasy themed smilies: (fantasy) (axe) (darkeyes) (dragon) (flail) (hole) (helmet2) (medusa) (orcm) (elf2) (ogre) (orcf) (invis) (scroll) (slash) (smskull) (sword) (wizard). $WIKI', 0, 'axe,darkeyes,dragon,flail,hole,helmet2,medusa,orcm,elf2,ogre,orcf,invis,scroll,slash,smskull,sword,wizard', '', '', 0),
  931. (112, 'p3', 'announce', '', '', 65536, 2000, 'http://25.150.238.254/prev/rocket.png', 0, 'An announce message will be shown to all joining the chat at the bottom of the message list. $WIKIP', 0, '', '1', '', 1),
  932. (113, 'p3', 'hero', '', '', 131072, 562, 'http://25.150.238.254/prev/rocket.png', 1, '(hero) (daggers) (electro) (epi) (fireball) (flying) (genie) (iceman) (invisi) (jekyl) (maddr) (telekin) (amazon) and more. LIMITED. $WIKI', 0, 'daggers,electro,epi,fireball,flying,genie,iceman,invisi,jekyl,maddr,telekin,amazon,upaway,ripshirt', '', '', 0),
  933. (114, 'p3', 'rankpool', '', '', 262144, 800, 'http://25.150.238.254/prev/rocket.png', 0, 'Create a pool for members/mods etc only and give the first two pools a custom name. $WIKIP', 0, '', '1', '', 1),
  934. (115, 'p3', 'spin', '', '', 524288, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Make smilies spin with the spin power. $WIKI', 0, '', '', '', 0),
  935. (116, 'p3', 'animal', '', '', 1048576, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Smilies of animals. ', 0, 'doggy,giraffe,goat,lion2,monkey,mouse,panda2,raccoon,sheep,unicorn', '', '', 0),
  936. (117, 'p3', 'music', '', '', 2097152, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Use the side app to make smilies that play music. $WIKI', 0, 'disco,dj,drums,flute,guitar,harp,piano,trumpet,violin,zippo', '', '', 0),
  937. (118, 'p3', 'gkpanda', '', '', 4194304, 798, 'http://25.150.238.254/prev/rocket.png', 1, 'Panda smilies for groups. If the power is assigned any sub can use the panda smilies on the group. LIMITED. ', 0, 'kpfit,kpembarassed,kppaws,kpd,kpannoyed,kppaws2,kplove,kpjoy,kpcrying,kphurt', '1', '', 1),
  938. (119, 'p3', 'unwell', '', '', 8388608, 351, 'http://25.150.238.254/prev/rocket.png', 1, 'Unwell themed smilies. N.B. price will decrease over time. LIMITED. $WIKI', 0, 'blownose,chill,cough,icepack,sickface,sneeze,soup,thermometer,crutches,feint,cough2,headknock,crutches,sweats', '', '', 0),
  939. (120, 'p3', 'events', '', '', 16777216, 280, 'http://25.150.238.254/prev/rocket.png', 0, 'View a log of bans, kicks etc. See wiki', 0, '', '', '', 0),
  940. (121, 'p3', 'zap', '', '', 33554432, 140, 'http://25.150.238.254/prev/rocket.png', 0, 'Shake the user when you kick them and send an optional audie. $WIKI', 0, 'cringe,shake,shocking', '', '', 0),
  941. (122, 'p3', 'sins', '', '', 67108864, 1520, 'http://25.150.238.254/prev/rocket.png', 1, 'Seven sinful smilies plus power smiliey. LIMITED. ', 0, 'envy,gluttony,greed,lust,pride,sloth,wrath', '', '', 0),
  942. (123, 'p3', 'outfit', '', '', 134217728, 841, 'http://25.150.238.254/prev/rocket.png', 0, 'Outfit your smiles.', 0, 'whip,turban,tophat,tinfoil,sombrero,paperbag,paperbag2,grandpa,grandma,glassesslip,disguise,curlers,braces,blindfold,beret', '', '', 0),
  943. (124, 'p3', 'wildwest', '', '', 268435456, 731, 'http://25.150.238.254/prev/rocket.png', 1, 'Wild west smilies and two western kisses. $WIKI', 0, 'undertaker,sheriff,ropeg,ropeb,push,prospector,outlaw,native,bullride,bartender', '', '', 0),
  944. (125, 'p3', 'work', '', '', 536870912, 236, 'http://25.150.238.254/prev/rocket.png', 1, 'Over 20 working smilies. LIMITED. ', 0, 'officeworker,driver,doctor,chef2,burgerflipper,blacksmith,astronaut,teacher,stewardess,shepherd,scientist,plumber,paperboy,miner,mechanic,judge,journalist,gardener,fortuneteller,fireman', '', '', 0),
  945. (126, 'p3', 'banpool', '', '', 1073741824, 210, 'http://25.150.238.254/prev/rocket.png', 0, 'NOTE: RANKPOOL is also required to use this power. Make all banned users go into a special pool. $WIKIP', 0, '', '1', '', 1),
  946. (128, 'p4', 'beach', '', '', 1, 250, 'http://25.150.238.254/prev/rocket.png', 1, 'Fun beach smilies in time for the summer. LIMITED ', 0, 'icman,lifeguard,lotion,metaldetect,sandbury,sandfun,shkhat,sunburn,surf,tanning', '', '', 0),
  947. (129, 'p4', 'candy', '', '', 2, 454, 'http://25.150.238.254/prev/rocket.png', 1, 'candy themed smilies including two backs and two hands. LIMITED ', 0, 'candy,cdycorn,cdyback,donuteat,eatchoco,floss,gum,lolipop,mm', '', '', 0),
  948. (130, 'p4', 'gback', '', '', 4, 15000, 'http://25.150.238.254/prev/rocket.png', 0, 'Set a default background for the smilies in your chat. EPIC. $WIKIP', 0, '', '1', '', 1),
  949. (131, 'p4', 'zodiac', '', '', 8, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Zodiac themed kaoani style smilies: (aries) (taurus) (gemini) (cancer) (leo) (virgo) (libra) (scorpio) (sagittarius) (capricorn) (aquarius) (pisces) $WIKI', 0, 'aries,taurus,gemini,cancer,leo,virgo,libra,scorpio,sagittarius,capricorn,aquarius,pisces', '', '', 0),
  950. (132, 'p4', 'flower', '', '', 16, 1210, 'http://25.150.238.254/prev/rocket.png', 1, '(Flower) can be used as back. (fangry) (fcry) (fcool) (feek) (fconfused) (ftongue) (fredface) (fcrying) (fsleepy) (fbiggrin) (fsad) (fwink) $WIKI', 0, 'fangry,fcry,fcool,feek,fconfused,ftongue,fredface,fsleepy,fbiggrin,fsad,fwink', '', '', 0),
  951. (133, 'p4', 'space', '', '', 32, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Ten space themed smilies and a kiss. $WIKI', 0, 'eclipse,meteorite,nasa,radiotele,rocket,satellite,saucer,shuttle,space,telescope', '', '', 0),
  952. (134, 'p4', 'snakeban', '', '', 64, 600, 'http://25.150.238.254/prev/rocket.png', 0, 'A snakebanned user has the chance to get out of the ban by completing a snake game. ', 0, 'sncool,sneek,snredface,snconfused,snfrown,snbiggrin,snangry,snsleepy,sncry,snsmile,snwink', '1', '', 1),
  953. (135, 'p4', 'stoneage', '', '', 128, 77, 'http://25.150.238.254/prev/rocket.png', 0, 'IMPORTANT: Will be sold for 24 hours only. Prehistoric and caveman smilies. $WIKI', 0, 'caveman,dino,cavewoman,cavework,cavebeard,caveclothes,torch,spear,rocksmash,cavehair,boneswing,wallart,stickfire,cavebeard2', '', '', 0),
  954. (136, 'p4', 'spaceban', '', '', 256, 1130, 'http://25.150.238.254/prev/rocket.png', 1, 'A spacebanned user has the chance to get out of the ban by completing a space game. ', 0, 'moonb', '1', '', 1),
  955. (137, 'p4', 'dance', '', '', 512, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Make your smilies dance. $WIKI', 0, 'dance1,dance2,dance3,dance4,dance5,dance6,dance7,dance8,dance9,dance10,dance11', '', '', 0),
  956. (138, 'p4', 'kpeng', '', '', 1024, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Kaoani penguin smilies. $WIKI', 0, 'kpesneeze,kpeshy,kpeshame,kpejoy,kpeglare,kpefit,kpedots,kpedizzy,kpeclap,kpeangry,kpedance,kpepop', '', '', 0),
  957. (139, 'p4', 'nerd', '', '', 2048, 218, 'http://25.150.238.254/prev/rocket.png', 1, 'Nerd smilies for all you geeks. LIMITED. $WIKI', 0, 'aplus,bowtie,brain,coder,gates,nglasses,nsci,phone,read,calc', '', '', 0),
  958. (140, 'p4', 'matchban', '', '', 4096, 1270, 'http://25.150.238.254/prev/rocket.png', 1, 'A matchbanned user has the chance to get out of the ban by completing a smiley matching game .. $WIKI', 0, '', '1', '', 1),
  959. (141, 'p4', 'school', '', '', 8192, 132, 'http://25.150.238.254/prev/rocket.png', 1, 'Smilies for the classroom. $WIKI', 0, 'backpack,daycare,gts,punished,rubber,schoolgirl,sbell,studying,tabsc,teacher2,writing', '', '', 0),
  960. (142, 'p4', 'silentm', '', '', 16384, 280, 'http://25.150.238.254/prev/rocket.png', 0, 'Make a member without a message. Owners only unless changed by gcontrol. $WIKI', 0, '', '', '', 0),
  961. (143, 'p4', 'punch', '', '', 32768, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Punch bag smilies with new style faces. $WIKI', 0, 'pconfused,pcrying,pcute,pdead,pfury,pgiggle,pglare,pjump,pmanic,punched,pshades,pshy,psleepy,pthink', '', '', 0),
  962. (144, 'p4', 'away', '', '', 65536, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Automatically show you are away from the chat. $WIKI', 0, '', '', '', 0),
  963. (145, 'p4', 'peace', '', '', 131072, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Peace themed smilies. NOT LIMITED. $WIKI', 0, 'dove,dove2,dove3,hglass,phair1,phair2,phair3,rbe,reggae', '', '', 0),
  964. (146, 'p4', 'kchick', '', '', 262144, 506, 'http://25.150.238.254/prev/rocket.png', 1, 'Kaoani chick smilies. LIMITED. $WIKI', 0, 'kccrying,kcdizzy,kceek,kcglare,kclook,kcsad,kcsmug,kctongue,kcwink', '', '', 0),
  965. (147, 'p4', 'carve', '', '', 524288, 268, 'http://25.150.238.254/prev/rocket.png', 1, 'Pumpkin carve smiles and bonus: (dracula) (grim2) (pknhide). LIMITED. $WIKI', 0, 'carveduh,carvegrin,carvescream,carvesly,carvesmile,dracula,grim2,pknhide,vampire', '', '', 0),
  966. (148, 'p4', 'spooky', '', '', 1048576, 334, 'http://25.150.238.254/prev/rocket.png', 1, 'Scare your friends with spooky smilies and flix animations. ', 0, 'sixeyes,bat2,blackcat,blackwidow,ghost2,hockeymask,plant,bloodyknife,scarecrow', '1', '', 1),
  967. (149, 'p4', 'kdog', '', '', 2097152, 223, 'http://25.150.238.254/prev/rocket.png', 1, 'Kaoani dog smilies. LIMITED. $WIKI', 0, 'kdcheer,kdcrazy,kddead,kdfit,kdglare,kdsad,kdshocked,kdsleepy,kdsmile,kdtired,kdwoo', '', '', 0),
  968. (150, 'p4', 'bot', '', '', 4194304, 1000, 'http://25.150.238.254/prev/rocket.png', 0, 'Allow a bot to access your group. Please read wiki before buying.', 2, 'bot2,bot3,bot4', '1', '', 1),
  969. (151, 'p4', 'manga', '', '', 8388608, 1870, 'http://25.150.238.254/prev/rocket.png', 1, 'Manga themed smilies and (manga) effect, 18 in all. E.g. (manga1) (manga2) etc. LIMITED. $WIKI', 0, 'manga1,manga2,manga3,manga4,manga5,manga6,manga7,manga8,manga9,manga10,manga11,manga12,manga13,manga14,manga15,manga16,manga17', '', '', 0),
  970. (152, 'p4', 'mazeban', '', '', 16777216, 400, 'http://25.150.238.254/prev/rocket.png', 1, 'A mazebanned user has the chance to get out of the ban by getting to the end of a maze. $WIKI', 0, '', '1', '', 1),
  971. (153, 'p4', 'gold', '', '', 33554432, 50000, 'http://25.150.238.254/prev/rocket.png', 1, 'Gold pawn and smilies. $WIKI', 0, 'goldb,bars,bar,goldstar', '', '', 0),
  972. (154, 'p4', 'snowman', '', '', 67108864, 148, 'http://25.150.238.254/prev/rocket.png', 1, 'Snowman themed smilies. (snowman) (smcry) (smgrin) (smlaugh) (smredface) (smsad) (smshocked) (smsleepy) (smtongue) (smmad) (smcool). LIMITED. $WIKI', 0, 'smcry,smgrin,smlaugh,smredface,smsad,smshocked,smsleepy,smtongue,smmad,smcool', '', '', 0),
  973. (155, 'p4', 'reindeer', '', '', 134217728, 110, 'http://25.150.238.254/prev/rocket.png', 0, 'Reindeer smilies (reindeer) (resurprised) (resmirk) (resleepy) (resad) (reredface) (relaugh) (reglare) (recry) (recool) (reangry) (renose). LIMITED. $WIKI', 0, 'resurprised,resmirk,resleepy,resad,reredface,relaugh,reglare,recry,recool,reangry,renose,reback', '', '', 0),
  974. (156, 'p4', 'santa', '', '', 268435456, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Santa smilies and animated flix. $WIKIP', 0, 'sabiggrin,saconfused,sacry,saglare,saredface,sasad,sastraightface,sasurprised,satongue,sawink', '', '', 0),
  975. (157, 'p4', 'sparta', '', '', 536870912, 125, 'http://25.150.238.254/prev/rocket.png', 1, 'This is Sparta! LIMITED. $WIKI', 0, 'spartayell,getready,helmet3,soldier,spants,spartafight,spartan,spartan2,truewar,xerxes', '', '', 0),
  976. (158, 'p4', 'dunce', '', '', 1073741824, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Dunce your friends. Add a dunce cap to their pawn. (dunce) (duh) (doh2). $WIKI', 0, 'duh,doh2', '', '', 0),
  977. (160, 'p5', 'newyear', '', '', 1, 552, 'http://25.150.238.254/prev/rocket.png', 1, 'Smilies to help bring in the new year including fireworks FX. $WIKI', 0, 'calendar,celebration,champagne2,champagneback,clink2,firework1,firework2,nyball,nyhat,nykiss,nyparty,sparkler2', '', '', 0),
  978. (161, 'p5', 'can', '', '', 2, 125, 'http://25.150.238.254/prev/rocket.png', 1, 'Crazy Can smilies. Companion power to Punch, can be mixed with it and used with #noface to make an alternative style of yellow smilies. LIMITED. $WIKI', 0, 'canangel,canbounce,cancontempt,canfury,canoo,canshifty,canthink,cantwitch,canum,canun', '', '', 0),
  979. (162, 'p5', 'codeban', '', '', 4, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'A codebanned user has the chance to get out of the ban by completing a code puzzle. $WIKI', 0, '', '1', '', 1),
  980. (163, 'p5', 'magicfx', '', '', 8, 111, 'http://25.150.238.254/prev/rocket.png', 0, 'A magic FX (effect) to add to smilies. LIMITED. $WIKI', 0, '', '', '', 0),
  981. (164, 'p5', 'spy', '', '', 16, 193, 'http://25.150.238.254/prev/rocket.png', 1, 'Espionage themed smilies. LIMITED. $WIKI', 0, 'crosshair,folder,footprints,headset,keyhole,keypad,peeking,radar,spydrink,spyeye,spying,spypaper,spyrope', '', '', 0),
  982. (165, 'p5', 'kduck', '', '', 32, 789, 'http://25.150.238.254/prev/rocket.png', 1, 'Kaoani duck smilies. LIMITED. $WIKI', 0, 'kduckback,kduck1,kduck2,kduck3,kduck4,kduck5,kduck6,kduck7,kduck8,kduck9,kduck10,kduck11,kduck12', '', '', 0),
  983. (166, 'p5', 'heartfx', '', '', 64, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Heart effects smilies. $WIKI', 0, 'heartfx,heartfx2,heartfx3', '', '', 0),
  984. (167, 'p5', 'carnival', '', '', 128, 275, 'http://25.150.238.254/prev/rocket.png', 1, 'Carnival themed similes. $WIKI', 0, 'anonmask,beads,brazilboom,carniphant,cjester,cmask,flowersquirt,headdress,kreu,shakeit,wannasamba,yeayea,cjester2,cbird,cangel', '', '', 0),
  985. (168, 'p5', 'topspin', '', '', 256, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Add a spin to top and backgrounds of smilies. $WIKI', 0, '', '', '', 0),
  986. (169, 'p5', 'movie', '', '', 512, 141, 'http://25.150.238.254/prev/rocket.png', 1, 'Movie themed smilies. LIMITED. $WIKI', 0, 'action,admission,booth,cameraman,director,drink2,film,filmroll,popcorn,pose,tickets', '', '', 0),
  987. (170, 'p5', 'monster', '', '', 1024, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Cute monster smilies. $WIKI', 0, 'mangel,mbat,mbear,mchick,mdrip,mfish,mglare', '', '', 0),
  988. (171, 'p5', 'kat', '', '', 2048, 645, 'http://25.150.238.254/prev/rocket.png', 1, 'Kat kaoani smilies with attitude. LIMITED. $WIKI', 0, 'kat1,kat2,kat3,kat4,kat5,kat6,kat7,kat8,kat9,kat10,katback', '', '', 0),
  989. (172, 'p5', 'typing', '', '', 4096, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Show you are typing a message. $WIKI', 0, 'typing1', '', '', 0),
  990. (173, 'p5', 'ksheep', '', '', 8192, 175, 'http://25.150.238.254/prev/rocket.png', 1, 'Kaoani sheep smilies. LIMITED. $WIKI', 0, 'ksheep1,ksheep2,ksheep3,ksheep4,ksheep5,ksheep6,ksheep7,ksheep8,ksheep9,ksheep10,ksheepback', '', '', 0),
  991. (174, 'p5', 'pulsefx', '', '', 16384, 766, 'http://25.150.238.254/prev/rocket.png', 0, 'Add a pulsing effect to smilies eg (pulsefx) (d#pulsefxback#r). LIMITED. $WIKI', 0, 'pulsefxback', '', '', 0),
  992. (175, 'p5', 'blobby', '', '', 32768, 138, 'http://25.150.238.254/prev/rocket.png', 0, 'Blobby monster smilies. LIMITED. $WIKI', 0, 'bbclap,bbconfused,bbcry,bbfit,bbglare,bbhug,bblaugh,bboops,bbpout,bbwink,bbback', '', '', 0),
  993. (176, 'p5', 'reverse', '', '', 65536, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Cause a users words to be reversed. $WIKI', 0, '', '', '', 0),
  994. (177, 'p5', 'fuzzy', '', '', 131072, 324, 'http://25.150.238.254/prev/rocket.png', 1, 'Fuzzy monster smilies. $WIKI', 0, 'fzangel,fzback,fzbiggrin,fzcool,fzcrazy,fzd,fzdance,fzsad,fzstretch,fztongue,fztwirl', '', '', 0),
  995. (178, 'p5', 'spiralfx', '', '', 262144, 222, 'http://25.150.238.254/prev/rocket.png', 0, 'Add spiral effects to smilies. $WIKI', 0, 'spiralfx2', '', 'H:p1spiralfx', 0),
  996. (179, 'p5', 'nursing', '', '', 524288, 115, 'http://25.150.238.254/prev/rocket.png', 0, 'Nursing smilies for nursing week. LIMITED. $WIKI', 0, 'crazyn,nblood,nbroken,ndoc,nlist,nmask,nne,noxy,nsurg', '', '', 0),
  997. (180, 'p5', 'gsound', '', '', 1048576, 280, 'http://25.150.238.254/prev/rocket.png', 1, 'Change the sounds on your group. ', 0, 'megap,volume,tooloud,canthear,playbtn', '1', '', 1),
  998. (181, 'p5', 'kbee', '', '', 2097152, 409, 'http://25.150.238.254/prev/rocket.png', 0, 'Kaoani bee smilies. $WIKI', 0, 'kbeeback,kbeeclap,kbeecry,kbeed,kbeedance,kbeefedup,kbeejoy,kbeemad,kbeepunch,kbeexx,kbeeyay', '', '', 0),
  999. (182, 'p5', 'vortexfx', '', '', 4194304, 764, 'http://25.150.238.254/prev/rocket.png', 0, 'Add vortex effects to smilies. $WIKI', 0, 'vortexfx2', '', '', 0),
  1000. (183, 'p5', 'jail', '', '', 8388608, 190, 'http://25.150.238.254/prev/rocket.png', 0, 'Lock up your smilies. $WIKI', 0, 'ballchain,bobby,copstop,cracker,cuffs,gavel,handsair,jailnumber,mugshot,prisoner', '', '', 0),
  1001. (184, 'p5', 'zip', '', '', 16777216, 455, 'http://25.150.238.254/prev/rocket.png', 1, 'Make a user only able to talk in smilies. $WIKI', 0, '', '', '', 0),
  1002. (185, 'p5', 'drip', '', '', 33554432, 306, 'http://25.150.238.254/prev/rocket.png', 0, 'Water drip smilies, 15 in total. drip can be used as a back and try them with #noface. $WIKI', 0, 'dripclap,dripdance,dripeek,dripfit,dripglare,driphehe,driphello,driphug,driplaugh,dripsad,dripshocked,driptired,dripxd,dripyell', '', '', 0),
  1003. (186, 'p5', 'moustache', '', '', 67108864, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Add moustaches to your smilies. $WIKI', 0, 'moustache1,moustache2,moustache3,moustache4,moustache5,moustache6,moustache7,moustache8,moustache9', '', '', 0),
  1004. (187, 'p5', 'whirlfx', '', '', 134217728, 906, 'http://25.150.238.254/prev/rocket.png', 1, 'Whirling FX. See wiki for customization. LIMITED. $WIKI', 0, '', '', '', 0);
  1005. INSERT INTO `powers` (`id`, `section`, `name`, `new`, `d2`, `subid`, `cost`, `rockets`, `limited`, `description`, `amount`, `topsh`, `group`, `pawns`, `grupal`) VALUES
  1006. (188, 'p5', 'doodlerace', '', '', 268435456, 400, 'http://25.150.238.254/prev/rocket.png', 1, 'Start and control the doodlerace game. To start doodleRace, click Games tab, click doodlerace and then type !bot on the chat and then !start to start playing (you dont need bot power for doodlerace) See wiki', 0, '', '1', '', 1),
  1007. (189, 'p5', 'olympic', '', '', 536870912, 334, 'http://25.150.238.254/prev/rocket.png', 0, '16 olympic smilies to celebrate the games in London. LIMITED. $WIKI', 0, 'bronzem,goldm,oboxing,ocycling,odiving,ogymnastics,ohurdles,orowing,orunning,oswimming,otennis,otorch,ovolleyball,silverm,oarchery,obasketball,ofencing,ohockey', '', '', 0),
  1008. (190, 'p5', 'aliens', '', '', 1073741824, 619, 'http://25.150.238.254/prev/rocket.png', 0, 'Alien smiles. LIMITED. $WIKI', 0, 'aliens,alilaugh,alidead,aliclap,alid,alilove,aliscratch,alitalk,alicry,alitongue,aliyay,aliback', '', '', 0),
  1009. (192, 'p6', 'matchrace', '', '', 1, 691, 'http://25.150.238.254/prev/rocket.png', 0, 'Start and control the matchrace game. $WIKI', 0, '', '1', '', 1),
  1010. (193, 'p6', 'burningheart', '', '', 2, 3000, 'http://25.150.238.254/prev/rocket.png', 1, 'Burning smilies (burningheart) and (bheartb). $WIKI', 0, 'bheartb', '', '', 0),
  1011. (194, 'p6', 'snakerace', '', '', 4, 200, 'http://25.150.238.254/prev/rocket.png', 1, 'Play and control a snake game. $WIKI', 0, '', '1', '', 1),
  1012. (195, 'p6', 'kpig', '', '', 8, 234, 'http://25.150.238.254/prev/rocket.png', 0, 'kaoani piggy smilies. $WIKI', 0, 'kpigangry,kpigback,kpigball,kpigfraz,kpiglove,kpigmad,kpigmud,kpigpals,kpigsleep,kpigsnoot,kpigwrite', '', '', 0),
  1013. (196, 'p6', 'poker', '', '', 16, 382, 'http://25.150.238.254/prev/rocket.png', 0, 'Keep a straight face with these poker themed smilies. LIMITED. $WIKI', 0, 'pclubs,pobluff,pochips,pod,pogirl,poplayer,povip,powin,poyay,pspades,pdiamonds,phearts', '', '', 0),
  1014. (197, 'p6', 'pony', '', '', 32, 164, 'http://25.150.238.254/prev/rocket.png', 1, 'Cute pony smilies. LIMITED. $WIKI', 0, 'poback,pocall,poclap,pocry,poeat,pofan,poglasses,pohay,pomane,ponyd,powhip', '', '', 0),
  1015. (198, 'p6', 'clockfx', '', '', 64, 339, 'http://25.150.238.254/prev/rocket.png', 1, 'Rotating effects. LIMITED. $WIKI', 0, 'clockfx2,clockfx3,clockfx4', '', '', 0),
  1016. (199, 'p6', 'drop', '', '', 128, 700, 'http://25.150.238.254/prev/rocket.png', 1, 'Drop style smilies. $WIKI', 0, 'dropworry,dropumb,dropscratch,droprub,drophey,dropeat,dropdance,dropclap,dropback', '', '', 0),
  1017. (200, 'p6', 'spacewar', '', '', 256, 1044, 'http://25.150.238.254/prev/rocket.png', 1, 'Shoot and destroy other users planets. LIMITED. $WIKIP', 0, '', '1', '', 1),
  1018. (201, 'p6', 'speech', '', '', 512, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Kaoani speech smilies. $WIKI', 0, 'spd,spfrus,spyay,spkiss,splap,splove,spvamp,spwrite,spxmas,sppup,spback', '', '', 0),
  1019. (202, 'p6', 'vampyre', '', '', 1024, 297, 'http://25.150.238.254/prev/rocket.png', 1, 'Frighten your friends with these vampyre smilies. $WIKI', 0, 'vbat,vbheart,vblood,vcoffin,vcross,vfangs,vglamour,vrip,vstake,vtongue,vstake,vfangs,vtongue,vglamour,vbat,vblood,vcoffin,vcross,vbheart,vrip', '', '', 0),
  1020. (203, 'p6', 'treefx', '', '', 2048, 600, 'http://25.150.238.254/prev/rocket.png', 1, 'Christmas tree FX for smilies. LIMITED. $WIKI', 0, '', '', '', 0),
  1021. (204, 'p6', 'claus', '', '', 4096, 272, 'http://25.150.238.254/prev/rocket.png', 0, 'Comical santa smilies for Christmas. LIMITED. $WIKI', 0, 'clcool,cld,cleek,clgrin,clmad,clsad,clsmile,clsweat,clwink,clx,clwink,clgrin,clsad,clsmile,cld,clx,cleek,clcool,clmad,clsweat', '', '', 0),
  1022. (205, 'p6', 'quest', '', '', 8192, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Smilies to help you on your journey. $WIKI', 0, 'bearer,disappear,dwarf,goblin2,queenelf,sneak,thering,warrior,wizzard,dwarf,sneak,queenelf,goblin2,wizzard,warrior,disappear,bearer,thering', '', '', 0),
  1023. (206, 'p6', 'lang', '', '', 16384, 2000, 'http://25.150.238.254/prev/rocket.png', 1, 'Change the chat text. Important read wiki before buying or using. $WIKIP', 0, '', '1', '', 0),
  1024. (207, 'p6', 'quest2', '', '', 32768, 112, 'http://25.150.238.254/prev/rocket.png', 1, 'Continue the quest. LIMITED. $WIKI', 0, '1066,agreement,arrow,burnt,dwarf2,dwarfz,elve2,goblin3,newton,pile,1066,dwarfz,dwarf2,arrow,goblin3,newton,burnt,pile,elve2,agreement', '', '', 0),
  1025. (208, 'p6', 'glitterfx', '', '', 65536, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Glitter effects for smilies. $WIKI', 0, '', '', '', 0),
  1026. (209, 'p6', 'xavi', '', '', 131072, 500, 'http://25.150.238.254/prev/rocket.png', 1, 'Make a custom avatar that responds to what you type. See wiki for details', 0, '', '', '', 0),
  1027. (210, 'p6', 'kmouse', '', '', 262144, 1740, 'http://25.150.238.254/prev/rocket.png', 1, 'Cute kaoani mouse smilies. LIMITED. $WIKI', 0, 'kmcheer,kmcry,kmeyerub,kmfit,kmfrustrate,kmglare,kmgrouch,kmhide,kmhug,kmlaugh,kmshock,kmshuffle,kmsleepy,kmsmile,kmback,kmlaugh,kmsleepy,kmfit,kmhide,kmfrustrate,kmsmile,kmgrouch,kmback,kmcry,kmshock,kmhug,kmshuffle,kmeyerub,kmglare,kmcheer', '', '', 0),
  1028. (211, 'p6', 'eighties', '', '', 524288, 185, 'http://25.150.238.254/prev/rocket.png', 1, '16 I love the eighties smilies. LIMITED. $WIKI', 0, 'bighair,bigphone,boombox,cassette,dance80,dj80,hoverboard,joystick,skate,slacker1,slacker2,poi,thermochrome,timemachine,skate,boombox,slacker2,slacker1,thermochrome,bigphone,cassette,bighair,poi,dj80,timemachine,dance80,joystick,hoverboard', '', '', 0),
  1029. (212, 'p6', 'foe', '', '', 1048576, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Mark a user as a foe. $WIKI', 0, '', '', '', 0),
  1030. (213, 'p6', 'everypower', '', '', 2097152, 268696, 'http://25.150.238.254/prev/rocket.png', 0, '', 0, '', '', '', 0),
  1031. (214, 'p6', 'makeup', '', '', 4194304, 168, 'http://25.150.238.254/prev/rocket.png', 1, 'You''ll be made up with these smilies. $WIKI', 0, 'nailpolish,lipgloss,makeupface,blush,perfume,comb,lipstick2,lipstick1,purse,eyeliner', '', '', 0),
  1032. (215, 'p6', 'kheart', '', '', 8388608, 458, 'http://25.150.238.254/prev/rocket.png', 1, 'Heart shaped smilies in kaoani style. $WIKI', 0, 'kheartb,khkiss,khlips,khring,khroses,khbub,kharrow,kheyes,khmadly,khhurt,khcupid,khily,khhug', '', '', 0),
  1033. (216, 'p6', 'kmonkey', '', '', 16777216, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Cute monkey smilies in kaoani style. $WIKI', 0, 'kmodance,kmorage,kmowonder,kmostare,kmoun,kmoredface,kmofrus,kmod,kmoback,kmoblow,kmowhistle,kmonehneh,kmoteeth', '', '', 0),
  1034. (217, 'p6', 'nuclear', '', '', 33554432, 500, 'http://25.150.238.254/prev/rocket.png', 0, 'Nuclear FX for smilies. Highly configurable with app. See wiki for details', 0, 'nuclearb', '', 'Y:p1nuclear', 0),
  1035. (218, 'p6', 'stylist', '', '', 67108864, 200, 'http://25.150.238.254/prev/rocket.png', 1, 'Add style to your smilies. LIMITED. $WIKI', 0, 'shave,mirror2,shair3,shair2,shair1,shair7,shair6,shair5,shair4,barber', '', '', 0),
  1036. (219, 'p6', 'spring', '', '', 134217728, 585, 'http://25.150.238.254/prev/rocket.png', 1, 'Spring is here. Celebrate with these beautiful smiles. LIMITED. $WIKI', 0, 'flohat,watercan2,birdy,flowerbed,flowers,rainbow2,inflower,bees,flohide,springhat,watercan,floshow,butterflys', '', '', 0),
  1037. (220, 'p6', 'vote', '', '', 268435456, 500, 'http://25.150.238.254/prev/rocket.png', 0, 'Survey your users with a mini poll. Bonus smilies. $WIKIP', 0, 'bemused,voting,voting2,cross,tick,placard', '1', '', 1),
  1038. (221, 'p6', 'hands2', '', '', 536870912, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'More hands powers including high five. $WIKI', 0, 'pointing,highfive,hearno,notlistening,crossed,callme,heehee,prosper,daydreaming,cutthroat,peace2,hands2', '', '', 0),
  1039. (222, 'p6', 'eggs', '', '', 1073741824, 231, 'http://25.150.238.254/prev/rocket.png', 1, 'Egg and Easter smilies. LIMITED. $WIKI', 0, 'stripegg,basket2,eggwink,chickwalk,eggsleep,eggnod,bunnyears,eggbroke,eggtongue', '', '', 0),
  1040. (224, 'p7', 'hearts', '', '', 1, 500, 'http://25.150.238.254/prev/rocket.png', 0, 'Be game master of a hearts card game. See wiki.', 0, '', '1', '', 1),
  1041. (225, 'p7', 'kfox', '', '', 2, 469, 'http://25.150.238.254/prev/rocket.png', 1, 'Foxy smilies. LIMITED. $WIKI', 0, 'kfoxwhat,kfoxcry,kfoxshades,kfoxd,kfoxtant,kfoxsleep,kfoxtwag,kfoxpsy,kfoxbino,kfoxinl,kfoxggl', '', '', 0),
  1042. (226, 'p7', 'kcow', '', '', 4, 133, 'http://25.150.238.254/prev/rocket.png', 1, 'Kaoani cow smilies. LIMITED. $WIKI.', 0, 'kwlove,kwswt,kwangry,kwyay,kwsleepy,kwbell,kwcry,kwlaugh,kwscratch,kwwhat,kwmad,kwd,kwfrus,kwnod', '', '', 0),
  1043. (227, 'p7', 'sketch', '', '', 8, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Animated sketch style smilies. $WIKI.', 0, 'sksad,skback,skgrr,sksmile,skwink,skoo,skd,skdead,sksix,skfrus,skannoyed', '', '', 0),
  1044. (228, 'p7', 'led', '', '', 16, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Make a scrolling LED style message. See wiki.', 0, '', '', '', 0),
  1045. (229, 'p7', 'seaside', '', '', 32, 297, 'http://25.150.238.254/prev/rocket.png', 1, 'Get ready for summer with the seaside power. $WIKI', 0, 'sandcastle,shell,coconut,crab2,seatree,flipflops,beachvolley,beachdrink,dolphin2', '', '', 0),
  1046. (230, 'p7', 'hair2f', '', '', 64, 306, 'http://25.150.238.254/prev/rocket.png', 1, 'More female smiley hair styles. $WIKI', 0, 'hair2f10,hair2f3,hair2f2,hair2f1,hair2f7,hair2f6,hair2f5,hair2f4,hair2f9,hair2f8', '', '', 0),
  1047. (231, 'p7', 'statusglow', '', '', 128, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Add a green glow to your status (status power required). $WIKI', 0, '', '', '', 0),
  1048. (232, 'p7', 'super', '', '', 256, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'New "super" style orange smilies. $WIKI', 0, 'suredface,suconfused,suback,sulaugh,sucool,sutongue,susad,susmile,sucry,sumad,sudead,sulove', '', '', 0),
  1049. (233, 'p7', 'wedding', '', '', 512, 253, 'http://25.150.238.254/prev/rocket.png', 1, 'Celebrate a wedding with these wedding smilies. LIMITED $WIKI', 0, 'flowersw,throwboquet,arch,invitation,givering,dovew,weddingcake,cakecut,roses', '', '', 0),
  1050. (234, 'p7', 'germ', '', '', 1024, 325, 'http://25.150.238.254/prev/rocket.png', 0, 'Ewwww germs themed smilies. All can be used as backs e.g. (twitch#germ2) To color them use two color codes e.g. (germ6#r#g) $WIKI', 0, 'germ10,germ4,germ5,germ6,germ7,germ2,germ3,germ8,germ9', '', '', 0),
  1051. (235, 'p7', 'cactus', '', '', 2048, 238, 'http://25.150.238.254/prev/rocket.png', 1, 'Cactus smilies with all new faces and different backgrounds. LIMITED. ', 0, 'cacdead,cacpanic,cactongue,cacback,cacmad,cacsmile,cacwhat,caclove,cacflaming,cacblow,caccool', '', '', 0),
  1052. (236, 'p7', 'slotban', '', '', 4096, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'A slotbanned user has the chance to get out of the ban by playing a slot machine game. $WIKI', 0, 'orange2,plum2,slotbar,seven,cherries,spinbutton', '', '', 0),
  1053. (237, 'p7', 'fourth', '', '', 8192, 260, 'http://25.150.238.254/prev/rocket.png', 0, 'Celebrate the 4th July with these festive smilies. $WIKI', 0, 'usafw,iwantyou,waveflagf,showcal,flagfw,fwbang,fourthcal,waveflagm,usafws,watchfw', '', '', 0),
  1054. (238, 'p7', 'switch', '', '', 16384, 500, 'http://25.150.238.254/prev/rocket.png', 1, 'Be game master of a switch card game. $WIKI', 0, '', '1', '', 1),
  1055. (239, 'p7', 'cuboid', '', '', 32768, 239, 'http://25.150.238.254/prev/rocket.png', 1, 'Cubist smilies and back. LIMITED $WIKI', 0, 'custar,cucool,cushine,cuback,cucat,cusad,cubiggrin,cumaracas,cusmile,cucry', '', '', 0),
  1056. (240, 'p7', 'phasefx', '', '', 65536, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Create phase effects. Many variants. $WIKI', 0, 'phaseplan,phaseques,phaseheart', '', 'X:p1phasefx1,Z:p1phasefx2,E:p1phasefx3', 0),
  1057. (241, 'p7', 'marriage', '', '', 131072, 300, 'http://25.150.238.254/prev/rocket.png', 0, '4 new marriage kisses and 10 smilies to help you celebrate your marriage. $WIKI', 0, 'showring,propose,weddingdrink,catchboquet,groom2,cake2,weddingring,bride2,twohearts', '', '', 0),
  1058. (242, 'p7', 'romance', '', '', 262144, 623, 'http://25.150.238.254/prev/rocket.png', 1, 'Romantic smilies. $WIKI', 0, 'cuddle,hugme,serenade,iheart,huba,formal,lashes,affection,kisses,hearthands', '', '', 0),
  1059. (243, 'p7', 'sticky', '', '', 524288, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Smilies inspired by sticky notes. $WIKI', 0, 'stcool,stcrying,stdevil,stheart,stsleepy,stattention,stangel,stlips,stwhat', '', '', 0),
  1060. (244, 'p7', 'kickall', '', '', 1048576, 420, 'http://25.150.238.254/prev/rocket.png', 0, 'Kick all guests from the chat. $WIKI This power should not be miss used.', 0, '', '', '', 0),
  1061. (245, 'p7', 'fruities', '', '', 2097152, 253, 'http://25.150.238.254/prev/rocket.png', 1, 'Fun fruit flavoured smilies. $WIKI', 0, 'frgrapes,frorange,frpineapple,frlemon,frbanana,frapple,frmelon,frpear,frkiwi,frstrawberry', '', '', 0),
  1062. (246, 'p7', 'darts', '', '', 4194304, 900, 'http://25.150.238.254/prev/rocket.png', 1, 'Dart wheel zing game that can give prizes. $WIKIP', 0, 'dart,dartthrow', '1', '', 1),
  1063. (247, 'p7', 'weather', '', '', 8388608, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Smilies for all weathers. $WIKI', 0, 'foggy,windy2,hotthermo,tornado,stormy,sunny,sunshine,cleary,coldthermo,rainy,snowy2', '', '', 0),
  1064. (248, 'p7', 'kangel', '', '', 16777216, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'kaoani style angels. $WIKI', 3, 'kantired,kancloud,kanjoy,kanroses,kanthink,kandizzy,kancry,kanlove,kangoo', '', 'A:p1kangel', 0),
  1065. (249, 'p7', 'kdemon', '', '', 33554432, 360, 'http://25.150.238.254/prev/rocket.png', 1, 'kaoani style demons. $WIKI', 0, 'kdesweat,kdestir,kdefire,kdefear,kderain,kdewar,kdetri,kdejoy,kderage', '', 'S:p1kdemon', 0),
  1066. (250, 'p7', 'autumn', '', '', 67108864, 275, 'http://25.150.238.254/prev/rocket.png', 0, 'Autumnal smilies. $WIKI', 0, 'gotleaf,leaves,acorn,jam,squirrel,mushrooms2,sunflower,leaf,scarecrow2', '', '', 0),
  1067. (251, 'p7', 'eggy', '', '', 134217728, 110, 'http://25.150.238.254/prev/rocket.png', 0, 'Egg shaped smilies. LIMITED. $WIKI', 0, 'eggyes,eggzzz,egggamer,eggupset,eggback,eggshh,eggthumbs,eggcool,eggtickoff,eggcross', '', '', 0),
  1068. (252, 'p7', 'redirect', '', '', 268435456, 500, 'http://25.150.238.254/prev/rocket.png', 1, 'Use this group power to redirect a chat to another chat. $WIKI', 0, 'redirect2', '1', '', 1),
  1069. (253, 'p7', 'ani1', '', '', 536870912, 307, 'http://25.150.238.254/prev/rocket.png', 1, 'Anime characters and a star FX. LIMITED. $WIKI', 0, 'a1love,a1pff,a1fx,a1eww,a1heh,a1fedup,a1cry,a1hot,a1adore,a1fan,a1evil', '', '', 0),
  1070. (254, 'p7', 'scary', '', '', 1073741824, 552, 'http://25.150.238.254/prev/rocket.png', 1, 'Scary smilies for Halloween. LIMITED. $WIKI', 0, 'tomb2,coffin,scarytree,cobweb,scaryghost,pknburning,scaryeyes,scarybat,scaryhat', '', '', 0),
  1071. (256, 'p8', 'zwhack', '', '', 1, 600, 'http://25.150.238.254/prev/rocket.png', 1, 'Use the xat ban hammer to smite those pesky zombies. $WIKI', 0, 'mallet', '1', '', 1),
  1072. (257, 'p8', 'halloween2', '', '', 2, 252, 'http://25.150.238.254/prev/rocket.png', 1, 'Halloween themed costumed yellow smilies. LIMITED. $WIKI', 0, 'madsci,docmask,whitehair,zbride,madhat,scissor,zgirl,bloodgirl,zdoc', '', '', 0),
  1073. (258, 'p8', 'piracy', '', '', 4, 258, 'http://25.150.238.254/prev/rocket.png', 1, 'Piracy on the high seas. LIMITED. $WIKI', 0, 'handhook,octopus2,telescope2,piratemap,piratebird,pirateship,trove,toxicdrink,barrel', '', '', 0),
  1074. (259, 'p8', 'froggy', '', '', 8, 341, 'http://25.150.238.254/prev/rocket.png', 1, 'froggy style smilies. LIMITED. $WIKI', 0, 'frbiggrin,frchkl,frlove,frmad,frsad,frooo,frdead,frcry,frcool', '', '', 0),
  1075. (260, 'p8', 'blackfriday', '', '', 16, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Shopping and bargain hunting smilies. $WIKI', 0, 'bagfight,cart,cashreg,manybags,cashhere,bags,lowprice,pricetag,bargain', '', '', 0),
  1076. (261, 'p8', 'winterland', '', '', 32, 300, 'http://25.150.238.254/prev/rocket.png', 1, 'Get ready for Christmas with the winter wonderland. LIMITED. $WIKI', 0, 'wtree,snowman2,chimney,fishing2,winterhouse,iceheart,glove,wlamp,ornament2', '', '', 0),
  1077. (262, 'p8', 'noel', '', '', 64, 150, 'http://25.150.238.254/prev/rocket.png', 0, 'Seasonal characters in male and female forms. $WIKI', 0, 'angelm,snowmanm,snowmanf,reindeerm,gingerwoman,reindeerf,angelf,gingerman,mrssanta,mrsanta', '', '', 0),
  1078. (263, 'p8', 'toys', '', '', 128, 220, 'http://25.150.238.254/prev/rocket.png', 0, 'Toys for Christmas. $WIKI', 0, 'puzzletoy,locomotivetoy,bearftoy,pyramidtoy,cartoy,ducktoy,spinningtop,dolltoy,helicoptertoy,bearmtoy', '', '', 0),
  1079. (264, 'p8', 'badge', '', '', 256, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Award a badge pawn to anyone on the chat. $WIKI', 0, '', '', '', 0),
  1080. (265, 'p8', 'celebrate', '', '', 512, 275, 'http://25.150.238.254/prev/rocket.png', 1, 'Find a reason to celebrate with this power. LIMITED. $WIKI', 0, 'celcnny,celyeah,celhorn,celflag,celgrad,celbday,celdance,celbottle,celdrunk,celvictory', '', '', 0),
  1081. (266, 'p8', 'hogmanay', '', '', 1024, 255, 'http://25.150.238.254/prev/rocket.png', 1, 'Bring in the new year with these festive smilies. LIMITED. $WIKI', 0, 'countdown,nyfireworks,year,nysparkler,firecracker2,nyballoons,nyclock,firecracker', '', '', 0),
  1082. (267, 'p8', 'cooking', '', '', 2048, 200, 'http://25.150.238.254/prev/rocket.png', 1, 'Get cooking with these culinary smilies. LIMITED. $WIKI', 0, 'whisk,cookkiss,stir,serving,knead,blender,flipegg,flipburger,chop', '', '', 0),
  1083. (268, 'p8', 'farm', '', '', 4096, 250, 'http://25.150.238.254/prev/rocket.png', 1, 'Get back to the farm. LIMITED. $WIKI', 0, 'sheepback,eggs2,growing,sugarcane,wmback,cowface,rooster,tomatoes,cornback,scarecrw,milking', '', '', 0),
  1084. (269, 'p8', 'divorce', '', '', 8192, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Divorce in style. 4 new kisses to get divorced with. $WIKI', 0, 'divring,divm,divf,sadflower,dhammer,divsplit,botm,botf,divbreak,divnolove,brokenheart2', '', '', 0),
  1085. (270, 'p8', 'arachnid', '', '', 16384, 250, 'http://25.150.238.254/prev/rocket.png', 1, 'Creepy arachnid smilies. LIMITED. $WIKI', 0, 'ar3,ar10,ar1,ar5,ar9,ar2,ar4,ar6,ar7,ar8', '', '', 0),
  1086. (271, 'p8', 'sweetheart', '', '', 32768, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Heart themed smilies. $WIKI', 0, 'cupidheart,candleheart,keylove,swans,letterlove,varrow,fourteenth,sweetheart,vballoons,treelove', '', '', 0),
  1087. (272, 'p8', 'random', '', '', 65536, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Random smilies from your powers eg (random) (randomanime) (randomhands). $WIKI', 0, '', '', '', 0),
  1088. (273, 'p8', 'ladybug', '', '', 131072, 275, 'http://25.150.238.254/prev/rocket.png', 1, 'Little red bug, oh so cute. LIMITED. $WIKI', 0, 'lbbehind,lblove,lbmad,lbdead,lbfly,lbd,lbdizzy,lbcry,lbahh,lbkiss,lbshock', '', '', 0),
  1089. (274, 'p8', 'cupcake', '', '', 262144, 240, 'http://25.150.238.254/prev/rocket.png', 1, 'Cupcake smilies. LIMITED. $WIKI', 0, 'cchappy,ccsleepy,ccback,ccangry,ccsad,cccry,ccbeye,ccnono,ccredface,ccscn', '', '', 0),
  1090. (275, 'p8', 'bitefx', '', '', 524288, 230, 'http://25.150.238.254/prev/rocket.png', 0, 'Make a smilie look like its being eaten. $WIKI', 0, 'broccoli,sweet,jelly', '', '', 0),
  1091. (276, 'p8', 'luck', '', '', 1048576, 300, 'http://25.150.238.254/prev/rocket.png', 1, 'The luck of the Irish. LIMITED. $WIKI', 0, 'clovers,beer2,pwalking,pballoons,potofgold,sheep2,harp2,horseshoe,goldclover,luckbh', '', '', 0),
  1092. (277, 'p8', 'tongues', '', '', 2097152, 290, 'http://25.150.238.254/prev/rocket.png', 1, 'A fun selection of smilies. LIMITED. $WIKI', 0, 'tobig,tohaught,tothirsty,tocircle,tostarry,toneener,toteeth,toeeh,topfft,tocheeky', '', '', 0),
  1093. (278, 'p8', 'springflix', '', '', 4194304, 250, 'http://25.150.238.254/prev/rocket.png', 1, 'Spring is here. Use these flix animations to decorate your chat. $WIKI', 0, 'springleaf,springflower,sunflower2,rflowers,butterfly2', '1', '', 1),
  1094. (279, 'p8', 'snail', '', '', 8388608, 222, 'http://25.150.238.254/prev/rocket.png', 0, 'Super snail smilies. LIMITED. $WIKI', 0, 'snail9,snail8,snail7,snail4,snail3,snail2,snail6,snail5,snail1,snailb,snail10', '', '', 0),
  1095. (280, 'p8', 'eventstats', '', '', 16777216, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Get events on chats summarized graphically. $WIKI', 0, '', '1', '', 1),
  1096. (281, 'p8', 'easteregg', '', '', 33554432, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Easter eggs and smilies. $WIKI', 0, 'carrots,easterbasket,rabbit,sleepyegg,birdyeggs,chicken2,ebutterfly,eggchoco,inegg', '', '', 0),
  1097. (282, 'p8', 'butterflies', '', '', 67108864, 250, 'http://25.150.238.254/prev/rocket.png', 1, 'Spring is here and the butterflies are emerging. LIMITED. $WIKI', 0, 'butterflies2,bfb,butterflies7,butterflies6,butterflies5,butterflies4,butterflies3,butterflies9,butterflies8,butterflies10', '', '', 0),
  1098. (283, 'p8', 'springy', '', '', 134217728, 230, 'http://25.150.238.254/prev/rocket.png', 1, 'Get a spring in your smiley. LIMITED. $WIKI', 0, 'sprtired,sprback,sprthumbs,sprexhausted,sprevil,sprangry,sprcrazy,sprtongue,sprjump,sprfrus', '', '', 0),
  1099. (284, 'p8', 'naughtystep', '', '', 268435456, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Put a user on the naughty step. They are limited to one message every 30s. $WIKI', 0, '', '', '', 0),
  1100. (285, 'p8', 'coffee', '', '', 536870912, 210, 'http://25.150.238.254/prev/rocket.png', 0, 'Relax with these coffee themed smilies. LIMITED. $WIKI', 0, 'mhand,sugar,coffeesack,fhand,cappuccino,coffeebeans,coffeemachine,lovecoffee,kettle', '', '', 0),
  1101. (286, 'p8', 'hamster', '', '', 1073741824, 300, 'http://25.150.238.254/prev/rocket.png', 1, 'Cute hamster smilies LIMITED. $WIKI', 0, 'harock,hajoy,habounce,hacry,haangry,hajump,hadream,hasleep,haexcite,hamsterback,hasway', '', '', 0),
  1102. (288, 'p9', 'dreams', '', '', 1, 267, 'http://25.150.238.254/prev/rocket.png', 0, 'Sweet dreams.', 0, 'climbing,dreaming,dreamsbh,glowworm,indream,lovedream,night,scarydream,zsleep', '', '', 0),
  1103. (289, 'p9', 'statuscolor', '', '', 2, 5000, 'http://25.150.238.254/prev/rocket.png', 0, 'Change the color of your status!', 0, '', '', '', 0),
  1104. (290, 'p9', 'gamefx', '', '', 4, 250, 'http://25.150.238.254/prev/rocket.png', 1, 'GAMEFX styled smilies', 0, 'gamefx,grow,starman,screwattack,bubble,ghosteat,coinfx', '', 'N:p1starman', 0),
  1105. (291, 'p9', 'worldcup', '', '', 8, 200, 'http://25.150.238.254/prev/rocket.png', 1, 'Soccer smilies', 0, 'worldcup,fball,changes,coner,goal,goldball,player,training,vuvu2,whistle', '', '', 0),
  1106. (292, 'p9', 'rocks', '', '', 16, 230, 'http://25.150.238.254/prev/rocket.png', 0, 'Rock smilies', 0, 'rocks,breakfx,rollingfx,rostar,roteeth,rolook,rocute,rofrown,roahah,rodizzy,roblinky,rolove,rosmirk', '', '', 0),
  1107. (293, 'p9', 'yellowcard', '', '', 32, 300, 'http://25.150.238.254/prev/rocket.png', 1, 'give your friends a yellow card', 0, '', '', '', 0),
  1108. (294, 'p9', 'ballfx', '', '', 64, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'ballfx smilie power', 0, 'ballfx,basketball,bowling,jugglerball,rollingball', '', '', 0),
  1109. (295, 'p9', 'winner', '', '', 128, 220, 'http://25.150.238.254/prev/rocket.png', 0, 'Winner smilies', 0, 'winner,laurel,podium,ribbon2,ticker,trophy2,winnerflag,winning,wtape', '', '', 0),
  1110. (296, 'p9', 'cutie', '', '', 256, 350, 'http://25.150.238.254/prev/rocket.png', 0, 'Cutie power', 0, 'cutie,cuangry,cubear,cubow,cubunnyears,cuchilled,cuexcited,cuhappy,cupleased,curage,cutired,cuunhappy,baby', '', '', 0),
  1111. (297, 'p9', 'summerflix', '', '', 512, 250, 'http://25.150.238.254/prev/rocket.png', 1, 'Summerflix', 0, 'summerflix,scrab,sfan,shell2,sunny2', '1', '', 1),
  1112. (298, 'p9', 'coolz', '', 'Coolz Smiles', 1024, 350, 'http://25.150.238.254/prev/rocket.png', 1, 'coolz power', 0, 'coolz,cocross,cohappy,colove,conoway,cozap,corage,corage2,cosad,cosurprise,cowink,coyoyo,coshades,codribble,cocap', '', '', 0),
  1113. (299, 'p9', 'magic', '', 'magic Smiles', 2048, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'magic power : (magic) (magicbook) (magicbottle) (magicbunny) (magiccards) (magician) (magiclove) (magicshow) (magictable) (magicwand).', 0, 'magic,magicbook,magicbottle,magicbunny,magiccards,magician,magiclove,magicshow,magictable,magicwand', '', '', 0),
  1114. (300, 'p9', 'blubunni', '', 'Blubunni Smiles', 4096, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Blubunni power : (blubunni) (bbwary) (bbstars) (bbsecret) (bbnoway) (bblr) (bbhot) (bbhit) (bbhammer) (bbeyes) (bbeat).', 0, 'blubunni,bbwary,bbstars,bbsecret,bbnoway,bblr,bbhot,bbhit,bbhammer,bbeyes,bbeat', '', '', 0),
  1115. (301, 'p9', 'instruments', '', 'Intruments smiles', 8192, 230, 'http://25.150.238.254/prev/rocket.png', 0, 'Intruments power : (instruments) (accordion) (amplifier) (drum2) (drumkit) (guitar2) (lovemusic) (saxophone) (trumpet2) (violin2).', 0, 'instruments,accordion,amplifier,drum2,drumkit,guitar2,lovemusic,saxophone,trumpet2,violin2', '', '', 0),
  1116. (302, 'p9', 'pcback', '', 'Pcback ', 16384, 700, 'http://25.150.238.254/prev/rocket.png', 1, 'esse power quando voce usar ele voce no xat use um img#img para o outro usuario ver seu fundo no xat dele', 0, 'pcback', '', '', 0),
  1117. (303, 'p9', 'bird', '', 'bird smilies', 32768, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'bird smilies : (bird) (birdcute) (birddizzy) (birdflap) (birdhot) (birdidea) (birdjackfx) (birdnod) (birdpuppetfx) (birdlove) (birdswing).', 0, 'bird,birdcute,birddizzy,birdflap,birdhot,birdidea,birdjackfx,birdnod,birdpuppetfx,birdlove,birdswing', '', '', 0),
  1118. (304, 'p9', 'chocolate', '', 'Chocolate smiles', 65536, 220, 'http://25.150.238.254/prev/rocket.png', 1, 'Chocolate smiles sao : (chocolate) (chcroissant) (chdonut) (chicecream) (chlove) (chstrawberry) (chsweet) (chsweet2) (chwhite) (cocoa).', 0, 'chcroissant,chdonut,chicecream,chlove,chstrawberry,chsweet,chsweet2,chwhite,cocoa', '', '', 0),
  1119. (305, 'p9', 'kmoon', '', 'kmoon smiles Fx', 131072, 240, 'http://25.150.238.254/prev/rocket.png', 1, 'Kmoon smiles eles sao : (kmoon) (kmyy) (kmya) (kmwink) (kmun) (kmsleep) (kmshutup) (kmsal) (kmpuffed) (kmoonback) (kmlove) (kmjoy).', 0, 'kmoon,kmyy,kmya,kmwink,kmun,kmsleep,kmshutup,kmsal,kmpuffed,kmoonback,kmlove,kmjoy,ffs,roulette,dice', '', '', 0),
  1120. (306, 'p9', 'ksun', '', 'ksun smiles efeito fx', 262144, 240, 'http://25.150.238.254/prev/rocket.png', 1, 'Sun Fx smiles eles sao : (ksun) (ksyy) (ksunback) (ksthink) (ksset) (ksrub) (ksnono) (ksmad) (kskiss) (ksjoy) (kshappy) (kshaha) (kscry).', 0, 'ksun,ksyy,ksunback,ksthink,ksset,ksrub,ksnono,ksmad,kskiss,ksjoy,kshappy,kshaha,kscry', '', '', 0),
  1121. (307, 'p9', 'jump', '', 'Jump Smiles', 524288, 220, 'http://25.150.238.254/prev/rocket.png', 1, 'Jump smiles que sao : (jump) (jump2) (jump3) (jump4) (jump5) (jump6) (jump7) (jump8) (jump9) (jump10) (jump11).', 0, 'jump,jump2,jump3,jump4,jump5,jump6,jump7,jump8,jump9,jump10,jump11', '', '', 0),
  1122. (308, 'p9', 'Trickortreat', '', 'Trickortreat smiles', 1048576, 230, 'http://25.150.238.254/prev/rocket.png', 0, 'Power especial de dia das bruxas os smiles sao : (trickortreat) (tt1) (tt2) (tt3) (tt4) (tt5) (tt6) (tt7) (hegg1) (hegg2) (hsoak1) (hsoak2) (htp1) (htp2).', 0, 'trickortreat,tt1,tt2,tt3,tt4,tt5,tt6,tt7,hegg1,hegg2,hsoak1,hsoak2,htp1,htp2', '', '', 0),
  1123. (309, 'p9', 'creepy', '', 'creppy smiles', 2097152, 230, 'http://25.150.238.254/prev/rocket.png', 0, 'creepy smiles que sao : (creepy) (ghostbag) (hbag) (hdoor) (hmask) (hsign) (mmymask) (piratemask) (scarypkn) (treats).', 0, 'creepy,ghostbag,hbag,hdoor,hmask,hsign,mmymask,piratemask,scarypkn,treats', '', '', 0),
  1124. (310, 'p9', 'manage', '', 'backup de usuarios', 4194304, 210, 'http://25.150.238.254/prev/rocket.png', 0, 'Backup e ajustar suas fileiras usuario', 0, 'manage', '', '', 0),
  1125. (311, 'p9', 'blueoni', '', 'blueoni smiles', 8388608, 220, 'http://25.150.238.254/prev/rocket.png', 0, 'Blue Oni smiles que sao : (blueoni) (bonitantrum) (bonisick) (boniscared) (bonisad) (bonipeek) (bonimad) (boniill) (bonigoo) (bonifan) (bonicry) (boniblink) (bonib).', 0, 'blueoni,bonitantrum,bonisick,boniscared,bonisad,bonipeek,bonimad,boniill,bonigoo,bonifan,bonicry,boniblink,bonib', '', '', 0),
  1126. (312, 'p9', 'Icebucket', '', 'icebucket smiles', 16777216, 210, 'http://25.150.238.254/prev/rocket.png', 0, 'icebucket smiles que sao : (icebucket) (brr) (bucket) (freezer) (hour24) (icecubes) (nominate) (tap2) (videorec).', 0, 'icebucket,brr,bucket,freezer,hour24,icecubes,nominate,tap2,videorec', '', '', 0),
  1127. (313, 'p9', 'gamefx2', '', 'efeito smile Fx ', 33554432, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'gamefx smiles fx os smiles sao : (gamefx2) (stompfx) (shotfx) (respawnfx) (megafx2) (megafx) (hadouken) (exitfx) (bonesdeath) (bombfx) (birdsfx).', 0, 'gamefx2,stompfx,shotfx,respawnfx,megafx2,megafx,hadouken,exitfx,bonesdeath,bombfx,birdsfx', '', '', 0),
  1128. (314, 'p9', 'reveal', '', 'reveal smiles', 67108864, 450, 'http://25.150.238.254/prev/rocket.png', 0, 'Revealing holiday smilies. LIMITED. See wiki for details', 0, 'reveal,rwreath,rstocking,rsnowman,rsnowbury,rsanta,rpudding,rgift,rsnowglobe,rfire,rbell', '', '', 0),
  1129. (315, 'p9', 'holidays', '', 'holidays', 134217728, 275, 'http://25.150.238.254/prev/rocket.png', 0, 'Smiles de feriados os smiles sao : (holidays) (xcard) (snoww)(snowqueen)(snowm)(snowking)(mrclaus) (mrsclaus)(icequeen) (iceking) (holly) (bauble)', 0, 'holidays,xcard,snoww,snowqueen,snowm,snowking,mrclaus,mrsclaus,icequeen,iceking,holly,bauble', '', '', 0),
  1130. (316, 'p9', 'size', '', 'efeito de remendicionanto de smiles', 268435456, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'controle o tamanhos dos smiles com esse power a forma de usar exemplo : goo#size#w5 = tamanho 5 - w = weight ', 0, 'size', '', '', 0),
  1131. (317, 'p9', 'lunar', '', 'lunar smiles', 536870912, 222, 'http://25.150.238.254/prev/rocket.png', 0, 'smiles em forma de lua (lunar) (dragon2) (fan2) (firecrackers) (fireworks2) (lantern2) (oranges)(partyball) (wealthgold) (year2) hats: hat#hu - hat#hF - hat#hy', 0, 'lunar,dragon2,fan2,firecrackers,fireworks2,lantern2,oranges,partyball,wealthgold,year2', '', 'u:p1firecrackers,F:p1fireworks2,y:p1year2', 0),
  1132. (318, 'p9', 'backup', '', 'foto automatica', 1073741824, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'automaticamente tira uma foto de seus usuarios (nao funciona)', 0, 'backup', '', '', 0),
  1133. (320, 'p10', 'egyptian', '', 'egyptian smiles', 1, 270, 'http://25.150.238.254/prev/rocket.png', 0, 'smiles egpicios eles sao : (gyptian) (scarab) (sarcophagus) (pyramids)(indiwhip)(horis) (greatsphinx) (egyptf) (egyptf2) (egyptf3) (egyptf4) (egyptcat) (boulder) (anubis) (ankh) hats: hat#hv -hat#hn - hat#hm', 0, 'egyptian,scarab,sarcophagus,pyramids,indiwhip,horis,greatsphinx,egyptf,egyptf2,egyptf3,egyptf4,egyptcat,boulder,anubis,ankh', '', 'v:p1scarab,n:p1boul,m:p1ankh', 0),
  1134. (321, 'p10', 'retro', '', 'retro smiles', 2, 100, 'http://25.150.238.254/prev/rocket.png', 0, 'Reviva a epoca do 8-bit com esses smiles retro que sao : (retro) (retrox) (retss) (retkalien) (retheart) (retdog) (retd) (retcat)(retmad) (retkao) (retcool) (retflame) (retpong) hats: hat#hc', 0, 'retro,retrox,retss,retkalien,retheart,retdog,retd,retcat,retmad,retkao,retcool,retflame,retpong', '', 'c:p1retro', 0),
  1135. (322, 'p10', 'jewelry', '', 'jewelry smiles', 4, 260, 'http://25.150.238.254/prev/rocket.png', 0, 'smiles das joias eles sao : (jewelry) (jbeads) (jbracelet) (jchain) (jclock) (jcrown) (jearrings) (jheart) (jring) (jring2) hats: hat#hj - hat#hr', 0, 'jewelry,jbeads,jbracelet,jchain,jclock,jcrown,jearrings,jheart,jring,jring2', '', 'j:p1jewellery,r:p1jring', 0),
  1136. (323, 'p10', 'offset', '', 'efeito de smile vertical - horizontal', 8, 200, 'http://25.150.238.254/prev/rocket.png', 0, 'Mova o smile para baixo - para cima - para a esquerda e para direita hats: hat#hd - hat#hR - hat#hx - hat#hf', 0, 'offset', '', 'd:p1down,R:p1rotate,x:p1balance,f:p1fall', 0),
  1137. (324, 'p10', 'amore', '', 'amore smiles', 16, 230, 'http://25.150.238.254/prev/rocket.png', 0, 'Smile de primavera os smiles sao : (amore) (glitterheart) (abear) (abee) (acupid) (adove) (ahand) (akiss) (together) hats: hat#hg - hat#hB - hat#he - hat#hh', 0, 'amore,glitterheart,abear,abee,acupid,adove,ahand,akiss,together', '', 'g:p1glitterheart,B:p1tbear,e:p1tbee,h:p1theart', 0),
  1138. (325, 'p10', 'valfx', '', 'valfx smiles', 32, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'power especial de dia dos namorados - os smiles sao : (valfx) (vburst) (vkiss) (vrain) (vthrow) hats: hat#hb - hat#t', 0, 'valfx,vburst,vkiss,vrain,vthrow', '', 'b:p1balloon,t:p1throw', 0),
  1139. (326, 'p10', 'sapphire', '', 'pino', 64, 87000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse pino e efeito cristal um everypower cristalino', 0, '', '', '', 0),
  1140. (327, 'p10', 'awesome', '', 'pino', 128, 96000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse pino tem o efeito cycle misturado com um everypower', 0, '', '', '', 0),
  1141. (328, 'p10', 'rainbow', '', 'pino', 256, 81000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse pino tem o efeito arco-iris ', 0, '', '', '', 0),
  1142. (329, 'p10', 'desertground', '', 'pino', 512, 76000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse pino tem um efeito de terra misturado com areia', 0, '', '', '', 0),
  1143. (330, 'p10', 'esmerald', '', 'pino', 1024, 64000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse pino tem o efeito esmeralda e como um everypower esmeralda', 0, '', '', '', 0),
  1144. (331, 'p10', 'tecno', '', 'pino', 2048, 61000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse pino tem um efeito de pino xadrez', 0, '', '', '', 0),
  1145. (332, 'p10', 'celebridade', '', 'pino', 4096, 62000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse pino tem o efeito cyan e como um everypower cyan', 0, '', '', '', 0),
  1146. (333, 'p10', 'pawnglow', '', 'efeito de nameglow no pino', 8192, 91000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse efeito funciona assim voce precisa das cores red-blue-green-light exemplo : (pglow#r)= contorno vermelho segundo efeito : hglow#r = nivel 2 mais forte terceiro efeito hflow#r = coronto mais forte nivel 3 ', 0, 'pglow,hglow,hflow', '', '', 0),
  1147. (334, 'p10', 'silver', '', 'pino', 16384, 45000, 'http://25.150.238.254/prev/rocket.png', 0, 'Esse pino e o efeito silver um pino parecido com um everypower cinza', 0, '', '', '', 0),
  1148. (335, 'p10', 'fadepawn', '', 'efeito de fade no pino', 32768, 69000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse power e o efeito de alpha no pino quem usar o pino ira desaparecer e reaparecer', 0, '', '', '', 0),
  1149. (336, 'p10', 'cyclepawn', '', 'pino', 65536, 58000, 'http://25.150.238.254/prev/rocket.png', 0, 'Esse pino e efeito cycle no pino', 0, '', '', '', 0),
  1150. (337, 'p10', 'electroglow', '', 'pino', 131072, 55000, 'http://25.150.238.254/prev/rocket.png', 0, 'esse pino tem uns efeitos eletricidade ', 0, '', '', '', 0),
  1151. (338, 'p10', 'blitz', '', 'pino', 262144, 67000, 'http://25.150.238.254/prev/rocket.png', 0, 'como o nome ja diz esse pino e a guerra dos relampagos um pino que pisca um glow de relampago', 0, '', '', '', 0),
  1152. (339, 'p10', 'oids', '', 'oids smiles', 524288, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Oids smiles sao : (oids) (oiwait) (oiswt) (oipunch) (oiouch) (oino) (oifrus) (oieek) (oicape) (oiblank) (oiaww) (oiback). hats: hat#ho - hat#hi', 4, 'oids,oiwait,oiswt,oipunch,oiouch,oino,oifrus,oieek,oicape,oiblank,oiaww,oiback', '', 'o:p1oids1,i:p1oids2', 0),
  1153. (340, 'p10', 'lolpawn', '', 'pino', 1048576, 89000, 'http://25.150.238.254/prev/rocket.png', 0, 'pino com as cores como se voce estive na balada compre esse pino e entre no ritimo ', 0, '', '', '', 0),
  1154. (341, 'p10', 'textcolor', '', 'efeito de cor no texto', 2097152, 15000, 'http://25.150.238.254/prev/rocket.png', 0, 'Textglow como o nome ja diz e o texto do xat totalmente colorido usando cortorno junto como o (namecolor) faca no seu profile (text#r#gb) e escreva no xat', 0, 'text', '', '', 0),
  1155. (342, 'p10', 'textglow', '', 'efeito de cor no texto', 4194304, 11000, 'http://25.150.238.254/prev/rocket.png', 0, 'Textglow como o nome ja diz e cortorno no texto do xat basta comprar ele e o textcolor e fazer no no seu profile (text#000001#r) para cor vermelha de glow e escrever no xat ', 0, 'text', '', '', 0),
  1156. (343, 'p10', 'birthday', '', 'birthday smiles', 8388608, 220, 'http://25.150.238.254/prev/rocket.png', 0, 'nao e seu aniversario mais se voce quiser pode usar esse power e seus smiles que sao (birthday) (bballoons) (bcake) (bcake2) (bconfetti) (bflower) (bgifts) (bhats) (btrumpet).', 0, 'birthday,bballoons,bcake,bcake2,bconfetti,bflower,bgifts,bhats,btrumpet', '', 'l:p1bballoons,L:p1bgifts', 0),
  1157. (344, 'p10', 'bobmarley', '', 'bobmarley pino', 16777216, 54000, 'http://25.150.238.254/prev/rocket.png', 0, 'o proprio !esse pino relembra muito as cores do Reggae pra quem gosta de marola esse pino e perfeito para voce', 0, '', '', '', 0),
  1158. (345, 'p10', 'summerpawn', '', 'summerpawn pino', 33554432, 65000, 'http://25.150.238.254/prev/rocket.png', 0, 'Pra quem gosta de praia e gosta das cores do verao esse pino e perfeito para voce', 0, '', '', '', 0),
  1159. (346, 'p10', 'reggae', '', 'Reggae pino', 67108864, 25000, 'http://25.150.238.254/prev/rocket.png', 0, 'e hora de fumar e relembrar os tempos do bobmarley usando esse pino', 0, '', '', '', 0),
  1160. (347, 'p10', 'madpawn', '', 'madpawn pino', 134217728, 54000, 'http://25.150.238.254/prev/rocket.png', 0, 'um awesome com mais brilho e efeitos', 0, '', '', '', 0),
  1161. (348, 'p10', 'worldpawn', '', 'worldpawn pino', 268435456, 34000, 'http://25.150.238.254/prev/rocket.png', 0, 'pino com brilho', 0, '', '', '', 0),
  1162. (349, 'p10', 'supercycle', '', 'efeito cycle', 536870912, 500, 'http://25.150.238.254/prev/rocket.png', 0, 'para usar : primeiro compre power cycle e supercycle depois vai ate o gerador de supercycle nesse link : http://util.xat.com/wiki/index.php?title=Supercycle e coloque o codigo no xat', 0, '', '', 's:p1supercycle1,w:p1supercycle2,q:p1supercycle3', 0),
  1163. (350, 'p10', 'nameflash', '', 'efeito fx de letras', 1073741824, 8000, 'http://25.150.238.254/prev/rocket.png', 0, 'as letras sao : (nfa)(nfb)(nfc)(nfd)(nfe)(nff)(nfg)(nfh)(nfi)(nfj)(nfk)(nfl)(nfm)(nfn)(nfo)(nfp)(nfq)(nfr)(nfs)(nft)(nfu)(nfv)(nfw)(nfy)(nfx)(nfz)', 0, 'nfa,nfb,nfc,nfd,nfe,nff,nfg,nfh,nfi,nfj,nfk,nfl,nfm,nfn,nfo,nfp,nfq,nfr,nfs,nft,nfu,nfv,nfw,nfy,nfx,nfz', '', '', 0),
  1164. (352, 'p11', 'tv', '', 'tv smiles', 1, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'os smiles sao : (tv) (tvskip) (tvread) (tvmad) (tvlove) (tvice) (tveek) (tvdance) (tvcry) (tvconfused) (tvback)', 0, 'tv,tvskip,tvread,tvmad,tvlove,tvice,tveek,tvdance,tvcry,tvconfused,tvback', '', 'z:p1skip,l:p1tv', 0),
  1165. (353, 'p11', 'wxpawn', '', 'wxpawn pino', 2, 37000, 'http://25.150.238.254/prev/rocket.png', 0, 'pino de efeito de glow', 0, '', '', '', 0),
  1166. (354, 'p11', 'everycolor', '', 'Everycolor pino', 4, 45000, 'http://25.150.238.254/prev/rocket.png', 0, 'pino de randomizacao de cores', 0, '', '', '', 0),
  1167. (355, 'p11', 'fly', '', 'Fly power', 8, 254, 'http://25.150.238.254/prev/rocket.png', 0, 'os smiles sao : (fly)(flwonder)(flupset)(flstar)(flsad)(fldead)(flback)(flafraid)', 0, 'fly,flwonder,flupset,flstar,flsad,fldead,flback,flafraid', '0', '', 0),
  1168. (356, 'p11', 'pcorn', '', 'pcorn smiles', 16, 290, 'http://25.150.238.254/prev/rocket.png', 0, 'os smiles sao : (pcorn)(pcornback)(pcmad)(pcswt)(pckiss)(pcgoo)(pcgagged)(pcdizzy)(pccry)(pccaramel)(pcburnt)', 0, 'pcorn,pcornback,pcmad,pcswt,pckiss,pcgoo,pcgagged,pcdizzy,pccry,pccaramel,pcburnt', '', '', 0),
  1169. (357, 'p11', 'Clouds', '', 'Cloudy smilies', 32, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'clouds smiles eles sao : (clouds) (cangry) (ccrying) (cfreeze) (chappy) (ckiss) (clove) (crainbow) (csleepy) (cwindy).', 0, 'clouds,cangry,ccrying,cfreeze,chappy,ckiss,clove,crainbow,csleepy,cwindy', '', 't:p1cangry,p:p1clouds,k:p1csleepy', 0),
  1170. (358, 'p11', 'aliblue', '', 'Aliblue smiles', 64, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Aliblue smiles os smiles sao : (aliblue) (baliback) (balicry) (balidance) (balilove) (baliredface) (balisad) (balishutup) (balisick) (baliswt)', 0, 'aliblue,baliback,balicry,balidance,balilove,baliredface,balisad,balishutup,balisick,baliswt', '', 'W:p1swt,Q:p1aliblue', 0),
  1171. (359, 'p11', 'beastie', '', 'Beastie Smiles', 128, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Beastie smiles eles sao : (beastie) (beastie2) (beastie3) (beastie4) (beastie5) (beastie6) (beastie7) (beastie8) (beastie9) (beastie10) (beastieb) (beastieb3) (beastieb5) (beastieb7) (beastieb9).', 0, 'beastie,beastie2,beastie3,beastie4,beastie5,beastie6,beastie7,beastie8,beastie9,beastie10,beastieb,beastieb3,beastieb5,beastieb7,beastieb9', '', 'T:p1beast1,D:p1beast2', 0),
  1172. (360, 'p11', 'easterlove', '', 'Easterlove smiles', 256, 250, 'http://25.150.238.254/prev/rocket.png', 0, 'Easterlove os smiles sao : (easterlove) (brokeegg) (bunnyfriend) (eabunny) (eabutterfly) (eachick) (eaeggs) (glitteregg) (lambs)', 0, 'easterlove,brokeegg,bunnyfriend,eabunny,eabutterfly,eachick,eaeggs,glitteregg,lambs', '', 'U:p1eabutterfly,O:p1easterlove,P:p1glitteregg', 0),
  1173. (361, 'p11', 'bloonie', '', 'bloonie smiles', 512, 300, 'http://25.150.238.254/prev/rocket.png', 0, 'Bloonie os smiles sao: (bloangry)(bloback)(blodizzy)(bloeat)(blohaha)(blohears)(blojoy)(blokiss)(blolove)(bloonie)(blosad)(blothink)(bloyes).hats: hat#h1 - hat#h2', 0, 'bloangry,bloback,blodizzy,bloeat,blohaha,blohears,blojoy,blokiss,blolove,bloonie,blosad,blothink,bloyes', '', '1:p1Blohears,2:p1Bloonie', 0),
  1174. (362, 'p11', 'stormpawn', '', 'stormpawn pino', 1024, 100000, 'http://25.150.238.254/prev/rocket.png', 0, '', 0, '', '', '', 0),
  1175. (363, 'p11', 'remp', '', 'remp pawn', 2048, 1000, 'http://25.150.238.254/prev/rocket.png', 0, '', 0, '', '', '', 0),
  1176. (364, 'p11', 'firepawn', 'http://25.150.238.254/prev/icone.png', 'fire pawn', 4096, 1000, 'http://25.150.238.254/prev/rocket.png', 0, '', 0, '', '', '', 0),
  1177. (365, 'p11', 'pgreen', 'http://25.150.238.254/prev/icone.png', 'pgren pino', 8192, 1000, 'http://25.150.238.254/prev/rocket.png', 0, '', 0, '', '', '', 0),
  1178. (366, 'p11', 'yellow', '', 'yellow pino', 16384, 99999999, 'http://25.150.238.254/prev/rocket.png', 0, 'yellow pino', 0, '', '', '', 0);
  1179.  
  1180. -- --------------------------------------------------------
  1181.  
  1182. --
  1183. -- Estrutura da tabela `promotions`
  1184. --
  1185.  
  1186. CREATE TABLE IF NOT EXISTS `promotions` (
  1187. `chat` varchar(255) NOT NULL,
  1188. `end` int(255) NOT NULL
  1189. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1190.  
  1191. -- --------------------------------------------------------
  1192.  
  1193. --
  1194. -- Estrutura da tabela `ranks`
  1195. --
  1196.  
  1197. CREATE TABLE IF NOT EXISTS `ranks` (
  1198. `id` int(255) NOT NULL COMMENT 'index',
  1199. `chatid` bigint(20) NOT NULL,
  1200. `userid` bigint(11) NOT NULL,
  1201. `f` int(3) NOT NULL,
  1202. `tempend` varchar(255) NOT NULL DEFAULT '0',
  1203. `badge` varchar(255) NOT NULL
  1204. ) ENGINE=InnoDB AUTO_INCREMENT=260 DEFAULT CHARSET=utf8;
  1205.  
  1206. --
  1207. -- Extraindo dados da tabela `ranks`
  1208. --
  1209.  
  1210. INSERT INTO `ranks` (`id`, `chatid`, `userid`, `f`, `tempend`, `badge`) VALUES
  1211. (9, 1, 843, 3, '0', ''),
  1212. (10, 18, 843, 5, '0', ''),
  1213. (12, 1, 847, 3, '0', ''),
  1214. (13, 1, 2, 5, '0', ''),
  1215. (17, 1, 842, 3, '0', ''),
  1216. (20, 1, 816, 3, '0', ''),
  1217. (26, 1, 838, 5, '0', ''),
  1218. (27, 1, 849, 5, '0', ''),
  1219. (28, 1, 850, 5, '0', ''),
  1220. (30, 1, 851, 5, '0', ''),
  1221. (31, 1, 852, 5, '0', ''),
  1222. (32, 1, 853, 5, '0', ''),
  1223. (34, 18, 840, 5, '0', ''),
  1224. (36, 1, 855, 5, '0', ''),
  1225. (37, 1, 854, 3, '0', ''),
  1226. (40, 1, 20, 3, '0', ''),
  1227. (46, 1, 858, 5, '0', ''),
  1228. (48, 1, 859, 3, '0', ''),
  1229. (49, 1, 840, 4, '0', ''),
  1230. (50, 1, 860, 5, '0', ''),
  1231. (52, 1, 861, 3, '0', ''),
  1232. (53, 1, 848, 3, '0', ''),
  1233. (54, 1, 862, 5, '0', ''),
  1234. (56, 1, 864, 5, '0', ''),
  1235. (58, 1, 865, 3, '0', ''),
  1236. (59, 19, 865, 1, '0', ''),
  1237. (66, 1, 868, 5, '0', ''),
  1238. (67, 1, 869, 5, '0', ''),
  1239. (74, 19, 866, 4, '0', ''),
  1240. (75, 19, 867, 4, '0', ''),
  1241. (76, 1, 871, 5, '0', ''),
  1242. (77, 20, 866, 1, '0', ''),
  1243. (78, 20, 865, 5, '0', ''),
  1244. (79, 1, 863, 3, '0', ''),
  1245. (81, 1, 872, 3, '0', ''),
  1246. (82, 21, 861, 1, '0', ''),
  1247. (83, 1, 873, 5, '0', ''),
  1248. (85, 1, 874, 3, '0', ''),
  1249. (86, 1, 876, 5, '0', ''),
  1250. (87, 1, 877, 5, '0', ''),
  1251. (88, 16, 842, 5, '0', ''),
  1252. (89, 1, 878, 5, '0', ''),
  1253. (92, 1, 880, 3, '0', ''),
  1254. (94, 1, 881, 3, '0', ''),
  1255. (97, 1, 882, 3, '0', ''),
  1256. (100, 1, 885, 5, '0', ''),
  1257. (102, 1, 884, 3, '0', ''),
  1258. (103, 1, 883, 3, '0', ''),
  1259. (106, 1, 888, 5, '0', ''),
  1260. (108, 1, 887, 3, '0', ''),
  1261. (110, 1, 886, 3, '0', ''),
  1262. (112, 1, 811, 3, '0', ''),
  1263. (113, 1, 879, 3, '0', ''),
  1264. (115, 1, 889, 3, '0', ''),
  1265. (116, 1, 826, 4, '0', ''),
  1266. (119, 1, 866, 2, '0', ''),
  1267. (121, 1, 867, 3, '0', ''),
  1268. (122, 1, 891, 5, '0', ''),
  1269. (124, 1, 892, 5, '0', ''),
  1270. (125, 1, 808, 3, '0', ''),
  1271. (127, 1, 893, 3, '0', ''),
  1272. (129, 1, 815, 3, '0', ''),
  1273. (130, 1, 894, 3, '0', ''),
  1274. (132, 1, 895, 3, '0', ''),
  1275. (133, 1, 870, 3, '0', ''),
  1276. (140, 1, 897, 3, '0', ''),
  1277. (143, 1, 820, 3, '0', ''),
  1278. (146, 1, 837, 3, '0', ''),
  1279. (148, 1, 896, 2, '0', ''),
  1280. (149, 1, 812, 4, '0', ''),
  1281. (151, 1, 898, 3, '0', ''),
  1282. (152, 1, 899, 5, '0', ''),
  1283. (153, 1, 900, 5, '0', ''),
  1284. (154, 16, 900, 5, '0', ''),
  1285. (155, 22, 900, 1, '0', ''),
  1286. (156, 2, 900, 5, '0', ''),
  1287. (157, 1, 901, 5, '0', ''),
  1288. (158, 1, 902, 5, '0', ''),
  1289. (159, 1, 903, 5, '0', ''),
  1290. (160, 19, 903, 5, '0', ''),
  1291. (161, 1, 904, 5, '0', ''),
  1292. (162, 1, 70, 4, '0', ''),
  1293. (163, 1, 905, 5, '0', ''),
  1294. (164, 1, 906, 5, '0', ''),
  1295. (168, 1, 819, 3, '0', ''),
  1296. (171, 2, 819, 3, '0', ''),
  1297. (179, 1, 1001, 3, '0', ''),
  1298. (180, 1, 828, 5, '0', ''),
  1299. (182, 1, 1002, 3, '0', ''),
  1300. (185, 1, 1003, 3, '0', ''),
  1301. (188, 1, 1005, 3, '0', ''),
  1302. (190, 1, 1006, 3, '0', ''),
  1303. (192, 1, 1007, 3, '0', ''),
  1304. (194, 1, 1009, 3, '0', ''),
  1305. (195, 1, 69, 1, '0', ''),
  1306. (197, 1, 832, 3, '0', ''),
  1307. (203, 1, 5, 1, '0', ''),
  1308. (205, 1, 1011, 3, '0', ''),
  1309. (207, 1, 1012, 3, '0', ''),
  1310. (209, 1, 1013, 3, '0', ''),
  1311. (211, 1, 1014, 3, '0', ''),
  1312. (213, 1, 1015, 3, '0', ''),
  1313. (215, 1, 1016, 3, '0', ''),
  1314. (217, 1, 999, 3, '0', ''),
  1315. (219, 1, 1017, 3, '0', ''),
  1316. (220, 1, 1004, 3, '0', ''),
  1317. (222, 1, 1018, 3, '0', ''),
  1318. (224, 1, 1019, 3, '0', ''),
  1319. (226, 1, 814, 3, '0', ''),
  1320. (228, 1, 1020, 3, '0', ''),
  1321. (229, 1, 1021, 5, '0', ''),
  1322. (236, 1, 1, 1, '0', ''),
  1323. (238, 2, 1, 5, '0', ''),
  1324. (240, 16, 1, 5, '0', ''),
  1325. (242, 1, 405, 5, '0', ''),
  1326. (243, 1, 804, 3, '0', ''),
  1327. (245, 1, 805, 3, '0', ''),
  1328. (246, 1, 803, 2, '0', ''),
  1329. (248, 1, 100, 3, '0', ''),
  1330. (251, 1, 802, 3, '0', ''),
  1331. (254, 1, 42, 4, '0', ''),
  1332. (256, 1, 806, 3, '0', ''),
  1333. (259, 1, 801, 4, '0', '');
  1334.  
  1335. -- --------------------------------------------------------
  1336.  
  1337. --
  1338. -- Estrutura da tabela `response`
  1339. --
  1340.  
  1341. CREATE TABLE IF NOT EXISTS `response` (
  1342. `id` int(11) NOT NULL,
  1343. `question` varchar(255) NOT NULL,
  1344. `answer` varchar(255) NOT NULL
  1345. ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
  1346.  
  1347. --
  1348. -- Extraindo dados da tabela `response`
  1349. --
  1350.  
  1351. INSERT INTO `response` (`id`, `question`, `answer`) VALUES
  1352. (1, 'bot', 'fale?'),
  1353. (2, 'eai', 'eai [user] tudo fmz?'),
  1354. (3, 'ajuda', 'Quer Ajuda [user] ? Chame No Chat! :D'),
  1355. (4, 'dono', 'Dono Do iXat: Guilherme(id:1)'),
  1356. (5, 'jerry', 'me chamou? (smirk2)'),
  1357. (6, 'cmds', '!test !perg'),
  1358. (7, 'regras', 'sem fazer flood,spam, sem insultos,sem racismo, sem brigas!'),
  1359. (8, 'sexo', 'ae sim em!! (yum)(yum) (redface)(redface)');
  1360.  
  1361. -- --------------------------------------------------------
  1362.  
  1363. --
  1364. -- Estrutura da tabela `server`
  1365. --
  1366.  
  1367. CREATE TABLE IF NOT EXISTS `server` (
  1368. `index` int(11) NOT NULL,
  1369. `ipbans` longtext NOT NULL,
  1370. `pid` int(255) NOT NULL,
  1371. `tax` bigint(255) NOT NULL DEFAULT '0',
  1372. `ipc` int(5) NOT NULL,
  1373. `connect_ip` text NOT NULL,
  1374. `server_ip` text NOT NULL,
  1375. `server_pt` int(255) NOT NULL,
  1376. `backup_pt` int(255) NOT NULL,
  1377. `server_domain` text NOT NULL,
  1378. `verification` int(1) NOT NULL,
  1379. `starting_xats` int(255) NOT NULL,
  1380. `starting_days` int(255) NOT NULL,
  1381. `max_per_ip` int(255) NOT NULL,
  1382. `max_total` int(255) NOT NULL,
  1383. `spam_wait` int(255) NOT NULL,
  1384. `staff` text NOT NULL,
  1385. `pawns` text NOT NULL,
  1386. `pawns2` varchar(255) NOT NULL,
  1387. `ixatname` varchar(200) NOT NULL,
  1388. `anuncio` varchar(300) NOT NULL,
  1389. `special_pawns` text NOT NULL
  1390. ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
  1391.  
  1392. --
  1393. -- Extraindo dados da tabela `server`
  1394. --
  1395.  
  1396. INSERT INTO `server` (`index`, `ipbans`, `pid`, `tax`, `ipc`, `connect_ip`, `server_ip`, `server_pt`, `backup_pt`, `server_domain`, `verification`, `starting_xats`, `starting_days`, `max_per_ip`, `max_total`, `spam_wait`, `staff`, `pawns`, `pawns2`, `ixatname`, `anuncio`, `special_pawns`) VALUES
  1397. (1, '', 3188, 0, 55479, '25.150.238.254', '0', 10090, 10090, '25.150.238.254', 0, 500000, 365, 15, 400, 100, '[''''1'''',"42","69","1","5",''''801'''']', '', '[29,30,35,64,67,153,330,353,348,326,327,328,329,330,331,332,333,334,335,336,337,338,340,344,345,346,347,354]', 'super ixaat', '', '');
  1398.  
  1399. -- --------------------------------------------------------
  1400.  
  1401. --
  1402. -- Estrutura da tabela `trade`
  1403. --
  1404.  
  1405. CREATE TABLE IF NOT EXISTS `trade` (
  1406. `id` int(255) NOT NULL,
  1407. `userid` int(255) NOT NULL,
  1408. `powerid` int(255) NOT NULL,
  1409. `price` int(255) NOT NULL,
  1410. `count` bigint(255) NOT NULL,
  1411. `private` int(25) NOT NULL DEFAULT '0'
  1412. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1413.  
  1414. -- --------------------------------------------------------
  1415.  
  1416. --
  1417. -- Estrutura da tabela `transfers`
  1418. --
  1419.  
  1420. CREATE TABLE IF NOT EXISTS `transfers` (
  1421. `to` int(255) NOT NULL,
  1422. `from` int(255) NOT NULL,
  1423. `xats` int(255) NOT NULL,
  1424. `days` int(255) NOT NULL,
  1425. `timestamp` int(255) NOT NULL
  1426. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1427.  
  1428. --
  1429. -- Extraindo dados da tabela `transfers`
  1430. --
  1431.  
  1432. INSERT INTO `transfers` (`to`, `from`, `xats`, `days`, `timestamp`) VALUES
  1433. (1003, 101, 1111, 0, 1403242880),
  1434. (1003, 1007, 300, 0, 1403242891),
  1435. (1026, 1018, 100, 0, 1403362171),
  1436. (1096, 101, 300, 0, 1403566045),
  1437. (1096, 1147, 9000, 0, 1403580462),
  1438. (1043, 69, 15, 0, 1403893437),
  1439. (1018, 69, 17000, 0, 1403893566),
  1440. (1092, 69, 25000, 0, 1403909299),
  1441. (1118, 69, 44444, 0, 1403909465),
  1442. (1092, 69, 30000, 0, 1403910297),
  1443. (1166, 69, 17000, 0, 1403910322),
  1444. (1284, 1283, 0, 1, 1403932554),
  1445. (1465, 1476, 0, 144, 1404214179),
  1446. (1009, 69, 24975, 0, 1404308624),
  1447. (1490, 143, 15000, 0, 1404311992),
  1448. (999, 69, 10, 0, 1404357332),
  1449. (222, 69, 500, 0, 1404499982),
  1450. (222, 69, 600, 0, 1404500046),
  1451. (1812, 804, 200, 0, 1404586303),
  1452. (1845, 804, 1317, 0, 1404586446),
  1453. (1439, 804, 200, 0, 1404588010),
  1454. (1439, 804, 19, 0, 1404588364),
  1455. (500, 804, 4200, 0, 1404588454),
  1456. (1439, 69, 30000, 0, 1404594921),
  1457. (1013, 69, 15000, 0, 1404620893),
  1458. (1617, 2025, 0, 10, 1404674505),
  1459. (2064, 69, 15000, 0, 1404698767),
  1460. (2085, 2092, 0, 1, 1404706692),
  1461. (1276, 69, 7980, 0, 1404707193),
  1462. (202, 17, 200, 0, 1404754621),
  1463. (2085, 2161, 0, 1, 1404773396),
  1464. (2085, 2161, 0, 1, 1404773497),
  1465. (1878, 2173, 0, 10, 1404785382),
  1466. (804, 17, 10, 0, 1404868321),
  1467. (2410, 2427, 0, 1, 1404946825),
  1468. (2387, 2416, 0, 1, 1404947098),
  1469. (1166, 69, 7500, 0, 1404949438),
  1470. (1439, 69, 40000, 0, 1404949537),
  1471. (2061, 69, 5000, 0, 1404949599),
  1472. (2301, 1439, 2000, 0, 1404951158),
  1473. (1867, 1439, 1000, 0, 1404968483),
  1474. (777, 17, 25, 0, 1404968687),
  1475. (804, 1740, 3500, 0, 1404971685),
  1476. (1767, 777, 0, 10, 1404978375),
  1477. (2154, 777, 0, 1, 1404979132),
  1478. (2115, 777, 0, 1, 1404979798),
  1479. (2115, 777, 500, 0, 1404979863),
  1480. (2273, 1439, 0, 2, 1404981033),
  1481. (2273, 1439, 100, 0, 1404981289),
  1482. (2273, 1439, 50, 0, 1404981346),
  1483. (2273, 1439, 175, 0, 1404981763),
  1484. (2273, 1439, 1000, 0, 1404981980),
  1485. (2276, 1439, 500, 0, 1404982256),
  1486. (2273, 1439, 200, 0, 1404982459),
  1487. (2273, 1439, 180, 0, 1404982736),
  1488. (2273, 1439, 1000, 0, 1404984123),
  1489. (2273, 1439, 1000, 0, 1404984135),
  1490. (2283, 2209, 77, 0, 1404984214),
  1491. (2283, 2209, 77, 0, 1404984830),
  1492. (2283, 2209, 13, 0, 1404985239),
  1493. (1092, 2587, 0, 100, 1404999128),
  1494. (2115, 2209, 10, 0, 1405000415),
  1495. (1867, 500, 53, 0, 1405015233),
  1496. (1867, 17, 1000, 0, 1405017181),
  1497. (2273, 1439, 9000, 0, 1405020662),
  1498. (1293, 2616, 10, 0, 1405021222),
  1499. (2273, 1439, 12000, 0, 1405026559),
  1500. (2388, 1439, 5000, 0, 1405026743),
  1501. (2688, 69, 5000, 0, 1405034914),
  1502. (2786, 69, 15000, 0, 1405035913),
  1503. (2770, 69, 7000, 0, 1405036494),
  1504. (2786, 69, 8000, 0, 1405036556),
  1505. (2773, 69, 5000, 0, 1405037146),
  1506. (1728, 666, 1, 1, 1405044895),
  1507. (69, 1181, 10, 0, 1405049365),
  1508. (1446, 17, 1000, 0, 1405061644),
  1509. (1867, 17, 5000, 0, 1405072486),
  1510. (2546, 1439, 500, 0, 1405076419),
  1511. (2614, 2554, 0, 1, 1405080191),
  1512. (2554, 2567, 0, 1, 1405081393),
  1513. (2554, 2567, 0, 4, 1405081425),
  1514. (2554, 2567, 0, 900, 1405081449),
  1515. (17, 2893, 0, 10, 1405084799),
  1516. (2572, 804, 362, 0, 1405088825),
  1517. (300, 804, 8600, 0, 1405099521),
  1518. (300, 804, 80000, 0, 1405099533),
  1519. (300, 804, 364, 0, 1405099548),
  1520. (222, 1181, 5000, 0, 1405120017),
  1521. (1439, 1867, 10, 0, 1405120636),
  1522. (1867, 1873, 2380, 0, 1405142386),
  1523. (1542, 69, 100, 0, 1405143923),
  1524. (300, 804, 69, 0, 1405159952),
  1525. (2388, 69, 25000, 0, 1405181282),
  1526. (2969, 2388, 122, 0, 1405181520),
  1527. (2276, 2388, 12, 0, 1405182794),
  1528. (2388, 69, 45000, 0, 1405183335),
  1529. (2388, 69, 10, 0, 1405184211),
  1530. (123, 69, 55000, 0, 1405184367),
  1531. (2276, 2388, 500, 0, 1405190725),
  1532. (3138, 2388, 1500, 0, 1405194996),
  1533. (2546, 2388, 1500, 0, 1405195032),
  1534. (2519, 2388, 1500, 0, 1405195063),
  1535. (3138, 2388, 150, 0, 1405195081),
  1536. (2519, 69, 8000, 0, 1405196725),
  1537. (3138, 69, 6000, 0, 1405196737),
  1538. (2546, 69, 3500, 0, 1405196747),
  1539. (2421, 2388, 10, 0, 1405198799),
  1540. (100, 69, 80000, 0, 1405201292),
  1541. (100, 69, 5000, 0, 1405201527),
  1542. (300, 77, 102000, 0, 1405206731),
  1543. (804, 300, 10000, 0, 1405209285),
  1544. (804, 300, 90000, 0, 1405209333),
  1545. (1812, 1867, 37, 0, 1405210150),
  1546. (300, 69, 55000, 0, 1405211452),
  1547. (804, 1867, 59, 0, 1405214250),
  1548. (1751, 2466, 0, 1, 1405236395),
  1549. (804, 17, 1000, 0, 1405253760),
  1550. (100, 69, 3000, 0, 1405261975),
  1551. (1753, 17, 1000, 0, 1405276798),
  1552. (17, 69, 10, 0, 1405277288),
  1553. (1745, 3454, 0, 475, 1405295938),
  1554. (1096, 1439, 200, 0, 1405299630),
  1555. (1873, 1867, 40, 0, 1405301053),
  1556. (1446, 1867, 310, 0, 1405307193),
  1557. (1439, 500, 55, 0, 1405307746),
  1558. (1439, 500, 10, 0, 1405307831),
  1559. (3303, 3474, 0, 2, 1405310137),
  1560. (3303, 3474, 0, 3, 1405310475),
  1561. (3303, 3474, 0, 100, 1405310550),
  1562. (3303, 3474, 0, 100, 1405310726),
  1563. (3303, 3474, 0, 12, 1405310834),
  1564. (1867, 1873, 1000, 0, 1405310927),
  1565. (3303, 3474, 0, 2, 1405311092),
  1566. (3286, 69, 25000, 0, 1405315342),
  1567. (100, 69, 20000, 0, 1405322683),
  1568. (2060, 2786, 500, 0, 1405327483),
  1569. (2276, 3325, 3000, 0, 1405327737),
  1570. (2388, 17, 5000, 0, 1405337223),
  1571. (2519, 17, 5000, 0, 1405337497),
  1572. (3303, 3474, 0, 111, 1405355487),
  1573. (3061, 3474, 0, 3, 1405355728),
  1574. (3061, 3474, 0, 1, 1405355938),
  1575. (2388, 3325, 4900, 0, 1405361038),
  1576. (2773, 69, 15000, 0, 1405369028),
  1577. (2850, 69, 900, 0, 1405376508),
  1578. (3061, 3648, 0, 2, 1405383067),
  1579. (3644, 3648, 0, 1, 1405385746),
  1580. (1751, 1439, 550, 0, 1405395466),
  1581. (1867, 1439, 585, 0, 1405479096),
  1582. (3500, 42, 6095, 0, 1405486951),
  1583. (500, 42, 50000, 0, 1405487156),
  1584. (42, 69, 69, 0, 1405487223),
  1585. (17, 69, 69, 0, 1405487233),
  1586. (500, 69, 69, 0, 1405487242),
  1587. (777, 42, 69, 0, 1405487245),
  1588. (1439, 69, 69, 0, 1405487251),
  1589. (1867, 69, 69, 0, 1405487259),
  1590. (2343, 69, 69, 0, 1405487275),
  1591. (42, 69, 69, 0, 1405487284),
  1592. (42, 69, 69, 0, 1405487295),
  1593. (42, 69, 69, 0, 1405487303),
  1594. (42, 69, 69, 0, 1405487311),
  1595. (1867, 1439, 69, 0, 1405487316),
  1596. (42, 69, 69, 0, 1405487318),
  1597. (1867, 42, 345, 0, 1405487340),
  1598. (1753, 42, 1337, 0, 1405487358),
  1599. (1867, 42, 663, 0, 1405487370),
  1600. (1867, 42, 8000, 0, 1405487397),
  1601. (42, 69, 143, 0, 1405487409),
  1602. (1867, 17, 854, 0, 1405487438),
  1603. (1867, 42, 14143, 0, 1405487454),
  1604. (42, 69, 999999999, 0, 1405487465),
  1605. (1867, 42, 14030, 0, 1405487528),
  1606. (69, 2786, 10, 0, 1405487543),
  1607. (1867, 42, 7777, 0, 1405487551),
  1608. (1867, 42, 9223, 0, 1405487569),
  1609. (1867, 42, 13370, 0, 1405487596),
  1610. (1867, 42, 40024, 0, 1405487624),
  1611. (500, 42, 93394, 0, 1405487808),
  1612. (1439, 1867, 22, 0, 1405487869),
  1613. (1867, 1439, 22, 0, 1405487888),
  1614. (1753, 1867, 22, 0, 1405487917),
  1615. (500, 42, 6606, 0, 1405487969),
  1616. (777, 1439, 50, 0, 1405491989),
  1617. (69, 777, 0, 100, 1405531233),
  1618. (69, 777, 876, 0, 1405531311),
  1619. (69, 777, 0, 874, 1405531505),
  1620. (777, 69, 886, 0, 1405531656),
  1621. (3128, 1439, 100, 0, 1405540856),
  1622. (777, 1439, 0, 1, 1405541930),
  1623. (777, 1439, 0, 1, 1405541951),
  1624. (777, 1439, 0, 10, 1405542004),
  1625. (3835, -1, 143, 0, 1405543413),
  1626. (1913, 1439, 10, 0, 1405545640),
  1627. (3603, 1439, 10, 0, 1405545652),
  1628. (3835, 500, 500, 0, 1405550989),
  1629. (3474, 777, 200, 0, 1405559208),
  1630. (42, 500, 12000, 0, 1405562331),
  1631. (1867, 1439, 468, 0, 1405562382),
  1632. (500, 42, 300, 0, 1405562426),
  1633. (2786, 111, 1000, 0, 1405576282),
  1634. (3201, 111, 1000, 0, 1405579134),
  1635. (1867, 1412, 333, 0, 1405580109),
  1636. (2276, 69, 4500, 0, 1405580842),
  1637. (3498, 111, 480, 0, 1405582620),
  1638. (3286, 111, 1000, 0, 1405582689),
  1639. (804, 69, 18000, 0, 1405583100),
  1640. (3303, 111, 500, 0, 1405583894),
  1641. (3296, 111, 1000, 0, 1405585222),
  1642. (1972, 804, 100, 0, 1405590969),
  1643. (3882, 111, 1000, 0, 1405596271),
  1644. (500, 3904, 0, 232, 1405603809),
  1645. (500, 2631, 0, 993, 1405603916),
  1646. (2631, 500, 5000, 0, 1405604634),
  1647. (3214, 111, 1000, 0, 1405604917),
  1648. (3914, 17, 3000, 0, 1405611492),
  1649. (3214, 69, 57500, 0, 1405618368),
  1650. (3764, 17, 5000, 0, 1405620238),
  1651. (111, 7, 50000, 0, 1405621959),
  1652. (111, 7, 1000, 0, 1405625377),
  1653. (777, 111, 10, 0, 1405626516),
  1654. (111, 777, 10, 0, 1405626531),
  1655. (3835, 111, 10, 0, 1405626567),
  1656. (2631, 111, 10, 0, 1405626853),
  1657. (1867, 500, 0, 2180, 1405627622),
  1658. (3946, 111, 10, 0, 1405627750),
  1659. (2040, 111, 10, 0, 1405628772),
  1660. (2719, 69, 3000, 0, 1405633543),
  1661. (3918, 1439, 1162, 0, 1405633554),
  1662. (777, 1439, 0, 100, 1405635393),
  1663. (69, 777, 0, 90, 1405635538),
  1664. (1439, 69, 20000, 0, 1405640970),
  1665. (1439, 69, 2250, 0, 1405641007),
  1666. (804, 69, 22500, 0, 1405641031),
  1667. (3983, 500, 10000, 0, 1405652845),
  1668. (69, 1181, 0, 100, 1405659389),
  1669. (69, 2786, 0, 100, 1405659395),
  1670. (777, 2786, 0, 15, 1405660084),
  1671. (777, 2786, 0, 100, 1405660108),
  1672. (69, 2786, 0, 100, 1405660162),
  1673. (2463, 777, 41, 0, 1405662599),
  1674. (17, 777, 77000, 0, 1405662765),
  1675. (3459, 111, 1000, 0, 1405669796),
  1676. (2115, 111, 50, 0, 1405677641),
  1677. (3881, 2786, 0, 30, 1405680702),
  1678. (3614, 17, 10, 0, 1405688880),
  1679. (1446, 111, 50, 0, 1405693297),
  1680. (3128, 111, 50, 0, 1405693323),
  1681. (1867, 300, 69, 0, 1405702558),
  1682. (69, 300, 69, 0, 1405702568),
  1683. (17, 300, 69, 0, 1405702582),
  1684. (1439, 300, 69, 0, 1405702604),
  1685. (1753, 300, 69, 0, 1405702616),
  1686. (1867, 300, 10, 0, 1405702655),
  1687. (1867, 1439, 69, 0, 1405702675),
  1688. (3968, 300, 69, 0, 1405702693),
  1689. (1439, 300, 10, 0, 1405702704),
  1690. (1867, 1439, 10, 0, 1405702715),
  1691. (2542, 300, 10, 0, 1405703048),
  1692. (3835, 300, 69, 0, 1405703150),
  1693. (3835, 300, 69, 69, 1405703203),
  1694. (3835, 300, 69, 69, 1405703233),
  1695. (3835, 300, 69, 69, 1405703251),
  1696. (2811, 300, 69, 0, 1405703413),
  1697. (69, 300, 139603, 0, 1405703788),
  1698. (300, 69, 139815, 0, 1405704076),
  1699. (69, 300, 69, 0, 1405705392),
  1700. (1009, 111, 25, 0, 1405709412),
  1701. (42, 300, 90, 0, 1405709837),
  1702. (42, 111, 100, 0, 1405709887),
  1703. (69, 300, 69, 0, 1405713911),
  1704. (69, 300, 69, 0, 1405713940),
  1705. (3835, 300, 69, 0, 1405716714),
  1706. (222, 1181, 0, 100, 1405717525),
  1707. (1867, 1181, 0, 500, 1405717580),
  1708. (42, 500, 117398, 0, 1405717583),
  1709. (1867, 1439, 0, 830, 1405717629),
  1710. (1867, 1181, 0, 200, 1405717666),
  1711. (1867, 500, 0, 1, 1405717906),
  1712. (2044, 42, 25052, 0, 1405722029),
  1713. (2044, 42, 0, 900, 1405722073),
  1714. (3460, 69, 9000, 0, 1405725432),
  1715. (804, 2786, 0, 14, 1405738822),
  1716. (1337, 2786, 0, 10, 1405739023),
  1717. (2463, 2786, 0, 10, 1405739773),
  1718. (1439, 4108, 0, 12, 1405747041),
  1719. (1439, 4108, 0, 100, 1405747201),
  1720. (1439, 4108, 0, 500, 1405747382),
  1721. (1440, 111, 50, 0, 1405792666),
  1722. (1439, 111, 50, 0, 1405792742),
  1723. (1439, 18, 2975, 0, 1405810567),
  1724. (69, 300, 69, 69, 1405812358),
  1725. (18, 69, 11, 0, 1405822374),
  1726. (69, 1439, 10, 0, 1405822380),
  1727. (804, 111, 1000, 0, 1405833027),
  1728. (300, 18, 11, 0, 1405852736),
  1729. (18, 300, 11, 0, 1405852773),
  1730. (18, 300, 11, 0, 1405852805),
  1731. (300, 18, 22, 0, 1405854599),
  1732. (2115, 777, 400, 0, 1405914644),
  1733. (3924, 3928, 763, 0, 1405956564),
  1734. (4399, 111, 50, 0, 1405967342),
  1735. (1600, 111, 50, 0, 1405967377),
  1736. (4305, 111, 50, 0, 1405967401),
  1737. (2811, 111, 50, 0, 1405967432),
  1738. (4303, 111, 50, 0, 1405967482),
  1739. (2343, 111, 50, 0, 1405967531),
  1740. (1728, 111, 50, 0, 1405967565),
  1741. (1438, 111, 50, 0, 1405967594),
  1742. (1440, 111, 50, 0, 1405967610),
  1743. (1023, 111, 50, 0, 1405967629),
  1744. (3201, 111, 50, 0, 1405967648),
  1745. (3303, 111, 50, 0, 1405967671),
  1746. (1753, 111, 50, 0, 1405967684),
  1747. (4114, 111, 50, 0, 1405967698),
  1748. (3881, 111, 50, 0, 1405967715),
  1749. (3881, 111, 50, 0, 1405967745),
  1750. (804, 111, 50, 0, 1405967758),
  1751. (18, 111, 50, 0, 1405967771),
  1752. (300, 111, 50, 0, 1405967785),
  1753. (1753, 18, 50, 0, 1405967800),
  1754. (4078, 111, 50, 0, 1405967922),
  1755. (1294, 111, 50, 0, 1405967939),
  1756. (1351, 111, 50, 0, 1405967974),
  1757. (4399, 111, 50, 0, 1405968002),
  1758. (1438, 18, 5000, 0, 1405969153),
  1759. (2572, 3460, 8300, 0, 1405969249),
  1760. (4305, 18, 728, 0, 1405969507),
  1761. (500, 18, 0, 55, 1405972541),
  1762. (1728, 500, 10000, 0, 1405972596),
  1763. (18, 1439, 54, 0, 1405973166),
  1764. (1439, 18, 54, 0, 1405973184),
  1765. (18, 1439, 53, 0, 1405973209),
  1766. (1439, 18, 53, 0, 1405973234),
  1767. (1728, 7, 1000, 0, 1405977948),
  1768. (1818, 7, 500, 0, 1405977966),
  1769. (1439, 7, 0, 1, 1405977994),
  1770. (18, 7, 5000, 0, 1405978092),
  1771. (1728, 7, 25000, 0, 1405978379),
  1772. (1728, 7, 0, 69, 1405978543),
  1773. (1440, 7, 2500, 0, 1405978852),
  1774. (1728, 1181, 5000, 0, 1405979251),
  1775. (1440, 7, 2500, 0, 1405979273),
  1776. (1439, 7, 2000, 0, 1405979516),
  1777. (1873, 1439, 2000, 0, 1405979548),
  1778. (1873, 7, 5000, 0, 1405979559),
  1779. (1439, 1873, 1000, 0, 1405979626),
  1780. (1440, 1873, 1427, 0, 1405979743),
  1781. (1438, 1439, 112, 0, 1405980096),
  1782. (1873, 7, 2000, 0, 1405980159),
  1783. (1873, 7, 2000, 0, 1405980294),
  1784. (1440, 7, 2000, 0, 1405980494),
  1785. (1439, 7, 2000, 0, 1405981059),
  1786. (1873, 7, 2000, 0, 1405981172),
  1787. (1873, 7, 2000, 0, 1405981624),
  1788. (1873, 7, 2000, 0, 1405981766),
  1789. (18, 7, 2000, 0, 1405981885),
  1790. (3835, 111, 50, 0, 1406005744),
  1791. (6721, 111, 1000, 0, 1406006126),
  1792. (4341, 6736, 0, 1, 1406021350),
  1793. (4034, 111, 50, 0, 1406029122),
  1794. (4329, 111, 50, 0, 1406031031),
  1795. (4370, 111, 50, 0, 1406031066),
  1796. (666, 4078, 2000, 0, 1406032688),
  1797. (4360, 111, 50, 0, 1406034895),
  1798. (3867, 111, 50, 0, 1406036962),
  1799. (6793, 111, 50, 0, 1406038836),
  1800. (6793, 7, 15000, 0, 1406039035),
  1801. (111, 333, 19999, 0, 1406040667),
  1802. (1739, 111, 50, 0, 1406052204),
  1803. (6727, 111, 50, 0, 1406052257),
  1804. (6782, 111, 50, 0, 1406052297),
  1805. (3233, 111, 50, 0, 1406052357),
  1806. (4336, 111, 50, 0, 1406054495),
  1807. (4303, 111, 50, 0, 1406055155),
  1808. (1181, 111, 100, 0, 1406059485),
  1809. (6836, 111, 1000, 0, 1406062230),
  1810. (6841, 111, 50, 0, 1406064624),
  1811. (2792, 111, 50, 0, 1406064681),
  1812. (1728, 111, 50, 0, 1406065511),
  1813. (1905, 111, 50, 0, 1406074547),
  1814. (6858, 1439, 540, 0, 1406092371),
  1815. (6743, 111, 50, 0, 1406111118),
  1816. (6753, 111, 10, 0, 1406111495),
  1817. (6743, 6753, 10, 0, 1406111627),
  1818. (4166, 111, 50, 0, 1406122011),
  1819. (4166, 111, 100, 0, 1406122161),
  1820. (2115, 4078, 3000, 0, 1406124593),
  1821. (6858, 111, 50, 0, 1406125772),
  1822. (6886, 111, 50, 0, 1406125811),
  1823. (2797, 111, 50, 0, 1406125847),
  1824. (3726, 111, 50, 0, 1406127312),
  1825. (2276, 111, 50, 0, 1406127345),
  1826. (2233, 2115, 10, 0, 1406129751),
  1827. (6858, 2115, 10, 0, 1406129853),
  1828. (2466, 111, 50, 0, 1406140498),
  1829. (1935, 111, 50, 0, 1406140521),
  1830. (3888, 111, 50, 0, 1406140561),
  1831. (18, 1181, 0, 50, 1406140709),
  1832. (18, 1181, 0, 10, 1406140789),
  1833. (6902, 111, 50, 0, 1406140875),
  1834. (18, 1181, 10, 1, 1406140918),
  1835. (1566, 111, 50, 0, 1406145367),
  1836. (3726, 111, 50, 0, 1406145404),
  1837. (3431, 111, 50, 0, 1406145429),
  1838. (3562, 111, 50, 0, 1406145469),
  1839. (300, 111, 69, 0, 1406145737),
  1840. (1878, 111, 100, 0, 1406150938),
  1841. (1873, 4078, 134, 0, 1406151054),
  1842. (1747, 111, 50, 0, 1406157278),
  1843. (6782, 111, 50, 0, 1406157302),
  1844. (18, 7, 20000, 0, 1406159157),
  1845. (1728, 7, 20000, 0, 1406159398),
  1846. (1728, 7, 30000, 0, 1406159579),
  1847. (4370, 7, 20000, 0, 1406159674),
  1848. (18, 7, 2000, 0, 1406160001),
  1849. (4370, 7, 0, 69, 1406160129),
  1850. (18, 7, 20000, 0, 1406160627),
  1851. (1439, 18, 10, 0, 1406160656),
  1852. (3303, 18, 9000, 0, 1406164270),
  1853. (2154, 1873, 54, 0, 1406165443),
  1854. (6967, 111, 50, 0, 1406174916),
  1855. (6902, 111, 2000, 0, 1406182359),
  1856. (4166, 6983, 0, 100, 1406202776),
  1857. (420, 333, 97, 0, 1406204299),
  1858. (2152, 111, 50, 0, 1406219435),
  1859. (2773, 111, 50, 0, 1406219480),
  1860. (1971, 111, 50, 0, 1406219510),
  1861. (2572, 111, 50, 0, 1406226103),
  1862. (3882, 111, 1000, 0, 1406227571),
  1863. (3201, 111, 1000, 0, 1406227595),
  1864. (7, 111, 1000, 0, 1406227615),
  1865. (6983, 111, 50, 0, 1406227742),
  1866. (3753, 111, 100, 0, 1406230355),
  1867. (3310, 111, 100, 0, 1406230373),
  1868. (3303, 111, 100, 0, 1406230390),
  1869. (1181, 1439, 0, 10, 1406233090),
  1870. (3459, 111, 1000, 0, 1406234240),
  1871. (1099, 111, 50, 0, 1406238488),
  1872. (1600, 111, 50, 0, 1406239140),
  1873. (1739, 111, 50, 0, 1406239516),
  1874. (1312, 111, 50, 0, 1406240247),
  1875. (1439, 111, 100, 0, 1406240450),
  1876. (1739, 111, 100, 0, 1406240530),
  1877. (1935, 111, 50, 0, 1406240736),
  1878. (1739, 111, 1000, 0, 1406241281),
  1879. (1449, 111, 50, 0, 1406242074),
  1880. (1739, 111, 200, 0, 1406242992),
  1881. (1935, 777, 10000, 0, 1406243417),
  1882. (1600, 111, 100, 0, 1406245407),
  1883. (3946, 111, 500, 0, 1406245456),
  1884. (1446, 111, 100, 0, 1406246732),
  1885. (1337, 111, 100, 0, 1406246745),
  1886. (3946, 111, 100, 0, 1406246774),
  1887. (1438, 111, 100, 0, 1406246796),
  1888. (1439, 111, 100, 0, 1406246821),
  1889. (7025, 111, 100, 0, 1406246943),
  1890. (2786, 111, 20000, 0, 1406248388),
  1891. (1181, 111, 100, 0, 1406248911),
  1892. (2060, 111, 100, 0, 1406248946),
  1893. (1181, 111, 100, 0, 1406249636),
  1894. (7001, 111, 100, 0, 1406249810),
  1895. (1147, 111, 100, 0, 1406251824),
  1896. (777, 111, 100, 0, 1406251840),
  1897. (222, 111, 100, 0, 1406251864),
  1898. (7049, 111, 200, 0, 1406251953),
  1899. (1728, 333, 20000, 0, 1406254049),
  1900. (6858, 111, 200, 0, 1406255233),
  1901. (7001, 111, 100, 0, 1406256196),
  1902. (2154, 111, 100, 0, 1406260088),
  1903. (1935, 1439, 7000, 0, 1406260986),
  1904. (1935, 1439, 3000, 0, 1406261215),
  1905. (3201, 333, 2000, 0, 1406261523),
  1906. (7001, 111, 500, 0, 1406266217),
  1907. (3303, 333, 500, 0, 1406266394),
  1908. (7001, 333, 500, 0, 1406266566),
  1909. (420, 111, 1000, 0, 1406266726),
  1910. (69, 333, 10, 0, 1406277478),
  1911. (2421, 111, 100, 0, 1406282982),
  1912. (1662, 111, 150, 0, 1406283005),
  1913. (1662, 1439, 150, 100, 1406283240),
  1914. (111, 999, 20000, 0, 1406285987),
  1915. (1600, 333, 10, 0, 1406286356),
  1916. (2040, 111, 100, 0, 1406288344),
  1917. (6858, 111, 100, 0, 1406288365),
  1918. (2040, 333, 1000, 0, 1406288470),
  1919. (2040, 111, 500, 0, 1406288596),
  1920. (6962, 333, 500, 0, 1406289547),
  1921. (3881, 69, 10, 0, 1406293202),
  1922. (420, 3881, 85000, 0, 1406293365),
  1923. (2040, 111, 270, 0, 1406294725),
  1924. (6858, 111, 300, 0, 1406295449),
  1925. (3881, 111, 500, 0, 1406295706),
  1926. (6858, 333, 50, 0, 1406296468),
  1927. (2040, 333, 50, 0, 1406296614),
  1928. (6858, 333, 50, 0, 1406296860),
  1929. (6858, 333, 25, 0, 1406297073),
  1930. (2040, 333, 25, 0, 1406297095),
  1931. (6858, 333, 50, 0, 1406297348),
  1932. (2040, 333, 50, 0, 1406297498),
  1933. (6858, 333, 100, 0, 1406297920),
  1934. (500, 111, 500, 0, 1406301434),
  1935. (111, 333, 25000, 0, 1406303296),
  1936. (333, 111, 19500, 0, 1406304086),
  1937. (1496, 111, 100, 0, 1406310219),
  1938. (1972, 111, 100, 0, 1406310286),
  1939. (2811, 999, 20, 0, 1406310665),
  1940. (4370, 999, 250, 0, 1406310893),
  1941. (2811, 333, 20, 0, 1406311387),
  1942. (1181, 420, 10, 0, 1406312526),
  1943. (18, 69, 29555, 0, 1406326211),
  1944. (3303, 18, 1000, 0, 1406326606),
  1945. (3881, 18, 2555, 0, 1406326640),
  1946. (2154, 18, 3000, 0, 1406326787),
  1947. (222, 18, 3000, 0, 1406327309),
  1948. (1181, 69, 1000, 0, 1406330455),
  1949. (2463, 1439, 10, 0, 1406332523),
  1950. (18, 1181, 8000, 0, 1406334498),
  1951. (2463, 18, 8000, 0, 1406334534),
  1952. (18, 1181, 100, 0, 1406335194),
  1953. (2463, 18, 100, 0, 1406335280),
  1954. (18, 1181, 100, 0, 1406335472),
  1955. (18, 1181, 100, 0, 1406335552),
  1956. (18, 1181, 100, 0, 1406335600),
  1957. (1181, 18, 300, 0, 1406335732),
  1958. (18, 1181, 100, 0, 1406335759),
  1959. (2463, 18, 100, 0, 1406335790),
  1960. (18, 1181, 5000, 0, 1406336813),
  1961. (2463, 18, 5000, 0, 1406336835),
  1962. (18, 2463, 100, 0, 1406336907),
  1963. (18, 2463, 100, 0, 1406336942),
  1964. (2463, 18, 200, 0, 1406336973),
  1965. (3303, 2463, 100, 0, 1406337322),
  1966. (1440, 2463, 100, 0, 1406337369),
  1967. (500, 2463, 721, 0, 1406337449),
  1968. (1440, 2463, 1000, 0, 1406337662),
  1969. (1181, 1439, 0, 2, 1406338083),
  1970. (1181, 500, 21, 0, 1406338090),
  1971. (1181, 18, 0, 100, 1406338097),
  1972. (2463, 7, 20000, 0, 1406338280),
  1973. (1440, 2463, 2000, 0, 1406338674),
  1974. (1440, 2463, 5000, 0, 1406339076),
  1975. (3303, 2463, 1000, 0, 1406339215),
  1976. (18, 2463, 500, 0, 1406339294),
  1977. (3303, 2463, 250, 0, 1406339433),
  1978. (1439, 2463, 1000, 0, 1406339694),
  1979. (1439, 333, 1000, 0, 1406339749),
  1980. (333, 1439, 1000, 0, 1406340218),
  1981. (1935, 333, 1000, 0, 1406340253),
  1982. (1337, 2463, 100, 0, 1406340272),
  1983. (7, 2463, 500, 0, 1406340488),
  1984. (18, 2463, 500, 0, 1406340640),
  1985. (18, 2463, 200, 0, 1406340663),
  1986. (6962, 2463, 200, 0, 1406340880),
  1987. (18, 2463, 200, 0, 1406340971),
  1988. (2463, 7, 6969, 0, 1406341163),
  1989. (1440, 18, 1400, 0, 1406341251),
  1990. (18, 2463, 10, 0, 1406341504),
  1991. (2463, 7, 53110, 0, 1406341549),
  1992. (1337, 18, 10, 0, 1406341550),
  1993. (1337, 2463, 1000, 0, 1406341764),
  1994. (500, 2463, 500, 0, 1406341836),
  1995. (1440, 1181, 1000, 0, 1406342092),
  1996. (1337, 2463, 10, 0, 1406342168),
  1997. (18, 2463, 1000, 0, 1406342238),
  1998. (18, 2463, 500, 0, 1406342370),
  1999. (1337, 2463, 500, 0, 1406342510),
  2000. (500, 2463, 1000, 0, 1406342607),
  2001. (18, 2463, 500, 0, 1406342736),
  2002. (1440, 2463, 200, 0, 1406342927),
  2003. (1440, 2463, 1000, 0, 1406343223),
  2004. (18, 2463, 500, 0, 1406343317),
  2005. (333, 2463, 5000, 0, 1406343443),
  2006. (222, 2463, 500, 0, 1406343495),
  2007. (222, 2463, 1000, 0, 1406343694),
  2008. (1337, 2463, 5000, 0, 1406343941),
  2009. (1935, 2463, 2500, 0, 1406344070),
  2010. (7121, 2463, 2000, 0, 1406344425),
  2011. (1440, 2463, 5000, 0, 1406345202),
  2012. (1337, 2463, 7909, 0, 1406345436),
  2013. (1440, 2463, 2000, 0, 1406345537),
  2014. (3303, 18, 2500, 0, 1406347278),
  2015. (7151, 111, 100, 0, 1406364413),
  2016. (7151, 111, 61, 0, 1406369002),
  2017. (1495, 111, 100, 0, 1406369282),
  2018. (4114, 111, 1000, 0, 1406369404),
  2019. (7151, 420, 10, 0, 1406377555),
  2020. (7151, 420, 1000, 0, 1406377687),
  2021. (2233, 7, 1500, 0, 1406378003),
  2022. (111, 2463, 100, 0, 1406379811),
  2023. (7182, 111, 100, 0, 1406381800),
  2024. (3888, 111, 100, 0, 1406382030),
  2025. (2792, 111, 100, 0, 1406382049),
  2026. (2040, 111, 250, 0, 1406382327),
  2027. (1728, 111, 100, 0, 1406382369),
  2028. (500, 2463, 10, 0, 1406383696),
  2029. (420, 3881, 3422, 0, 1406383961),
  2030. (3881, 420, 5000, 0, 1406383991),
  2031. (1728, 2463, 100, 0, 1406384858),
  2032. (500, 2463, 100, 0, 1406385077),
  2033. (2152, 111, 150, 0, 1406385198),
  2034. (2152, 111, 100, 0, 1406385321),
  2035. (7, 2463, 10, 0, 1406385488),
  2036. (2463, 7, 25000, 0, 1406385535),
  2037. (333, 2463, 1000, 0, 1406385975),
  2038. (1728, 333, 1000, 0, 1406386055),
  2039. (2463, 111, 1000, 0, 1406386099),
  2040. (2463, 420, 10, 0, 1406386288),
  2041. (420, 2463, 1500, 0, 1406386564),
  2042. (1728, 2463, 1000, 0, 1406386749),
  2043. (333, 2463, 1500, 0, 1406386932),
  2044. (111, 2463, 1000, 0, 1406387491),
  2045. (1728, 2463, 5000, 0, 1406388034),
  2046. (500, 2463, 1000, 0, 1406388133),
  2047. (1728, 2463, 1000, 0, 1406388292),
  2048. (500, 2463, 1000, 0, 1406388685),
  2049. (500, 2463, 1000, 0, 1406389072),
  2050. (1728, 2463, 1500, 0, 1406389328),
  2051. (500, 2463, 500, 0, 1406389498),
  2052. (6836, 111, 500, 0, 1406391945),
  2053. (3303, 3648, 0, 1, 1406394959),
  2054. (6858, 500, 1000, 0, 1406399426),
  2055. (1739, 420, 500, 0, 1406403630),
  2056. (1439, 2463, 1000, 0, 1406407419),
  2057. (1439, 2463, 1000, 0, 1406407667),
  2058. (222, 2463, 2000, 0, 1406407918),
  2059. (222, 2463, 500, 0, 1406408040),
  2060. (500, 2463, 2000, 0, 1406408199),
  2061. (500, 2463, 2500, 0, 1406408322),
  2062. (500, 2463, 5000, 0, 1406408446),
  2063. (222, 2463, 690, 0, 1406408643),
  2064. (222, 2463, 2000, 0, 1406408820),
  2065. (1935, 1439, 2000, 0, 1406409751),
  2066. (1878, 4078, 1000, 0, 1406413788),
  2067. (18, 1337, 10, 0, 1406414295),
  2068. (7244, 18, 10, 0, 1406414330),
  2069. (3522, 4078, 100, 0, 1406417298),
  2070. (3522, 500, 100, 0, 1406417350),
  2071. (111, 6858, 10, 0, 1406426572),
  2072. (6858, 111, 600, 0, 1406426653),
  2073. (6847, 111, 5000, 0, 1406426830),
  2074. (6847, 7, 10000, 0, 1406426843),
  2075. (3560, 111, 500, 0, 1406427741),
  2076. (7244, 111, 500, 0, 1406428080),
  2077. (2044, 111, 2000, 0, 1406432970),
  2078. (3881, 420, 5000, 0, 1406446164),
  2079. (3881, 420, 1000, 0, 1406447581),
  2080. (1337, 2572, 0, 1, 1406468496),
  2081. (7023, 2572, 0, 1, 1406468944),
  2082. (7023, 2572, 0, 1, 1406468990),
  2083. (6858, 333, 60, 0, 1406469092),
  2084. (300, 7303, 0, 500, 1406470006),
  2085. (300, 1337, 0, 1, 1406470214),
  2086. (300, 1337, 0, 960, 1406470364),
  2087. (300, 1337, 0, 1, 1406470394),
  2088. (7314, 111, 5000, 0, 1406481580),
  2089. (1751, 500, 1000, 0, 1406493455),
  2090. (420, 69, 25000, 0, 1406494742),
  2091. (3918, 69, 10000, 0, 1406504368),
  2092. (7, 2786, 0, 1, 1406505048),
  2093. (420, 2786, 0, 1, 1406505143),
  2094. (18, 2786, 0, 1, 1406505166),
  2095. (777, 2786, 0, 1, 1406505327),
  2096. (1873, 2463, 10, 0, 1406516420),
  2097. (1440, 2463, 2000, 0, 1406516579),
  2098. (3303, 1439, 200, 0, 1406526021),
  2099. (1815, 111, 100, 0, 1406526123),
  2100. (2040, 111, 100, 0, 1406526151),
  2101. (1600, 111, 100, 0, 1406526183),
  2102. (2154, 111, 100, 0, 1406526211),
  2103. (1440, 111, 100, 0, 1406526240),
  2104. (1438, 111, 100, 0, 1406526303),
  2105. (2811, 111, 100, 0, 1406526323),
  2106. (3303, 111, 100, 0, 1406526364),
  2107. (777, 111, 100, 0, 1406526421),
  2108. (420, 111, 100, 0, 1406526461),
  2109. (500, 111, 100, 0, 1406526487),
  2110. (18, 111, 100, 0, 1406526506),
  2111. (1439, 111, 100, 0, 1406526634),
  2112. (7, 111, 1682, 0, 1406526680),
  2113. (3303, 1439, 100, 0, 1406526719),
  2114. (18, 7363, 0, 1, 1406527185),
  2115. (7023, 1439, 2000, 0, 1406530751),
  2116. (7023, 1439, 5000, 0, 1406532846),
  2117. (4355, 69, 4500, 0, 1406545697),
  2118. (7386, 69, 45000, 0, 1406564886),
  2119. (4355, 111, 100, 0, 1406587373),
  2120. (1439, 111, 100, 0, 1406587389),
  2121. (1337, 1439, 0, 10, 1406588791),
  2122. (1440, 2463, 1000, 0, 1406600790),
  2123. (1873, 2463, 1000, 0, 1406600973),
  2124. (1873, 2463, 1000, 0, 1406601025),
  2125. (1383, 111, 100, 0, 1406601048),
  2126. (1439, 1873, 46, 0, 1406601052),
  2127. (1439, 2463, 1000, 0, 1406601082),
  2128. (3764, 111, 100, 0, 1406601149),
  2129. (3918, 2463, 1000, 0, 1406601502),
  2130. (1728, 2463, 10, 0, 1406601552),
  2131. (1439, 2463, 5000, 0, 1406601630),
  2132. (1439, 2463, 2000, 0, 1406601748),
  2133. (3918, 2463, 1440, 0, 1406601851),
  2134. (3303, 2463, 1700, 0, 1406601948),
  2135. (6858, 2463, 3000, 0, 1406602015),
  2136. (18, 2463, 10, 0, 1406602985),
  2137. (2463, 1873, 400, 0, 1406603026),
  2138. (1728, 2463, 400, 0, 1406603448),
  2139. (2463, 18, 110, 0, 1406603565),
  2140. (3303, 2463, 110, 0, 1406603678),
  2141. (4355, 333, 5000, 0, 1406617766),
  2142. (300, 5, 10, 0, 1406637760),
  2143. (300, 5, 10, 0, 1406638098),
  2144. (2811, 5, 12500, 0, 1406648825),
  2145. (2811, 420, 666, 0, 1406649067),
  2146. (7166, 500, 8000, 0, 1406649700),
  2147. (1873, 1439, 11, 0, 1406663724),
  2148. (1873, 3881, 10, 0, 1406663803),
  2149. (18, 1873, 11, 0, 1406663833),
  2150. (18, 1439, 10, 0, 1406663856),
  2151. (3881, 18, 21, 0, 1406663891),
  2152. (18, 1439, 11, 0, 1406663981),
  2153. (18, 3881, 13, 0, 1406664068),
  2154. (18, 420, 12, 0, 1406664091),
  2155. (1439, 1873, 10, 0, 1406664179),
  2156. (18, 420, 13, 0, 1406664185),
  2157. (18, 3881, 11, 0, 1406664234),
  2158. (1337, 18, 60, 0, 1406664254),
  2159. (18, 420, 19, 0, 1406664256),
  2160. (12, 18, 19, 0, 1406664294),
  2161. (1747, 111, 100, 0, 1406678739),
  2162. (2222, 111, 100, 0, 1406679033),
  2163. (4355, 111, 500, 0, 1406679728),
  2164. (1728, 5, 4999, 0, 1406685558),
  2165. (2127, 111, 200, 0, 1406698307),
  2166. (7508, 111, 200, 0, 1406698335),
  2167. (7423, 111, 200, 0, 1406698349),
  2168. (1439, 111, 200, 0, 1406698367),
  2169. (2115, 111, 200, 0, 1406698396),
  2170. (2811, 111, 500, 0, 1406698423),
  2171. (2811, 111, 17000, 0, 1406698478),
  2172. (7491, 999, 20000, 0, 1406701174),
  2173. (1972, 111, 300, 0, 1406701721),
  2174. (3201, 111, 200, 0, 1406710166),
  2175. (4222, 4355, 1000, 0, 1406711112),
  2176. (1439, 12, 0, 200, 1406712712),
  2177. (2547, 1439, 200, 0, 1406712944),
  2178. (12, 4355, 0, 1, 1406712989),
  2179. (4355, 12, 0, 900, 1406713021),
  2180. (12, 4355, 0, 900, 1406713503),
  2181. (4355, 111, 1000, 0, 1406714439),
  2182. (4355, 4222, 1000, 0, 1406717228),
  2183. (4355, 888, 5000, 0, 1406718775),
  2184. (7159, 111, 200, 0, 1406724318),
  2185. (500, 420, 31, 0, 1406724738),
  2186. (500, 3881, 10, 0, 1406750488),
  2187. (500, 6, 2000, 0, 1406750649),
  2188. (1935, 1439, 6000, 0, 1406752513),
  2189. (500, 12, 11, 0, 1406752874),
  2190. (1857, 5, 1430, 0, 1406762288),
  2191. (1935, 1439, 6000, 0, 1406763194),
  2192. (1857, 5, 143, 143, 1406766446),
  2193. (18, 1439, 11, 0, 1406773578),
  2194. (1337, 18, 11, 0, 1406773635),
  2195. (18, 1439, 11, 0, 1406773749),
  2196. (1337, 18, 11, 0, 1406773791),
  2197. (777, 1873, 5, 1, 1406774182),
  2198. (1873, 777, 10, 0, 1406774197),
  2199. (1857, 111, 200, 0, 1406784588),
  2200. (4303, 111, 200, 0, 1406784619),
  2201. (6858, 111, 400, 0, 1406785035),
  2202. (3201, 111, 1000, 0, 1406785076),
  2203. (18, 12, 0, 1000, 1406789601),
  2204. (12, 18, 0, 1000, 1406789745),
  2205. (18, 333, 300, 0, 1406791425),
  2206. (18, 333, 12, 0, 1406791732),
  2207. (333, 18, 11, 0, 1406791836),
  2208. (12, 111, 500, 0, 1406795836),
  2209. (1439, 111, 500, 0, 1406795858),
  2210. (1510, 111, 500, 0, 1406795876),
  2211. (1665, 111, 500, 0, 1406795891),
  2212. (7565, 111, 500, 0, 1406795909),
  2213. (3431, 111, 500, 0, 1406795925),
  2214. (6858, 111, 500, 0, 1406795944),
  2215. (6732, 111, 500, 0, 1406795973),
  2216. (2154, 333, 1000, 0, 1406797632),
  2217. (1439, 12, 0, 3, 1406797643),
  2218. (7653, 3881, 507, 0, 1406813428),
  2219. (7653, 420, 461, 0, 1406814548),
  2220. (83, 111, 500, 0, 1406841525),
  2221. (3918, 111, 500, 0, 1406841572),
  2222. (3924, 111, 500, 0, 1406841605),
  2223. (4178, 111, 500, 0, 1406841636),
  2224. (1009, 111, 500, 0, 1406841680),
  2225. (1935, 111, 400, 0, 1406841758),
  2226. (1935, 111, 100, 0, 1406841788),
  2227. (7672, 111, 500, 0, 1406844039),
  2228. (1438, 111, 500, 0, 1406844166),
  2229. (6858, 111, 300, 0, 1406854175),
  2230. (6999, 111, 500, 0, 1406855146),
  2231. (1845, 111, 500, 0, 1406855165),
  2232. (333, 111, 7000, 0, 1406857687),
  2233. (7725, 111, 500, 0, 1406869620),
  2234. (3764, 111, 500, 0, 1406869652),
  2235. (7731, 111, 500, 0, 1406869855),
  2236. (3637, 111, 500, 0, 1406870196),
  2237. (3043, 111, 500, 0, 1406872548),
  2238. (18, 12, 200, 0, 1406873213),
  2239. (1857, 1439, 0, 300, 1406876473),
  2240. (1510, 111, 500, 0, 1406879066),
  2241. (3257, 111, 500, 0, 1406880004),
  2242. (7159, 111, 200, 0, 1406880885),
  2243. (4252, 111, 200, 0, 1406884047),
  2244. (7742, 111, 200, 0, 1406884127),
  2245. (7672, 1873, 378, 0, 1406918947),
  2246. (7173, 111, 200, 0, 1406920350),
  2247. (7804, 111, 1000, 0, 1406926025),
  2248. (1747, 111, 100, 0, 1406927012),
  2249. (7166, 111, 100, 0, 1406927026),
  2250. (6858, 111, 100, 0, 1406927057),
  2251. (4355, 111, 100, 0, 1406927073),
  2252. (3257, 111, 100, 0, 1406927088),
  2253. (4303, 111, 100, 0, 1406927099),
  2254. (2154, 111, 100, 0, 1406927113),
  2255. (1337, 111, 100, 0, 1406927127),
  2256. (222, 111, 100, 0, 1406927140),
  2257. (777, 111, 100, 0, 1406927152),
  2258. (420, 111, 100, 0, 1406927172),
  2259. (7672, 111, 100, 0, 1406927185),
  2260. (18, 111, 100, 0, 1406927196),
  2261. (12, 111, 100, 0, 1406927209),
  2262. (2036, 111, 100, 0, 1406927339),
  2263. (7790, 111, 100, 0, 1406927632),
  2264. (1181, 111, 100, 0, 1406929316),
  2265. (1799, 111, 100, 0, 1406929343),
  2266. (7399, 111, 100, 0, 1406933239),
  2267. (3881, 111, 100, 0, 1406933715),
  2268. (1166, 111, 100, 0, 1406943261),
  2269. (2233, 111, 100, 0, 1406943284),
  2270. (888, 111, 200, 0, 1406943315),
  2271. (3867, 111, 200, 0, 1406943338),
  2272. (7499, 111, 200, 0, 1406943369),
  2273. (1935, 111, 500, 0, 1406944537),
  2274. (1096, 111, 200, 0, 1406953736),
  2275. (12, 1000, 10, 0, 1406969102),
  2276. (12, 5, 10, 0, 1406969332),
  2277. (18, 5, 10, 0, 1406969343),
  2278. (7827, 7847, 0, 1, 1406969664),
  2279. (7827, 7847, 0, 100, 1406969690),
  2280. (1714, 111, 200, 0, 1406977353),
  2281. (300, 111, 200, 0, 1406977366),
  2282. (12, 111, 200, 0, 1406977391),
  2283. (2233, 111, 200, 0, 1406977403),
  2284. (7173, 111, 200, 0, 1406977428),
  2285. (4355, 111, 200, 0, 1406977441),
  2286. (1439, 111, 200, 0, 1406977466),
  2287. (6962, 111, 200, 0, 1406977485),
  2288. (1600, 111, 200, 0, 1406977508),
  2289. (2040, 111, 200, 0, 1406977523),
  2290. (4252, 111, 200, 0, 1406977542),
  2291. (6858, 111, 200, 0, 1406977559),
  2292. (7836, 111, 200, 0, 1406977574),
  2293. (7751, 111, 200, 0, 1406977586),
  2294. (7856, 111, 500, 0, 1406979016),
  2295. (1041, 111, 200, 0, 1406980595),
  2296. (1449, 111, 200, 0, 1406982235),
  2297. (7836, 111, 1000, 0, 1406983107),
  2298. (7860, 111, 500, 0, 1406986956),
  2299. (7836, 111, 200, 0, 1406987195),
  2300. (7758, 111, 200, 0, 1406987584),
  2301. (2233, 2115, 10, 0, 1406987684),
  2302. (2233, 2115, 100, 0, 1406987720),
  2303. (2233, 2115, 0, 1, 1406987830),
  2304. (7758, 2115, 0, 1, 1406987996),
  2305. (7758, 111, 200, 0, 1406988056),
  2306. (2233, 2115, 0, 1, 1406988058),
  2307. (4356, 111, 200, 0, 1406988082),
  2308. (7758, 2115, 10, 0, 1406988097),
  2309. (2421, 111, 200, 0, 1406988102),
  2310. (3364, 111, 200, 0, 1406988158),
  2311. (2233, 2115, 0, 10, 1406988294),
  2312. (2233, 2115, 0, 10, 1406988393),
  2313. (4178, 111, 300, 0, 1406988578),
  2314. (2421, 2115, 10, 0, 1406988764),
  2315. (7850, 2115, 10, 0, 1406989110),
  2316. (7850, 2115, 15, 0, 1406989192),
  2317. (2233, 2115, 0, 20, 1406989402),
  2318. (83, 5, 15000, 0, 1406993939),
  2319. (420, 3881, 325, 0, 1406994014),
  2320. (2811, 83, 5000, 0, 1406994674),
  2321. (2811, 83, 632, 0, 1406994754),
  2322. (420, 500, 1300, 0, 1406994929),
  2323. (1181, 18, 10, 0, 1407019329),
  2324. (18, 111, 500, 0, 1407031924),
  2325. (1044, 111, 300, 0, 1407032067),
  2326. (4686, 111, 300, 0, 1407032169),
  2327. (6886, 2115, 10, 0, 1407032697),
  2328. (6886, 2115, 144, 0, 1407033594),
  2329. (2115, 2233, 19, 5, 1407033993),
  2330. (2233, 2115, 10, 0, 1407034791),
  2331. (2233, 2115, 5000, 0, 1407035249),
  2332. (2115, 2233, 5000, 0, 1407035287),
  2333. (2233, 2115, 0, 500, 1407035337),
  2334. (2115, 2233, 0, 1000, 1407035371),
  2335. (2233, 2115, 0, 500, 1407035464),
  2336. (2127, 2233, 10, 8, 1407035515),
  2337. (2127, 2115, 10, 0, 1407035522),
  2338. (7518, 2115, 0, 1, 1407035657),
  2339. (2154, 2115, 10, 0, 1407036142),
  2340. (6, 2233, 0, 2, 1407045258),
  2341. (2115, 2233, 0, 2, 1407045276),
  2342. (18, 2233, 0, 2, 1407045298),
  2343. (420, 2233, 0, 2, 1407045315),
  2344. (111, 2233, 0, 2, 1407045334),
  2345. (2811, 111, 200, 0, 1407048435),
  2346. (1181, 111, 200, 0, 1407048457),
  2347. (3657, 111, 200, 0, 1407048488),
  2348. (2115, 111, 200, 0, 1407048503),
  2349. (1439, 111, 200, 0, 1407048520),
  2350. (2154, 111, 200, 0, 1407048536),
  2351. (4178, 111, 200, 0, 1407048560),
  2352. (6858, 111, 200, 0, 1407048576),
  2353. (18, 111, 200, 0, 1407048599),
  2354. (7827, 111, 200, 0, 1407048702),
  2355. (2463, 1439, 10, 0, 1407049010),
  2356. (2463, 1439, 10, 0, 1407049135),
  2357. (2463, 1439, 10, 0, 1407049188),
  2358. (6962, 2115, 10, 0, 1407051300),
  2359. (6962, 2115, 0, 10, 1407051337),
  2360. (6962, 2115, 20, 0, 1407051614),
  2361. (1401, 111, 200, 0, 1407052469),
  2362. (4030, 1439, 10, 0, 1407058749),
  2363. (1439, 4355, 500, 0, 1407059449),
  2364. (2343, 5, 3333, 0, 1407062548),
  2365. (7870, 2115, 0, 1, 1407067772),
  2366. (7870, 2115, 1000, 0, 1407068051),
  2367. (7870, 2115, 9000, 0, 1407068279),
  2368. (7870, 2115, 4198, 0, 1407069616),
  2369. (300, 111, 200, 0, 1407070081),
  2370. (6836, 111, 500, 0, 1407070306),
  2371. (7621, 2233, 0, 3, 1407070683),
  2372. (2233, 2115, 0, 1, 1407078291),
  2373. (420, 5, 10, 0, 1407101278),
  2374. (111, 5, 18888, 0, 1407106112),
  2375. (3660, 111, 300, 0, 1407109883),
  2376. (3364, 111, 300, 0, 1407109905),
  2377. (1181, 6, 40000, 0, 1407117298),
  2378. (1181, 111, 400, 0, 1407117622),
  2379. (8010, 111, 300, 0, 1407120504),
  2380. (8012, 111, 300, 0, 1407120616),
  2381. (1181, 1439, 150, 0, 1407125584),
  2382. (2040, 12, 0, 443, 1407148356),
  2383. (12, 1439, 60000, 0, 1407148558),
  2384. (1439, 12, 60000, 0, 1407148749),
  2385. (6858, 8035, 0, 1, 1407152480),
  2386. (2209, 2115, 0, 1, 1407162995),
  2387. (2209, 2115, 100, 0, 1407163150),
  2388. (2209, 2115, 0, 10, 1407163404),
  2389. (6666, 420, 500, 0, 1407173807),
  2390. (7988, 6666, 320, 0, 1407173877),
  2391. (500, 420, 2000, 0, 1407175240),
  2392. (333, 6, 25000, 0, 1407205634),
  2393. (333, 6, 145000, 0, 1407206172),
  2394. (8078, 2115, 10, 1, 1407211194),
  2395. (8078, 2115, 10, 0, 1407212828),
  2396. (8098, 2233, 0, 7, 1407220871),
  2397. (7840, 2233, 84, 0, 1407221130),
  2398. (8098, 2233, 1000, 0, 1407222007),
  2399. (500, 5, 2437, 0, 1407244559),
  2400. (8133, 111, 200, 0, 1407246684),
  2401. (500, 111, 200, 0, 1407246700),
  2402. (500, 111, 200, 0, 1407246721),
  2403. (2115, 111, 200, 0, 1407246741),
  2404. (888, 111, 200, 0, 1407246757),
  2405. (1009, 111, 200, 0, 1407246779),
  2406. (2116, 111, 200, 0, 1407246816),
  2407. (6858, 111, 200, 0, 1407246836),
  2408. (1616, 111, 200, 0, 1407247055),
  2409. (111, 6, 145000, 0, 1407252070),
  2410. (69, 6, 145000, 0, 1407252103),
  2411. (854, 777, 10, 0, 1407254483),
  2412. (854, 500, 10, 0, 1407254488),
  2413. (854, 500, 10, 0, 1407255369),
  2414. (854, 500, 10, 0, 1407256079),
  2415. (1181, 6, 145000, 69, 1407256564),
  2416. (6836, 111, 3000, 0, 1407257961),
  2417. (2036, 111, 1000, 0, 1407258494),
  2418. (6858, 111, 1000, 0, 1407258518),
  2419. (2040, 111, 200, 0, 1407259853),
  2420. (6973, 111, 500, 0, 1407259880),
  2421. (3918, 111, 200, 0, 1407259922),
  2422. (1440, 111, 200, 0, 1407259960),
  2423. (1021, 111, 200, 0, 1407259987),
  2424. (6836, 111, 1100, 0, 1407265307),
  2425. (18, 1181, 2675, 0, 1407287510),
  2426. (1181, 420, 5000, 0, 1407290745),
  2427. (420, 1439, 0, 1, 1407295507),
  2428. (12, 1439, 10000, 0, 1407314044),
  2429. (1439, 12, 10000, 0, 1407314126),
  2430. (2343, 1439, 225, 0, 1407316795),
  2431. (12, 4355, 24, 0, 1407320168),
  2432. (4355, 12, 20, 0, 1407320205),
  2433. (8194, 2115, 0, 1, 1407321578),
  2434. (8194, 2115, 10, 0, 1407321964),
  2435. (2209, 2115, 0, 1, 1407322790),
  2436. (2115, 8194, 0, 20, 1407323858),
  2437. (2115, 8194, 0, 100, 1407324244),
  2438. (8078, 2115, 10, 0, 1407325101),
  2439. (2115, 8194, 1, 20, 1407325570),
  2440. (2115, 8194, 296, 20, 1407325635),
  2441. (3924, 2115, 0, 1, 1407333856),
  2442. (7286, 6, 696969, 0, 1407365921),
  2443. (6929, 7286, 0, 1, 1407367336),
  2444. (8246, 69, 10000, 0, 1407375803),
  2445. (420, 111, 500, 0, 1407377028),
  2446. (12, 111, 200, 0, 1407377064),
  2447. (1021, 111, 200, 0, 1407377079),
  2448. (18, 111, 500, 0, 1407377173),
  2449. (4355, 111, 200, 0, 1407377191),
  2450. (1438, 111, 200, 0, 1407377227),
  2451. (18, 1181, 25000, 0, 1407377300),
  2452. (3286, 111, 500, 0, 1407378171),
  2453. (3717, 111, 200, 0, 1407378580),
  2454. (4303, 111, 200, 0, 1407378687),
  2455. (3717, 111, 200, 0, 1407378713),
  2456. (888, 111, 200, 0, 1407378768),
  2457. (2154, 111, 200, 0, 1407395311),
  2458. (333, 111, 1000, 0, 1407395327),
  2459. (8092, 111, 200, 0, 1407395345),
  2460. (4355, 111, 200, 0, 1407395363),
  2461. (1021, 111, 200, 0, 1407395380),
  2462. (12, 111, 200, 0, 1407395398),
  2463. (2343, 111, 400, 0, 1407395733),
  2464. (3882, 111, 200, 0, 1407399373),
  2465. (8078, 8261, 11731, 0, 1407401375),
  2466. (8271, 4355, 408, 0, 1407402713),
  2467. (2115, 4355, 500, 0, 1407402774),
  2468. (4128, 111, 200, 0, 1407402907),
  2469. (2209, 2115, 47, 0, 1407406378),
  2470. (8191, 111, 200, 0, 1407407662),
  2471. (2209, 2115, 200, 0, 1407408364),
  2472. (2115, 2233, 33, 0, 1407408606),
  2473. (6721, 111, 400, 0, 1407409390),
  2474. (8285, 111, 200, 0, 1407411655),
  2475. (8078, 111, 200, 0, 1407411687),
  2476. (2040, 111, 200, 0, 1407411706),
  2477. (1404, 111, 200, 0, 1407412791),
  2478. (1404, 111, 200, 0, 1407412854),
  2479. (4252, 111, 200, 0, 1407415210),
  2480. (1722, 111, 400, 0, 1407416547),
  2481. (7860, 111, 200, 0, 1407419051),
  2482. (2233, 2115, 626, 0, 1407421960),
  2483. (6, 7286, 125000, 0, 1407434566),
  2484. (3032, 8334, 0, 1, 1407435649),
  2485. (3032, 8334, 0, 1, 1407435766),
  2486. (8324, 111, 200, 0, 1407437080),
  2487. (1972, 111, 200, 0, 1407437109),
  2488. (1438, 111, 200, 0, 1407437218),
  2489. (1440, 111, 200, 0, 1407437271),
  2490. (1747, 111, 200, 0, 1407437326),
  2491. (3928, 111, 200, 0, 1407437355),
  2492. (4349, 111, 200, 0, 1407437970),
  2493. (6973, 111, 200, 0, 1407438004),
  2494. (6973, 111, 200, 0, 1407438263),
  2495. (4303, 111, 200, 0, 1407438381),
  2496. (8308, 111, 200, 0, 1407438406),
  2497. (6782, 111, 200, 0, 1407438442),
  2498. (8111, 111, 200, 0, 1407442269),
  2499. (6973, 111, 1000, 0, 1407442315),
  2500. (3032, 111, 1000, 0, 1407442371),
  2501. (6666, 111, 600, 0, 1407442481),
  2502. (6973, 111, 200, 0, 1407442813),
  2503. (8246, 69, 50000, 0, 1407448140),
  2504. (8246, 7286, 0, 6, 1407452676),
  2505. (8324, 333, 795, 0, 1407502370),
  2506. (8390, 888, 200, 0, 1407503950),
  2507. (69, 6, 10000, 0, 1407508726),
  2508. (69, 999, 49530, 0, 1407508834),
  2509. (999, 6, 10000, 0, 1407508849),
  2510. (1181, 6, 69899, 0, 1407509058),
  2511. (300, 4355, 61, 0, 1407544153),
  2512. (300, 7286, 548, 0, 1407544255),
  2513. (8384, 5, 7000, 0, 1407546924),
  2514. (18, 420, 500, 0, 1407556755),
  2515. (2811, 420, 500, 0, 1407556782),
  2516. (420, 1439, 150, 0, 1407564390),
  2517. (2115, 1439, 150, 0, 1407564400),
  2518. (4355, 1439, 150, 0, 1407564411),
  2519. (2233, 1439, 150, 0, 1407564422),
  2520. (2154, 1439, 150, 0, 1407564431),
  2521. (3431, 1439, 150, 0, 1407564444),
  2522. (4303, 1439, 150, 0, 1407564454),
  2523. (7836, 1439, 150, 0, 1407564466),
  2524. (7836, 1439, 50, 0, 1407565174),
  2525. (4349, 1439, 1000, 0, 1407579254),
  2526. (4349, 100, 3067, 0, 1407579295),
  2527. (8473, 5, 5500, 0, 1407632643),
  2528. (888, 6858, 100, 0, 1407639968),
  2529. (1815, 6858, 200, 12, 1407640345),
  2530. (420, 6666, 104, 0, 1407643289),
  2531. (7870, 333, 6000, 0, 1407668779),
  2532. (7870, 333, 10000, 0, 1407670325),
  2533. (500, 7286, 40000, 0, 1407681491),
  2534. (7870, 2233, 1000, 0, 1407682725),
  2535. (7870, 2233, 15000, 0, 1407682830),
  2536. (18, 6, 10000, 0, 1407718547),
  2537. (18, 6, 90000, 0, 1407718596),
  2538. (4355, 18, 500, 0, 1407727785),
  2539. (7672, 18, 70, 0, 1407728479),
  2540. (5, 18, 10, 0, 1407728497),
  2541. (42, 18, 10, 0, 1407731792),
  2542. (2571, 111, 200, 0, 1407755385),
  2543. (420, 111, 200, 0, 1407755508),
  2544. (4349, 111, 200, 0, 1407755584),
  2545. (1495, 111, 200, 0, 1407755616),
  2546. (4355, 111, 200, 0, 1407755632),
  2547. (333, 111, 500, 0, 1407755659),
  2548. (8512, 111, 200, 0, 1407755705),
  2549. (8324, 111, 200, 0, 1407756093),
  2550. (3883, 111, 200, 0, 1407756808),
  2551. (8078, 2115, 310, 0, 1407758024),
  2552. (7840, 2233, 500, 0, 1407758940),
  2553. (2115, 2233, 500, 0, 1407758966),
  2554. (8078, 2233, 115, 100, 1407758990),
  2555. (7314, 111, 500, 0, 1407766679),
  2556. (7314, 111, 500, 0, 1407766714),
  2557. (7836, 111, 200, 0, 1407768426),
  2558. (1181, 111, 500, 0, 1407769032),
  2559. (4349, 100, 0, 25, 1407784970),
  2560. (4349, 100, 275, 0, 1407787936),
  2561. (222, 5, 22222, 0, 1407789594),
  2562. (4349, 100, 500, 0, 1407790217),
  2563. (8548, 500, 350, 0, 1407791937),
  2564. (6666, 420, 6000, 0, 1407812905),
  2565. (7988, 6666, 6000, 0, 1407813176),
  2566. (6666, 420, 557, 0, 1407843156),
  2567. (6666, 42, 1000, 0, 1407844937),
  2568. (420, 6666, 1000, 0, 1407845890),
  2569. (6666, 420, 1000, 0, 1407845918),
  2570. (6973, 18, 1000, 0, 1407908025),
  2571. (4349, 8641, 0, 65, 1407939953),
  2572. (100, 8641, 0, 500, 1407939969),
  2573. (100, 8641, 0, 400, 1407940123),
  2574. (4349, 8641, 0, 2, 1407940230),
  2575. (7541, 8565, 0, 100, 1407947897),
  2576. (7541, 8565, 0, 600, 1407948036),
  2577. (7541, 8565, 0, 50, 1407948053),
  2578. (7541, 8565, 0, 100, 1407948086),
  2579. (7541, 8565, 0, 100, 1407948100),
  2580. (7541, 8565, 0, 10, 1407948123),
  2581. (3946, 6, 18000, 0, 1407972823),
  2582. (18, 7286, 1708, 0, 1407978424),
  2583. (8473, 7286, 8000, 0, 1407979881),
  2584. (1181, 18, 25000, 0, 1407993884),
  2585. (420, 18, 708, 0, 1407993948),
  2586. (4355, 420, 5000, 0, 1408004499),
  2587. (4355, 333, 4250, 0, 1408017149),
  2588. (420, 6666, 730, 0, 1408024148),
  2589. (6666, 420, 730, 0, 1408024173),
  2590. (7286, 5, 77688, 0, 1408042478),
  2591. (100, 8731, 0, 200, 1408044650),
  2592. (100, 8731, 0, 8, 1408044684),
  2593. (100, 8731, 0, 561, 1408044736),
  2594. (18, 12, 0, 1, 1408076601),
  2595. (18, 12, 0, 2, 1408076660),
  2596. (8746, 8565, 0, 11, 1408088645),
  2597. (2009, 8565, 0, 10, 1408088718),
  2598. (2009, 8565, 0, 1, 1408088739),
  2599. (2009, 8565, 0, 2, 1408088809),
  2600. (2009, 8565, 0, 3, 1408088864),
  2601. (420, 500, 300, 0, 1408104092),
  2602. (1438, 5, 143, 0, 1408139643),
  2603. (222, 200, 75000, 0, 1408148629),
  2604. (6858, 200, 466, 0, 1408151838),
  2605. (8787, 6, 70000, 0, 1408154972),
  2606. (1873, 18, 600, 0, 1408162821),
  2607. (8799, 18, 1000, 0, 1408167190),
  2608. (8802, 111, 300, 0, 1408170035),
  2609. (1438, 111, 300, 0, 1408170059),
  2610. (420, 111, 300, 0, 1408170074),
  2611. (200, 111, 300, 0, 1408170090),
  2612. (1440, 111, 300, 0, 1408170110),
  2613. (18, 111, 300, 0, 1408170129),
  2614. (1439, 111, 300, 0, 1408170152),
  2615. (3431, 111, 300, 0, 1408170186),
  2616. (8803, 111, 300, 0, 1408170210),
  2617. (1815, 111, 300, 0, 1408170239),
  2618. (6858, 111, 300, 0, 1408170259),
  2619. (8663, 111, 300, 0, 1408170276),
  2620. (1181, 111, 300, 0, 1408170289),
  2621. (4355, 111, 300, 0, 1408170445),
  2622. (8805, 111, 300, 0, 1408171396),
  2623. (8807, 111, 9000, 0, 1408172967),
  2624. (2479, 111, 300, 0, 1408188500),
  2625. (420, 111, 2000, 0, 1408188615),
  2626. (8815, 111, 300, 0, 1408189886),
  2627. (2085, 111, 300, 0, 1408189943),
  2628. (7836, 111, 500, 0, 1408190006),
  2629. (420, 111, 800, 0, 1408190496),
  2630. (8339, 111, 300, 0, 1408191813),
  2631. (2421, 111, 300, 0, 1408195121),
  2632. (420, 111, 2000, 0, 1408199948),
  2633. (2233, 111, 300, 0, 1408203641),
  2634. (18, 111, 2000, 0, 1408204121),
  2635. (7870, 111, 400, 0, 1408204233),
  2636. (1438, 5, 143, 0, 1408220805),
  2637. (1181, 6, 51000, 0, 1408224978),
  2638. (222, 111, 300, 0, 1408230008),
  2639. (2811, 111, 300, 0, 1408230384),
  2640. (2154, 111, 300, 0, 1408230400),
  2641. (4303, 111, 300, 0, 1408230417),
  2642. (3257, 111, 300, 0, 1408230442),
  2643. (1439, 420, 100, 0, 1408250250),
  2644. (420, 1439, 100, 0, 1408250382),
  2645. (8803, 8802, 30, 0, 1408261051),
  2646. (8858, 111, 400, 0, 1408278230),
  2647. (4355, 111, 300, 0, 1408278261),
  2648. (854, 111, 300, 0, 1408278282),
  2649. (1439, 111, 300, 0, 1408278302),
  2650. (8787, 111, 300, 0, 1408278321),
  2651. (4088, 111, 300, 0, 1408278340),
  2652. (6858, 111, 300, 0, 1408278361),
  2653. (7870, 111, 300, 0, 1408278411),
  2654. (2269, 111, 300, 0, 1408279999),
  2655. (222, 1000, 22000, 0, 1408302273),
  2656. (8339, 2811, 20, 0, 1408305889),
  2657. (18, 1439, 99, 0, 1408313831),
  2658. (18, 200, 1875, 0, 1408314309),
  2659. (6666, 1439, 0, 294, 1408316370),
  2660. (2811, 18, 42150, 0, 1408324652),
  2661. (2811, 6, 20000, 0, 1408324717),
  2662. (69, 200, 5500, 0, 1408324814),
  2663. (7151, 6, 10000, 0, 1408327219),
  2664. (3201, 69, 5000, 0, 1408328092),
  2665. (222, 333, 9650, 0, 1408328554),
  2666. (8512, 500, 120, 0, 1408372691),
  2667. (8933, 100, 0, 35, 1408376690),
  2668. (500, 1000, 8000, 0, 1408392400),
  2669. (500, 1000, 0, 100, 1408392417),
  2670. (854, 500, 8000, 0, 1408392446),
  2671. (1000, 500, 0, 45, 1408392495),
  2672. (8912, 500, 400, 0, 1408392568),
  2673. (8931, 2115, 10, 0, 1408440642),
  2674. (8933, 2115, 10, 1, 1408440676),
  2675. (7836, 2115, 10, 0, 1408440706),
  2676. (8933, 2115, 85, 2, 1408440727),
  2677. (2165, 2115, 10, 0, 1408440744),
  2678. (8931, 2115, 10, 0, 1408440961),
  2679. (9013, 8671, 1000, 0, 1408452204),
  2680. (1374, 500, 2000, 0, 1408465623),
  2681. (9024, 500, 1000, 0, 1408473144),
  2682. (9024, 500, 3000, 0, 1408473316),
  2683. (9024, 500, 500, 0, 1408473569),
  2684. (9026, 500, 500, 0, 1408473582),
  2685. (1374, 500, 2000, 0, 1408473613),
  2686. (69, 5, 125000, 0, 1408514950),
  2687. (69, 5, 10, 0, 1408515192),
  2688. (999, 333, 10000, 0, 1408529640),
  2689. (8324, 333, 154, 0, 1408532800),
  2690. (8324, 4355, 300, 0, 1408532843),
  2691. (420, 333, 5000, 0, 1408538134),
  2692. (9013, 333, 180, 0, 1408577268),
  2693. (9013, 200, 180, 0, 1408577290),
  2694. (7151, 200, 144, 0, 1408577946),
  2695. (4355, 111, 300, 0, 1408601574),
  2696. (12, 111, 300, 0, 1408604114),
  2697. (9149, 500, 300, 0, 1408659689),
  2698. (420, 6, 45000, 0, 1408668132),
  2699. (420, 6, 20000, 0, 1408668210),
  2700. (854, 1000, 1000, 0, 1408760324),
  2701. (420, 5, 55000, 0, 1408773501),
  2702. (420, 5, 1000, 0, 1408773596),
  2703. (7836, 500, 182, 0, 1408789539),
  2704. (7836, 8671, 1000, 0, 1408791058),
  2705. (4355, 8671, 1000, 0, 1408791574),
  2706. (2233, 7870, 20000, 0, 1408808280),
  2707. (222, 5, 10000, 0, 1408821180),
  2708. (18, 2811, 10, 0, 1408847842),
  2709. (18, 2811, 20, 0, 1408847867),
  2710. (18, 2811, 10, 0, 1408849568),
  2711. (18, 5, 42000, 0, 1408850049),
  2712. (1439, 500, 0, 10, 1408861489),
  2713. (1439, 500, 0, 29, 1408862044),
  2714. (500, 1439, 0, 10, 1408862126),
  2715. (6858, 500, 0, 9, 1408862688),
  2716. (1439, 12, 0, 605, 1408866299),
  2717. (420, 4355, 12739, 0, 1408871586),
  2718. (8671, 2115, 0, 1, 1408877553),
  2719. (5, 4000, 2700, 0, 1408905361),
  2720. (1438, 5, 55000, 0, 1408911888),
  2721. (420, 18, 100, 0, 1408926835),
  2722. (6858, 18, 100, 0, 1408926851),
  2723. (420, 6666, 730, 0, 1408928539),
  2724. (420, 6, 10000, 0, 1408934877),
  2725. (2115, 2233, 28, 0, 1408950894),
  2726. (420, 18, 62, 0, 1409026144),
  2727. (18, 420, 0, 900, 1409026183),
  2728. (4355, 200, 5469, 0, 1409069774),
  2729. (420, 200, 5000, 0, 1409069946),
  2730. (1438, 18, 75, 0, 1409112601),
  2731. (4355, 200, 11456, 0, 1409145946),
  2732. (6, 200, 21544, 0, 1409146606),
  2733. (8414, 18, 100, 0, 1409173828),
  2734. (222, 4355, 50, 0, 1409184082),
  2735. (1438, 1, 44000, 0, 1409193927),
  2736. (420, 1, 51000, 0, 1409194452),
  2737. (1, 18, 2500, 0, 1409194854),
  2738. (1, 2811, 2500, 0, 1409194955),
  2739. (420, 1, 44444, 0, 1409195181),
  2740. (1, 420, 100000, 0, 1409195948),
  2741. (7151, 1337, 3000, 0, 1409196379),
  2742. (1, 18, 15000, 0, 1409196619),
  2743. (1, 4355, 20000, 0, 1409197170),
  2744. (143, 18, 180, 0, 1409197176),
  2745. (9999, 1337, 1000, 0, 1409197280),
  2746. (7151, 1, 5000, 0, 1409197634),
  2747. (4000, 1, 5000, 0, 1409197643),
  2748. (420, 1, 25000, 0, 1409197799),
  2749. (9999, 1, 1000, 0, 1409197881),
  2750. (3918, 1, 10, 0, 1409197894),
  2751. (1809, 1, 4444, 0, 1409259190),
  2752. (222, 1, 10000, 0, 1409267832),
  2753. (200, 6, 40000, 0, 1409274583),
  2754. (1000, 6, 2000, 0, 1409274611),
  2755. (222, 420, 4500, 0, 1409274716),
  2756. (222, 6, 1000, 0, 1409274946),
  2757. (6858, 1337, 3000, 0, 1409275719),
  2758. (7456, 7870, 1000, 0, 1409325872),
  2759. (200, 69, 10000, 0, 1409331020),
  2760. (9379, 1, 12000, 0, 1409343077),
  2761. (9379, 1, 45000, 0, 1409356209),
  2762. (6858, 777, 10, 0, 1409420454),
  2763. (9999, 777, 500, 0, 1409421917),
  2764. (777, 18, 500, 0, 1409421955),
  2765. (1439, 1873, 0, 1, 1409424336),
  2766. (3460, 1, 9996, 0, 1409431494),
  2767. (50, 18, 0, 100, 1409445411),
  2768. (18, 50, 30000, 0, 1409445446),
  2769. (18, 420, 103, 0, 1409446078),
  2770. (18, 50, 1000, 0, 1409447703),
  2771. (666, 1, 3000, 0, 1409452032),
  2772. (1, 666, 3000, 0, 1409452160),
  2773. (9225, 1, 15000, 0, 1409461186),
  2774. (1873, 18, 8, 1, 1409523435),
  2775. (1873, 18, 500, 0, 1409524039),
  2776. (2811, 1873, 0, 1, 1409524096),
  2777. (6858, 1873, 0, 1, 1409524138),
  2778. (18, 1873, 1, 1, 1409524919),
  2779. (9446, 200, 200, 0, 1409526754),
  2780. (9449, 1439, 730, 0, 1409526864),
  2781. (9446, 1, 45000, 0, 1409532841),
  2782. (9452, 9446, 350, 0, 1409535628),
  2783. (9457, 9446, 270, 0, 1409536292),
  2784. (222, 18, 1, 1, 1409538234),
  2785. (18, 7151, 15, 0, 1409543144),
  2786. (18, 7151, 400, 0, 1409543264),
  2787. (7151, 1, 9640, 0, 1409544974),
  2788. (420, 1, 16500, 0, 1409545048),
  2789. (420, 1, 88000, 0, 1409545156),
  2790. (7151, 420, 32, 0, 1409545452),
  2791. (18, 200, 33, 0, 1409545454),
  2792. (18, 1337, 5500, 0, 1409545477),
  2793. (18, 200, 646, 0, 1409545526),
  2794. (143, 18, 5500, 0, 1409545542),
  2795. (1873, 420, 610, 0, 1409547286),
  2796. (18, 7151, 9, 100, 1409548062),
  2797. (18, 1873, 1, 1, 1409548149),
  2798. (18, 2811, 12, 0, 1409548160),
  2799. (18, 7151, 1, 100, 1409548177),
  2800. (9057, 18, 13, 0, 1409548388),
  2801. (7151, 1439, 11, 0, 1409551883),
  2802. (1439, 7151, 10, 0, 1409551956),
  2803. (18, 7151, 1000, 0, 1409589761),
  2804. (18, 7151, 0, 100, 1409589902),
  2805. (18, 7151, 0, 600, 1409589959),
  2806. (18, 7151, 0, 46, 1409590147),
  2807. (18, 6666, 591, 0, 1409596813),
  2808. (4186, 9446, 2400, 0, 1409607770),
  2809. (222, 1873, 1, 1, 1409621247),
  2810. (1000, 1873, 305, 0, 1409621503),
  2811. (1000, 18, 51, 0, 1409621658),
  2812. (7151, 18, 1000, 0, 1409624225),
  2813. (2009, 9503, 0, 500, 1409680221),
  2814. (200, 6, 200000, 0, 1409710910),
  2815. (3918, 200, 2500, 0, 1409794366),
  2816. (3918, 200, 2500, 0, 1409794431),
  2817. (7635, 9446, 300, 0, 1409841675),
  2818. (7635, 9446, 1500, 0, 1409843564),
  2819. (9446, 1, 5000, 0, 1409880500),
  2820. (18, 1, 5000, 0, 1409880594),
  2821. (1873, 1, 3500, 0, 1409880634),
  2822. (222, 1, 3500, 0, 1409880715),
  2823. (222, 1, 2000, 0, 1409880820),
  2824. (222, 1, 50000, 0, 1409880997),
  2825. (2085, 1, 50000, 0, 1409881581),
  2826. (3918, 1, 5000, 0, 1409881681),
  2827. (3918, 1, 1500, 0, 1409881857),
  2828. (1096, 1, 2500, 0, 1409881933),
  2829. (3918, 1, 1500, 0, 1409881955),
  2830. (3918, 1, 2500, 0, 1409882026),
  2831. (2811, 1, 20000, 0, 1409882137),
  2832. (1096, 1, 3500, 0, 1409882194),
  2833. (2811, 1, 10, 0, 1409882204),
  2834. (9057, 1, 17000, 0, 1409882373),
  2835. (1096, 1, 5000, 0, 1409883223),
  2836. (222, 1, 2500, 0, 1409883294),
  2837. (222, 1, 10000, 0, 1409883406),
  2838. (1096, 1, 1000, 0, 1409884350),
  2839. (1000, 1, 26999, 0, 1409946889),
  2840. (1873, 18, 80, 0, 1409948855),
  2841. (1873, 1, 11, 0, 1409948906),
  2842. (500, 777, 0, 10, 1409955313),
  2843. (777, 500, 1000, 0, 1409955478),
  2844. (222, 1, 154000, 0, 1409959083),
  2845. (1000, 200, 5000, 0, 1409978297),
  2846. (6, 200, 690, 0, 1409979147),
  2847. (2115, 1, 1500, 0, 1409992808),
  2848. (7870, 1, 3500, 0, 1410012730),
  2849. (420, 1, 7500, 0, 1410025225),
  2850. (10058, 18, 485, 0, 1410029043),
  2851. (222, 18, 16, 0, 1410035177),
  2852. (7151, 1439, 0, 10, 1410035244),
  2853. (7151, 18, 688, 0, 1410036481),
  2854. (1449, 1, 11, 0, 1410041945),
  2855. (1, 7151, 100, 0, 1410042460),
  2856. (1, 1439, 100, 0, 1410042475),
  2857. (10069, 1, 11000, 0, 1410042797),
  2858. (1449, 1, 14000, 0, 1410042882),
  2859. (7151, 1, 25000, 0, 1410043433),
  2860. (420, 42, 5000, 0, 1410051194),
  2861. (420, 1, 5000, 0, 1410051813),
  2862. (1, 420, 5000, 0, 1410051864),
  2863. (18, 200, 6000, 0, 1410052524),
  2864. (222, 200, 3457, 0, 1410052981),
  2865. (7151, 18, 300, 0, 1410057115),
  2866. (4000, 6900, 2250, 0, 1410057787),
  2867. (18, 420, 2000, 0, 1410061988),
  2868. (10084, 3286, 1000, 0, 1410092206),
  2869. (777, 18, 660, 0, 1410102635),
  2870. (4370, 7151, 20, 0, 1410115454),
  2871. (420, 7151, 247, 0, 1410116309),
  2872. (10001, 1, 0, 48, 1410218629),
  2873. (10001, 1, 0, 11, 1410218657),
  2874. (10001, 1, 0, 41, 1410218673),
  2875. (1, 10001, 110, 0, 1410218815),
  2876. (420, 10001, 2000, 0, 1410237387),
  2877. (6900, 200, 2000, 0, 1410318703),
  2878. (1000, 200, 2000, 0, 1410318733),
  2879. (1439, 200, 25, 0, 1410319926),
  2880. (1439, 200, 1240, 0, 1410402191),
  2881. (1873, 200, 1500, 0, 1410402310),
  2882. (420, 200, 1250, 0, 1410402520),
  2883. (1873, 1439, 1500, 0, 1410402589),
  2884. (18, 200, 250, 0, 1410402620),
  2885. (420, 1439, 1500, 0, 1410402649),
  2886. (6900, 200, 1000, 0, 1410402665),
  2887. (6900, 1439, 10, 0, 1410402910),
  2888. (18, 1873, 1000, 0, 1410403080),
  2889. (420, 1, 80000, 0, 1410405873),
  2890. (3835, 777, 5000, 0, 1410406277),
  2891. (777, 1, 20000, 0, 1410406938),
  2892. (1, 10001, 41000, 0, 1410408527),
  2893. (10001, 1, 41000, 0, 1410408545),
  2894. (6858, 1, 8888, 0, 1410408879),
  2895. (10137, 420, 1357, 0, 1410409002),
  2896. (200, 1, 5000, 0, 1410458404),
  2897. (1739, 1, 14500, 0, 1410459367),
  2898. (1739, 1, 8500, 0, 1410459549),
  2899. (9057, 420, 1000, 0, 1410484340),
  2900. (7751, 1, 8000, 0, 1410555241),
  2901. (1, 222, 50, 0, 1410555424),
  2902. (404, 1, 25000, 0, 1410555441),
  2903. (12, 1, 9999, 0, 1410555587),
  2904. (12, 1, 20000, 0, 1410555659),
  2905. (3918, 404, 1000, 0, 1410555708),
  2906. (854, 404, 1000, 0, 1410555814),
  2907. (1, 222, 50, 0, 1410555845),
  2908. (7751, 404, 1000, 0, 1410555920),
  2909. (1, 404, 1000, 0, 1410556004),
  2910. (7751, 404, 1000, 0, 1410556145),
  2911. (1873, 404, 1000, 0, 1410556330),
  2912. (420, 404, 1000, 0, 1410556512),
  2913. (404, 18, 21, 0, 1410572875),
  2914. (854, 1, 10, 0, 1410572938),
  2915. (420, 1439, 10, 0, 1410573626),
  2916. (1439, 420, 10, 0, 1410573639),
  2917. (854, 222, 42, 0, 1410574692),
  2918. (10182, 1, 15000, 0, 1410625505),
  2919. (2811, 1, 15241, 0, 1410663596),
  2920. (12, 1439, 10, 0, 1410671339),
  2921. (12, 1439, 0, 10, 1410671605),
  2922. (18, 12, 10, 0, 1410671681),
  2923. (18, 9000, 2147483647, 0, 1410720045),
  2924. (18, 6900, 152, 0, 1410729601),
  2925. (6900, 18, 1, 1, 1410729740),
  2926. (18, 2811, 13, 0, 1410729803),
  2927. (18, 2811, 11, 0, 1410729834),
  2928. (18, 6900, 1, 1, 1410729846),
  2929. (6900, 18, 1, 1, 1410730197),
  2930. (18, 6900, 1, 1, 1410730388),
  2931. (2667, 1, 6666, 0, 1410745211),
  2932. (10239, 1, 3500, 0, 1410771529),
  2933. (10239, 8671, 150, 0, 1410771678),
  2934. (10239, 1, 2500, 0, 1410772417),
  2935. (10258, 1439, 1000, 0, 1410844204),
  2936. (6900, 200, 1500, 0, 1411004085),
  2937. (1000, 200, 1854, 0, 1411004164),
  2938. (6, 1, 777777, 0, 1411083501),
  2939. (1439, 200, 500, 0, 1411103173),
  2940. (1739, 1, 48, 0, 1411141530),
  2941. (18, 2811, 114, 0, 1411159237),
  2942. (7751, 200, 1200, 0, 1411295991),
  2943. (1337, 200, 1800, 0, 1411296455),
  2944. (1337, 200, 6000, 0, 1411297159),
  2945. (10416, 1, 7500, 0, 1411340423),
  2946. (1337, 200, 10000, 0, 1411348435),
  2947. (6666, 200, 10000, 0, 1411348470),
  2948. (42, 200, 5000, 0, 1411348559),
  2949. (6, 200, 2760, 0, 1411348631),
  2950. (7684, 1, 7777, 0, 1411402988),
  2951. (222, 6, 20000, 0, 1411432418),
  2952. (4349, 6, 40000, 0, 1411485634),
  2953. (4349, 6, 90000, 0, 1411503022),
  2954. (1337, 222, 0, 100, 1411516808),
  2955. (420, 1337, 13001, 0, 1411551501),
  2956. (10202, 6, 6969, 0, 1411590268),
  2957. (10482, 6, 60000, 0, 1411593015),
  2958. (4030, 1, 90, 0, 1411597793),
  2959. (500, 1, 1500, 1500, 1411679160);
  2960.  
  2961. -- --------------------------------------------------------
  2962.  
  2963. --
  2964. -- Estrutura da tabela `userpowers`
  2965. --
  2966.  
  2967. CREATE TABLE IF NOT EXISTS `userpowers` (
  2968. `userid` bigint(11) NOT NULL,
  2969. `powerid` varchar(255) NOT NULL,
  2970. `count` int(11) NOT NULL
  2971. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  2972.  
  2973. --
  2974. -- Extraindo dados da tabela `userpowers`
  2975. --
  2976.  
  2977. INSERT INTO `userpowers` (`userid`, `powerid`, `count`) VALUES
  2978. (1, '363', 1),
  2979. (1, '362', 1),
  2980. (1, '361', 1),
  2981. (1, '360', 1),
  2982. (1, '359', 1),
  2983. (1, '358', 1),
  2984. (1, '357', 1),
  2985. (1, '356', 1),
  2986. (1, '355', 1),
  2987. (1, '354', 1),
  2988. (1, '353', 1),
  2989. (1, '352', 1),
  2990. (1, '350', 1),
  2991. (1, '349', 1),
  2992. (1, '348', 1),
  2993. (1, '347', 1),
  2994. (1, '346', 1),
  2995. (1, '345', 1),
  2996. (1, '344', 1),
  2997. (1, '343', 1),
  2998. (1, '342', 1),
  2999. (1, '341', 1),
  3000. (1, '340', 1),
  3001. (1, '339', 1),
  3002. (1, '338', 1),
  3003. (1, '337', 1),
  3004. (1, '336', 1),
  3005. (1, '335', 1),
  3006. (1, '334', 1),
  3007. (1, '333', 1),
  3008. (1, '332', 1),
  3009. (1, '331', 1),
  3010. (1, '330', 1),
  3011. (1, '329', 1),
  3012. (1, '328', 1),
  3013. (1, '327', 1),
  3014. (1, '326', 1),
  3015. (1, '325', 1),
  3016. (1, '324', 1),
  3017. (1, '323', 1),
  3018. (1, '322', 1),
  3019. (1, '321', 1),
  3020. (1, '320', 1),
  3021. (1, '318', 1),
  3022. (1, '317', 1),
  3023. (1, '316', 1),
  3024. (1, '315', 1),
  3025. (1, '314', 1),
  3026. (1, '313', 1),
  3027. (1, '312', 1),
  3028. (1, '311', 1),
  3029. (1, '310', 1),
  3030. (1, '309', 1),
  3031. (1, '308', 1),
  3032. (1, '303', 1),
  3033. (1, '301', 1),
  3034. (1, '300', 1),
  3035. (1, '299', 1),
  3036. (1, '296', 1),
  3037. (1, '295', 1),
  3038. (1, '294', 1),
  3039. (1, '292', 1),
  3040. (1, '289', 1),
  3041. (1, '288', 1),
  3042. (1, '285', 1),
  3043. (1, '284', 1),
  3044. (1, '281', 1),
  3045. (1, '280', 1),
  3046. (1, '279', 1),
  3047. (1, '275', 1),
  3048. (1, '272', 1),
  3049. (1, '271', 1),
  3050. (1, '269', 1),
  3051. (1, '264', 1),
  3052. (1, '263', 1),
  3053. (1, '262', 1),
  3054. (1, '260', 1),
  3055. (1, '251', 1),
  3056. (1, '250', 1),
  3057. (1, '248', 1),
  3058. (1, '247', 1),
  3059. (1, '244', 1),
  3060. (1, '243', 1),
  3061. (1, '241', 1),
  3062. (1, '240', 1),
  3063. (1, '237', 1),
  3064. (1, '236', 1),
  3065. (1, '234', 1),
  3066. (1, '232', 1),
  3067. (1, '231', 1),
  3068. (1, '228', 1),
  3069. (1, '227', 1),
  3070. (1, '224', 1),
  3071. (1, '221', 1),
  3072. (1, '220', 1),
  3073. (1, '217', 1),
  3074. (1, '216', 1),
  3075. (1, '213', 1),
  3076. (1, '212', 1),
  3077. (1, '208', 1),
  3078. (1, '205', 1),
  3079. (1, '204', 1),
  3080. (1, '201', 1),
  3081. (1, '196', 1),
  3082. (1, '195', 1),
  3083. (1, '192', 1),
  3084. (1, '190', 1),
  3085. (1, '189', 1),
  3086. (1, '186', 1),
  3087. (1, '185', 1),
  3088. (1, '183', 1),
  3089. (1, '182', 1),
  3090. (1, '181', 1),
  3091. (1, '179', 1),
  3092. (1, '178', 1),
  3093. (1, '176', 1),
  3094. (1, '175', 1),
  3095. (1, '174', 1),
  3096. (1, '172', 1),
  3097. (1, '170', 1),
  3098. (1, '168', 1),
  3099. (1, '166', 1),
  3100. (1, '163', 1),
  3101. (1, '162', 1),
  3102. (1, '158', 1),
  3103. (1, '156', 1),
  3104. (1, '155', 1),
  3105. (1, '150', 1),
  3106. (1, '145', 1),
  3107. (1, '144', 1),
  3108. (1, '143', 1),
  3109. (1, '142', 1),
  3110. (1, '138', 1),
  3111. (1, '137', 1),
  3112. (1, '135', 1),
  3113. (1, '134', 1),
  3114. (1, '133', 1),
  3115. (1, '131', 1),
  3116. (1, '130', 1),
  3117. (1, '126', 1),
  3118. (1, '123', 1),
  3119. (1, '121', 1),
  3120. (1, '120', 1),
  3121. (1, '117', 1),
  3122. (1, '116', 1),
  3123. (1, '115', 1),
  3124. (1, '114', 1),
  3125. (1, '112', 1),
  3126. (1, '111', 1),
  3127. (1, '110', 1),
  3128. (1, '109', 1),
  3129. (1, '108', 1),
  3130. (1, '106', 1),
  3131. (1, '103', 1),
  3132. (1, '100', 1),
  3133. (1, '99', 1),
  3134. (1, '96', 1),
  3135. (1, '94', 1),
  3136. (1, '93', 1),
  3137. (1, '91', 1),
  3138. (1, '86', 1),
  3139. (1, '85', 1),
  3140. (1, '84', 1),
  3141. (1, '83', 1),
  3142. (1, '82', 1),
  3143. (1, '81', 1),
  3144. (1, '79', 1),
  3145. (1, '78', 1),
  3146. (1, '75', 1),
  3147. (1, '74', 1),
  3148. (1, '71', 1),
  3149. (1, '69', 1),
  3150. (1, '67', 1),
  3151. (1, '65', 1),
  3152. (1, '64', 1),
  3153. (1, '61', 1),
  3154. (1, '60', 1),
  3155. (1, '59', 1),
  3156. (1, '58', 1),
  3157. (1, '57', 1),
  3158. (1, '54', 1),
  3159. (1, '53', 1),
  3160. (1, '51', 1),
  3161. (1, '50', 1),
  3162. (1, '47', 1),
  3163. (1, '46', 1),
  3164. (1, '45', 1),
  3165. (1, '44', 1),
  3166. (1, '43', 1),
  3167. (1, '42', 1),
  3168. (1, '39', 1),
  3169. (1, '38', 1),
  3170. (1, '37', 1),
  3171. (1, '36', 1),
  3172. (1, '35', 1),
  3173. (1, '33', 1),
  3174. (1, '32', 1),
  3175. (1, '30', 1),
  3176. (1, '29', 1),
  3177. (1, '28', 1),
  3178. (1, '27', 1),
  3179. (1, '26', 1),
  3180. (1, '24', 1),
  3181. (1, '23', 1),
  3182. (1, '22', 1),
  3183. (1, '21', 1),
  3184. (1, '20', 1),
  3185. (1, '19', 1),
  3186. (1, '18', 1),
  3187. (1, '16', 1),
  3188. (1, '15', 1),
  3189. (1, '14', 1),
  3190. (1, '13', 1),
  3191. (1, '12', 1),
  3192. (1, '11', 1),
  3193. (1, '10', 1),
  3194. (1, '9', 1),
  3195. (1, '8', 1),
  3196. (1, '7', 1),
  3197. (1, '6', 1),
  3198. (1, '5', 1),
  3199. (1, '4', 1),
  3200. (1, '3', 1),
  3201. (1, '2', 1),
  3202. (1, '1', 1),
  3203. (1, '364', 2),
  3204. (801, '364', 1),
  3205. (801, '363', 1),
  3206. (801, '362', 1),
  3207. (801, '361', 1),
  3208. (801, '360', 1),
  3209. (801, '359', 1),
  3210. (801, '358', 1),
  3211. (801, '357', 1),
  3212. (801, '356', 1),
  3213. (801, '355', 1),
  3214. (801, '354', 1),
  3215. (801, '353', 1),
  3216. (801, '352', 1),
  3217. (801, '350', 1),
  3218. (801, '349', 1),
  3219. (801, '348', 1),
  3220. (801, '347', 1),
  3221. (801, '346', 1),
  3222. (801, '345', 1),
  3223. (801, '344', 1),
  3224. (801, '343', 1),
  3225. (801, '342', 1),
  3226. (801, '341', 1),
  3227. (801, '340', 1),
  3228. (801, '339', 1),
  3229. (801, '338', 1),
  3230. (801, '337', 1),
  3231. (801, '336', 1),
  3232. (801, '335', 1),
  3233. (801, '334', 1),
  3234. (801, '333', 1),
  3235. (801, '332', 1),
  3236. (801, '331', 1),
  3237. (801, '330', 1),
  3238. (801, '329', 1),
  3239. (801, '328', 1),
  3240. (801, '327', 1),
  3241. (801, '326', 1),
  3242. (801, '325', 1),
  3243. (801, '324', 1),
  3244. (801, '323', 1),
  3245. (801, '322', 1),
  3246. (801, '321', 1),
  3247. (801, '320', 1),
  3248. (801, '318', 1),
  3249. (801, '317', 1),
  3250. (801, '316', 1),
  3251. (801, '315', 1),
  3252. (801, '314', 1),
  3253. (801, '313', 1),
  3254. (801, '312', 1),
  3255. (801, '311', 1),
  3256. (801, '310', 1),
  3257. (801, '309', 1),
  3258. (801, '308', 1),
  3259. (801, '303', 1),
  3260. (801, '301', 1),
  3261. (801, '300', 1),
  3262. (801, '299', 1),
  3263. (801, '296', 1),
  3264. (801, '295', 1),
  3265. (801, '294', 1),
  3266. (801, '292', 1),
  3267. (801, '289', 1),
  3268. (801, '288', 1),
  3269. (801, '285', 1),
  3270. (801, '284', 1),
  3271. (801, '281', 1),
  3272. (801, '280', 1),
  3273. (801, '279', 1),
  3274. (801, '275', 1),
  3275. (801, '272', 1),
  3276. (801, '271', 1),
  3277. (801, '269', 1),
  3278. (801, '264', 1),
  3279. (801, '263', 1),
  3280. (801, '262', 1),
  3281. (801, '260', 1),
  3282. (801, '251', 1),
  3283. (801, '250', 1),
  3284. (801, '248', 1),
  3285. (801, '247', 1),
  3286. (801, '244', 1),
  3287. (801, '243', 1),
  3288. (801, '241', 1),
  3289. (801, '240', 1),
  3290. (801, '237', 1),
  3291. (801, '236', 1),
  3292. (801, '234', 1),
  3293. (801, '232', 1),
  3294. (801, '231', 1),
  3295. (801, '228', 1),
  3296. (801, '227', 1),
  3297. (801, '224', 1),
  3298. (801, '221', 1),
  3299. (801, '220', 1),
  3300. (801, '217', 1),
  3301. (801, '216', 1),
  3302. (801, '213', 1),
  3303. (801, '212', 1),
  3304. (801, '208', 1),
  3305. (801, '205', 1),
  3306. (801, '204', 1),
  3307. (801, '201', 1),
  3308. (801, '196', 1),
  3309. (801, '195', 1),
  3310. (801, '192', 1),
  3311. (801, '190', 1),
  3312. (801, '189', 1),
  3313. (801, '186', 1),
  3314. (801, '185', 1),
  3315. (801, '183', 1),
  3316. (801, '182', 1),
  3317. (801, '181', 1),
  3318. (801, '179', 1),
  3319. (801, '178', 1),
  3320. (801, '176', 1),
  3321. (801, '175', 1),
  3322. (801, '174', 1),
  3323. (801, '172', 1),
  3324. (801, '170', 1),
  3325. (801, '168', 1),
  3326. (801, '166', 1),
  3327. (801, '163', 1),
  3328. (801, '162', 1),
  3329. (801, '158', 1),
  3330. (801, '156', 1),
  3331. (801, '155', 1),
  3332. (801, '150', 1),
  3333. (801, '145', 1),
  3334. (801, '144', 1),
  3335. (801, '143', 1),
  3336. (801, '142', 1),
  3337. (801, '138', 1),
  3338. (801, '137', 1),
  3339. (801, '135', 1),
  3340. (801, '134', 1),
  3341. (801, '133', 1),
  3342. (801, '131', 1),
  3343. (801, '130', 1),
  3344. (801, '126', 1),
  3345. (801, '123', 1),
  3346. (801, '121', 1),
  3347. (801, '120', 1),
  3348. (801, '117', 1),
  3349. (801, '116', 1),
  3350. (801, '115', 1),
  3351. (801, '114', 1),
  3352. (801, '112', 1),
  3353. (801, '111', 1),
  3354. (801, '110', 1),
  3355. (801, '109', 1),
  3356. (801, '108', 1),
  3357. (801, '106', 1),
  3358. (801, '103', 1),
  3359. (801, '100', 1),
  3360. (801, '99', 1),
  3361. (801, '96', 1),
  3362. (801, '94', 1),
  3363. (801, '93', 1),
  3364. (801, '91', 1),
  3365. (801, '86', 1),
  3366. (801, '85', 1),
  3367. (801, '84', 1),
  3368. (801, '83', 1),
  3369. (801, '82', 1),
  3370. (801, '81', 1),
  3371. (801, '79', 1),
  3372. (801, '78', 1),
  3373. (801, '75', 1),
  3374. (801, '74', 1),
  3375. (801, '71', 1),
  3376. (801, '69', 1),
  3377. (801, '67', 1),
  3378. (801, '65', 1),
  3379. (801, '64', 1),
  3380. (801, '61', 1),
  3381. (801, '60', 1),
  3382. (801, '59', 1),
  3383. (801, '58', 1),
  3384. (801, '57', 1),
  3385. (801, '54', 1),
  3386. (801, '53', 1),
  3387. (801, '51', 1),
  3388. (801, '50', 1),
  3389. (801, '47', 1),
  3390. (801, '46', 1),
  3391. (801, '45', 1),
  3392. (801, '44', 1),
  3393. (801, '43', 1),
  3394. (801, '42', 1),
  3395. (801, '39', 1),
  3396. (801, '38', 1),
  3397. (801, '37', 1),
  3398. (801, '36', 1),
  3399. (801, '35', 1),
  3400. (801, '33', 1),
  3401. (801, '32', 1),
  3402. (801, '30', 1),
  3403. (801, '29', 1),
  3404. (801, '28', 1),
  3405. (801, '27', 1),
  3406. (801, '26', 1),
  3407. (801, '24', 1),
  3408. (801, '23', 1),
  3409. (801, '22', 1),
  3410. (801, '21', 1),
  3411. (801, '20', 1),
  3412. (801, '19', 1),
  3413. (801, '18', 1),
  3414. (801, '16', 1),
  3415. (801, '15', 1),
  3416. (801, '14', 1),
  3417. (801, '13', 1),
  3418. (801, '12', 1),
  3419. (801, '11', 1),
  3420. (801, '10', 1),
  3421. (801, '9', 1),
  3422. (801, '8', 1),
  3423. (801, '7', 1),
  3424. (801, '6', 1),
  3425. (801, '5', 1),
  3426. (801, '4', 1),
  3427. (801, '3', 1),
  3428. (801, '2', 1),
  3429. (801, '1', 1),
  3430. (42, '364', 1),
  3431. (42, '363', 1),
  3432. (42, '362', 1),
  3433. (42, '361', 1),
  3434. (42, '360', 1),
  3435. (42, '359', 1),
  3436. (42, '358', 1),
  3437. (42, '357', 1),
  3438. (42, '356', 1),
  3439. (42, '355', 1),
  3440. (42, '354', 1),
  3441. (42, '353', 1),
  3442. (42, '352', 1),
  3443. (42, '350', 1),
  3444. (42, '349', 1),
  3445. (42, '348', 1),
  3446. (42, '347', 1),
  3447. (42, '346', 1),
  3448. (42, '345', 1),
  3449. (42, '344', 1),
  3450. (42, '343', 1),
  3451. (42, '342', 1),
  3452. (42, '341', 1),
  3453. (42, '340', 1),
  3454. (42, '339', 1),
  3455. (42, '338', 1),
  3456. (42, '337', 1),
  3457. (42, '336', 1),
  3458. (42, '335', 1),
  3459. (42, '334', 1),
  3460. (42, '333', 1),
  3461. (42, '332', 1),
  3462. (42, '331', 1),
  3463. (42, '330', 1),
  3464. (42, '329', 1),
  3465. (42, '328', 1),
  3466. (42, '327', 1),
  3467. (42, '326', 1),
  3468. (42, '325', 1),
  3469. (42, '324', 1),
  3470. (42, '323', 1),
  3471. (42, '322', 1),
  3472. (42, '321', 1),
  3473. (42, '320', 1),
  3474. (42, '318', 1),
  3475. (42, '317', 1),
  3476. (42, '316', 1),
  3477. (42, '315', 1),
  3478. (42, '314', 1),
  3479. (42, '313', 1),
  3480. (42, '312', 1),
  3481. (42, '311', 1),
  3482. (42, '310', 1),
  3483. (42, '309', 1),
  3484. (42, '308', 1),
  3485. (42, '303', 1),
  3486. (42, '301', 1),
  3487. (42, '300', 1),
  3488. (42, '299', 1),
  3489. (42, '296', 1),
  3490. (42, '295', 1),
  3491. (42, '294', 1),
  3492. (42, '292', 1),
  3493. (42, '289', 1),
  3494. (42, '288', 1),
  3495. (42, '285', 1),
  3496. (42, '284', 1),
  3497. (42, '281', 1),
  3498. (42, '280', 1),
  3499. (42, '279', 1),
  3500. (42, '275', 1),
  3501. (42, '272', 1),
  3502. (42, '271', 1),
  3503. (42, '269', 1),
  3504. (42, '264', 1),
  3505. (42, '263', 1),
  3506. (42, '262', 1),
  3507. (42, '260', 1),
  3508. (42, '251', 1),
  3509. (42, '250', 1),
  3510. (42, '248', 1),
  3511. (42, '247', 1),
  3512. (42, '244', 1),
  3513. (42, '243', 1),
  3514. (42, '241', 1),
  3515. (42, '240', 1),
  3516. (42, '237', 1),
  3517. (42, '236', 1),
  3518. (42, '234', 1),
  3519. (42, '232', 1),
  3520. (42, '231', 1),
  3521. (42, '228', 1),
  3522. (42, '227', 1),
  3523. (42, '224', 1),
  3524. (42, '221', 1),
  3525. (42, '220', 1),
  3526. (42, '217', 1),
  3527. (42, '216', 1),
  3528. (42, '213', 1),
  3529. (42, '212', 1),
  3530. (42, '208', 1),
  3531. (42, '205', 1),
  3532. (42, '204', 1),
  3533. (42, '201', 1),
  3534. (42, '196', 1),
  3535. (42, '195', 1),
  3536. (42, '192', 1),
  3537. (42, '190', 1),
  3538. (42, '189', 1),
  3539. (42, '186', 1),
  3540. (42, '185', 1),
  3541. (42, '183', 1),
  3542. (42, '182', 1),
  3543. (42, '181', 1),
  3544. (42, '179', 1),
  3545. (42, '178', 1),
  3546. (42, '176', 1),
  3547. (42, '175', 1),
  3548. (42, '174', 1),
  3549. (42, '172', 1),
  3550. (42, '170', 1),
  3551. (42, '168', 1),
  3552. (42, '166', 1),
  3553. (42, '163', 1),
  3554. (42, '162', 1),
  3555. (42, '158', 1),
  3556. (42, '156', 1),
  3557. (42, '155', 1),
  3558. (42, '150', 1),
  3559. (42, '145', 1),
  3560. (42, '144', 1),
  3561. (42, '143', 1),
  3562. (42, '142', 1),
  3563. (42, '138', 1),
  3564. (42, '137', 1),
  3565. (42, '135', 1),
  3566. (42, '134', 1),
  3567. (42, '133', 1),
  3568. (42, '131', 1),
  3569. (42, '130', 1),
  3570. (42, '126', 1),
  3571. (42, '123', 1),
  3572. (42, '121', 1),
  3573. (42, '120', 1),
  3574. (42, '117', 1),
  3575. (42, '116', 1),
  3576. (42, '115', 1),
  3577. (42, '114', 1),
  3578. (42, '112', 1),
  3579. (42, '111', 1),
  3580. (42, '110', 1),
  3581. (42, '109', 1),
  3582. (42, '108', 1),
  3583. (42, '106', 1),
  3584. (42, '103', 1),
  3585. (42, '100', 1),
  3586. (42, '99', 1),
  3587. (42, '96', 1),
  3588. (42, '94', 1),
  3589. (42, '93', 1),
  3590. (42, '91', 1),
  3591. (42, '86', 1),
  3592. (42, '85', 1),
  3593. (42, '84', 1),
  3594. (42, '83', 1),
  3595. (42, '82', 1),
  3596. (42, '81', 1),
  3597. (42, '79', 1),
  3598. (42, '78', 1),
  3599. (42, '75', 1),
  3600. (42, '74', 1),
  3601. (42, '71', 1),
  3602. (42, '69', 1),
  3603. (42, '67', 1),
  3604. (42, '65', 1),
  3605. (42, '64', 1),
  3606. (42, '61', 1),
  3607. (42, '60', 1),
  3608. (42, '59', 1),
  3609. (42, '58', 1),
  3610. (42, '57', 1),
  3611. (42, '54', 1),
  3612. (42, '53', 1),
  3613. (42, '51', 1),
  3614. (42, '50', 1),
  3615. (42, '47', 1),
  3616. (42, '46', 1),
  3617. (42, '45', 1),
  3618. (42, '44', 1),
  3619. (42, '43', 1),
  3620. (42, '42', 1),
  3621. (42, '39', 1),
  3622. (42, '38', 1),
  3623. (42, '37', 1),
  3624. (42, '36', 1),
  3625. (42, '35', 1),
  3626. (42, '33', 1),
  3627. (42, '32', 1),
  3628. (42, '30', 1),
  3629. (42, '29', 1),
  3630. (42, '28', 1),
  3631. (42, '27', 1),
  3632. (42, '26', 1),
  3633. (42, '24', 1),
  3634. (42, '23', 1),
  3635. (42, '22', 1),
  3636. (42, '21', 1),
  3637. (42, '20', 1),
  3638. (42, '19', 1),
  3639. (42, '18', 1),
  3640. (42, '16', 1),
  3641. (42, '15', 1),
  3642. (42, '14', 1),
  3643. (42, '13', 1),
  3644. (42, '12', 1),
  3645. (42, '11', 1),
  3646. (42, '10', 1),
  3647. (42, '9', 1),
  3648. (42, '8', 1),
  3649. (42, '7', 1),
  3650. (42, '6', 1),
  3651. (42, '5', 1),
  3652. (42, '4', 1),
  3653. (42, '3', 1),
  3654. (42, '2', 1),
  3655. (42, '1', 1),
  3656. (1, '365', 1),
  3657. (1, '366', 1);
  3658.  
  3659. -- --------------------------------------------------------
  3660.  
  3661. --
  3662. -- Estrutura da tabela `users`
  3663. --
  3664.  
  3665. CREATE TABLE IF NOT EXISTS `users` (
  3666. `id` bigint(255) NOT NULL,
  3667. `username` varchar(255) NOT NULL,
  3668. `nickname` varchar(255) NOT NULL,
  3669. `password` varchar(255) NOT NULL,
  3670. `senha` varchar(255) NOT NULL,
  3671. `avatar` varchar(255) NOT NULL,
  3672. `url` varchar(255) NOT NULL,
  3673. `k` int(255) NOT NULL,
  3674. `k2` int(255) NOT NULL,
  3675. `k3` int(255) NOT NULL,
  3676. `d0` int(11) NOT NULL DEFAULT '0',
  3677. `d2` int(11) NOT NULL DEFAULT '0',
  3678. `bride` varchar(255) NOT NULL,
  3679. `xats` bigint(255) NOT NULL,
  3680. `reserve` bigint(255) NOT NULL,
  3681. `credit` bigint(255) NOT NULL,
  3682. `days` bigint(255) NOT NULL,
  3683. `email` varchar(999) NOT NULL,
  3684. `powers` varchar(255) NOT NULL,
  3685. `enabled` varchar(255) NOT NULL,
  3686. `dO` varchar(255) NOT NULL,
  3687. `cloneid` int(11) NOT NULL DEFAULT '0',
  3688. `desc` longtext NOT NULL COMMENT 'xatspace shit',
  3689. `xatspaceBG` varchar(255) NOT NULL,
  3690. `transferblock` int(32) NOT NULL,
  3691. `connectedlast` varchar(200) NOT NULL,
  3692. `referrals` int(10) NOT NULL DEFAULT '0',
  3693. `active` int(255) NOT NULL DEFAULT '0',
  3694. `subscriber` int(1) NOT NULL DEFAULT '0',
  3695. `rank` int(1) NOT NULL DEFAULT '1',
  3696. `loginKey` text NOT NULL,
  3697. `xavi` varchar(9999) NOT NULL DEFAULT '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}',
  3698. `custpawn` varchar(55) NOT NULL DEFAULT 'off',
  3699. `trolls` text NOT NULL,
  3700. `fundal` text NOT NULL,
  3701. `info` text NOT NULL,
  3702. `css` text NOT NULL,
  3703. `html` text NOT NULL,
  3704. `html2` text NOT NULL
  3705. ) ENGINE=InnoDB AUTO_INCREMENT=807 DEFAULT CHARSET=latin1;
  3706.  
  3707. --
  3708. -- Extraindo dados da tabela `users`
  3709. --
  3710.  
  3711. INSERT INTO `users` (`id`, `username`, `nickname`, `password`, `senha`, `avatar`, `url`, `k`, `k2`, `k3`, `d0`, `d2`, `bride`, `xats`, `reserve`, `credit`, `days`, `email`, `powers`, `enabled`, `dO`, `cloneid`, `desc`, `xatspaceBG`, `transferblock`, `connectedlast`, `referrals`, `active`, `subscriber`, `rank`, `loginKey`, `xavi`, `custpawn`, `trolls`, `fundal`, `info`, `css`, `html`, `html2`) VALUES
  3712. (1, 'Guilherme2015', 'ᘛζ»ǤᑌƗᒪᕼᕮᖇᗰᕮ™╔╣†(glow#993300#fefcb4)(hat#t#FF0000)(text#FFFFFF#000000)(pglow#ffffff)', 'f0d6b679f829322a394aa23816c644eeanEW6Fl5Ad4gXtW0d449a54733fa9b73eb763d49ca2354881e4b185a9a530a34a0928a0e648cea25973918ff1b2a4703b539cd6a023df2e', '', 'http://i.imgur.com/ogbdZIe.png', '', 841797, -490662, -259888, 0, 0, '', 4342415029, 393939393939, 55555, 1460056935, 'gggggggg@gmail.com', '', '1', '364=1|', 0, 'SOU O DONO! VLW FLW', '', 0, '25.150.238.254', 0, 0, 0, 1, '8990e37716afcd535c39a2a61dd7db27', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', 'off', '', '', '', '', '', ''),
  3713. (42, 'Gabriel', 'Gabriel(glow#b#bg)(text#bg#r)(hat#ht)(hglow#bg)', '5ad6bc2a2da20d8e7a0cf7408gjyV95f35a359eb2319fca34bc7206ba1435c109f7d85361ff5e13d9fbaf207a4919cf7c2337adee94afce5440c5645f992c61388a1a', '', '000', '', -603943, -607544, -906311, 0, 0, '', 36331, 393939393939, 0, 1460047469, 'kaiser.gabriel@yahoo.com.br', '', '1', '', 0, '', '', 0, '25.159.235.89', 0, 0, 0, 1, 'af3b7549c1719c44eada0dccc799e4e7', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', '0000FF', '', '', '', '', '', ''),
  3714. (100, 'iPam', 'ƤƛM', '17662b06b38655b0a10e7e659313sI1oLuGAoXfb103c3a977903937d83a8f322f9f5620c800aa576f644eaeaf052b3b2ea7e95749594697d6320a36e42f56c42a185a4c1bf', '', 'http://i.imgur.com/R5qddt5.png', '', -522400, 530640, 405701, 0, 0, '', 497500, 393939393939, 0, 1460150184, 'titica19@hotmail.com', '', '1', '', 0, '', '', 0, '25.43.21.253', 0, 0, 0, 1, '647f8fa8dd0bfc1da672d09324341f8b', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', 'off', '', '', '', '', '', ''),
  3715. (801, 'SkyBot', 'JERRY(glow#1cf7ff#ffffff)(hat#r)(text#ffffff#1cf7ff)', 'cef5663e1d86799045b5b71fc9ae3dadJl3XqIfN6aAsZy43ad40ead54e1c85f81d3a4207105fb6d6b81b9ae21cb60ab2baad6390b66e2d7f3d9065d23706f70801070b015870fdd', '88945210', 'http://img211.imageshack.us/img211/5433/2n9o.png', '', 473755, 330261, -591797, 0, 0, '', 52853702139, 393939393939, 0, 1455128799, 'bot@hotmail.com', '', '1', '', 0, '', '', 0, '25.150.238.254', 0, 0, 0, 1, '2650bb6c21a39df9777d998ab93f42d2', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', 'off', '', '', '', '', '', ''),
  3716. (802, 'Guilherme2014', 'Guilherme2014', '315feeaf7aff362088f77d3e8eaf82ceHLgSVDl6ZoYiJ2Mc3c017a42ed1054c22f679d5d8742e856f9874d102e2a16a363bc99a1acdeb5fb811be54d77fde0a1d8ac54dc39b8654', '', '1726', '', -320069, 741028, 369263, 0, 0, '', 500000, 393939393939, 0, 1460126526, 'ggggggrrrgg@gmail.com', '', '1', '', 0, '', '', 0, '25.150.238.254', 0, 0, 0, 1, '4f76fed484178e500811ac301652ad8a', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', 'off', '', '', '', '', '', ''),
  3717. (803, 'McWesley', '(NOEL#000001#FFF000)McWesley(six#angel#fffff1#SFEET#c#left#six#left#m#six)OFICIAL(NOEL#000001#FFF001)(hat#t#ff10001)(glow#000000#FF10001)(hglow#000000)(text#000000#FF10001)##-˃ Super Ixaat <-#ff10001', 'c1e3c047393219ea4a56e174ab650c682772798d1YQ7KgT8dN922d5eb3da5ef5303c730fa91e0ebad69242660ea808ca082a3856e6b7e2126c0ab6c1fdb1a8658fc04e3cad', '', 'http://i.imgur.com/ibo9I.png', '', -552857, -945374, 489014, 0, 0, '', 98214589, 393939393939, 0, 1460127164, 'djwesley111@hotmail.com', '', '1', '361=1|360=1|359=1|358=1|357=1|356=1|355=1|352=1|343=1|43=2|45=2|', 0, '', '', 0, '25.7.181.95', 0, 0, 0, 1, '5e629ee25f91caa8c68c1a2606c58501', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', 'off', '', '', '', '', '', ''),
  3718. (804, '', 'SnookieDumplings', '', '', '47', '', 840423, 623361, 461999, 0, 0, '', 0, 0, 0, 0, '', '1', '', '', 0, '', '', 0, '25.148.148.90', 0, 0, 0, 1, '', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', 'off', '', '', '', '', '', ''),
  3719. (805, 'Brunoxd', 'Brunoxd', '319641d5401b8db3ce615e047249a27e6013Rd5REd8131d414ad11d07e4c0b93d8e8c65e6710dda63116623a2d86fd323ff81668312bce55dabb1404b1909f509f600', '', '418', '', -879029, 501892, -759034, 0, 0, '', 500000, 393939393939, 0, 1460131181, 'gfodfssdsd@hotmail.com', '', '1', '', 0, '', '', 0, '25.148.148.90', 0, 0, 0, 1, '31f3c52398863f06a15aaf60d749cebf', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', 'off', '', '', '', '', '', ''),
  3720. (806, 'SkyBot2', 'SkyBot2', '369dd5d57d75d372a6c61a03633d8a0fhNb7dUGMZCoeIaa65616d0118ef00cc2d1e068716c9e4377fbc7b0e88f612b72fbb5b948b1a632a406fc94171b4b22cc1b6176b4295c40f', '', '489', '', 652710, -788636, -676514, 0, 0, '', 500000, 393939393939, 0, 1460222075, 'ggggrrrgggg@gmail.com', '', '1', '', 0, '', '', 0, '25.150.238.254', 0, 0, 0, 1, '35d2e1713cec8af1e2f3baf824d00355', '{"acc":{"y":0,"sy":0,"c":0,"l":"none","r":0,"sx":0,"x":0},"browsr":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":-2},"xeyel":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":2},"mouth":{"y":15,"sy":0,"c":0,"l":"xmouthdefault","r":0,"sx":0,"x":0},"hair":{"y":-25,"sy":0,"c":0,"l":"hair0","r":0,"sx":0,"x":0},"xeyer":{"y":0,"sy":0,"c":0,"l":"xeyesdefault","r":0,"sx":0,"x":-2},"head":{"y":0,"sy":0,"c":0,"l":"xhead1","r":0,"sx":0,"x":0},"browsl":{"y":-11,"sy":0,"c":0,"l":"xbrowdefault","r":0,"sx":0,"x":2}}', 'off', '', '', '', '', '', '');
  3721.  
  3722. --
  3723. -- Indexes for dumped tables
  3724. --
  3725.  
  3726. --
  3727. -- Indexes for table `admcount`
  3728. --
  3729. ALTER TABLE `admcount`
  3730. ADD PRIMARY KEY (`id`);
  3731.  
  3732. --
  3733. -- Indexes for table `badge`
  3734. --
  3735. ALTER TABLE `badge`
  3736. ADD UNIQUE KEY `Test` (`Test`);
  3737.  
  3738. --
  3739. -- Indexes for table `bans`
  3740. --
  3741. ALTER TABLE `bans`
  3742. ADD PRIMARY KEY (`index`), ADD KEY `chatid` (`chatid`);
  3743.  
  3744. --
  3745. -- Indexes for table `bots`
  3746. --
  3747. ALTER TABLE `bots`
  3748. ADD PRIMARY KEY (`id`);
  3749.  
  3750. --
  3751. -- Indexes for table `chats`
  3752. --
  3753. ALTER TABLE `chats`
  3754. ADD PRIMARY KEY (`id`);
  3755.  
  3756. --
  3757. -- Indexes for table `chat_powers`
  3758. --
  3759. ALTER TABLE `chat_powers`
  3760. ADD PRIMARY KEY (`id`);
  3761.  
  3762. --
  3763. -- Indexes for table `group_powers`
  3764. --
  3765. ALTER TABLE `group_powers`
  3766. ADD UNIQUE KEY `group` (`group`);
  3767.  
  3768. --
  3769. -- Indexes for table `messages`
  3770. --
  3771. ALTER TABLE `messages`
  3772. ADD PRIMARY KEY (`mid`);
  3773.  
  3774. --
  3775. -- Indexes for table `powers`
  3776. --
  3777. ALTER TABLE `powers`
  3778. ADD PRIMARY KEY (`id`), ADD KEY `id` (`id`);
  3779.  
  3780. --
  3781. -- Indexes for table `ranks`
  3782. --
  3783. ALTER TABLE `ranks`
  3784. ADD PRIMARY KEY (`id`);
  3785.  
  3786. --
  3787. -- Indexes for table `response`
  3788. --
  3789. ALTER TABLE `response`
  3790. ADD PRIMARY KEY (`id`);
  3791.  
  3792. --
  3793. -- Indexes for table `server`
  3794. --
  3795. ALTER TABLE `server`
  3796. ADD PRIMARY KEY (`index`);
  3797.  
  3798. --
  3799. -- Indexes for table `trade`
  3800. --
  3801. ALTER TABLE `trade`
  3802. ADD PRIMARY KEY (`id`);
  3803.  
  3804. --
  3805. -- Indexes for table `users`
  3806. --
  3807. ALTER TABLE `users`
  3808. ADD PRIMARY KEY (`id`);
  3809.  
  3810. --
  3811. -- AUTO_INCREMENT for dumped tables
  3812. --
  3813.  
  3814. --
  3815. -- AUTO_INCREMENT for table `admcount`
  3816. --
  3817. ALTER TABLE `admcount`
  3818. MODIFY `id` bigint(255) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
  3819. --
  3820. -- AUTO_INCREMENT for table `bans`
  3821. --
  3822. ALTER TABLE `bans`
  3823. MODIFY `index` int(255) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=4;
  3824. --
  3825. -- AUTO_INCREMENT for table `chats`
  3826. --
  3827. ALTER TABLE `chats`
  3828. MODIFY `id` int(255) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=17;
  3829. --
  3830. -- AUTO_INCREMENT for table `chat_powers`
  3831. --
  3832. ALTER TABLE `chat_powers`
  3833. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=20;
  3834. --
  3835. -- AUTO_INCREMENT for table `messages`
  3836. --
  3837. ALTER TABLE `messages`
  3838. MODIFY `mid` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=5635;
  3839. --
  3840. -- AUTO_INCREMENT for table `ranks`
  3841. --
  3842. ALTER TABLE `ranks`
  3843. MODIFY `id` int(255) NOT NULL AUTO_INCREMENT COMMENT 'index',AUTO_INCREMENT=260;
  3844. --
  3845. -- AUTO_INCREMENT for table `response`
  3846. --
  3847. ALTER TABLE `response`
  3848. MODIFY `id` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=9;
  3849. --
  3850. -- AUTO_INCREMENT for table `server`
  3851. --
  3852. ALTER TABLE `server`
  3853. MODIFY `index` int(11) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=2;
  3854. --
  3855. -- AUTO_INCREMENT for table `trade`
  3856. --
  3857. ALTER TABLE `trade`
  3858. MODIFY `id` int(255) NOT NULL AUTO_INCREMENT;
  3859. --
  3860. -- AUTO_INCREMENT for table `users`
  3861. --
  3862. ALTER TABLE `users`
  3863. MODIFY `id` bigint(255) NOT NULL AUTO_INCREMENT,AUTO_INCREMENT=807;
  3864. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  3865. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  3866. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Add Comment
Please, Sign In to add comment