Guest User

Untitled

a guest
Jan 3rd, 2016
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 142.94 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.1.12
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: 127.0.0.1
  6. -- Generation Time: Jan 04, 2016 at 12:07 AM
  7. -- Server version: 5.5.36
  8. -- PHP Version: 5.4.27
  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: `xat`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Table structure for table `admcount`
  27. --
  28.  
  29. CREATE TABLE IF NOT EXISTS `admcount` (
  30. `id` bigint(255) NOT NULL AUTO_INCREMENT,
  31. `username` varchar(255) NOT NULL,
  32. `password` varchar(255) NOT NULL,
  33. `email` varchar(999) NOT NULL,
  34. PRIMARY KEY (`id`)
  35. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
  36.  
  37. --
  38. -- Dumping data for table `admcount`
  39. --
  40.  
  41. INSERT INTO `admcount` (`id`, `username`, `password`, `email`) VALUES
  42. (1, 'Admin', '12345', 'admin@hotmail.com');
  43.  
  44. -- --------------------------------------------------------
  45.  
  46. --
  47. -- Table structure for table `badge`
  48. --
  49.  
  50. CREATE TABLE IF NOT EXISTS `badge` (
  51. `id` varchar(255) NOT NULL,
  52. `chatid` varchar(255) NOT NULL,
  53. `reason` varchar(255) DEFAULT NULL,
  54. UNIQUE KEY `Test` (`reason`)
  55. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  56.  
  57. --
  58. -- Dumping data for table `badge`
  59. --
  60.  
  61. INSERT INTO `badge` (`id`, `chatid`, `reason`) VALUES
  62. ('822', '1', ' test[');
  63.  
  64. -- --------------------------------------------------------
  65.  
  66. --
  67. -- Table structure for table `bans`
  68. --
  69.  
  70. CREATE TABLE IF NOT EXISTS `bans` (
  71. `index` int(255) NOT NULL AUTO_INCREMENT,
  72. `chatid` int(11) NOT NULL,
  73. `userid` varchar(255) NOT NULL,
  74. `unbandate` bigint(255) NOT NULL,
  75. `ip` varchar(15) NOT NULL,
  76. `type` text NOT NULL,
  77. PRIMARY KEY (`index`),
  78. KEY `chatid` (`chatid`)
  79. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
  80.  
  81. --
  82. -- Dumping data for table `bans`
  83. --
  84.  
  85. INSERT INTO `bans` (`index`, `chatid`, `userid`, `unbandate`, `ip`, `type`) VALUES
  86. (1, 1, '815', 2079475064, '127.0.0.1', 'f32768');
  87.  
  88. -- --------------------------------------------------------
  89.  
  90. --
  91. -- Table structure for table `chats`
  92. --
  93.  
  94. CREATE TABLE IF NOT EXISTS `chats` (
  95. `id` int(255) NOT NULL AUTO_INCREMENT,
  96. `name` varchar(255) NOT NULL,
  97. `name2` text NOT NULL,
  98. `promoted` varchar(255) NOT NULL,
  99. `desc` varchar(255) NOT NULL,
  100. `tags` varchar(255) NOT NULL,
  101. `bg` varchar(255) NOT NULL,
  102. `outter` varchar(255) NOT NULL,
  103. `sc` longtext NOT NULL COMMENT 'scroller message',
  104. `ch` int(11) NOT NULL DEFAULT '0',
  105. `email` varchar(255) NOT NULL,
  106. `radio` varchar(255) NOT NULL COMMENT 'radio ip',
  107. `pass` varchar(255) NOT NULL,
  108. `button` varchar(255) NOT NULL DEFAULT 'FFFFFF',
  109. `attached` varchar(255) NOT NULL DEFAULT '',
  110. `HTML` text NOT NULL,
  111. `css` text NOT NULL,
  112. `pool` varchar(55) NOT NULL,
  113. `pools` varchar(255) DEFAULT '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}',
  114. `gback` varchar(55) NOT NULL,
  115. `gline` varchar(255) DEFAULT NULL,
  116. `link` text NOT NULL,
  117. `bad` text NOT NULL,
  118. `announce` varchar(255) DEFAULT NULL,
  119. `blastban` varchar(255) DEFAULT NULL,
  120. `blastkick` varchar(255) DEFAULT NULL,
  121. `blastpro` varchar(255) DEFAULT NULL,
  122. `blastde` varchar(255) DEFAULT NULL,
  123. `lang` int(11) DEFAULT NULL,
  124. `rankpool` varchar(100) NOT NULL DEFAULT 'MainPool',
  125. `staffpool` varchar(100) NOT NULL DEFAULT 'Staff',
  126. `banned` varchar(100) NOT NULL DEFAULT 'Banned',
  127. `botid` int(11) NOT NULL,
  128. `winterflix` mediumtext,
  129. `horrorflix` mediumtext,
  130. `feastflix` mediumtext,
  131. `fairyflix` mediumtext,
  132. `loveflix` mediumtext,
  133. `spookyflix` mediumtext,
  134. `santaflix` mediumtext,
  135. `springflix` mediumtext,
  136. `summerflix` mediumtext,
  137. `sound1` varchar(255) NOT NULL,
  138. `sound2` varchar(255) NOT NULL,
  139. `sound3` varchar(255) NOT NULL,
  140. `gsound` mediumtext,
  141. `gcontrol` mediumtext,
  142. `customlang` mediumtext,
  143. `redirect` mediumtext,
  144. PRIMARY KEY (`id`)
  145. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=31 ;
  146.  
  147. --
  148. -- Dumping data for table `chats`
  149. --
  150.  
  151. INSERT INTO `chats` (`id`, `name`, `name2`, `promoted`, `desc`, `tags`, `bg`, `outter`, `sc`, `ch`, `email`, `radio`, `pass`, `button`, `attached`, `HTML`, `css`, `pool`, `pools`, `gback`, `gline`, `link`, `bad`, `announce`, `blastban`, `blastkick`, `blastpro`, `blastde`, `lang`, `rankpool`, `staffpool`, `banned`, `botid`, `winterflix`, `horrorflix`, `feastflix`, `fairyflix`, `loveflix`, `spookyflix`, `santaflix`, `springflix`, `summerflix`, `sound1`, `sound2`, `sound3`, `gsound`, `gcontrol`, `customlang`, `redirect`) VALUES
  152. (1, 'Chat', '', '1', 'Buna ziua si bine ati venit alaturi de noi la www.RadioPro.ro', 'radio pro', 'http://i.imgur.com/YTZbIig.png', 'http://i.imgur.com/iH0IVJY.jpg', '', 0, 'mczota@yahoo.com', 'http://live.radiopro.ro:8000/', 'cd53a521b0a336f9a392131bcd2eIjcLetcY5Df74d59a17a7efb677e75b8139c3b8d4ce78616ecb3238964553ecfea07a961725c175fd1fee6809a8f849dfa18bcecd31ef8', '#BDBDBD', '', '<center>\n<iframe width="730" height="355" border="0" style="border: 0; box-shadow: 1px 1px 0 #fff;" src="http://radiopro.ro/embed/"></iframe>\n\n</center>\n<br>\n<center><embed id="ply" style="" width="300" height="18" type="application/x-shockwave-flash" src="http://radiopro.ro/player/play1.swf" quality="high" allowfullscreen="false" allowscriptaccess="always" flashvars="file=http://manele.radiopro.ro:9996/;stream.nsv&amp;type=mp3&amp;volume=50&amp;autostart=true&amp; type=sound&amp;link=http://www.radiopro.ro/&amp; frontcolor=0xffffff&amp;backcolor=0xffffff&amp;lightcolor=000000">', '', '', '{"m":"Radio Pro","t":"Staff","rnk":"8","b":"Gunoi"}', '#4487EC', 'hi,loving,clap,redface,kstruggle,hehe,cd,yum,kiss,candyeat,hula,kfit', '', '', 'Bun Venit alaturi de noi ', NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', 1000588, '', NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, '', '', '', '', '', '', NULL),
  153. (2, 'Trade', '', '1', 'Safe Trading of Xats, Days, and Powers ', 'xat | Chat | xat', 'http://i.imgur.com/lY3TCD8.png', 'http://i.imgur.com/5iMLimb.png', '', 0, 'al3x_ionut90@yahoo.com', 'http://live.radiopro.ro:8000/', '1005610888db364abfa953833a1afe43d3f5ef0d25ce94ca0254d4de7444396e84e7d7a9e59ad7e3c544987fa192e33464549f894c24b338e354c4d7e627cb9b53c78', '#000000', '', '', '', '', '{"m":"Trade","t":"Staff"}', '', '', '', '', 'Welcome to TRADE', NULL, NULL, NULL, NULL, NULL, 'Trade', 'Room', 'Banned', 801, '0', '0', '0', '0', '{"ef":"6","bk":"0","col":"r#g"}', '0', '0', '0', '0', '', '', '', NULL, NULL, NULL, NULL),
  154. (22, 'FONDOS', '', '', '', '', 'http://i.imgur.com/PMfZyhO.jpg', 'http://i.imgur.com/LIKskmT.jpg', '', 0, 'rap.crazy1@yahoo.com', '', '6104682a02e16b30f436c2200589db301028mPoZ28885135f1be6cadb1ecd959857bbad011b55422e9b3c1b2f519863a7e7ff8a4b0c8d4f0a2f7d3b54072a539d1751', '#000000', '', '', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', '', '', '', '', NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', 0, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL),
  155. (25, 'Deals', '', '', 'International Trade-Safe Trading of Xats, Days, Powers and IDs ', '', 'http://i.imgur.com/ir6HWWU.png', '', '', 0, 'marius.90@yahoo.com', 'dfghjk', 'd7524f8b0386ce0397f98be6583becd499a1f8c5shXCdvqdAaa32361b38a62107d92dd9bdfeddf00175328f32c1ca34894f75e2467e063ddaf2068c49066cce3eefdb9724a', '#0000ff', 'Trade', 'dfghjk', '', '', '{', '', 'kiss,hug,hi,pty,cool,eye,b,c', '', '', 'Welcomeeeee', NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', 0, '', '{"ef":"3","col":"#g","XX":100}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL),
  156. (26, 'Troca', '', '', 'DFGHJ', '', 'http://192.168.0.102/images/chat_bgs/8.jpg', '', '', 0, 'anonimablonda@yahoo.ro', '', '66195c425af9328be4f080e238c69a21a3afc8d6PNBCFt3Ykm28500aab386eaff8aef743fc66feeef27d8afcf000b77124597676ae40aa915e32cc7edb91d31ee316d3e848', '#ffffff', '', '', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL),
  157. (28, 'XatTest', '', '', '', '', 'http://192.168.0.102/images/chat_bgs/8.jpg', '', '', 0, 'anonimablonda@yahoo.ro', '', 'b6420fd5fe12dd0e1042932d0PZGJcafc3cef22273265dff4ba08f1d9524e93ee898732d365430340a78bdbfe76866aac47af5bbb4295dc73848dfa01392b85921132', '#000000', '', '', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL),
  158. (29, 'TestTest', '', '', 'tradedfghjk', '', 'http://JustXat.tk/web_gear/backgrounds/1.png', '', '', 0, 'anonimablonda@yahoo.ro', 'http://5.196.111.119:2012/', '9c855afe9e402d2519813873sgbTu497402150a15caba6d3c7e38feee08a92c09662ddbfc27a364f1d2f1f4509b05187655df1c004eafa54ed30934d72e1238eea6b7', '#000000', '', '', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL),
  159. (30, 'TESTTEST1', '', '', 'tradexcvbnm', '', 'http://192.168.0.102/images/chat_bgs/8.jpg', '', '', 0, 'anonimablonda@yahoo.ro', 'http://5.196.111.119:2012/', '4acb109471c9f058842a614aD0rAR02768a8af96d4025858d2d4df5f4536c1b2c0caecd941f07ddbe4cdcab139284246437cb30cc6b867f491292ffed434704bed802', '#000000', '', '', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL);
  160.  
  161. -- --------------------------------------------------------
  162.  
  163. --
  164. -- Table structure for table `chat_powers`
  165. --
  166.  
  167. CREATE TABLE IF NOT EXISTS `chat_powers` (
  168. `id` int(11) NOT NULL AUTO_INCREMENT,
  169. `chat` varchar(200) NOT NULL,
  170. `usuario` int(11) NOT NULL,
  171. `power` int(11) NOT NULL,
  172. PRIMARY KEY (`id`)
  173. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=56 ;
  174.  
  175. --
  176. -- Dumping data for table `chat_powers`
  177. --
  178.  
  179. INSERT INTO `chat_powers` (`id`, `chat`, `usuario`, `power`) VALUES
  180. (41, 'Ajutor', 1, 114),
  181. (42, 'Ajutor', 1, 130),
  182. (43, 'Ajutor', 1, 126),
  183. (46, 'fabrega', 877, 92),
  184. (47, 'Ajutor', 815, 297),
  185. (49, 'Ajutor', 1, 180),
  186. (50, 'Ajutor', 1, 112),
  187. (51, 'Ajutor', 1, 150),
  188. (52, 'Ajutor', 1, 74),
  189. (53, 'Ajutor', 1, 86),
  190. (54, 'Ajutor', 1, 88),
  191. (55, 'Ajutor', 1, 84);
  192.  
  193. -- --------------------------------------------------------
  194.  
  195. --
  196. -- Table structure for table `epic`
  197. --
  198.  
  199. CREATE TABLE IF NOT EXISTS `epic` (
  200. `id` int(255) NOT NULL DEFAULT '0',
  201. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  202. `d2` text NOT NULL,
  203. `name` varchar(255) NOT NULL COMMENT 'Power name',
  204. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  205. `cost` int(11) NOT NULL,
  206. `limited` int(1) NOT NULL DEFAULT '0',
  207. `description` varchar(10000) NOT NULL,
  208. `amount` int(255) NOT NULL DEFAULT '0' COMMENT 'Amount to sell',
  209. `topsh` longtext NOT NULL,
  210. `group` varchar(255) NOT NULL,
  211. `grupal` varchar(255) NOT NULL,
  212. `new` varchar(10000) NOT NULL,
  213. `pawns` text NOT NULL,
  214. `rockets` varchar(255) NOT NULL DEFAULT 'http://ixaat12.zapto.org:8090/prev/rocket.png',
  215. PRIMARY KEY (`id`),
  216. KEY `id` (`id`)
  217. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  218.  
  219. --
  220. -- Dumping data for table `epic`
  221. --
  222.  
  223. INSERT INTO `epic` (`id`, `section`, `d2`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `group`, `grupal`, `new`, `pawns`, `rockets`) VALUES
  224. (35, 'p1', 'Purple Pawn', 'purple', 8, 25000, 1, '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, '', '', '', '', '', 'http://ixaat12.zapto.org:8090/prev/rocket.png'),
  225. (103, 'p3', 'Name color', 'namecolor', 128, 10000, 0, 'Color your name on the chat box. N.B. you also need nameglow and color epic. EG for a purple name use: (glow#0#800080) or white with black glow: (glow#000001#FFFFFF). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', 'http://ixaat12.zapto.org:8090/prev/rocket.png'),
  226. (130, 'p4', 'Group smiley backs', 'gback', 4, 15000, 0, 'Set a default background for the smilies in your chat. EPIC. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '1', '', '', 'http://ixaat12.zapto.org:8090/prev/rocket.png'),
  227. (213, 'p6', 'Toate puterile', 'everypower', 2097152, 268696, 0, '', 0, '', '', '', '', '', 'http://ixaat12.zapto.org:8090/prev/rocket.png'),
  228. (289, 'p9', 'Set your status color', 'statuscolor', 2, 5000, 0, 'Change the color of your status!', 0, '', '', '', '', '', 'http://ixaat12.zapto.org:8090/prev/rocket.png'),
  229. (328, 'p10', 'Color Text', 'textcolor', 256, 81000, 0, 'rainbow pawn', 0, 'text', '', '', '', '', 'http://ixaat12.zapto.org:8090/prev/rocket.png');
  230.  
  231. -- --------------------------------------------------------
  232.  
  233. --
  234. -- Table structure for table `friends`
  235. --
  236.  
  237. CREATE TABLE IF NOT EXISTS `friends` (
  238. `id` int(11) NOT NULL,
  239. `user` int(11) NOT NULL,
  240. `friend` int(11) NOT NULL
  241. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  242.  
  243. -- --------------------------------------------------------
  244.  
  245. --
  246. -- Table structure for table `gags`
  247. --
  248.  
  249. CREATE TABLE IF NOT EXISTS `gags` (
  250. `id` int(255) NOT NULL,
  251. `userid` int(255) NOT NULL,
  252. `chatid` int(255) NOT NULL,
  253. `type` int(255) NOT NULL
  254. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  255.  
  256. -- --------------------------------------------------------
  257.  
  258. --
  259. -- Table structure for table `games`
  260. --
  261.  
  262. CREATE TABLE IF NOT EXISTS `games` (
  263. `id` int(255) NOT NULL DEFAULT '0',
  264. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  265. `d2` text NOT NULL,
  266. `name` varchar(255) NOT NULL COMMENT 'Power name',
  267. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  268. `cost` int(11) NOT NULL,
  269. `limited` int(1) NOT NULL DEFAULT '0',
  270. `description` varchar(10000) NOT NULL,
  271. `amount` int(255) NOT NULL DEFAULT '0' COMMENT 'Amount to sell',
  272. `topsh` longtext NOT NULL,
  273. `group` varchar(255) NOT NULL,
  274. `grupal` varchar(255) NOT NULL,
  275. `new` varchar(10000) NOT NULL,
  276. `pawns` text NOT NULL,
  277. `rockets` mediumtext CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  278. PRIMARY KEY (`id`),
  279. KEY `id` (`id`)
  280. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  281.  
  282. --
  283. -- Dumping data for table `games`
  284. --
  285.  
  286. INSERT INTO `games` (`id`, `section`, `d2`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `group`, `grupal`, `new`, `pawns`, `rockets`) VALUES
  287. (134, 'p4', 'DoodleRace game', 'snakeban', 64, 600, 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', '', '', ''),
  288. (140, 'p4', 'MatchRace game', 'matchban', 4096, 1270, 1, 'A matchbanned user has the chance to get out of the ban by completing a smiley matching game .. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  289. (188, 'p5', 'Snake race', 'doodlerace', 268435456, 400, 0, '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', '', '', ''),
  290. (200, 'p6', 'Space war game', 'spacewar', 256, 1044, 1, 'Shoot and destroy other users planets. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  291. (224, 'p7', 'Hearts card game', 'hearts', 1, 500, 0, 'Be game master of a hearts card game. See wiki.', 0, '', '1', '1', '', '', ''),
  292. (238, 'p7', 'Switch card game', 'switch', 16384, 500, 0, 'Be game master of a switch card game. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  293. (246, 'p7', 'Dart zing game', 'darts', 4194304, 900, 0, 'Dart wheel zing game that can give prizes. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'dart,dartthrow', '1', '1', '', '', ''),
  294. (256, 'p8', 'Whack a zombie game', 'zwhack', 1, 600, 0, 'Use the xat ban hammer to smite those pesky zombies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'mallet', '1', '1', '', '', '');
  295.  
  296. -- --------------------------------------------------------
  297.  
  298. --
  299. -- Table structure for table `group_powers`
  300. --
  301.  
  302. CREATE TABLE IF NOT EXISTS `group_powers` (
  303. `group` varchar(255) NOT NULL,
  304. `power` int(11) NOT NULL,
  305. `assignedBy` varchar(11) NOT NULL,
  306. `count` int(11) NOT NULL DEFAULT '1',
  307. `enabled` enum('0','1') NOT NULL DEFAULT '0'
  308. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  309.  
  310. --
  311. -- Dumping data for table `group_powers`
  312. --
  313.  
  314. INSERT INTO `group_powers` (`group`, `power`, `assignedBy`, `count`, `enabled`) VALUES
  315. ('Trade', 74, '2950', 1, '1'),
  316. ('Trade', 114, '2950', 1, '1'),
  317. ('Trade', 126, '2950', 1, '1'),
  318. ('Trade', 297, '2950', 1, '1'),
  319. ('Trade', 112, '2950', 1, '1'),
  320. ('Trade', 100, '2950', 1, '1'),
  321. ('Trade', 162, '2950', 1, '1'),
  322. ('Trade', 92, '1', 1, '1'),
  323. ('Trade', 96, '1', 1, '1'),
  324. ('Trade', 98, '1', 1, '1'),
  325. ('Trade', 102, '1', 1, '1'),
  326. ('Trade', 104, '1', 1, '1'),
  327. ('Trade', 106, '1', 1, '1'),
  328. ('Trade', 110, '1', 1, '1'),
  329. ('Trade', 118, '1', 1, '1'),
  330. ('Trade', 130, '1', 1, '1'),
  331. ('Trade', 134, '1', 1, '1'),
  332. ('Trade', 136, '1', 1, '1'),
  333. ('Trade', 140, '1', 1, '1'),
  334. ('Trade', 148, '1', 1, '1'),
  335. ('Trade', 152, '1', 1, '1'),
  336. ('Trade', 150, '1', 1, '1'),
  337. ('Trade', 180, '1', 1, '1'),
  338. ('Trade', 188, '1', 1, '1'),
  339. ('Trade', 192, '1', 1, '1'),
  340. ('Trade', 194, '1', 1, '1'),
  341. ('Trade', 200, '1', 1, '1'),
  342. ('Trade', 220, '1', 1, '1'),
  343. ('Trade', 224, '1', 1, '1'),
  344. ('Trade', 238, '1', 1, '1'),
  345. ('Trade', 246, '1', 1, '1'),
  346. ('Trade', 252, '1', 1, '1'),
  347. ('Trade', 256, '1', 1, '1'),
  348. ('Trade', 278, '1', 1, '1'),
  349. ('Trade', 80, '1', 1, '0'),
  350. ('Trade', 84, '1', 1, '0'),
  351. ('Trade', 86, '1', 1, '0'),
  352. ('Trade', 88, '1', 1, '0'),
  353. ('Deals', 74, '1', 1, '1'),
  354. ('Deals', 112, '1', 1, '1'),
  355. ('Deals', 130, '1', 1, '0'),
  356. ('Deals', 106, '1', 1, '1'),
  357. ('Deals', 114, '1', 1, '1'),
  358. ('Deals', 92, '1', 1, '0'),
  359. ('Deals', 70, '1', 1, '1'),
  360. ('Deals', 86, '1', 1, '1'),
  361. ('Deals', 84, '1', 1, '1');
  362.  
  363. -- --------------------------------------------------------
  364.  
  365. --
  366. -- Table structure for table `ids`
  367. --
  368.  
  369. CREATE TABLE IF NOT EXISTS `ids` (
  370. `precio` varchar(255) NOT NULL,
  371. `oportunidades` varchar(10) NOT NULL,
  372. `id` varchar(255) NOT NULL,
  373. `vendedor` varchar(255) NOT NULL,
  374. `ganador` varchar(255) NOT NULL,
  375. `estado` varchar(255) NOT NULL
  376. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  377.  
  378. -- --------------------------------------------------------
  379.  
  380. --
  381. -- Table structure for table `messages`
  382. --
  383.  
  384. CREATE TABLE IF NOT EXISTS `messages` (
  385. `mid` int(11) NOT NULL AUTO_INCREMENT,
  386. `visible` int(1) NOT NULL DEFAULT '1',
  387. `id` varchar(255) NOT NULL,
  388. `uid` varchar(255) NOT NULL,
  389. `message` varchar(255) NOT NULL,
  390. `name` varchar(255) NOT NULL,
  391. `registered` varchar(255) NOT NULL,
  392. `avatar` varchar(255) NOT NULL,
  393. `time` varchar(255) NOT NULL,
  394. `pool` int(255) NOT NULL,
  395. PRIMARY KEY (`mid`)
  396. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
  397.  
  398. -- --------------------------------------------------------
  399.  
  400. --
  401. -- Table structure for table `powers`
  402. --
  403.  
  404. CREATE TABLE IF NOT EXISTS `powers` (
  405. `id` int(255) NOT NULL DEFAULT '0',
  406. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  407. `shortabout` text NOT NULL,
  408. `name` varchar(255) NOT NULL COMMENT 'Power name',
  409. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  410. `cost` int(11) NOT NULL,
  411. `limited` int(1) NOT NULL DEFAULT '0',
  412. `description` varchar(10000) NOT NULL,
  413. `amount` int(255) NOT NULL DEFAULT '0' COMMENT 'Amount to sell',
  414. `topsh` longtext NOT NULL,
  415. `group` varchar(255) NOT NULL,
  416. `grupal` varchar(255) NOT NULL,
  417. `news` varchar(10000) NOT NULL,
  418. `pawns` text NOT NULL,
  419. `dx` mediumtext CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  420. PRIMARY KEY (`id`),
  421. KEY `id` (`id`)
  422. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  423.  
  424. --
  425. -- Dumping data for table `powers`
  426. --
  427.  
  428. INSERT INTO `powers` (`id`, `section`, `shortabout`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `group`, `grupal`, `news`, `pawns`, `dx`) VALUES
  429. (0, 'p0', 'Toate puterile', 'allpowers', 1, 0, 0, 'test', 0, 'allpowers', '', '', '', '', ''),
  430. (1, 'p0', 'Go to top of section', 'topman', 2, 200, 1, '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, '', '', '', '', 'A:p1alexgold,X:p1alexangel,L:p1lorenzogold', ''),
  431. (2, 'p0', 'Hide subscriber (Black star)', 'subhide', 4, 100, 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, '', '', '', '', '', ''),
  432. (3, 'p0', 'Moderator ban 8 hours', 'mod8', 8, 500, 0, 'On any chat where you are a moderator you will be able to ban for up to 8 hours (up from 6).', 0, '', '', '', '', '', ''),
  433. (4, 'p0', 'Zoom avatar on mouse over', 'zoom', 16, 300, 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, '', '', '', '', '', ''),
  434. (5, 'p0', 'Friends can''t follow you', 'nofollow', 32, 100, 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, '', '', '', '', '', ''),
  435. (6, 'p0', 'Upside down smilies', 'invert', 64, 200, 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, '', '', '', '', '', ''),
  436. (7, 'p0', 'Mirror smilies', 'mirror', 128, 100, 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, '', '', '', '', '', ''),
  437. (8, 'p0', 'Turn off audies sounds', 'noaudies', 256, 10, 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, '', '', '', '', '', ''),
  438. (9, 'p0', 'Hide registered (no star)', 'reghide', 512, 100, 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, '', '', '', '', '', ''),
  439. (10, 'p0', 'Only PC from friends', 'nopc', 1024, 200, 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, '', '', '', '', '', ''),
  440. (11, 'p0', 'Owner can make temporary moderator', 'tempmod', 2048, 250, 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, '', '', '', '', '', ''),
  441. (12, 'p0', 'Add a hat to your "pawn"', 'hat', 4096, 100, 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, '', '', '', '', '', ''),
  442. (13, 'p0', 'Red Color Smilies', 'red', 8192, 150, 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, '', '', '', '', '', ''),
  443. (14, 'p0', 'Green Color Smilies', 'green', 16384, 150, 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, '', '', '', '', '', ''),
  444. (15, 'p0', 'Blue Color Smilies', 'blue', 32768, 150, 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, '', '', '', '', '', ''),
  445. (16, 'p0', 'Light/Dark Smilies', 'light', 65536, 150, 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, '', '', '', '', '', ''),
  446. (17, 'p0', 'Heart shaped Smilies', 'heart', 131072, 664, 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, '', '', '', '', '', ''),
  447. (18, 'p0', 'Random Avatar/Picture', 'shuffle', 262144, 25, 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, '', '', '', '', '', ''),
  448. (19, 'p0', 'Animated Avatar/Picture', 'animate', 524288, 400, 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, '', '', '', '', '', ''),
  449. (20, 'p0', 'Square shaped Smilies', 'square', 1048576, 100, 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, '', '', '', '', '', ''),
  450. (21, 'p0', 'Neon Glow Names', 'nameglow', 2097152, 400, 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, '', '', '', '', '', ''),
  451. (22, 'p0', 'Color Cycle Smilies', 'cycle', 4194304, 500, 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 only.', 0, '', '', '', '', '', ''),
  452. (23, 'p0', 'Hexagon shaped Smilies', 'hexagon', 8388608, 100, 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, '', '', '', '', '', ''),
  453. (24, 'p0', 'Smilies with no background', 'clear', 16777216, 5000, 1, '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.', 0, '', '', '', '', '', ''),
  454. (25, 'p0', 'Boot a user to another chat', 'boot', 33554432, 10240, 0, '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 abuse the power it is a violation of the terms and you will forfeit the power. More info', 2, '', '', '', '', '', ''),
  455. (26, 'p0', 'Octogram shaped Smilies', 'octogram', 67108864, 150, 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, '', '', '', '', '', ''),
  456. (27, 'p0', 'Show your xats and days', 'show', 134217728, 50, 0, 'Allow other users to see your xats and days. Xats and days will appear on the powers dialog', 0, '', '', '', '', '', ''),
  457. (28, 'p0', 'Kick lower ranks', 'superkick', 268435456, 130, 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, '', '', '', '', '', ''),
  458. (29, 'p0', 'Invisible owner', 'invisible', 536870912, 300, 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, if you talk you will appear online. You are only invisible to users you out rank.', 0, '', '', '', '', '', ''),
  459. (30, 'p0', 'Pink guest and member', 'pink', 1073741824, 500, 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, '', '', '', '', '', ''),
  460. (32, 'p1', 'Make your self a guest', 'guestself', 1, 250, 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, '', '', '', '', '', ''),
  461. (33, 'p1', 'sinbin a moderator', 'sinbin', 2, 300, 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, '', '', '', '', '', ''),
  462. (34, 'p1', 'Diamond shaped Smilies', 'diamond', 4, 820, 0, '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, '', '', '', '', '', ''),
  463. (35, 'p1', 'Purple Epic', 'purple', 8, 25000, 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, '', '', '', '', '', ''),
  464. (36, 'p1', 'Talk to the hand', 'ttth', 16, 400, 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, '', '', '', '', '', ''),
  465. (37, 'p1', 'Smilie hands', 'hands', 32, 300, 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', '', '', '', '', ''),
  466. (38, 'p1', 'Male hair', 'hairm', 64, 150, 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 as hands. The price will go up when more styles are added.', 0, 'hairm2,hairm3,emo,nrd,punk', '', '', '', '', ''),
  467. (39, 'p1', 'Female hair', 'hairf', 128, 200, 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 such as hands. The price will go up when more styles are added.', 0, 'hairf2,hairf3,hairf4,g1,goth', '', '', '', '', ''),
  468. (40, 'p1', 'Fade effect', 'fade', 256, 1520, 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', '', '', '', '', ''),
  469. (41, 'p1', 'Gag instead of ban', 'gag', 512, 1240, 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, '', '', '', '', '', ''),
  470. (42, 'p1', 'Costumes', 'costumes', 1024, 300, 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 price will go up when more costumes are added.', 0, 'ninja,cb,police,nurse,jester,sphinx,dhat,crown,partyhat,facemask,sherlock,prop,grad,dunce2,straw,ribbon', '', '', '', '', ''),
  471. (43, 'p1', 'Devil smilies', 'six', 2048, 2360, 1, '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 normal type /o', 0, '', '', '', '', '', ''),
  472. (44, 'p1', 'Import images to doodle', 'dood', 4096, 250, 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 button on doodle. See wiki for more information.', 0, '', '', '', '', '', ''),
  473. (45, 'p1', 'Angel smilies', 'angel', 8192, 13230, 1, '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', '', '', '', '', ''),
  474. (46, 'p1', 'Silent ban', 'mute', 16384, 560, 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, '', '', '', '', '', ''),
  475. (47, 'p1', 'Personal radio', 'radio', 32768, 250, 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, '', '', '', '', '', ''),
  476. (48, 'p1', 'Fruit flavoured smilies', 'fruit', 65536, 711, 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', '', '', '', '', ''),
  477. (49, 'p1', 'Sports smiley powers', 'sport', 131072, 400, 0, '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', '', '', '', '', ''),
  478. (50, 'p1', 'Annotate smiley', 'num', 262144, 400, 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, '', '', '', '', '', ''),
  479. (51, 'p1', 'Stop a chat talking', 'hush', 524288, 350, 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, '', '', '', '', '', ''),
  480. (52, 'p1', 'Halloween smilies', 'halloween', 1048576, 667, 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', '', '', '', '', ''),
  481. (53, 'p1', 'Anime smilies', 'anime', 2097152, 300, 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', '', '', '', '', ''),
  482. (54, 'p1', 'Status message', 'status', 4194304, 400, 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, '', '', '', '', '', ''),
  483. (55, 'p1', 'Thanksgiving smilies', 'thanksgiving', 8388608, 200, 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', '', '', '', '', ''),
  484. (56, 'p1', 'Snowy power', 'snowy', 16777216, 404, 1, 'Use snowflake backgrounds for smiles eg (d#snowy). Add snow to yellow smilies: (d#snows). Use the Snowy kiss and glitter.', 0, 'snows', '', '', '', '', ''),
  485. (57, 'p1', 'Christmas smilies', 'christmas', 33554432, 2290, 1, '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', '', '', '', '', ''),
  486. (58, 'p1', 'Countdown smilies', 'count', 67108864, 200, 0, 'Countdown timer, shows time remaining until a specified event e.g. New Year. Mechanical and LED styles. See wiki for details', 0, '', '', '', '', '', ''),
  487. (59, 'p1', 'Stickman Animator', 'stick', 134217728, 300, 0, 'Create your own custom animated stickmen and use them on the chat box as smilies and avatars. See wiki for details', 0, '', '', '', '', '', ''),
  488. (60, 'p1', 'Convert days to xats', 'dx', 268435456, 98, 0, 'Allows you to convert some of your days to xats. Note when you use the power it goes. Convert now!', 0, '', '', '', '', '', ''),
  489. (61, 'p1', 'Make a temporary member', 'tempmem', 536870912, 210, 1, '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, '', '', '', '', '', ''),
  490. (62, 'p1', 'Valentine smilies', 'valentine', 1073741824, 2900, 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', '', '', '', '', ''),
  491. (64, 'p2', 'Dark blue guest and member', 'blueman', 1, 1000, 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, '', '', '', '', '', ''),
  492. (65, 'p2', 'party smilies', 'party', 2, 200, 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', '', '', '', '', ''),
  493. (66, 'p2', 'irish themed smilies', 'irish', 4, 800, 0, 'Celebrate St Patrick''s day with these smilies: (irish) (clover2) (drink) (igirl) (iman) (pot) (rainbow) (shi) (tap). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'clover2,drink,igirl,iman,pot,rainbow,shi,tap,drum,bagpipes', '', '', '', '', ''),
  494. (67, 'p2', 'Show rank on your colored pawn', 'flashrank', 8, 700, 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, '', '', '', '', '', ''),
  495. (68, 'p2', 'Easter themed smilies', 'easter', 16, 270, 1, 'Celebrate Easter with these smilies: (easter) (basket) (bunny) (bunny2) (chick) (egg2) (eggb) (paintegg). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'basket,bunny,bunny2,chick,egg2,eggb,paintegg', '', '', '', '', ''),
  496. (69, 'p2', 'Only PM from friends', 'nopm', 32, 150, 0, 'Block incoming PMs (private messages) from all users except friends. Owners, Mods and xat staff can always PM you. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  497. (70, 'p2', 'Banned user are banished', 'banish', 64, 300, 1, 'Users who are banned for more than 1 hour will be banished i.e. can''t see the messages, members or guests <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  498. (71, 'p2', 'Circus smilies', 'circus', 128, 250, 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. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'acrobat,balloonart,cannon,clown,eleride,fireblow,firewand,highwire,uniwire,juggler,lion,splat,tamer,uni,unirope,wheel', '', '', '', '', ''),
  499. (72, 'p2', 'kaoani smilies for your group', 'gkaoani', 256, 1000, 0, '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 limited. ', 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', '1', '', '', ''),
  500. (73, 'p2', 'Military smilies', 'military', 512, 594, 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', '', '', '', '', ''),
  501. (74, 'p2', 'smiley line', 'gline', 1024, 900, 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', '', '', ''),
  502. (75, 'p2', 'Get attention', 'bump', 2048, 200, 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. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  503. (76, 'p2', 'kalien smilies', 'gkaliens', 4096, 3620, 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', '1', '', '', ''),
  504. (77, 'p2', 'Sci-fi smilies', 'scifi', 8192, 733, 0, 'Science fiction smilies: (scifi) (alienb) (alien2) (beam) (borg) (cylon) (jetpack) (laser) (ufo) (vial) (vr). Limited. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'alien2,alienb,beam,blob,borg,cylon,jetpack,laser,vial,vr,ufo', '', '', '', '', ''),
  505. (78, 'p2', 'support your favourite group', 'supporter', 16384, 100, 0, 'Support your favorite group by assigning this power. Includes supporter smilies: (supporter) (cheerleader) (horn) (pennant) (corndog). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'cheerleader,horn,pennant,corndog,vuvu', '1', '1', '', '', ''),
  506. (79, 'p2', 'Make a temporary owner', 'tempown', 32768, 350, 1, '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. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  507. (80, 'p2', 'Fine tune group settings', 'gcontrol', 65536, 500, 0, 'Set who can ban who, can set the scroller, how long mods can ban for and much more. See wiki', 0, '', '1', '1', '', '', ''),
  508. (81, 'p2', 'Tickle', 'tickle', 131072, 1000, 0, '', 0, '', '', '', '', '', ''),
  509. (82, 'p2', 'sea power', 'sea', 262144, 300, 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 <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'fish,fish2,fish3,bubbles,crab,diver,dolphin,jellyfish,octopus,shrimp,starfish,turtle,weed', '1', '1', '', '', ''),
  510. (83, 'p2', 'Silly smilies', 'silly', 524288, 200, 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', '', '', '', '', ''),
  511. (84, 'p2', 'Blast Promotion', 'blastpro', 1048576, 400, 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', '1', '', '', ''),
  512. (85, 'p2', 'Animated Flags', 'flag', 2097152, 250, 0, 'Over 180 flags with flapping animation. Support your team or country. Not limited. See wiki', 0, '', '', '', '', '', ''),
  513. (86, 'p2', 'Blast Bans', 'blastban', 4194304, 500, 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. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  514. (87, 'p2', 'independence day smilies', 'independence', 8388608, 316, 1, 'Celebrate USA / Independence Day with these smilies: (independence) (abe) (bbq) (flagwave) (fwlaunch) (glowstick) (liberty) (sparkler) (starburst) (starbounce) (starring) (tiphat) (usface) (usss). LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'abe,bbq,flagwave,fwlaunch,glowstick,liberty,sparkler,starbounce,starburst,starring,tiphat,usface,usss', '', '', '', '', ''),
  515. (88, 'p2', 'Blast DeRank', 'blastde', 16777216, 3080, 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. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  516. (89, 'p2', 'fun summer smilies', 'summer', 33554432, 165, 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', '', '', '', '', ''),
  517. (90, 'p2', 'custom bad words', 'bad', 67108864, 200, 0, 'A GROUP power that allows you to add your own bad words to the bad words filter. Bonus smilies included. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'biker,slingshot,thief,fbomb,liar', '1', '1', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  518. (91, 'p2', 'rapid actions', 'rapid', 134217728, 280, 0, 'ignore, unban, ban, gag, mute, member and guest with one mouse click. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  519. (92, 'p2', 'horrible flix', 'horror', 268435456, 340, 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. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'mist,franken,goblin,knife,pkncut,spider,triclops,vamp,warewolf', '1', '1', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  520. (93, 'p2', 'minimum transfer', 'mint', 536870912, 100, 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). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'hit,dodge,lob,mobounce,moring', '', '', '', '', ''),
  521. (94, 'p2', 'Blast kicks', 'blastkick', 1073741824, 300, 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. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '1', '', '', ''),
  522. (96, 'p3', 'Winter smilies and flix', 'winter', 1, 500, 1, '24 winter and christmas smilies and up to 6 flix backgrounds (needs up to 32 assigned). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 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', '', '', ''),
  523. (97, 'p3', 'Adventure smilies', 'adventure', 2, 1060, 1, 'Adventure themed smilies: (adventure) (campfire) (canopy) (compass) (firstaid) (hangglider) (hunting) (lantern) (map) (marshmallow) (iceaxe) (swing) (waterskiing) (zipline) (smokes) LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'campfire,canopy,compass,firstaid,hangglider,hunting,lantern,map,marshmallow,iceaxe,swing,waterskiing,zipline,smokes', '', '', '', '', ''),
  524. (98, 'p3', 'Feast smilies and flix', 'feast', 4, 575, 1, 'A feast of 30 food smilies and up to 3 flix backgrounds (needs up to 4 assigned). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 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', '', '', ''),
  525. (99, 'p3', 'Stay single', 'single', 8, 150, 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.. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'asif,one,heartburst,heartbounce,noway', '', '', '', '', ''),
  526. (100, 'p3', 'Custom link words', 'link', 16, 400, 0, 'Create custom link words for your chat. GROUP POWER. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  527. (101, 'p3', 'Shocker smilies', 'shocker', 32, 1040, 1, 'Shocker themed smilies: (duck) (electrocute) (eyepop) (flamed) (lookaround) (scream) (wow) (dazed) (hazey) (drool) (footmouth) (mindblow) (misspeak) (relieved) (uvula) (arc) LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'duck,electrocute,eyepop,flamed,lookaround,scream,wow,dazed,hazey,drool,footmouth,mindblow,misspeak,relieved,uvula,arc', '1', '', '', '', ''),
  528. (102, 'p3', 'Fairy power', 'fairy', 64, 3860, 1, 'Fairy flix animated backgrounds and smilies. Price will drop and then the power will be withdrawn. LIMITED. GROUP POWER. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'butterfly,fcrown,fhair,fhat,flower2,frog,fwings,heartwand,mushrooms,shards', '1', '', '', '', ''),
  529. (103, 'p3', 'Color you name', 'namecolor', 128, 10000, 1, '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). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  530. (104, 'p3', 'kaoani bear smilies', 'gkbear', 256, 660, 1, 'Cute bear smilies. Price will drop and then the power will be withdrawn. LIMITED. GROUP POWER. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kbawe,kbcold,kbcry,kbdance,kbpunch,kbsad,kbscream,kbweep,kbwink,kbyawn', '1', '1', '', '', ''),
  531. (105, 'p3', 'Angry smilies', 'angry', 512, 4430, 0, 'Don''t get upset, get the angry power and vent your frustration with these smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'explode,facepalm,bite,hissyfit,mutter,potstir,pullhair,raging,ticked,yell,flame,grumpy2,headache,timebomb', '', '1', '', '', ''),
  532. (106, 'p3', 'Default smiley color', 'gscol', 1024, 300, 0, 'Set a default color for smilies. Eg you can have pink bears or aliens on the gline. GROUP POWER. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  533. (107, 'p3', 'Ugly smilies', 'ugly', 2048, 387, 1, 'Be different with new "ugly" style smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'uangel,udemon,uevil,uhappy,ulook,uthink,usad,uscratch,usmile,utongue,uwink', '', '', '', '', ''),
  534. (108, 'p3', 'Love smilies and flix', 'love', 4096, 300, 0, 'love smilies and also flix animated backgrounds for groups. UNLIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'coy,flirt,freehugs,heartbeat,heartblow,ihu,lovedraw,ucute,uhot', '', '1', '', '', ''),
  535. (109, 'p3', 'Barge into pool', 'barge', 8192, 280, 0, 'Allows owners and mods to move into full pools by barging another user out. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  536. (110, 'p3', 'Kaoani kitty smilies', 'gkkitty', 16384, 416, 1, 'Kitty smilies for groups. If the power is assigned any sub can use the kitty smilies on the group. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 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', '', '', ''),
  537. (111, 'p3', 'Fantasy smilies', 'fantasy', 32768, 250, 0, 'Fantasy themed smilies: (fantasy) (axe) (darkeyes) (dragon) (flail) (hole) (helmet2) (medusa) (orcm) (elf2) (ogre) (orcf) (invis) (scroll) (slash) (smskull) (sword) (wizard). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'axe,darkeyes,dragon,flail,hole,helmet2,medusa,orcm,elf2,ogre,orcf,invis,scroll,slash,smskull,sword,wizard', '', '', '', '', ''),
  538. (112, 'p3', 'Announce a message', 'announce', 65536, 2000, 0, 'An announce message will be shown to all joining the chat at the bottom of the message list. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  539. (113, 'p3', 'Heroic smilies', 'hero', 131072, 562, 1, '(hero) (daggers) (electro) (epi) (fireball) (flying) (genie) (iceman) (invisi) (jekyl) (maddr) (telekin) (amazon) and more. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'daggers,electro,epi,fireball,flying,genie,iceman,invisi,jekyl,maddr,telekin,amazon,upaway,ripshirt', '', '', '', '', ''),
  540. (114, 'p3', 'Members named pool', 'rankpool', 262144, 800, 0, 'Create a pool for members/mods etc only and give the first two pools a custom name. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  541. (115, 'p3', 'Spin your smilies', 'spin', 524288, 300, 0, 'Make smilies spin with the spin power. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  542. (116, 'p3', 'Animal smilies', 'animal', 1048576, 200, 0, 'Smilies of animals. ', 0, 'doggy,giraffe,goat,lion2,monkey,mouse,panda2,raccoon,sheep,unicorn', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  543. (117, 'p3', 'Smilies that play music', 'music', 2097152, 300, 0, 'Use the side app to make smilies that play music. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'disco,dj,drums,flute,guitar,harp,piano,trumpet,violin,zippo', '', '', '', '', ''),
  544. (118, 'p3', 'Kaoani panda smilies', 'gkpanda', 4194304, 798, 0, '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', '', '', '', ''),
  545. (119, 'p3', 'Sickly smilies', 'unwell', 8388608, 351, 1, 'Unwell themed smilies. N.B. price will decrease over time. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'blownose,chill,cough,icepack,sickface,sneeze,soup,thermometer,crutches,feint,cough2,headknock,crutches,sweats', '', '', '', '', ''),
  546. (120, 'p3', 'Show chat events', 'events', 16777216, 280, 0, 'View a log of bans, kicks etc. See wiki', 0, '', '', '1', '', '', ''),
  547. (121, 'p3', 'Kick with a shake', 'zap', 33554432, 140, 0, 'Shake the user when you kick them and send an optional audie. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'cringe,shake,shocking', '', '', '', '', ''),
  548. (122, 'p3', '7 deadly sins', 'sins', 67108864, 1520, 1, 'Seven sinful smilies plus power smiliey. LIMITED. ', 0, 'envy,gluttony,greed,lust,pride,sloth,wrath', '', '', '', '', ''),
  549. (123, 'p3', 'Smiley outfits', 'outfit', 134217728, 841, 1, 'Outfit your smiles.', 0, 'whip,turban,tophat,tinfoil,sombrero,paperbag,paperbag2,grandpa,grandma,glassesslip,disguise,curlers,braces,blindfold,beret', '', '', '', '', ''),
  550. (124, 'p3', 'Western smilies', 'wildwest', 268435456, 731, 1, 'Wild west smilies and two western kisses. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'undertaker,sheriff,ropeg,ropeb,push,prospector,outlaw,native,bullride,bartender', '', '', '', '', ''),
  551. (125, 'p3', 'Worker Smilies', 'work', 536870912, 236, 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', '', '', '', '', ''),
  552. (126, 'p3', 'Pool for banned users', 'banpool', 1073741824, 210, 0, 'NOTE: RANKPOOL is also required to use this power. Make all banned users go into a special pool. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  553. (128, 'p4', 'Beach smiles', 'beach', 1, 250, 1, 'Fun beach smilies in time for the summer. LIMITED ', 0, 'icman,lifeguard,lotion,metaldetect,sandbury,sandfun,shkhat,sunburn,surf,tanning', '', '', '', '', ''),
  554. (129, 'p4', 'Fun on the beach', 'candy', 2, 454, 1, 'candy themed smilies including two backs and two hands. LIMITED ', 0, 'candy,cdycorn,cdyback,donuteat,eatchoco,floss,gum,lolipop,mm', '', '', '', '', ''),
  555. (130, 'p4', 'sweet smilies', 'gback', 4, 15000, 1, 'Set a default background for the smilies in your chat. EPIC. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  556. (131, 'p4', 'zodiac smilies', 'zodiac', 8, 250, 1, 'Zodiac themed kaoani style smilies: (aries) (taurus) (gemini) (cancer) (leo) (virgo) (libra) (scorpio) (sagittarius) (capricorn) (aquarius) (pisces) <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'aries,taurus,gemini,cancer,leo,virgo,libra,scorpio,sagittarius,capricorn,aquarius,pisces', '', '', '', '', ''),
  557. (132, 'p4', 'Flower themed smilies', 'flower', 16, 1210, 1, '(Flower) can be used as back. (fangry) (fcry) (fcool) (feek) (fconfused) (ftongue) (fredface) (fcrying) (fsleepy) (fbiggrin) (fsad) (fwink) <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'fangry,fcry,fcool,feek,fconfused,ftongue,fredface,fsleepy,fbiggrin,fsad,fwink', '', '', '', '', ''),
  558. (133, 'p4', 'Space age smilies', 'space', 32, 300, 0, 'Ten space themed smilies and a kiss. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'eclipse,meteorite,nasa,radiotele,rocket,satellite,saucer,shuttle,space,telescope', '', '', '', '', ''),
  559. (134, 'p4', 'Snake ban', 'snakeban', 64, 600, 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', '', '', ''),
  560. (135, 'p4', 'Stoneage smilies', 'stoneage', 128, 77, 1, 'IMPORTANT: Will be sold for 24 hours only. Prehistoric and caveman smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'caveman,dino,cavewoman,cavework,cavebeard,caveclothes,torch,spear,rocksmash,cavehair,boneswing,wallart,stickfire,cavebeard2', '', '', '', '', ''),
  561. (136, 'p4', 'Space ban', 'spaceban', 256, 1130, 1, 'A spacebanned user has the chance to get out of the ban by completing a space game. ', 0, 'moonb', '1', '1', '', '', ''),
  562. (137, 'p4', 'Dancing smilies', 'dance', 512, 150, 0, 'Make your smilies dance. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'dance1,dance2,dance3,dance4,dance5,dance6,dance7,dance8,dance9,dance10,dance11', '', '', '', '', ''),
  563. (138, 'p4', 'Penguin power', 'kpeng', 1024, 200, 0, 'Kaoani penguin smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kpesneeze,kpeshy,kpeshame,kpejoy,kpeglare,kpefit,kpedots,kpedizzy,kpeclap,kpeangry,kpedance,kpepop', '', '', '', '', ''),
  564. (139, 'p4', 'Nerd smilies', 'nerd', 2048, 218, 1, 'Nerd smilies for all you geeks. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'aplus,bowtie,brain,coder,gates,nglasses,nsci,phone,read,calc', '', '', '', '', ''),
  565. (140, 'p4', 'Match Ban', 'matchban', 4096, 1270, 1, 'A matchbanned user has the chance to get out of the ban by completing a smiley matching game .. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  566. (141, 'p4', 'School smilies', 'school', 8192, 132, 1, 'Smilies for the classroom. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'backpack,daycare,gts,punished,rubber,schoolgirl,sbell,studying,tabsc,teacher2,writing', '', '', '', '', ''),
  567. (142, 'p4', 'Silent make member', 'silentm', 16384, 280, 0, 'Make a member without a message. Owners only unless changed by gcontrol. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  568. (143, 'p4', 'Punch bag smilies', 'punch', 32768, 300, 0, 'Punch bag smilies with new style faces. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'pconfused,pcrying,pcute,pdead,pfury,pgiggle,pglare,pjump,pmanic,punched,pshades,pshy,psleepy,pthink', '', '', '', '', ''),
  569. (144, 'p4', 'Show away on pawn', 'away', 65536, 100, 0, 'Automatically show you are away from the chat. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  570. (145, 'p4', 'Peaceful smilies', 'peace', 131072, 200, 0, 'Peace themed smilies. NOT LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'dove,dove2,dove3,hglass,phair1,phair2,phair3,rbe,reggae', '', '', '', '', ''),
  571. (146, 'p4', 'Chick power', 'kchick', 262144, 506, 1, 'Kaoani chick smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kccrying,kcdizzy,kceek,kcglare,kclook,kcsad,kcsmug,kctongue,kcwink', '', '', '', '', ''),
  572. (147, 'p4', 'Carve power', 'carve', 524288, 268, 1, 'Pumpkin carve smiles and bonus: (dracula) (grim2) (pknhide). LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'carveduh,carvegrin,carvescream,carvesly,carvesmile,dracula,grim2,pknhide,vampire', '', '', '', '', ''),
  573. (148, 'p4', 'Spooky power', 'spooky', 1048576, 334, 1, 'Scare your friends with spooky smilies and flix animations. ', 0, 'sixeyes,bat2,blackcat,blackwidow,ghost2,hockeymask,plant,bloodyknife,scarecrow', '1', '1', '', '', ''),
  574. (149, 'p4', 'Kaoani dog smilies', 'kdog', 2097152, 223, 1, 'Kaoani dog smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kdcheer,kdcrazy,kddead,kdfit,kdglare,kdsad,kdshocked,kdsleepy,kdsmile,kdtired,kdwoo', '', '', '', '', ''),
  575. (150, 'p4', 'Bot power', 'bot', 4194304, 1000, 0, 'Allow a bot to access your group. Please read wiki before buying.', 2, 'bot2,bot3,bot4', '1', '1', '', '', ''),
  576. (151, 'p4', 'Manga smilies', 'manga', 8388608, 1870, 1, 'Manga themed smilies and (manga) effect, 18 in all. E.g. (manga1) (manga2) etc. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'manga1,manga2,manga3,manga4,manga5,manga6,manga7,manga8,manga9,manga10,manga11,manga12,manga13,manga14,manga15,manga16,manga17', '', '', '', '', ''),
  577. (152, 'p4', 'Maze ban', 'mazeban', 16777216, 400, 0, 'A mazebanned user has the chance to get out of the ban by getting to the end of a maze. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '', '', '', ''),
  578. (153, 'p4', 'Gold pawn/power', 'gold', 33554432, 50000, 0, 'Gold pawn and smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 1, 'goldb,bars,bar,goldstar', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  579. (154, 'p4', 'Snowman smilies', 'snowman', 67108864, 148, 1, 'Snowman themed smilies. (snowman) (smcry) (smgrin) (smlaugh) (smredface) (smsad) (smshocked) (smsleepy) (smtongue) (smmad) (smcool). LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'smcry,smgrin,smlaugh,smredface,smsad,smshocked,smsleepy,smtongue,smmad,smcool', '', '', '', '', ''),
  580. (155, 'p4', 'Reindeer smilies', 'reindeer', 134217728, 110, 1, 'Reindeer smilies (reindeer) (resurprised) (resmirk) (resleepy) (resad) (reredface) (relaugh) (reglare) (recry) (recool) (reangry) (renose). LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'resurprised,resmirk,resleepy,resad,reredface,relaugh,reglare,recry,recool,reangry,renose,reback', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  581. (156, 'p4', 'Santa flix', 'santa', 268435456, 300, 0, 'Santa smilies and animated flix. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'sabiggrin,saconfused,sacry,saglare,saredface,sasad,sastraightface,sasurprised,satongue,sawink', '', '', '', '', ''),
  582. (157, 'p4', 'Spartan smilies', 'sparta', 536870912, 125, 1, 'This is Sparta! LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'spartayell,getready,helmet3,soldier,spants,spartafight,spartan,spartan2,truewar,xerxes', '', '', '', '', ''),
  583. (158, 'p4', 'Dunce power', 'dunce', 1073741824, 250, 0, 'Dunce your friends. Add a dunce cap to their pawn. (dunce) (duh) (doh2). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'duh,doh2', '', '', '', '', ''),
  584. (160, 'p5', 'New year power', 'newyear', 1, 552, 1, 'Smilies to help bring in the new year including fireworks FX. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'calendar,celebration,champagne2,champagneback,clink2,firework1,firework2,nyball,nyhat,nykiss,nyparty,sparkler2', '', '', '', '', ''),
  585. (161, 'p5', 'Crazy Can smilies', 'can', 2, 125, 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. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'canangel,canbounce,cancontempt,canfury,canoo,canshifty,canthink,cantwitch,canum,canun', '', '', '', '', ''),
  586. (162, 'p5', 'Code Ban', 'codeban', 4, 250, 0, 'A codebanned user has the chance to get out of the ban by completing a code puzzle. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  587. (163, 'p5', 'Magic FX', 'magicfx', 8, 111, 1, 'A magic FX (effect) to add to smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  588. (164, 'p5', 'Spy smilies', 'spy', 16, 193, 1, 'Espionage themed smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'crosshair,folder,footprints,headset,keyhole,keypad,peeking,radar,spydrink,spyeye,spying,spypaper,spyrope', '', '', '', '', ''),
  589. (165, 'p5', 'Duck smilies', 'kduck', 32, 789, 1, 'Kaoani duck smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kduckback,kduck1,kduck2,kduck3,kduck4,kduck5,kduck6,kduck7,kduck8,kduck9,kduck10,kduck11,kduck12', '', '', '', '', ''),
  590. (166, 'p5', 'Heart FXs', 'heartfx', 64, 200, 0, 'Heart effects smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'heartfx,heartfx2,heartfx3', '', '', '', '', ''),
  591. (167, 'p5', 'Carnival powers', 'carnival', 128, 275, 1, 'Carnival themed similes. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'anonmask,beads,brazilboom,carniphant,cjester,cmask,flowersquirt,headdress,kreu,shakeit,wannasamba,yeayea,cjester2,cbird,cangel', '', '', '', '', ''),
  592. (168, 'p5', 'Topspin effect', 'topspin', 256, 250, 0, 'Add a spin to top and backgrounds of smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  593. (169, 'p5', 'Movie smilies', 'movie', 512, 141, 0, 'Movie themed smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'action,admission,booth,cameraman,director,drink2,film,filmroll,popcorn,pose,tickets', '', '', '', '', ''),
  594. (170, 'p5', 'Cute monster smilies', 'monster', 1024, 200, 1, 'Cute monster smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'mangel,mbat,mbear,mchick,mdrip,mfish,mglare', '', '', '', '', '');
  595. INSERT INTO `powers` (`id`, `section`, `shortabout`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `group`, `grupal`, `news`, `pawns`, `dx`) VALUES
  596. (171, 'p5', 'Kat smilies', 'kat', 2048, 645, 1, 'Kat kaoani smilies with attitude. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kat1,kat2,kat3,kat4,kat5,kat6,kat7,kat8,kat9,kat10,katback', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  597. (172, 'p5', 'Show typing', 'typing', 4096, 100, 0, 'Show you are typing a message. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'typing1', '', '', '', '', ''),
  598. (173, 'p5', 'Sheep smilies', 'ksheep', 8192, 175, 1, 'Kaoani sheep smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'ksheep1,ksheep2,ksheep3,ksheep4,ksheep5,ksheep6,ksheep7,ksheep8,ksheep9,ksheep10,ksheepback', '', '', '', '', ''),
  599. (174, 'p5', 'Pulse effect', 'pulsefx', 16384, 766, 1, 'Add a pulsing effect to smilies eg (pulsefx) (d#pulsefxback#r). LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'pulsefxback', '', '', '', '', ''),
  600. (175, 'p5', 'Blobby smilies', 'blobby', 32768, 138, 1, 'Blobby monster smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'bbclap,bbconfused,bbcry,bbfit,bbglare,bbhug,bblaugh,bboops,bbpout,bbwink,bbback', '', '', '', '', ''),
  601. (176, 'p5', 'Reverse ban', 'reverse', 65536, 200, 0, 'Cause a users words to be reversed. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '1', '', '', ''),
  602. (177, 'p5', 'Fuzzy smilies', 'fuzzy', 131072, 324, 1, 'Fuzzy monster smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'fzangel,fzback,fzbiggrin,fzcool,fzcrazy,fzd,fzdance,fzsad,fzstretch,fztongue,fztwirl', '', '', '', '', ''),
  603. (178, 'p5', 'Spiral effects', 'spiralfx', 262144, 222, 0, 'Add spiral effects to smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'spiralfx2', '', '', '', '', ''),
  604. (179, 'p5', 'Nursing smilies', 'nursing', 524288, 115, 1, 'Nursing smilies for nursing week. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'crazyn,nblood,nbroken,ndoc,nlist,nmask,nne,noxy,nsurg', '', '', '', '', ''),
  605. (180, 'p5', 'Group sounds', 'gsound', 1048576, 280, 0, 'Change the sounds on your group. ', 0, 'megap,volume,tooloud,canthear,playbtn', '1', '1', '', '', ''),
  606. (181, 'p5', 'Kaoani bee smilies', 'kbee', 2097152, 409, 1, 'Kaoani bee smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kbeeback,kbeeclap,kbeecry,kbeed,kbeedance,kbeefedup,kbeejoy,kbeemad,kbeepunch,kbeexx,kbeeyay', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  607. (182, 'p5', 'Vortex effects', 'vortexfx', 4194304, 764, 1, 'Add vortex effects to smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'vortexfx2', '', '', '', '', ''),
  608. (183, 'p5', 'Jail smilies', 'jail', 8388608, 190, 0, 'Lock up your smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'ballchain,bobby,copstop,cracker,cuffs,gavel,handsair,jailnumber,mugshot,prisoner', '', '', '', '', ''),
  609. (184, 'p5', 'Zip ban', 'zip', 16777216, 455, 1, 'Make a user only able to talk in smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '1', '', '', ''),
  610. (185, 'p5', 'Drip smilies', 'drip', 33554432, 306, 1, 'Water drip smilies, 15 in total. drip can be used as a back and try them with #noface. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'dripclap,dripdance,dripeek,dripfit,dripglare,driphehe,driphello,driphug,driplaugh,dripsad,dripshocked,driptired,dripxd,dripyell', '', '', '', '', ''),
  611. (186, 'p5', 'Moustaches', 'moustache', 67108864, 100, 0, 'Add moustaches to your smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'moustache1,moustache2,moustache3,moustache4,moustache5,moustache6,moustache7,moustache8,moustache9', '', '', '', '', ''),
  612. (187, 'p5', 'Whirling effect', 'whirlfx', 134217728, 906, 1, 'Whirling FX. See wiki for customization. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  613. (188, 'p5', 'Doodle Race Game', 'doodlerace', 268435456, 400, 0, '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', '', '', ''),
  614. (189, 'p5', 'Olympic smilies', 'olympic', 536870912, 334, 0, '16 olympic smilies to celebrate the games in London. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'bronzem,goldm,oboxing,ocycling,odiving,ogymnastics,ohurdles,orowing,orunning,oswimming,otennis,otorch,ovolleyball,silverm,oarchery,obasketball,ofencing,ohockey', '', '', '', '', ''),
  615. (190, 'p5', 'Alien smilies', 'aliens', 1073741824, 619, 0, 'Alien smiles. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'aliens,alilaugh,alidead,aliclap,alid,alilove,aliscratch,alitalk,alicry,alitongue,aliyay,aliback', '', '', '', '', ''),
  616. (192, 'p6', 'Matchrace Game ', 'matchrace', 1, 691, 0, 'Start and control the matchrace game. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  617. (193, 'p6', 'Alien smilies', 'burningheart', 2, 3000, 1, 'Burning smilies (burningheart) and (bheartb). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'bheartb', '', '', '', '', ''),
  618. (194, 'p6', 'Burningheart', 'snakerace', 4, 200, 1, 'Play and control a snake game. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  619. (195, 'p6', 'kaoani pig smilies', 'kpig', 8, 234, 1, 'kaoani piggy smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kpigangry,kpigback,kpigball,kpigfraz,kpiglove,kpigmad,kpigmud,kpigpals,kpigsleep,kpigsnoot,kpigwrite', '', '', '', '', ''),
  620. (196, 'p6', 'Poker smilies', 'poker', 16, 382, 1, 'Keep a straight face with these poker themed smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'pclubs,pobluff,pochips,pod,pogirl,poplayer,povip,powin,poyay,pspades,pdiamonds,phearts', '', '', '', '', ''),
  621. (197, 'p6', 'Pony smilies', 'pony', 32, 164, 1, 'Cute pony smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'poback,pocall,poclap,pocry,poeat,pofan,poglasses,pohay,pomane,ponyd,powhip', '', '', '', '', ''),
  622. (198, 'p6', 'Clock effects', 'clockfx', 64, 339, 1, 'Rotating effects. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'clockfx2,clockfx3,clockfx4', '', '', '', '', ''),
  623. (199, 'p6', 'Drop smilies', 'drop', 128, 700, 1, 'Drop style smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'dropworry,dropumb,dropscratch,droprub,drophey,dropeat,dropdance,dropclap,dropback', '', '', '', '', ''),
  624. (200, 'p6', 'Space War', 'spacewar', 256, 1044, 1, 'Shoot and destroy other users planets. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '', '', '', ''),
  625. (201, 'p6', 'Speech Kaoani smilies', 'speech', 512, 200, 0, 'Kaoani speech smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'spd,spfrus,spyay,spkiss,splap,splove,spvamp,spwrite,spxmas,sppup,spback', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  626. (202, 'p6', 'Vampyre smilies', 'vampyre', 1024, 297, 0, 'Frighten your friends with these vampyre smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'vbat,vbheart,vblood,vcoffin,vcross,vfangs,vglamour,vrip,vstake,vtongue,vstake,vfangs,vtongue,vglamour,vbat,vblood,vcoffin,vcross,vbheart,vrip', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  627. (203, 'p6', 'Christmas tree effects', 'treefx', 2048, 600, 0, 'Christmas tree FX for smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  628. (204, 'p6', 'Santa Claus smilies', 'claus', 4096, 272, 1, 'Comical santa smilies for Christmas. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'clcool,cld,cleek,clgrin,clmad,clsad,clsmile,clsweat,clwink,clx,clwink,clgrin,clsad,clsmile,cld,clx,cleek,clcool,clmad,clsweat', '', '', '', '', ''),
  629. (205, 'p6', 'Quest smilies', 'quest', 8192, 250, 1, 'Smilies to help you on your journey. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'bearer,disappear,dwarf,goblin2,queenelf,sneak,thering,warrior,wizzard,dwarf,sneak,queenelf,goblin2,wizzard,warrior,disappear,bearer,thering', '', '', '', '', ''),
  630. (206, 'p6', 'Custom language', 'lang', 16384, 2000, 1, 'Change the chat text. Important read wiki before buying or using. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '1', '', '', ''),
  631. (207, 'p6', 'More quest smilies', 'quest2', 32768, 112, 1, 'Continue the quest. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '1066,agreement,arrow,burnt,dwarf2,dwarfz,elve2,goblin3,newton,pile,1066,dwarfz,dwarf2,arrow,goblin3,newton,burnt,pile,elve2,agreement', '', '', '', '', ''),
  632. (208, 'p6', 'Glitter effects', 'glitterfx', 65536, 250, 0, 'Glitter effects for smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  633. (209, 'p6', 'XAVI', 'xavi', 131072, 500, 0, 'Make a custom avatar that responds to what you type. See wiki for details', 0, '', '', '', '', '', ''),
  634. (210, 'p6', 'kaoani mouse smilies', 'kmouse', 262144, 1740, 1, 'Cute kaoani mouse smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 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', '', '', '', '', ''),
  635. (211, 'p6', 'eighties smilies', 'eighties', 524288, 185, 1, '16 I love the eighties smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 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', '', '', '', '', ''),
  636. (212, 'p6', 'foe or friend', 'foe', 1048576, 250, 0, 'Mark a user as a foe. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  637. (213, 'p6', 'EVERYPOWER', 'everypower', 2097152, 268696, 0, '', 0, '', '', '', '', '', ''),
  638. (214, 'p6', 'makeup smilies', 'makeup', 4194304, 168, 0, 'You''ll be made up with these smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'nailpolish,lipgloss,makeupface,blush,perfume,comb,lipstick2,lipstick1,purse,eyeliner', '', '', '', '', ''),
  639. (215, 'p6', 'kaoani heart smilies', 'kheart', 8388608, 458, 0, 'Heart shaped smilies in kaoani style. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kheartb,khkiss,khlips,khring,khroses,khbub,kharrow,kheyes,khmadly,khhurt,khcupid,khily,khhug', '', '', '', '', ''),
  640. (216, 'p6', 'kaoani monkey smilies', 'kmonkey', 16777216, 250, 0, 'Cute monkey smilies in kaoani style. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kmodance,kmorage,kmowonder,kmostare,kmoun,kmoredface,kmofrus,kmod,kmoback,kmoblow,kmowhistle,kmonehneh,kmoteeth', '', '', '', '', ''),
  641. (217, 'p6', 'Nuclear power', 'nuclear', 33554432, 500, 0, 'Nuclear FX for smilies. Highly configurable with app. See wiki for details', 0, 'nuclearb', '', '', '', '', ''),
  642. (218, 'p6', 'Smilies with style', 'stylist', 67108864, 200, 1, 'Add style to your smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'shave,mirror2,shair3,shair2,shair1,shair7,shair6,shair5,shair4,barber', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  643. (219, 'p6', 'Spring season smilies', 'spring', 134217728, 585, 1, 'Spring is here. Celebrate with these beautiful smiles. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'flohat,watercan2,birdy,flowerbed,flowers,rainbow2,inflower,bees,flohide,springhat,watercan,floshow,butterflys', '', '', '', '', ''),
  644. (220, 'p6', 'Add a poll to your chat', 'vote', 268435456, 500, 0, 'Survey your users with a mini poll. Bonus smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'bemused,voting,voting2,cross,tick,placard', '1', '1', '', '', ''),
  645. (221, 'p6', 'More hands smilies', 'hands2', 536870912, 200, 0, 'More hands powers including high five. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'pointing,highfive,hearno,notlistening,crossed,callme,heehee,prosper,daydreaming,cutthroat,peace2,hands2', '', '', '', '', ''),
  646. (222, 'p6', 'Egg and Easter smilies', 'eggs', 1073741824, 231, 0, 'Egg and Easter smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'stripegg,basket2,eggwink,chickwalk,eggsleep,eggnod,bunnyears,eggbroke,eggtongue', '', '', '', '', ''),
  647. (224, 'p7', 'Hearts smile', 'hearts', 1, 500, 0, 'Be game master of a hearts card game. See wiki.', 0, '', '1', '', '', '', ''),
  648. (225, 'p7', 'Kaoani fox smilies', 'kfox', 2, 469, 0, 'Foxy smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kfoxwhat,kfoxcry,kfoxshades,kfoxd,kfoxtant,kfoxsleep,kfoxtwag,kfoxpsy,kfoxbino,kfoxinl,kfoxggl', '', '', '', '', ''),
  649. (226, 'p7', 'Kaoani cow smilies', 'kcow', 4, 133, 1, 'Kaoani cow smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>.', 0, 'kwlove,kwswt,kwangry,kwyay,kwsleepy,kwbell,kwcry,kwlaugh,kwscratch,kwwhat,kwmad,kwd,kwfrus,kwnod', '', '', '', '', ''),
  650. (227, 'p7', 'Sketch smilies', 'sketch', 8, 200, 0, 'Animated sketch style smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>.', 0, 'sksad,skback,skgrr,sksmile,skwink,skoo,skd,skdead,sksix,skfrus,skannoyed', '', '', '', '', ''),
  651. (228, 'p7', 'LED effect', 'led', 16, 250, 0, 'Make a scrolling LED style message. See wiki.', 0, '', '', '', '', '', ''),
  652. (229, 'p7', 'seaside smilies', 'seaside', 32, 297, 1, 'Get ready for summer with the seaside power. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'sandcastle,shell,coconut,crab2,seatree,flipflops,beachvolley,beachdrink,dolphin2', '', '', '', '', ''),
  653. (230, 'p7', 'Hair smiles', 'hair2f', 64, 306, 1, 'More female smiley hair styles. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'hair2f10,hair2f3,hair2f2,hair2f1,hair2f7,hair2f6,hair2f5,hair2f4,hair2f9,hair2f8', '', '', '', '', ''),
  654. (231, 'p7', 'Neon glow status', 'statusglow', 128, 300, 0, 'Add a green glow to your status (status power required). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  655. (232, 'p7', 'Super smilies', 'super', 256, 200, 0, 'New "super" style orange smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'suredface,suconfused,suback,sulaugh,sucool,sutongue,susad,susmile,sucry,sumad,sudead,sulove', '', '', '', '', ''),
  656. (233, 'p7', 'Wedding smilies', 'wedding', 512, 253, 1, 'Celebrate a wedding with these wedding smilies. LIMITED <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'flowersw,throwboquet,arch,invitation,givering,dovew,weddingcake,cakecut,roses', '', '', '', '', ''),
  657. (234, 'p7', 'Germ smilies', 'germ', 1024, 325, 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) <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'germ10,germ4,germ5,germ6,germ7,germ2,germ3,germ8,germ9', '', '', '', '', ''),
  658. (235, 'p7', 'Cactus smilies', 'cactus', 2048, 238, 0, 'Cactus smilies with all new faces and different backgrounds. LIMITED. ', 0, 'cacdead,cacpanic,cactongue,cacback,cacmad,cacsmile,cacwhat,caclove,cacflaming,cacblow,caccool', '', '', '', '', ''),
  659. (236, 'p7', 'Slot ban', 'slotban', 4096, 250, 0, 'A slotbanned user has the chance to get out of the ban by playing a slot machine game. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'orange2,plum2,slotbar,seven,cherries,spinbutton', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  660. (237, 'p7', 'Fourth July smilies', 'fourth', 8192, 260, 1, 'Celebrate the 4th July with these festive smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'usafw,iwantyou,waveflagf,showcal,flagfw,fwbang,fourthcal,waveflagm,usafws,watchfw', '', '', '', '', ''),
  661. (238, 'p7', 'Slot ban', 'switch', 16384, 500, 0, 'Be game master of a switch card game. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '', '', '', ''),
  662. (239, 'p7', 'Cube shaped smilies', 'cuboid', 32768, 239, 0, 'Cubist smilies and back. LIMITED <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'custar,cucool,cushine,cuback,cucat,cusad,cubiggrin,cumaracas,cusmile,cucry', '', '', '', '', ''),
  663. (240, 'p7', 'Cube shaped smilies', 'phasefx', 65536, 200, 0, 'Create phase effects. Many variants. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'phaseplan,phaseques,phaseheart', '', '', '', '', ''),
  664. (241, 'p7', 'Phase effects', 'marriage', 131072, 300, 0, '4 new marriage kisses and 10 smilies to help you celebrate your marriage. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'showring,propose,weddingdrink,catchboquet,groom2,cake2,weddingring,bride2,twohearts', '', '', '', '', ''),
  665. (242, 'p7', 'Marriage kisses', 'romance', 262144, 623, 0, 'Romantic smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'cuddle,hugme,serenade,iheart,huba,formal,lashes,affection,kisses,hearthands', '', '', '', '', ''),
  666. (243, 'p7', 'Romantic smilies', 'sticky', 524288, 250, 1, 'Smilies inspired by sticky notes. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'stcool,stcrying,stdevil,stheart,stsleepy,stattention,stangel,stlips,stwhat', '', '', '', '', ''),
  667. (244, 'p7', 'Sticky note smilies', 'kickall', 1048576, 420, 0, 'Kick all guests from the chat. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a> This power should not be miss used.', 0, '', '', '', '', '', ''),
  668. (245, 'p7', 'Kick all guests', 'fruities', 2097152, 253, 0, 'Fun fruit flavoured smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'frgrapes,frorange,frpineapple,frlemon,frbanana,frapple,frmelon,frpear,frkiwi,frstrawberry', '', '', '', '', ''),
  669. (246, 'p7', 'Fruities smilies', 'darts', 4194304, 900, 0, 'Dart wheel zing game that can give prizes. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'dart,dartthrow', '1', '', '', '', ''),
  670. (247, 'p7', 'Weather smilies', 'weather', 8388608, 250, 0, 'Smilies for all weathers. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'foggy,windy2,hotthermo,tornado,stormy,sunny,sunshine,cleary,coldthermo,rainy,snowy2', '', '', '', '', ''),
  671. (248, 'p7', 'Kaoani angels', 'kangel', 16777216, 250, 1, 'kaoani style angels. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kantired,kancloud,kanjoy,kanroses,kanthink,kandizzy,kancry,kanlove,kangoo', '', '', '', '', ''),
  672. (249, 'p7', 'Kaoani demons', 'kdemon', 33554432, 360, 1, 'kaoani style demons. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'kdesweat,kdestir,kdefire,kdefear,kderain,kdewar,kdetri,kdejoy,kderage', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  673. (250, 'p7', 'Smilies for the fall', 'autumn', 67108864, 275, 0, 'Autumnal smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'gotleaf,leaves,acorn,jam,squirrel,mushrooms2,sunflower,leaf,scarecrow2', '', '', '', '', ''),
  674. (251, 'p7', 'Cute egg smilies', 'eggy', 134217728, 110, 0, 'Egg shaped smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'eggyes,eggzzz,egggamer,eggupset,eggback,eggshh,eggthumbs,eggcool,eggtickoff,eggcross', '', '', '', '', ''),
  675. (252, 'p7', 'Redirect a chat', 'redirect', 268435456, 500, 0, 'Use this group power to redirect a chat to another chat. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'redirect2', '1', '1', '', '', ''),
  676. (253, 'p7', '', 'ani1', 536870912, 307, 0, 'Anime characters and a star FX. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'a1love,a1pff,a1fx,a1eww,a1heh,a1fedup,a1cry,a1hot,a1adore,a1fan,a1evil', '', '', '', '', ''),
  677. (254, 'p7', 'Anime smilies and FX', 'scary', 1073741824, 552, 0, 'Scary smilies for Halloween. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'tomb2,coffin,scarytree,cobweb,scaryghost,pknburning,scaryeyes,scarybat,scaryhat', '', '', '', '', ''),
  678. (256, 'p8', 'Scary smilies', 'zwhack', 1, 600, 1, 'Use the xat ban hammer to smite those pesky zombies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'mallet', '1', '', '', '', ''),
  679. (257, 'p8', 'Halloween costumes', 'halloween2', 2, 252, 1, 'Halloween themed costumed yellow smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'madsci,docmask,whitehair,zbride,madhat,scissor,zgirl,bloodgirl,zdoc', '', '', '', '', ''),
  680. (258, 'p8', 'Pirate smilies', 'piracy', 4, 258, 1, 'Piracy on the high seas. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'handhook,octopus2,telescope2,piratemap,piratebird,pirateship,trove,toxicdrink,barrel', '', '', '', '', ''),
  681. (259, 'p8', 'froggy smilies', 'froggy', 8, 341, 1, 'froggy style smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'frbiggrin,frchkl,frlove,frmad,frsad,frooo,frdead,frcry,frcool', '', '', '', '', ''),
  682. (260, 'p8', 'Black Friday power', 'blackfriday', 16, 200, 1, 'Shopping and bargain hunting smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'bagfight,cart,cashreg,manybags,cashhere,bags,lowprice,pricetag,bargain', '', '', '', '', ''),
  683. (261, 'p8', 'Winter wonderland', 'winterland', 32, 300, 1, 'Get ready for Christmas with the winter wonderland. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'wtree,snowman2,chimney,fishing2,winterhouse,iceheart,glove,wlamp,ornament2', '', '', '', '', ''),
  684. (262, 'p8', 'Seasonal Characters', 'noel', 64, 150, 0, 'Seasonal characters in male and female forms. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'angelm,snowmanm,snowmanf,reindeerm,gingerwoman,reindeerf,angelf,gingerman,mrssanta,mrsanta', '', '', '', '', ''),
  685. (263, 'p8', 'Christmas toys', 'toys', 128, 220, 0, 'Toys for Christmas. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'puzzletoy,locomotivetoy,bearftoy,pyramidtoy,cartoy,ducktoy,spinningtop,dolltoy,helicoptertoy,bearmtoy', '', '', '', '', ''),
  686. (264, 'p8', 'Award a badge', 'badge', 256, 300, 0, 'Award a badge pawn to anyone on the chat. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  687. (265, 'p8', 'Celebrate smilies', 'celebrate', 512, 275, 1, 'Find a reason to celebrate with this power. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'celcnny,celyeah,celhorn,celflag,celgrad,celbday,celdance,celbottle,celdrunk,celvictory', '', '', '', '', ''),
  688. (266, 'p8', 'New year smilies', 'hogmanay', 1024, 255, 0, 'Bring in the new year with these festive smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'countdown,nyfireworks,year,nysparkler,firecracker2,nyballoons,nyclock,firecracker', '', '', '', '', ''),
  689. (267, 'p8', 'Get cooking', 'cooking', 2048, 200, 1, 'Get cooking with these culinary smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'whisk,cookkiss,stir,serving,knead,blender,flipegg,flipburger,chop', '', '', '', '', ''),
  690. (268, 'p8', 'Farm smilies', 'farm', 4096, 250, 1, 'Get back to the farm. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'sheepback,eggs2,growing,sugarcane,wmback,cowface,rooster,tomatoes,cornback,scarecrw,milking', '', '', '', '', ''),
  691. (269, 'p8', 'Divorce kisses and smilies', 'divorce', 8192, 250, 0, 'Divorce in style. 4 new kisses to get divorced with. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'divring,divm,divf,sadflower,dhammer,divsplit,botm,botf,divbreak,divnolove,brokenheart2', '', '', '', '', ''),
  692. (270, 'p8', 'Spidery smilies', 'arachnid', 16384, 250, 1, 'Creepy arachnid smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'ar3,ar10,ar1,ar5,ar9,ar2,ar4,ar6,ar7,ar8', '', '', '', '', ''),
  693. (271, 'p8', 'Sweetheart smilies', 'sweetheart', 32768, 200, 0, 'Heart themed smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'cupidheart,candleheart,keylove,swans,letterlove,varrow,fourteenth,sweetheart,vballoons,treelove', '', '', '', '', ''),
  694. (272, 'p8', 'Random smilies', 'random', 65536, 250, 0, 'Random smilies from your powers eg (random) (randomanime) (randomhands). <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  695. (273, 'p8', 'Ladybug smilies', 'ladybug', 131072, 275, 1, 'Little red bug, oh so cute. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'lbbehind,lblove,lbmad,lbdead,lbfly,lbd,lbdizzy,lbcry,lbahh,lbkiss,lbshock', '', '', '', '', ''),
  696. (274, 'p8', 'Cupcake smilies', 'cupcake', 262144, 240, 0, 'Cupcake smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'cchappy,ccsleepy,ccback,ccangry,ccsad,cccry,ccbeye,ccnono,ccredface,ccscn', '', '', '', '', ''),
  697. (275, 'p8', 'Bite mark effects', 'bitefx', 524288, 230, 0, 'Make a smilie look like its being eaten. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'broccoli,sweet,jelly', '', '', '', '', ''),
  698. (276, 'p8', 'Lucky Irish smilies', 'luck', 1048576, 300, 1, 'The luck of the Irish. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'clovers,beer2,pwalking,pballoons,potofgold,sheep2,harp2,horseshoe,goldclover,luckbh', '', '', '', '', ''),
  699. (277, 'p8', 'Tongue out smilies', 'tongues', 2097152, 290, 1, 'A fun selection of smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'tobig,tohaught,tothirsty,tocircle,tostarry,toneener,toteeth,toeeh,topfft,tocheeky', '', '', '', '', ''),
  700. (278, 'p8', 'Spring smilies and flix smilies', 'springflix', 4194304, 250, 0, 'Spring is here. Use these flix animations to decorate your chat. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'springleaf,springflower,sunflower2,rflowers,butterfly2', '1', '1', '', '', ''),
  701. (279, 'p8', 'Snail smilies', 'snail', 8388608, 222, 0, 'Super snail smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'snail9,snail8,snail7,snail4,snail3,snail2,snail6,snail5,snail1,snailb,snail10', '', '', '', '', ''),
  702. (280, 'p8', 'Events statistics', 'eventstats', 16777216, 300, 1, 'Get events on chats summarized graphically. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '1', '', '', '', ''),
  703. (281, 'p8', 'Easter', 'easteregg', 33554432, 250, 0, 'Easter eggs and smilies. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'carrots,easterbasket,rabbit,sleepyegg,birdyeggs,chicken2,ebutterfly,eggchoco,inegg', '', '', '', '', ''),
  704. (282, 'p8', 'Butterflies smilies', 'butterflies', 67108864, 250, 1, 'Spring is here and the butterflies are emerging. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'butterflies2,bfb,butterflies7,butterflies6,butterflies5,butterflies4,butterflies3,butterflies9,butterflies8,butterflies10', '', '', '', '', ''),
  705. (283, 'p8', 'Springy smilies', 'springy', 134217728, 230, 1, 'Get a spring in your smiley. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'sprtired,sprback,sprthumbs,sprexhausted,sprevil,sprangry,sprcrazy,sprtongue,sprjump,sprfrus', '', '', '', '', ''),
  706. (284, 'p8', 'Naughty step', 'naughtystep', 268435456, 300, 0, 'Put a user on the naughty step. They are limited to one message every 30s. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, '', '', '', '', '', ''),
  707. (285, 'p8', 'Coffee smilies', 'coffee', 536870912, 210, 1, 'Relax with these coffee themed smilies. LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'mhand,sugar,coffeesack,fhand,cappuccino,coffeebeans,coffeemachine,lovecoffee,kettle', '', '', '', '', ''),
  708. (286, 'p8', 'Coffee smilies', 'hamster', 1073741824, 300, 1, 'Cute hamster smilies LIMITED. <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'harock,hajoy,habounce,hacry,haangry,hajump,hadream,hasleep,haexcite,hamsterback,hasway', '', '', '', '', ''),
  709. (288, 'p9', 'Hamster smilies', 'dreams', 1, 267, 1, 'Sweet dreams.', 0, 'climbing,dreaming,dreamsbh,glowworm,indream,lovedream,night,scarydream,zsleep', '', '', '', '', ''),
  710. (289, 'p9', 'Dream smilies', 'statuscolor', 2, 5000, 0, 'Change the color of your status!', 0, '', '', '', '', '', ''),
  711. (290, 'p9', 'Game effects', 'gamefx', 4, 250, 1, 'GAMEFX styled smilies', 0, 'gamefx,grow,starman,screwattack,bubble,ghosteat,coinfx', '', '', '', '', ''),
  712. (291, 'p9', 'World cup smilies', 'worldcup', 8, 200, 0, 'Soccer smilies', 0, 'worldcup,fball,changes,coner,goal,goldball,player,training,vuvu2,whistle', '', '', '', '', ''),
  713. (292, 'p9', 'Rocky smilies', 'rocks', 16, 230, 0, 'Rock smilies', 0, 'rocks,breakfx,rollingfx,rostar,roteeth,rolook,rocute,rofrown,roahah,rodizzy,roblinky,rolove,rosmirk', '', '', '', '', ''),
  714. (293, 'p9', 'Yellow card', 'yellowcard', 32, 300, 1, 'give your friends a yellow card', 0, '', '', '', '', '', ''),
  715. (294, 'p9', 'Bouncing balls', 'ballfx', 64, 250, 1, 'ballfx smilie power', 0, 'ballfx,basketball,bowling,jugglerball,rollingball', '', '', '', '', ''),
  716. (295, 'p9', 'Winning smlies', 'winner', 128, 220, 0, 'Winner smilies', 0, 'winner,laurel,podium,ribbon2,ticker,trophy2,winnerflag,winning,wtape', '', 'W:p1winner', '', '', ''),
  717. (296, 'p9', 'Cute girl smilies', 'cutie', 256, 350, 1, 'Cutie power', 0, 'cutie,cuangry,cubear,cubow,cubunnyears,cuchilled,cuexcited,cuhappy,cupleased,curage,cutired,cuunhappy,baby,cubear1', '', '', '', '', ''),
  718. (297, 'p9', 'Summer flix and smilies', 'summerflix', 512, 250, 0, 'Summerflix', 0, 'summerflix,scrab,sfan,shell2,sunny2', '1', '', '', '', ''),
  719. (298, 'p9', 'Cool guy', 'coolz', 1024, 350, 1, 'coolz power', 0, 'coolz,cocross,cohappy,colove,conoway,cozap,corage,corage2,cosad,cosurprise,cowink,coyoyo,coshades,codribble,cocap', '', '', '', '', ''),
  720. (299, 'p9', 'Magic smilies', 'magic', 2048, 250, 0, 'magic power', 0, 'magic,magicbook,magicbottle,magicbunny,magiccards,magician,magiclove,magicshow,magictable,magicwand', '', '1', '', '', ''),
  721. (300, 'p9', 'Blue bunnies', 'blubunni', 4096, 200, 1, 'Blubunni power ', 0, 'blubunni,bbwary,bbstars,bbsecret,bbnoway,bblr,bbhot,bbhit,bbhammer,bbeyes,bbeat', '', '', '', '', ''),
  722. (301, 'p9', 'Musical instruments', 'instruments', 8192, 230, 1, 'Intruments power', 0, 'instruments,accordion,amplifier,drum2,drumkit,guitar2,lovemusic,saxophone,trumpet2,violin2', '', '', '', '', ''),
  723. (302, 'p9', 'Private chat background', 'pcback', 16384, 700, 0, 'Set a custom background to when someone pc''s you', 0, 'pcback', '', '', '', '', ''),
  724. (303, 'p9', 'Bird smilies and FX', 'bird', 32768, 250, 1, 'bird smilies', 0, 'bird,birdcute,birddizzy,birdflap,birdhot,birdidea,birdjackfx,birdnod,birdpuppetfx,birdlove,birdswing', '', '', '', '', ''),
  725. (304, 'p9', 'Chocolate', 'chocolate', 65536, 220, 1, 'Chocoalte smilies', 0, 'chcroissant,chdonut,chicecream,chlove,chstrawberry,chsweet,chsweet2,chwhite,cocoa', '', '', '', '', ''),
  726. (305, 'p9', 'kmoon', 'kmoon', 131072, 240, 1, 'Kaoani moon smilies and moon FX. LIMITED.', 0, 'kmoon,kmyy,kmya,kmwink,kmun,kmsleep,kmshutup,kmsal,kmpuffed,kmoonback,kmlove,kmjoy,ffs,roulette,dice', '', '', '', '', ''),
  727. (306, 'p9', 'kaoani sun', 'ksun', 262144, 240, 1, 'Kaoani sun smilies and sun FX. LIMITED', 0, 'ksun,ksyy,ksunback,ksthink,ksset,ksrub,ksnono,ksmad,kskiss,ksjoy,kshappy,kshaha,kscry', '', '', '', '', ''),
  728. (307, 'p9', 'Jump!', 'jump', 524288, 220, 0, 'jump smilies.LIMITED', 0, 'jump,jump2,jump3,jump4,jump5,jump6,jump7,jump8,jump9,jump10,jump11', '', '', '', '', ''),
  729. (308, 'p9', 'Trick or treat', 'Trickortreat', 1048576, 230, 1, 'Trick or treat smilies for halloween. LIMITED. See wiki for details', 0, 'trickortreat,tt1,tt2,tt3,tt4,tt5,tt6,tt7,hegg1,hegg2,hsoak1,hsoak2,htp1,htp2', '', '', '', '', ''),
  730. (309, 'p9', 'Creepy smilies', 'creepy', 2097152, 230, 1, 'Creepy smilies for halloween. LIMITED. See wiki for details', 0, 'creepy,ghostbag,hbag,hdoor,hmask,hsign,mmymask,piratemask,scarypkn,treats', '', '', '', '', ''),
  731. (310, 'p9', 'Manage group users', 'manage', 4194304, 210, 0, 'Backup and tweak your user ranks. See wiki', 0, 'manage', '', '1', '', '', ''),
  732. (311, 'p9', 'Blue Oni Smilies', 'blueoni', 8388608, 220, 0, 'Blue Oni character with two FX. LIMITED. See wiki for details', 0, 'blueoni,bonitantrum,bonisick,boniscared,bonisad,bonipeek,bonimad,boniill,bonigoo,bonifan,bonicry,boniblink,bonib', '', '', '', '', ''),
  733. (312, 'p9', 'Icebucket Smilies', 'Icebucket', 16777216, 210, 0, 'Challenge your friends to chill out. See wiki for details', 0, 'icebucket,brr,bucket,freezer,hour24,icecubes,nominate,tap2,videorec', '', '', '', '', ''),
  734. (313, 'p9', 'Game effects 2', 'gamefx2', 33554432, 300, 0, 'More game style FX smlies. LIMITED. See wiki for details', 0, 'gamefx2,stompfx,shotfx,respawnfx,megafx2,megafx,hadouken,exitfx,bonesdeath,bombfx,birdsfx', '', '', '', '', ''),
  735. (314, 'p9', 'Reveal smilies', 'reveal', 67108864, 450, 0, 'Revealing holiday smilies. LIMITED. See wiki for details', 0, 'reveal,rwreath,rstocking,rsnowman,rsnowbury,rsanta,rpudding,rgift,rsnowglobe,rfire,rbell', '', '', '', '', ''),
  736. (315, 'p9', 'Holiday smilies', 'holidays', 134217728, 275, 0, 'Themed smilies for the holidays. LIMITED. See wiki for details', 0, 'holidays,xcard,snoww,snowqueen,snowm,snowking,mrclaus,mrsclaus,icequeen,iceking,holly,bauble', '', '', '', '', ''),
  737. (316, 'p9', 'Resize smilies', 'size', 268435456, 250, 1, 'Change the size of smilies and do size cycling. See wiki for details', 0, 'size', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  738. (317, 'p9', 'Chinese new year', 'lunar', 536870912, 222, 0, 'Chinese new year smilies. See wiki for details', 0, 'lunar,dragon2,fan2,firecrackers,fireworks2,lantern2,oranges,partyball,wealthgold,year2', '', '', '', '', ''),
  739. (318, 'p9', 'Group daily backup', 'backup', 1073741824, 300, 0, 'Automatically take a daily snapshot of your users. See wiki', 0, 'backup', '', '1', '', '', ''),
  740. (320, 'p10', 'Ancient Egypt', 'egyptian', 1, 270, 1, 'Chat like an Egyptian. LIMITED. See wiki', 0, 'egyptian,scarab,sarcophagus,pyramids,indiwhip,horis,greatsphinx,egyptf,egyptf2,egyptf3,egyptf4,egyptcat,boulder,anubis,ankh', '', '', '', '', ''),
  741. (321, 'p10', 'Retro smilies', 'retro', 2, 100, 0, 'Relive the 8-bit era with these retro smilies. LIMITED. See wiki for details', 0, 'retro,retrox,retss,retkalien,retheart,retdog,retd,retcat,retmad,retkao,retcool,retflame,retpong', '', '', '', '', ''),
  742. (322, 'p10', 'Jewelry smiles', 'jewelry', 4, 260, 0, 'Add sparkle to your xat with jewelry. LIMITED. See wiki for details', 0, 'jewelry,jbeads,jbracelet,jchain,jclock,jcrown,jearrings,jheart,jring,jring2', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  743. (323, 'p10', 'Move smiley XY', 'offset', 8, 200, 1, 'Move a smiley up, down, left and right. See wiki for details', 0, 'offset', '', '', '', '', ''),
  744. (324, 'p10', 'Amore smilies', 'amore', 16, 230, 0, 'Amore smilies for your valentine. LIMITED. See wiki for details', 0, 'amore,glitterheart,abear,abee,acupid,adove,ahand,akiss,together', '', '', '', '', ''),
  745. (325, 'p10', 'Valentine effects', 'valfx', 32, 300, 1, 'Valentine themed FX with many options. LIMITED. See wiki for details', 0, 'valfx,vburst,vkiss,vrain,vthrow', '', '', '', '', ''),
  746. (328, 'p10', 'Color text', 'textcolor', 256, 81000, 0, 'rainbow pawn', 0, 'text', '', '', '', '', ''),
  747. (329, 'p10', 'Glow text', 'textglow', 512, 76000, 0, 'Desert Ground pawn', 0, 'text', '', '', '', '', ''),
  748. (330, 'p10', 'Glow pawn', 'pawnglow', 1024, 222, 0, 'pglow,hglow', 0, 'pglow,hglow', '', '', '', '', ''),
  749. (331, 'p10', 'planetoid smilies', 'oids', 2048, 250, 0, 'xat planet themed smilies. See wiki for details', 2, 'oids,oiwait,oiswt,oipunch,oiouch,oino,oifrus,oieek,oicape,oiblank,oiaww,oiback', '', '', '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">'),
  750. (332, 'p10', 'Birthday smilies', 'birthday', 4096, 220, 1, 'Birthday and celebration themed smilies. LIMITED. See wiki for details', 0, 'birthday,bballoons,bcake,bcake2,bconfetti,bflower,bgifts,bhats,btrumpet,hflow', '', '', '', '', ''),
  751. (333, 'p10', 'Programmable ', 'supercycle', 8192, 300, 0, 'Cycle smilie colors your way. Requires cycle power. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'supercycle', '', '', '', '', ''),
  752. (334, 'p10', 'tv smilies', 'tv', 16384, 250, 1, 'Sit back and relax with these cute television smilies. LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'tv,tvskip,tvread,tvmad,tvlove,tvice,tveek,tvdance,tvcry,tvconfused,tvback', '', '', '', '', ''),
  753. (335, 'p10', 'Cloudy smilies', 'clouds', 32768, 250, 0, 'Clouds themed smiles. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'clouds,cangry,ccrying,cfreeze,chappy,ckiss,clove,crainbow,csleepy,cwindy', '', '0', '', '', ''),
  754. (336, 'p10', 'Beastie smilies', 'beastie', 65536, 350, 0, 'Beastie smilies, including 5 backs. LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'beastie,beastie2,beastie3,beastie4,beastie5,beastie6,beastie7,beastie8,beastie9,beastie10,beastieb', '', '0', '', '', ''),
  755. (337, 'p10', 'Easter love <p>smilies', 'easterlove', 131072, 350, 0, 'Have a lovely Easter. See. LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'easterlove,brokeegg,bunnyfriend,eabunny,eabutterfly,eachick,eaeggs,glitteregg,lambs', '1', '1', '', 'f:p1butterfly,l:p1easterlove,g:p1glitteregg', ''),
  756. (338, 'p10', 'Ecological smilies<p>smilies', 'eco', 262144, 270, 0, 'Save the planet with these green smiles. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'eco,windmill,treeback,recycle,lightsoff,goodeco,badeco,globehands,ecoplant,ecotree,ecorecycle,ecocar', '', '0', '', 'r:p1recycle,w:p1watering', ''),
  757. (339, 'p10', 'Floral smilies', 'floral', 524288, 250, 1, 'Spring into life with these floral smilies. LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'floral,daffodil,daisy,gladiolus,hydrangea,lily,lilyvalley,orchid,poppy,snowdrop,tulip,viola', '', '0', '', 'f:p1floral,l:p1lily,o:p1orchid,p:p1poppy,t:p1tulpin', ''),
  758. (340, 'p10', 'Shinobi smilies', 'shinobi', 1048576, 400, 0, 'shinobi/ninja smilies. fight!. LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'shinobi,shislash,shishur,shisais,shinun,shifight,shiescape,shichallenge,shicarve,shibow,shibo', '', '0', '', 'n:p1shi1,o:p1shi2,b:p1shi3', ''),
  759. (341, 'p10', 'Aliblue whater smiles', 'aliblue', 2097152, 250, 1, 'aliblue smilies. LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'aliblue,aliback2,alicry2,alidance,aliill,alilove2,aliredface,alisad,alishh,aliswt', '', '0', '', 'a:aliblue,t:p1aliswt', ''),
  760. (342, 'p10', 'Goth smilies', 'gothic', 4194304, 300, 1, 'Get your goth on with these gothic style smilies. LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'gothic,goth1,goth2,goth3,goth4,goth5,goth6,goth7,goth8,gothbat,gothmeta,gothskull,gothwings', '', '0', '', 'g:p1goth1,o:p1goth2', ''),
  761. (343, 'p10', 'Redcard Kick', 'redcard', 8388608, 500, 1, 'Redcard kick mode! See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'redcard,gotcard,red1,redback,redcarded', '', '0', '', 'g:p1gotcard,r:p1redcard,R:p1redcard2', ''),
  762. (344, 'p10', 'Pets smilies', 'pets', 16777216, 220, 1, 'Cute pet smilies See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'pets,pcat,pchameleon,pdog,pfish,phamster,pmonkey,pparrot,psnake,pturtle', '', '0', '', 'd:p1pdog,p:p1pparrot,s:p1snake,!:p1asdd', ''),
  763. (345, 'p10', 'Anime style bears', 'ceebear', 33554432, 300, 0, '20 Anime style bear smilies, male and female versions. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'ceebear,cbwave,cbsleep,cbnod,cbkiss,cbjoy,cbheart,cbcry,cbcontent,cbcheeks,cbawk,cbback,cbfwave,cbfsleep,cbfnod,cbfkiss,cbfjoy,cbfheart,cbfcry,cbfcontent,cbfcheeks,cbfawk,cbfback', '', '0', '', 'c:cb1,b:p1cb2,!:p1asdd', ''),
  764. (346, 'p10', 'Aquatic smilies', 'aquatic', 67108864, 240, 1, 'Is it safe to get back in the water? LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'aquatic,aqanchor,aqbubbles,aqfish,aqseahorse,aqsealove,aqseastar,aqshark,aqsubmarine', '', '0', '', 'b:p1aqbubbles,s:p1aqshark,r:p1aqstar', ''),
  765. (347, 'p10', 'Vacation holydays', 'vacation', 134217728, 300, 0, 'Loading... % LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'vacation,vacsurf,vacsun,vacsprinkler,vacmelt,vaclounger,vacgelato,vacflower,vacdrink,vacball', '', '0', '', 'v:p1vac1,a:p1vac2', ''),
  766. (348, 'p10', 'Sea shell smilies', 'shells', 268435456, 215, 1, 'Sea shells from the sea shore. LIMITED. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'shells,nautilus,pearlshell,seabottle,seastar,shcrab,shell3,shell4,shellfish', '', '0', '', 'N:p1nautilus,P:p1pearlshell,S:p1shells', ''),
  767. (349, 'p10', 'Microbe smilies', 'microbe', 536870912, 350, 1, 'Fun microbe smilies. They are all backs! LIMITED See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'microbe,micr1,micr2,micr3,micr4,micr5,micr6,micr7,micr8,micr9,micr10,petri,spray', '', '0', '', '', ''),
  768. (350, 'p10', 'Balloon FX', 'balloonfx', 1073741824, 250, 1, 'Fun balloon inspired effects. LIMITED See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'balloonfx,baair,balloons,balove,bapop,bapump,basoap,baup,bawater', '', '0', '', '', ''),
  769. (351, 'p10', '351', '350', 2147483648, 250, 1, '', 0, '', '', '0', '', '', ''),
  770. (352, 'p11', 'Poke fun smilies', 'poke', 1, 235, 1, 'Remixable poke, punch, crush smilies and more. LIMITED See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'poke,wallhide,stickprod,raincloud,punching,painocrush,lightningshock,handstretch,pokecrush,clubhit,ballbounce', '', '0', '', '', ''),
  771. (353, 'p11', 'Me Me Me', 'me', 2, 500, 1, 'Make an advanced xat.me page with minimal xat branding. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'me,coding,stylesheet,thisme', '', '0', '', '', ''),
  772. (354, 'p11', 'Transport smilies', 'transport', 4, 270, 1, 'Get your smilies going places See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'trasnport,tboat,tcar,tfuel,tplane,tportal,trocket,ttank,tufo,ttrain', '', '0', '', '', ''),
  773. (355, 'p11', 'Cute lion smilies. ', 'lions', 8, 320, 1, 'Roar. Lion smilies. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'lions,lismile,lisleep,lisad,liplay,lipaw,limad,lilove,lifrus,licry,liconfused,liback', '', '0', '<img class="noresize" width="100" height="100" src="/tema/images/new.png" border="0" title="" alt="undefined">', '', ''),
  774. (356, 'p11', 'Planets ', 'planets', 16, 320, 1, 'Planets smilies. See <a href="http://util.xat.com/wiki/index.php/Powers">wiki for details</a>', 0, 'planets,asteroid,blackhole,jupiter,mars,mercury,moonflag,neptune,pluto,rocket2,saturn,spaceship,themoon,thesun,uranus,venus', '', '0', '<img class="noresize" width="100" height="100" src="/tema/images/new.png" border="0" title="" alt="undefined">', '', '');
  775.  
  776. -- --------------------------------------------------------
  777.  
  778. --
  779. -- Table structure for table `promoted`
  780. --
  781.  
  782. CREATE TABLE IF NOT EXISTS `promoted` (
  783. `id` int(11) NOT NULL AUTO_INCREMENT,
  784. `chat` varchar(25) NOT NULL,
  785. `over` varchar(10) NOT NULL,
  786. `active` int(11) NOT NULL,
  787. `xby` bigint(20) NOT NULL,
  788. `at` varchar(10) NOT NULL,
  789. `price` bigint(20) NOT NULL,
  790. `banner` varchar(255) NOT NULL,
  791. PRIMARY KEY (`id`)
  792. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ;
  793.  
  794. --
  795. -- Dumping data for table `promoted`
  796. --
  797.  
  798. INSERT INTO `promoted` (`id`, `chat`, `over`, `active`, `xby`, `at`, `price`, `banner`) VALUES
  799. (1, 'Trade', '1449970587', 0, 1, '1449884187', 24000, ''),
  800. (2, 'Trade', '1450061858', 0, 1, '1450054658', 2000, ''),
  801. (3, 'Trade', '1450320117', 0, 1, '1450312917', 2000, ''),
  802. (4, 'Trade', '1450473550', 0, 1, '1450387152', 24000, ''),
  803. (5, 'Trade', '1450746459', 0, -2, '1450660059', 24000, ''),
  804. (6, 'Trade', '1451317196', 0, -2, '1451230796', 24000, ''),
  805. (7, 'Trade', '1451513714', 1, -2, '1451427315', 24000, '');
  806.  
  807. -- --------------------------------------------------------
  808.  
  809. --
  810. -- Table structure for table `ranks`
  811. --
  812.  
  813. CREATE TABLE IF NOT EXISTS `ranks` (
  814. `id` int(255) NOT NULL AUTO_INCREMENT COMMENT 'index',
  815. `chatid` bigint(20) NOT NULL,
  816. `userid` bigint(11) NOT NULL,
  817. `f` int(3) NOT NULL,
  818. `tempend` varchar(255) NOT NULL DEFAULT '0',
  819. `badge` varchar(255) NOT NULL,
  820. PRIMARY KEY (`id`)
  821. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=75 ;
  822.  
  823. --
  824. -- Dumping data for table `ranks`
  825. --
  826.  
  827. INSERT INTO `ranks` (`id`, `chatid`, `userid`, `f`, `tempend`, `badge`) VALUES
  828. (10, 2, 10000, 4, '0', ''),
  829. (41, 2, 1, 1, '0', ''),
  830. (59, 2, 815, 4, '0', ''),
  831. (64, 1, 815, 4, '0', ''),
  832. (66, 1, 1, 1, '0', ''),
  833. (67, 25, 1, 5, '0', ''),
  834. (68, 2, -2, 5, '0', ''),
  835. (69, 1, -2, 5, '0', ''),
  836. (70, 26, -2, 1, '0', ''),
  837. (71, 27, -2, 1, '0', ''),
  838. (72, 28, -2, 1, '0', ''),
  839. (73, 29, -2, 1, '0', ''),
  840. (74, 30, -2, 1, '0', '');
  841.  
  842. -- --------------------------------------------------------
  843.  
  844. --
  845. -- Table structure for table `response`
  846. --
  847.  
  848. CREATE TABLE IF NOT EXISTS `response` (
  849. `id` int(11) NOT NULL AUTO_INCREMENT,
  850. `question` varchar(255) NOT NULL,
  851. `answer` varchar(255) NOT NULL,
  852. PRIMARY KEY (`id`)
  853. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
  854.  
  855. --
  856. -- Dumping data for table `response`
  857. --
  858.  
  859. INSERT INTO `response` (`id`, `question`, `answer`) VALUES
  860. (1, 'bot', 'oi [user].'),
  861. (2, 'eae', 'eae [user].'),
  862. (3, 'sexo', 'ai sim hein [user].');
  863.  
  864. -- --------------------------------------------------------
  865.  
  866. --
  867. -- Table structure for table `server`
  868. --
  869.  
  870. CREATE TABLE IF NOT EXISTS `server` (
  871. `index` int(11) NOT NULL AUTO_INCREMENT,
  872. `ipbans` longtext NOT NULL,
  873. `pid` int(255) NOT NULL,
  874. `tax` bigint(255) NOT NULL DEFAULT '0',
  875. `ipc` int(5) NOT NULL,
  876. `connect_ip` text NOT NULL,
  877. `server_ip` text NOT NULL,
  878. `server_pt` int(255) NOT NULL,
  879. `backup_pt` int(255) NOT NULL,
  880. `server_domain` text NOT NULL,
  881. `verification` int(1) NOT NULL,
  882. `starting_xats` int(255) NOT NULL,
  883. `starting_days` int(255) NOT NULL,
  884. `max_per_ip` int(255) NOT NULL,
  885. `max_total` int(255) NOT NULL,
  886. `spam_wait` int(255) NOT NULL,
  887. `staff` text NOT NULL,
  888. `pawns` text NOT NULL,
  889. `pawns2` varchar(255) NOT NULL,
  890. `ixatname` varchar(200) NOT NULL,
  891. `anuncio` varchar(300) NOT NULL,
  892. `special_pawns` text NOT NULL,
  893. PRIMARY KEY (`index`)
  894. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
  895.  
  896. --
  897. -- Dumping data for table `server`
  898. --
  899.  
  900. 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
  901. (1, '', 5856, 0, 51407, 'localhost', '0', 10090, 10090, 'localhost', 0, 250000, 50, 150, 1000, 0, '["-2","1","42","815","69","1000000","2942","2950","3"]', '{"time":1576454400,"r":[381,"p1ranklock"],"s":[383,"p1kstar"],"w":[342,"p1Watering"],"t":[350,"p1pturtle"],"b":[383,"p1kstbonus"],"p":[373,"p1psapphire"],"h":[373,"p1pheart"],"i":[371,"p1big2"],"c":[373,"p1pcrystal"],"m":[368,"p1onmoon"],"a":[377,"p1kandle2"],"d":[383,"p1kstdizzy"],"f":[360,"p1balloonfx"],"C":[171,"p1cat"],"W":[295,"p1winner"],"u":[366,"p1tufo"],"j":[355,"p1nickjump"],"g":[375,"p1glob1"],"l":[375,"p1glob2"],"e":[369,"p1reap2"],"v":[354,"p1vac1"],"F":[317,"p1fireworks2"],"y":[331,"p1supercycle3"],"R":[349,"p1redcard2"],"x":[323,"p1balance"],"B":[324,"p1tbear"],"M":[325,"p1throw"],"o":[379,"p1rovane"],"H":[337,"p1Bloonie"],"J":[337,"p1Blohears"],"1":[341,"p1devil"],"2":[341,"p1kashif"],"3":[341,"p1andre"],"4":[341,"p1shahjee"],"n":[355,"p1nick"],"N":[356,"p1nautilus"],"P":[356,"p1pearlshell"],"S":[356,"p1shells"],"k":[377,"p1kandle1"],"q":[383,"p1stqueen"],"!":[999,""]}', '[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,362,364,365,366,367,368]', 'xat', '', '');
  902.  
  903. -- --------------------------------------------------------
  904.  
  905. --
  906. -- Table structure for table `trade`
  907. --
  908.  
  909. CREATE TABLE IF NOT EXISTS `trade` (
  910. `id` int(255) NOT NULL AUTO_INCREMENT,
  911. `userid` int(255) NOT NULL,
  912. `powerid` int(255) NOT NULL,
  913. `price` int(255) NOT NULL,
  914. `count` bigint(255) NOT NULL,
  915. `private` int(25) NOT NULL DEFAULT '0',
  916. PRIMARY KEY (`id`)
  917. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  918.  
  919. -- --------------------------------------------------------
  920.  
  921. --
  922. -- Table structure for table `transfers`
  923. --
  924.  
  925. CREATE TABLE IF NOT EXISTS `transfers` (
  926. `to` int(255) NOT NULL,
  927. `from` int(255) NOT NULL,
  928. `xats` int(255) NOT NULL,
  929. `days` int(255) NOT NULL,
  930. `timestamp` int(255) NOT NULL
  931. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  932.  
  933. -- --------------------------------------------------------
  934.  
  935. --
  936. -- Table structure for table `userpowers`
  937. --
  938.  
  939. CREATE TABLE IF NOT EXISTS `userpowers` (
  940. `userid` bigint(11) NOT NULL,
  941. `powerid` varchar(255) NOT NULL,
  942. `count` int(11) NOT NULL
  943. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  944.  
  945. --
  946. -- Dumping data for table `userpowers`
  947. --
  948.  
  949. INSERT INTO `userpowers` (`userid`, `powerid`, `count`) VALUES
  950. (815, '0', 1),
  951. (815, '1', 1),
  952. (815, '2', 1),
  953. (815, '3', 1),
  954. (815, '4', 1),
  955. (815, '5', 1),
  956. (815, '6', 1),
  957. (815, '7', 1),
  958. (815, '8', 1),
  959. (815, '9', 1),
  960. (815, '10', 1),
  961. (815, '11', 1),
  962. (815, '12', 1),
  963. (815, '13', 1),
  964. (815, '14', 1),
  965. (815, '15', 1),
  966. (815, '16', 1),
  967. (815, '17', 1),
  968. (815, '18', 1),
  969. (815, '19', 1),
  970. (815, '20', 1),
  971. (815, '21', 1),
  972. (815, '22', 1),
  973. (815, '23', 1),
  974. (815, '24', 1),
  975. (815, '25', 1),
  976. (815, '26', 1),
  977. (815, '27', 1),
  978. (815, '28', 1),
  979. (815, '30', 1),
  980. (815, '32', 1),
  981. (815, '33', 1),
  982. (815, '34', 1),
  983. (815, '35', 1),
  984. (815, '36', 1),
  985. (815, '37', 1),
  986. (815, '38', 1),
  987. (815, '39', 1),
  988. (815, '40', 1),
  989. (815, '41', 1),
  990. (815, '42', 1),
  991. (815, '43', 1),
  992. (815, '44', 1),
  993. (815, '45', 1),
  994. (815, '46', 1),
  995. (815, '47', 1),
  996. (815, '48', 1),
  997. (815, '49', 1),
  998. (815, '50', 1),
  999. (815, '51', 1),
  1000. (815, '52', 1),
  1001. (815, '53', 1),
  1002. (815, '54', 1),
  1003. (815, '55', 1),
  1004. (815, '56', 1),
  1005. (815, '57', 1),
  1006. (815, '58', 1),
  1007. (815, '59', 1),
  1008. (815, '60', 1),
  1009. (815, '61', 1),
  1010. (815, '62', 1),
  1011. (815, '64', 1),
  1012. (815, '65', 1),
  1013. (815, '66', 1),
  1014. (815, '67', 1),
  1015. (815, '68', 1),
  1016. (815, '69', 1),
  1017. (815, '70', 1),
  1018. (815, '71', 1),
  1019. (815, '72', 1),
  1020. (815, '73', 1),
  1021. (815, '74', 1),
  1022. (815, '75', 1),
  1023. (815, '76', 1),
  1024. (815, '77', 1),
  1025. (815, '78', 1),
  1026. (815, '79', 1),
  1027. (815, '80', 1),
  1028. (815, '81', 1),
  1029. (815, '82', 1),
  1030. (815, '83', 1),
  1031. (815, '84', 1),
  1032. (815, '85', 1),
  1033. (815, '86', 1),
  1034. (815, '87', 1),
  1035. (815, '88', 1),
  1036. (815, '89', 1),
  1037. (815, '90', 1),
  1038. (815, '91', 1),
  1039. (815, '92', 1),
  1040. (815, '93', 1),
  1041. (815, '94', 1),
  1042. (815, '96', 1),
  1043. (815, '97', 1),
  1044. (815, '98', 1),
  1045. (815, '99', 1),
  1046. (815, '100', 1),
  1047. (815, '101', 1),
  1048. (815, '102', 1),
  1049. (815, '103', 1),
  1050. (815, '104', 1),
  1051. (815, '105', 1),
  1052. (815, '106', 1),
  1053. (815, '107', 1),
  1054. (815, '108', 1),
  1055. (815, '109', 1),
  1056. (815, '110', 1),
  1057. (815, '111', 1),
  1058. (815, '112', 1),
  1059. (815, '113', 1),
  1060. (815, '114', 1),
  1061. (815, '115', 1),
  1062. (815, '116', 1),
  1063. (815, '117', 1),
  1064. (815, '118', 1),
  1065. (815, '119', 1),
  1066. (815, '120', 1),
  1067. (815, '121', 1),
  1068. (815, '122', 1),
  1069. (815, '123', 1),
  1070. (815, '124', 1),
  1071. (815, '125', 1),
  1072. (815, '126', 1),
  1073. (815, '128', 1),
  1074. (815, '129', 1),
  1075. (815, '130', 1),
  1076. (815, '131', 1),
  1077. (815, '132', 1),
  1078. (815, '133', 1),
  1079. (815, '134', 1),
  1080. (815, '135', 1),
  1081. (815, '136', 1),
  1082. (815, '137', 1),
  1083. (815, '138', 1),
  1084. (815, '139', 1),
  1085. (815, '140', 1),
  1086. (815, '141', 1),
  1087. (815, '142', 1),
  1088. (815, '143', 1),
  1089. (815, '144', 1),
  1090. (815, '145', 1),
  1091. (815, '146', 1),
  1092. (815, '147', 1),
  1093. (815, '148', 1),
  1094. (815, '149', 1),
  1095. (815, '150', 1),
  1096. (815, '151', 1),
  1097. (815, '152', 1),
  1098. (815, '153', 1),
  1099. (815, '154', 1),
  1100. (815, '155', 1),
  1101. (815, '156', 1),
  1102. (815, '157', 1),
  1103. (815, '158', 1),
  1104. (815, '160', 1),
  1105. (815, '161', 1),
  1106. (815, '162', 1),
  1107. (815, '163', 1),
  1108. (815, '164', 1),
  1109. (815, '165', 1),
  1110. (815, '166', 1),
  1111. (815, '167', 1),
  1112. (815, '168', 1),
  1113. (815, '169', 1),
  1114. (815, '170', 1),
  1115. (815, '171', 1),
  1116. (815, '172', 1),
  1117. (815, '173', 1),
  1118. (815, '174', 1),
  1119. (815, '175', 1),
  1120. (815, '176', 1),
  1121. (815, '177', 1),
  1122. (815, '178', 1),
  1123. (815, '179', 1),
  1124. (815, '180', 1),
  1125. (815, '181', 1),
  1126. (815, '182', 1),
  1127. (815, '183', 1),
  1128. (815, '184', 1),
  1129. (815, '185', 1),
  1130. (815, '186', 1),
  1131. (815, '187', 1),
  1132. (815, '188', 1),
  1133. (815, '189', 1),
  1134. (815, '190', 1),
  1135. (815, '192', 1),
  1136. (815, '193', 1),
  1137. (815, '194', 1),
  1138. (815, '195', 1),
  1139. (815, '196', 1),
  1140. (815, '197', 1),
  1141. (815, '198', 1),
  1142. (815, '199', 1),
  1143. (815, '200', 1),
  1144. (815, '201', 1),
  1145. (815, '202', 1),
  1146. (815, '203', 1),
  1147. (815, '204', 1),
  1148. (815, '205', 1),
  1149. (815, '206', 1),
  1150. (815, '207', 1),
  1151. (815, '208', 1),
  1152. (815, '209', 1),
  1153. (815, '210', 1),
  1154. (815, '211', 1),
  1155. (815, '212', 1),
  1156. (815, '213', 1),
  1157. (815, '214', 1),
  1158. (815, '215', 1),
  1159. (815, '216', 1),
  1160. (815, '217', 1),
  1161. (815, '218', 1),
  1162. (815, '219', 1),
  1163. (815, '220', 1),
  1164. (815, '221', 1),
  1165. (815, '222', 1),
  1166. (815, '224', 1),
  1167. (815, '225', 1),
  1168. (815, '226', 1),
  1169. (815, '227', 1),
  1170. (815, '228', 1),
  1171. (815, '229', 1),
  1172. (815, '230', 1),
  1173. (815, '231', 1),
  1174. (815, '232', 1),
  1175. (815, '233', 1),
  1176. (815, '234', 1),
  1177. (815, '235', 1),
  1178. (815, '236', 1),
  1179. (815, '237', 1),
  1180. (815, '238', 1),
  1181. (815, '239', 1),
  1182. (815, '240', 1),
  1183. (815, '241', 1),
  1184. (815, '242', 1),
  1185. (815, '243', 1),
  1186. (815, '244', 1),
  1187. (815, '245', 1),
  1188. (815, '246', 1),
  1189. (815, '247', 1),
  1190. (815, '248', 1),
  1191. (815, '249', 1),
  1192. (815, '250', 1),
  1193. (815, '251', 1),
  1194. (815, '252', 1),
  1195. (815, '253', 1),
  1196. (815, '254', 1),
  1197. (815, '256', 1),
  1198. (815, '257', 1),
  1199. (815, '258', 1),
  1200. (815, '259', 1),
  1201. (815, '260', 1),
  1202. (815, '261', 1),
  1203. (815, '262', 1),
  1204. (815, '263', 1),
  1205. (815, '264', 1),
  1206. (815, '265', 1),
  1207. (815, '266', 1),
  1208. (815, '267', 1),
  1209. (815, '268', 1),
  1210. (815, '269', 1),
  1211. (815, '270', 1),
  1212. (815, '271', 1),
  1213. (815, '272', 1),
  1214. (815, '273', 1),
  1215. (815, '274', 1),
  1216. (815, '275', 1),
  1217. (815, '276', 1),
  1218. (815, '277', 1),
  1219. (815, '278', 1),
  1220. (815, '279', 1),
  1221. (815, '280', 1),
  1222. (815, '281', 1),
  1223. (815, '282', 1),
  1224. (815, '283', 1),
  1225. (815, '284', 1),
  1226. (815, '285', 1),
  1227. (815, '286', 1),
  1228. (815, '288', 1),
  1229. (815, '289', 1),
  1230. (815, '290', 1),
  1231. (815, '291', 1),
  1232. (815, '292', 1),
  1233. (815, '293', 1),
  1234. (815, '294', 1),
  1235. (815, '295', 1),
  1236. (815, '296', 1),
  1237. (815, '297', 1),
  1238. (815, '298', 1),
  1239. (815, '299', 1),
  1240. (815, '300', 1),
  1241. (815, '301', 1),
  1242. (815, '302', 1),
  1243. (815, '303', 1),
  1244. (815, '304', 1),
  1245. (815, '305', 1),
  1246. (815, '306', 1),
  1247. (815, '307', 1),
  1248. (815, '308', 1),
  1249. (815, '309', 1),
  1250. (815, '310', 1),
  1251. (815, '311', 1),
  1252. (815, '312', 1),
  1253. (815, '313', 1),
  1254. (815, '314', 1),
  1255. (815, '315', 1),
  1256. (815, '316', 1),
  1257. (815, '317', 1),
  1258. (815, '318', 1),
  1259. (815, '320', 1),
  1260. (815, '321', 1),
  1261. (815, '322', 1),
  1262. (815, '323', 1),
  1263. (815, '324', 1),
  1264. (815, '325', 1),
  1265. (815, '326', 1),
  1266. (815, '327', 1),
  1267. (815, '328', 1),
  1268. (815, '329', 1),
  1269. (815, '330', 1),
  1270. (815, '331', 1),
  1271. (815, '332', 1),
  1272. (815, '333', 1),
  1273. (815, '334', 1),
  1274. (815, '336', 1),
  1275. (815, '337', 1),
  1276. (815, '338', 1),
  1277. (815, '339', 1),
  1278. (815, '340', 1),
  1279. (815, '341', 1),
  1280. (815, '342', 1),
  1281. (815, '343', 1),
  1282. (815, '344', 1),
  1283. (815, '345', 1),
  1284. (815, '346', 1),
  1285. (815, '347', 1),
  1286. (815, '348', 1),
  1287. (815, '349', 1),
  1288. (815, '350', 1),
  1289. (815, '352', 1),
  1290. (815, '353', 1),
  1291. (815, '354', 1),
  1292. (815, '355', 1),
  1293. (815, '356', 1),
  1294. (815, '357', 1),
  1295. (815, '358', 1),
  1296. (815, '359', 1),
  1297. (815, '360', 1),
  1298. (815, '361', 1),
  1299. (815, '362', 1),
  1300. (815, '363', 1),
  1301. (815, '364', 1),
  1302. (815, '365', 1),
  1303. (815, '366', 1),
  1304. (815, '367', 1),
  1305. (815, '368', 1),
  1306. (815, '369', 1),
  1307. (815, '370', 1),
  1308. (815, '371', 1),
  1309. (815, '372', 1),
  1310. (815, '373', 1),
  1311. (815, '374', 1),
  1312. (815, '375', 1),
  1313. (815, '376', 1),
  1314. (815, '377', 1),
  1315. (815, '378', 1),
  1316. (815, '379', 1),
  1317. (815, '380', 1),
  1318. (815, '381', 1),
  1319. (815, '382', 1),
  1320. (815, '385', 1),
  1321. (815, '386', 1),
  1322. (815, '387', 1),
  1323. (1, '0', 1),
  1324. (1, '1', 1),
  1325. (1, '2', 1),
  1326. (1, '3', 1),
  1327. (1, '4', 1),
  1328. (1, '5', 1),
  1329. (1, '6', 1),
  1330. (1, '7', 1),
  1331. (1, '8', 1),
  1332. (1, '9', 1),
  1333. (1, '10', 1),
  1334. (1, '11', 1),
  1335. (1, '12', 1),
  1336. (1, '13', 1),
  1337. (1, '14', 1),
  1338. (1, '15', 1),
  1339. (1, '16', 1),
  1340. (1, '17', 1),
  1341. (1, '18', 1),
  1342. (1, '19', 1),
  1343. (1, '20', 1),
  1344. (1, '21', 1),
  1345. (1, '22', 1),
  1346. (1, '23', 1),
  1347. (1, '24', 1),
  1348. (1, '25', 1),
  1349. (1, '26', 1),
  1350. (1, '27', 1),
  1351. (1, '28', 1),
  1352. (1, '29', 1),
  1353. (1, '30', 1),
  1354. (1, '32', 1),
  1355. (1, '33', 1),
  1356. (1, '34', 1),
  1357. (1, '35', 1),
  1358. (1, '36', 1),
  1359. (1, '37', 1),
  1360. (1, '38', 1),
  1361. (1, '39', 1),
  1362. (1, '40', 1),
  1363. (1, '41', 1),
  1364. (1, '42', 1),
  1365. (1, '43', 1),
  1366. (1, '44', 1),
  1367. (1, '45', 1),
  1368. (1, '46', 1),
  1369. (1, '47', 1),
  1370. (1, '48', 1),
  1371. (1, '49', 1),
  1372. (1, '50', 1),
  1373. (1, '51', 1),
  1374. (1, '52', 1),
  1375. (1, '53', 1),
  1376. (1, '54', 1),
  1377. (1, '55', 1),
  1378. (1, '56', 1),
  1379. (1, '57', 1),
  1380. (1, '58', 1),
  1381. (1, '59', 1),
  1382. (1, '60', 1),
  1383. (1, '61', 1),
  1384. (1, '62', 1),
  1385. (1, '64', 1),
  1386. (1, '65', 1),
  1387. (1, '66', 1),
  1388. (1, '67', 1),
  1389. (1, '68', 1),
  1390. (1, '69', 1),
  1391. (1, '70', 1),
  1392. (1, '71', 1),
  1393. (1, '72', 1),
  1394. (1, '73', 1),
  1395. (1, '74', 1),
  1396. (1, '75', 1),
  1397. (1, '76', 1),
  1398. (1, '77', 1),
  1399. (1, '78', 1),
  1400. (1, '79', 1),
  1401. (1, '80', 1),
  1402. (1, '81', 1),
  1403. (1, '82', 1),
  1404. (1, '83', 1),
  1405. (1, '84', 1),
  1406. (1, '85', 1),
  1407. (1, '86', 1),
  1408. (1, '87', 1),
  1409. (1, '88', 1),
  1410. (1, '89', 1),
  1411. (1, '90', 1),
  1412. (1, '91', 1),
  1413. (1, '92', 1),
  1414. (1, '93', 1),
  1415. (1, '94', 1),
  1416. (1, '96', 1),
  1417. (1, '97', 1),
  1418. (1, '98', 1),
  1419. (1, '99', 1),
  1420. (1, '100', 1),
  1421. (1, '101', 1),
  1422. (1, '102', 1),
  1423. (1, '103', 1),
  1424. (1, '104', 1),
  1425. (1, '105', 1),
  1426. (1, '106', 1),
  1427. (1, '107', 1),
  1428. (1, '108', 1),
  1429. (1, '109', 1),
  1430. (1, '110', 1),
  1431. (1, '111', 1),
  1432. (1, '112', 1),
  1433. (1, '113', 1),
  1434. (1, '114', 1),
  1435. (1, '115', 1),
  1436. (1, '116', 1),
  1437. (1, '117', 1),
  1438. (1, '118', 1),
  1439. (1, '119', 1),
  1440. (1, '120', 1),
  1441. (1, '121', 1),
  1442. (1, '122', 1),
  1443. (1, '123', 1),
  1444. (1, '124', 1),
  1445. (1, '125', 1),
  1446. (1, '126', 1),
  1447. (1, '128', 1),
  1448. (1, '129', 1),
  1449. (1, '130', 1),
  1450. (1, '131', 1),
  1451. (1, '132', 1),
  1452. (1, '133', 1),
  1453. (1, '134', 1),
  1454. (1, '135', 1),
  1455. (1, '136', 1),
  1456. (1, '137', 1),
  1457. (1, '138', 1),
  1458. (1, '139', 1),
  1459. (1, '140', 1),
  1460. (1, '141', 1),
  1461. (1, '142', 1),
  1462. (1, '143', 1),
  1463. (1, '144', 1),
  1464. (1, '145', 1),
  1465. (1, '146', 1),
  1466. (1, '147', 1),
  1467. (1, '148', 1),
  1468. (1, '149', 1),
  1469. (1, '150', 1),
  1470. (1, '151', 1),
  1471. (1, '152', 1),
  1472. (1, '153', 1),
  1473. (1, '154', 1),
  1474. (1, '155', 1),
  1475. (1, '156', 1),
  1476. (1, '157', 1),
  1477. (1, '158', 1),
  1478. (1, '160', 1),
  1479. (1, '161', 1),
  1480. (1, '162', 1),
  1481. (1, '163', 1),
  1482. (1, '164', 1),
  1483. (1, '165', 1),
  1484. (1, '166', 1),
  1485. (1, '167', 1),
  1486. (1, '168', 1),
  1487. (1, '169', 1),
  1488. (1, '170', 1),
  1489. (1, '171', 1),
  1490. (1, '172', 1),
  1491. (1, '173', 1),
  1492. (1, '174', 1),
  1493. (1, '175', 1),
  1494. (1, '176', 1),
  1495. (1, '177', 1),
  1496. (1, '178', 1),
  1497. (1, '179', 1),
  1498. (1, '180', 1),
  1499. (1, '181', 1),
  1500. (1, '182', 1),
  1501. (1, '183', 1),
  1502. (1, '184', 1),
  1503. (1, '185', 1),
  1504. (1, '186', 1),
  1505. (1, '187', 1),
  1506. (1, '188', 1),
  1507. (1, '189', 1),
  1508. (1, '190', 1),
  1509. (1, '192', 1),
  1510. (1, '193', 1),
  1511. (1, '194', 1),
  1512. (1, '195', 1),
  1513. (1, '196', 1),
  1514. (1, '197', 1),
  1515. (1, '198', 1),
  1516. (1, '199', 1),
  1517. (1, '200', 1),
  1518. (1, '201', 1),
  1519. (1, '202', 1),
  1520. (1, '203', 1),
  1521. (1, '204', 1),
  1522. (1, '205', 1),
  1523. (1, '206', 1),
  1524. (1, '207', 1),
  1525. (1, '208', 1),
  1526. (1, '210', 1),
  1527. (1, '211', 1),
  1528. (1, '212', 1),
  1529. (1, '213', 1),
  1530. (1, '214', 1),
  1531. (1, '215', 1),
  1532. (1, '216', 1),
  1533. (1, '217', 1),
  1534. (1, '218', 1),
  1535. (1, '219', 1),
  1536. (1, '220', 1),
  1537. (1, '221', 1),
  1538. (1, '222', 1),
  1539. (1, '224', 1),
  1540. (1, '225', 1),
  1541. (1, '226', 1),
  1542. (1, '227', 1),
  1543. (1, '228', 1),
  1544. (1, '229', 1),
  1545. (1, '230', 1),
  1546. (1, '231', 1),
  1547. (1, '232', 1),
  1548. (1, '233', 1),
  1549. (1, '234', 1),
  1550. (1, '235', 1),
  1551. (1, '236', 1),
  1552. (1, '237', 1),
  1553. (1, '238', 1),
  1554. (1, '239', 1),
  1555. (1, '240', 1),
  1556. (1, '241', 1),
  1557. (1, '242', 1),
  1558. (1, '243', 1),
  1559. (1, '244', 1),
  1560. (1, '245', 1),
  1561. (1, '246', 1),
  1562. (1, '247', 1),
  1563. (1, '248', 1),
  1564. (1, '249', 1),
  1565. (1, '250', 1),
  1566. (1, '251', 1),
  1567. (1, '252', 1),
  1568. (1, '253', 1),
  1569. (1, '254', 1),
  1570. (1, '256', 1),
  1571. (1, '257', 1),
  1572. (1, '258', 1),
  1573. (1, '259', 1),
  1574. (1, '260', 1),
  1575. (1, '261', 1),
  1576. (1, '262', 1),
  1577. (1, '263', 1),
  1578. (1, '264', 1),
  1579. (1, '265', 1),
  1580. (1, '266', 1),
  1581. (1, '267', 1),
  1582. (1, '268', 1),
  1583. (1, '269', 1),
  1584. (1, '270', 1),
  1585. (1, '271', 1),
  1586. (1, '272', 1),
  1587. (1, '273', 1),
  1588. (1, '274', 1),
  1589. (1, '275', 1),
  1590. (1, '276', 1),
  1591. (1, '277', 1),
  1592. (1, '278', 1),
  1593. (1, '279', 1),
  1594. (1, '280', 1),
  1595. (1, '281', 1),
  1596. (1, '282', 1),
  1597. (1, '283', 1),
  1598. (1, '284', 1),
  1599. (1, '285', 1),
  1600. (1, '286', 1),
  1601. (1, '288', 1),
  1602. (1, '289', 1),
  1603. (1, '290', 1),
  1604. (1, '291', 1),
  1605. (1, '292', 1),
  1606. (1, '293', 1),
  1607. (1, '294', 1),
  1608. (1, '295', 1),
  1609. (1, '296', 1),
  1610. (1, '297', 1),
  1611. (1, '298', 1),
  1612. (1, '299', 1),
  1613. (1, '300', 1),
  1614. (1, '301', 1),
  1615. (1, '302', 1),
  1616. (1, '303', 1),
  1617. (1, '304', 1),
  1618. (1, '305', 1),
  1619. (1, '306', 1),
  1620. (1, '307', 1),
  1621. (1, '308', 1),
  1622. (1, '309', 1),
  1623. (1, '310', 1),
  1624. (1, '311', 1),
  1625. (1, '312', 1),
  1626. (1, '313', 1),
  1627. (1, '314', 1),
  1628. (1, '315', 1),
  1629. (1, '316', 1),
  1630. (1, '317', 1),
  1631. (1, '318', 1),
  1632. (1, '320', 1),
  1633. (1, '321', 1),
  1634. (1, '322', 1),
  1635. (1, '323', 1),
  1636. (1, '324', 1),
  1637. (1, '325', 1),
  1638. (1, '326', 1),
  1639. (1, '327', 1),
  1640. (1, '328', 1),
  1641. (1, '329', 1),
  1642. (1, '330', 1),
  1643. (1, '331', 1),
  1644. (1, '332', 1),
  1645. (1, '333', 1),
  1646. (1, '334', 1),
  1647. (1, '335', 1),
  1648. (1, '336', 1),
  1649. (1, '337', 1),
  1650. (1, '338', 1),
  1651. (1, '339', 1),
  1652. (1, '340', 1),
  1653. (1, '341', 1),
  1654. (1, '342', 1),
  1655. (1, '343', 1),
  1656. (1, '344', 1),
  1657. (1, '345', 1),
  1658. (1, '346', 1),
  1659. (1, '347', 1),
  1660. (1, '348', 1),
  1661. (1, '349', 1),
  1662. (1, '350', 1),
  1663. (1, '352', 1),
  1664. (1, '353', 1),
  1665. (1, '354', 1),
  1666. (1, '355', 1),
  1667. (1, '356', 1),
  1668. (1, '357', 1),
  1669. (1, '358', 1),
  1670. (1, '359', 1),
  1671. (1, '360', 1),
  1672. (1, '361', 1),
  1673. (1, '362', 1),
  1674. (1, '363', 1),
  1675. (1, '364', 1),
  1676. (1, '365', 1),
  1677. (1, '366', 1),
  1678. (1, '367', 1),
  1679. (1, '368', 1),
  1680. (1, '369', 1),
  1681. (1, '370', 1),
  1682. (1, '371', 1),
  1683. (1, '372', 1),
  1684. (1, '373', 1),
  1685. (1, '374', 1),
  1686. (1, '375', 1),
  1687. (1, '376', 1),
  1688. (1, '377', 1),
  1689. (1, '378', 1),
  1690. (1, '379', 1),
  1691. (1, '380', 1),
  1692. (1, '381', 1),
  1693. (1, '382', 1),
  1694. (1, '385', 1),
  1695. (1, '386', 1),
  1696. (1, '387', 1),
  1697. (-2, '0', 1),
  1698. (-2, '1', 1),
  1699. (-2, '2', 1),
  1700. (-2, '3', 1),
  1701. (-2, '4', 1),
  1702. (-2, '5', 1),
  1703. (-2, '6', 1),
  1704. (-2, '7', 1),
  1705. (-2, '8', 1),
  1706. (-2, '9', 1),
  1707. (-2, '10', 1),
  1708. (-2, '11', 1),
  1709. (-2, '12', 1),
  1710. (-2, '13', 1),
  1711. (-2, '14', 1),
  1712. (-2, '15', 1),
  1713. (-2, '16', 1),
  1714. (-2, '17', 1),
  1715. (-2, '18', 1),
  1716. (-2, '19', 1),
  1717. (-2, '20', 1),
  1718. (-2, '21', 1),
  1719. (-2, '22', 1),
  1720. (-2, '23', 1),
  1721. (-2, '24', 1),
  1722. (-2, '25', 1),
  1723. (-2, '26', 1),
  1724. (-2, '27', 1),
  1725. (-2, '28', 1),
  1726. (-2, '29', 1),
  1727. (-2, '30', 1),
  1728. (-2, '32', 1),
  1729. (-2, '33', 1),
  1730. (-2, '34', 1),
  1731. (-2, '35', 1),
  1732. (-2, '36', 1),
  1733. (-2, '37', 1),
  1734. (-2, '38', 1),
  1735. (-2, '39', 1),
  1736. (-2, '40', 1),
  1737. (-2, '41', 1),
  1738. (-2, '42', 1),
  1739. (-2, '43', 1),
  1740. (-2, '44', 1),
  1741. (-2, '45', 1),
  1742. (-2, '46', 1),
  1743. (-2, '47', 1),
  1744. (-2, '48', 1),
  1745. (-2, '49', 1),
  1746. (-2, '50', 1),
  1747. (-2, '51', 1),
  1748. (-2, '52', 1),
  1749. (-2, '53', 1),
  1750. (-2, '54', 1),
  1751. (-2, '55', 1),
  1752. (-2, '56', 1),
  1753. (-2, '57', 1),
  1754. (-2, '58', 1),
  1755. (-2, '59', 1),
  1756. (-2, '60', 1),
  1757. (-2, '61', 1),
  1758. (-2, '62', 1),
  1759. (-2, '64', 1),
  1760. (-2, '65', 1),
  1761. (-2, '66', 1),
  1762. (-2, '67', 1),
  1763. (-2, '68', 1),
  1764. (-2, '69', 1),
  1765. (-2, '70', 1),
  1766. (-2, '71', 1),
  1767. (-2, '72', 1),
  1768. (-2, '73', 1),
  1769. (-2, '74', 1),
  1770. (-2, '75', 1),
  1771. (-2, '76', 1),
  1772. (-2, '77', 1),
  1773. (-2, '78', 1),
  1774. (-2, '79', 1),
  1775. (-2, '80', 1),
  1776. (-2, '81', 1),
  1777. (-2, '82', 1),
  1778. (-2, '83', 1),
  1779. (-2, '84', 1),
  1780. (-2, '85', 1),
  1781. (-2, '86', 1),
  1782. (-2, '87', 1),
  1783. (-2, '88', 1),
  1784. (-2, '89', 1),
  1785. (-2, '90', 1),
  1786. (-2, '91', 1),
  1787. (-2, '92', 1),
  1788. (-2, '93', 1),
  1789. (-2, '94', 1),
  1790. (-2, '96', 1),
  1791. (-2, '97', 1),
  1792. (-2, '98', 1),
  1793. (-2, '99', 1),
  1794. (-2, '100', 1),
  1795. (-2, '101', 1),
  1796. (-2, '102', 1),
  1797. (-2, '103', 1),
  1798. (-2, '104', 1),
  1799. (-2, '105', 1),
  1800. (-2, '106', 1),
  1801. (-2, '107', 1),
  1802. (-2, '108', 1),
  1803. (-2, '109', 1),
  1804. (-2, '110', 1),
  1805. (-2, '111', 1),
  1806. (-2, '112', 1),
  1807. (-2, '113', 1),
  1808. (-2, '114', 1),
  1809. (-2, '115', 1),
  1810. (-2, '116', 1),
  1811. (-2, '117', 1),
  1812. (-2, '118', 1),
  1813. (-2, '119', 1),
  1814. (-2, '120', 1),
  1815. (-2, '121', 1),
  1816. (-2, '122', 1),
  1817. (-2, '123', 1),
  1818. (-2, '124', 1),
  1819. (-2, '125', 1),
  1820. (-2, '126', 1),
  1821. (-2, '128', 1),
  1822. (-2, '129', 1),
  1823. (-2, '130', 1),
  1824. (-2, '131', 1),
  1825. (-2, '132', 1),
  1826. (-2, '133', 1),
  1827. (-2, '134', 1),
  1828. (-2, '135', 1),
  1829. (-2, '136', 1),
  1830. (-2, '137', 1),
  1831. (-2, '138', 1),
  1832. (-2, '139', 1),
  1833. (-2, '140', 1),
  1834. (-2, '141', 1),
  1835. (-2, '142', 1),
  1836. (-2, '143', 1),
  1837. (-2, '144', 1),
  1838. (-2, '145', 1),
  1839. (-2, '146', 1),
  1840. (-2, '147', 1),
  1841. (-2, '148', 1),
  1842. (-2, '149', 1),
  1843. (-2, '150', 1),
  1844. (-2, '151', 1),
  1845. (-2, '152', 1),
  1846. (-2, '153', 1),
  1847. (-2, '154', 1),
  1848. (-2, '155', 1),
  1849. (-2, '156', 1),
  1850. (-2, '157', 1),
  1851. (-2, '158', 1),
  1852. (-2, '160', 1),
  1853. (-2, '161', 1),
  1854. (-2, '162', 1),
  1855. (-2, '163', 1),
  1856. (-2, '164', 1),
  1857. (-2, '165', 1),
  1858. (-2, '166', 1),
  1859. (-2, '167', 1),
  1860. (-2, '168', 1),
  1861. (-2, '169', 1),
  1862. (-2, '170', 1),
  1863. (-2, '171', 1),
  1864. (-2, '172', 1),
  1865. (-2, '173', 1),
  1866. (-2, '174', 1),
  1867. (-2, '175', 1),
  1868. (-2, '176', 1),
  1869. (-2, '177', 1),
  1870. (-2, '178', 1),
  1871. (-2, '179', 1),
  1872. (-2, '180', 1),
  1873. (-2, '181', 1),
  1874. (-2, '182', 1),
  1875. (-2, '183', 1),
  1876. (-2, '184', 1),
  1877. (-2, '185', 1),
  1878. (-2, '186', 1),
  1879. (-2, '187', 1),
  1880. (-2, '188', 1),
  1881. (-2, '189', 1),
  1882. (-2, '190', 1),
  1883. (-2, '192', 1),
  1884. (-2, '193', 1),
  1885. (-2, '194', 1),
  1886. (-2, '195', 1),
  1887. (-2, '196', 1),
  1888. (-2, '197', 1),
  1889. (-2, '198', 1),
  1890. (-2, '199', 1),
  1891. (-2, '200', 1),
  1892. (-2, '201', 1),
  1893. (-2, '202', 1),
  1894. (-2, '203', 1),
  1895. (-2, '204', 1),
  1896. (-2, '205', 1),
  1897. (-2, '206', 1),
  1898. (-2, '207', 1),
  1899. (-2, '208', 1),
  1900. (-2, '210', 1),
  1901. (-2, '211', 1),
  1902. (-2, '212', 1),
  1903. (-2, '213', 1),
  1904. (-2, '214', 1),
  1905. (-2, '215', 1),
  1906. (-2, '216', 1),
  1907. (-2, '217', 1),
  1908. (-2, '218', 1),
  1909. (-2, '219', 1),
  1910. (-2, '220', 1),
  1911. (-2, '221', 1),
  1912. (-2, '222', 1),
  1913. (-2, '224', 1),
  1914. (-2, '225', 1),
  1915. (-2, '226', 1),
  1916. (-2, '227', 1),
  1917. (-2, '228', 1),
  1918. (-2, '229', 1),
  1919. (-2, '230', 1),
  1920. (-2, '231', 1),
  1921. (-2, '232', 1),
  1922. (-2, '233', 1),
  1923. (-2, '234', 1),
  1924. (-2, '235', 1),
  1925. (-2, '236', 1),
  1926. (-2, '237', 1),
  1927. (-2, '238', 1),
  1928. (-2, '239', 1),
  1929. (-2, '240', 1),
  1930. (-2, '241', 1),
  1931. (-2, '242', 1),
  1932. (-2, '243', 1),
  1933. (-2, '244', 1),
  1934. (-2, '245', 1),
  1935. (-2, '246', 1),
  1936. (-2, '247', 1),
  1937. (-2, '248', 1),
  1938. (-2, '249', 1),
  1939. (-2, '250', 1),
  1940. (-2, '251', 1),
  1941. (-2, '252', 1),
  1942. (-2, '253', 1),
  1943. (-2, '254', 1),
  1944. (-2, '256', 1),
  1945. (-2, '257', 1),
  1946. (-2, '258', 1),
  1947. (-2, '259', 1),
  1948. (-2, '260', 1),
  1949. (-2, '261', 1),
  1950. (-2, '262', 1),
  1951. (-2, '263', 1),
  1952. (-2, '264', 1),
  1953. (-2, '265', 1),
  1954. (-2, '266', 1),
  1955. (-2, '267', 1),
  1956. (-2, '268', 1),
  1957. (-2, '269', 1),
  1958. (-2, '270', 1),
  1959. (-2, '271', 1),
  1960. (-2, '272', 1),
  1961. (-2, '273', 1),
  1962. (-2, '274', 1),
  1963. (-2, '275', 1),
  1964. (-2, '276', 1),
  1965. (-2, '277', 1),
  1966. (-2, '278', 1),
  1967. (-2, '279', 1),
  1968. (-2, '280', 1),
  1969. (-2, '281', 1),
  1970. (-2, '282', 1),
  1971. (-2, '283', 1),
  1972. (-2, '284', 1),
  1973. (-2, '285', 1),
  1974. (-2, '286', 1),
  1975. (-2, '288', 1),
  1976. (-2, '289', 1),
  1977. (-2, '290', 1),
  1978. (-2, '291', 1),
  1979. (-2, '292', 1),
  1980. (-2, '293', 1),
  1981. (-2, '294', 1),
  1982. (-2, '295', 1),
  1983. (-2, '296', 1),
  1984. (-2, '297', 1),
  1985. (-2, '298', 1),
  1986. (-2, '299', 1),
  1987. (-2, '300', 1),
  1988. (-2, '301', 1),
  1989. (-2, '302', 1),
  1990. (-2, '303', 1),
  1991. (-2, '304', 1),
  1992. (-2, '305', 1),
  1993. (-2, '306', 1),
  1994. (-2, '307', 1),
  1995. (-2, '308', 1),
  1996. (-2, '309', 1),
  1997. (-2, '310', 1),
  1998. (-2, '311', 1),
  1999. (-2, '312', 1),
  2000. (-2, '313', 1),
  2001. (-2, '314', 1),
  2002. (-2, '315', 1),
  2003. (-2, '316', 1),
  2004. (-2, '317', 1),
  2005. (-2, '318', 1),
  2006. (-2, '320', 1),
  2007. (-2, '321', 1),
  2008. (-2, '322', 1),
  2009. (-2, '323', 1),
  2010. (-2, '324', 1),
  2011. (-2, '325', 1),
  2012. (-2, '326', 1),
  2013. (-2, '327', 1),
  2014. (-2, '328', 1),
  2015. (-2, '329', 1),
  2016. (-2, '330', 1),
  2017. (-2, '331', 1),
  2018. (-2, '332', 1),
  2019. (-2, '333', 1),
  2020. (-2, '334', 1),
  2021. (-2, '335', 1),
  2022. (-2, '336', 1),
  2023. (-2, '337', 1),
  2024. (-2, '338', 1),
  2025. (-2, '339', 1),
  2026. (-2, '340', 1),
  2027. (-2, '341', 1),
  2028. (-2, '342', 1),
  2029. (-2, '343', 1),
  2030. (-2, '344', 1),
  2031. (-2, '345', 1),
  2032. (-2, '346', 1),
  2033. (-2, '347', 1),
  2034. (-2, '348', 1),
  2035. (-2, '349', 1),
  2036. (-2, '350', 1),
  2037. (-2, '352', 1),
  2038. (-2, '353', 1),
  2039. (-2, '354', 1),
  2040. (-2, '355', 1),
  2041. (-2, '356', 1),
  2042. (-2, '357', 1),
  2043. (-2, '358', 1),
  2044. (-2, '359', 1),
  2045. (-2, '360', 1),
  2046. (-2, '361', 1),
  2047. (-2, '362', 1),
  2048. (-2, '363', 1),
  2049. (-2, '364', 1),
  2050. (-2, '365', 1),
  2051. (-2, '366', 1),
  2052. (-2, '367', 1),
  2053. (-2, '368', 1),
  2054. (-2, '369', 1),
  2055. (-2, '370', 1),
  2056. (-2, '371', 1),
  2057. (-2, '372', 1),
  2058. (-2, '373', 1),
  2059. (-2, '374', 1),
  2060. (-2, '375', 1),
  2061. (-2, '376', 1),
  2062. (-2, '377', 1),
  2063. (-2, '378', 1),
  2064. (-2, '379', 1),
  2065. (-2, '380', 1),
  2066. (-2, '381', 1),
  2067. (-2, '382', 1),
  2068. (-2, '385', 1),
  2069. (-2, '386', 1),
  2070. (-2, '387', 1);
  2071.  
  2072. -- --------------------------------------------------------
  2073.  
  2074. --
  2075. -- Table structure for table `users`
  2076. --
  2077.  
  2078. CREATE TABLE IF NOT EXISTS `users` (
  2079. `id` bigint(255) NOT NULL AUTO_INCREMENT,
  2080. `username` varchar(255) NOT NULL,
  2081. `nickname` varchar(255) NOT NULL,
  2082. `password` varchar(255) NOT NULL,
  2083. `passok` varchar(255) NOT NULL,
  2084. `avatar` varchar(255) NOT NULL,
  2085. `url` varchar(255) NOT NULL,
  2086. `k` int(255) NOT NULL,
  2087. `k2` int(255) NOT NULL,
  2088. `k3` int(255) NOT NULL,
  2089. `d0` int(11) NOT NULL DEFAULT '0',
  2090. `d2` int(11) NOT NULL DEFAULT '0',
  2091. `bride` varchar(255) NOT NULL,
  2092. `xats` bigint(255) NOT NULL,
  2093. `reserve` bigint(255) NOT NULL,
  2094. `credit` bigint(255) NOT NULL,
  2095. `days` bigint(255) NOT NULL,
  2096. `email` varchar(999) NOT NULL,
  2097. `powers` varchar(255) NOT NULL,
  2098. `enabled` varchar(255) NOT NULL,
  2099. `dO` longtext NOT NULL,
  2100. `cloneid` int(11) NOT NULL DEFAULT '0',
  2101. `desc` longtext NOT NULL COMMENT 'xatspace shit',
  2102. `embed` longtext NOT NULL,
  2103. `xatspaceBG` varchar(255) NOT NULL,
  2104. `transferblock` int(32) NOT NULL,
  2105. `connectedlast` varchar(200) NOT NULL,
  2106. `referrals` int(10) NOT NULL DEFAULT '0',
  2107. `active` int(255) NOT NULL DEFAULT '0',
  2108. `subscriber` int(1) NOT NULL DEFAULT '0',
  2109. `rank` int(1) NOT NULL DEFAULT '1',
  2110. `loginKey` text NOT NULL,
  2111. `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}}',
  2112. `custpawn` varchar(55) NOT NULL DEFAULT 'off',
  2113. `trolls` text NOT NULL,
  2114. `fundal` text NOT NULL,
  2115. `info` text NOT NULL,
  2116. `css` longtext NOT NULL,
  2117. `html` text NOT NULL,
  2118. `html2` text NOT NULL,
  2119. `displayName` varchar(255) NOT NULL,
  2120. PRIMARY KEY (`id`)
  2121. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
  2122.  
  2123. --
  2124. -- Dumping data for table `users`
  2125. --
  2126.  
  2127. INSERT INTO `users` (`id`, `username`, `nickname`, `password`, `passok`, `avatar`, `url`, `k`, `k2`, `k3`, `d0`, `d2`, `bride`, `xats`, `reserve`, `credit`, `days`, `email`, `powers`, `enabled`, `dO`, `cloneid`, `desc`, `embed`, `xatspaceBG`, `transferblock`, `connectedlast`, `referrals`, `active`, `subscriber`, `rank`, `loginKey`, `xavi`, `custpawn`, `trolls`, `fundal`, `info`, `css`, `html`, `html2`, `displayName`) VALUES
  2128. (0, '', '', '', '', '', '', 0, 0, 0, 0, 0, '', 0, 0, 0, 0, '', '', '', '', 0, '', '', '', 0, '', 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', '', '', '', '', '', '', '');
  2129.  
  2130. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  2131. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  2132. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Add Comment
Please, Sign In to add comment