Guest User

Untitled

a guest
Jun 18th, 2016
3,881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 357.85 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: Jun 18, 2016 at 04:25 PM
  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: `ixat`
  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, 'Emma', '123', 'roxat@mail.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. `Test` varchar(255) DEFAULT NULL
  54. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  55.  
  56. -- --------------------------------------------------------
  57.  
  58. --
  59. -- Table structure for table `banner`
  60. --
  61.  
  62. CREATE TABLE IF NOT EXISTS `banner` (
  63. `id` int(11) NOT NULL AUTO_INCREMENT,
  64. `chat` varchar(25) NOT NULL,
  65. `banner` varchar(255) NOT NULL,
  66. `over` varchar(10) NOT NULL,
  67. `active` int(11) NOT NULL,
  68. `xby` bigint(20) NOT NULL,
  69. `at` varchar(10) NOT NULL,
  70. `price` bigint(20) NOT NULL,
  71. `user` varchar(255) NOT NULL,
  72. PRIMARY KEY (`id`)
  73. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=41 ;
  74.  
  75. --
  76. -- Dumping data for table `banner`
  77. --
  78.  
  79. INSERT INTO `banner` (`id`, `chat`, `banner`, `over`, `active`, `xby`, `at`, `price`, `user`) VALUES
  80. (40, 'store', 'http://i.imgur.com/owqUM4W.jpg', '1466103083', 1, 1, '1466095883', 2000, '');
  81.  
  82. -- --------------------------------------------------------
  83.  
  84. --
  85. -- Table structure for table `bans`
  86. --
  87.  
  88. CREATE TABLE IF NOT EXISTS `bans` (
  89. `index` int(255) NOT NULL AUTO_INCREMENT,
  90. `chatid` int(11) NOT NULL,
  91. `userid` varchar(255) NOT NULL,
  92. `unbandate` bigint(255) NOT NULL,
  93. `ip` varchar(15) NOT NULL,
  94. `type` text NOT NULL,
  95. PRIMARY KEY (`index`),
  96. KEY `chatid` (`chatid`)
  97. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  98.  
  99. -- --------------------------------------------------------
  100.  
  101. --
  102. -- Table structure for table `bots`
  103. --
  104.  
  105. CREATE TABLE IF NOT EXISTS `bots` (
  106. `username` varchar(225) NOT NULL,
  107. `password` varchar(225) NOT NULL,
  108. `id` int(11) NOT NULL,
  109. `name` varchar(225) NOT NULL,
  110. `avatar` varchar(255) NOT NULL,
  111. `homepage` varchar(225) NOT NULL,
  112. `ticklemsg` varchar(225) NOT NULL,
  113. `autoguest` enum('0','1') DEFAULT NULL,
  114. `automember` enum('0','1') NOT NULL,
  115. `autowelcome` varchar(225) NOT NULL,
  116. `botpion` enum('1','0') NOT NULL,
  117. `admins` varchar(225) NOT NULL,
  118. `room` varchar(255) NOT NULL,
  119. PRIMARY KEY (`id`)
  120. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  121.  
  122. --
  123. -- Dumping data for table `bots`
  124. --
  125.  
  126. INSERT INTO `bots` (`username`, `password`, `id`, `name`, `avatar`, `homepage`, `ticklemsg`, `autoguest`, `automember`, `autowelcome`, `botpion`, `admins`, `room`) VALUES
  127. ('emm', 'Pass', 2, 'Tasukete(glow#66CCFF#FFFFFF)(hat#rB#g)##i have a kokoro', 'http://i.imgur.com/LLXYBOo.png', '', 'What you want from me? (D)', '0', '1', 'Welcome to [chat] - [user]!', '1', '["1","1000137"]', 'Chat');
  128.  
  129. -- --------------------------------------------------------
  130.  
  131. --
  132. -- Table structure for table `chats`
  133. --
  134.  
  135. CREATE TABLE IF NOT EXISTS `chats` (
  136. `id` int(255) NOT NULL AUTO_INCREMENT,
  137. `name` varchar(255) NOT NULL,
  138. `nume` varchar(200) NOT NULL,
  139. `npass` text NOT NULL,
  140. `npass2` varchar(255) NOT NULL,
  141. `desc` varchar(255) NOT NULL,
  142. `tags` varchar(255) NOT NULL,
  143. `url` varchar(255) NOT NULL,
  144. `bg` varchar(255) NOT NULL,
  145. `outter` varchar(255) NOT NULL,
  146. `sc` longtext NOT NULL COMMENT 'scroller message',
  147. `ch` int(11) NOT NULL DEFAULT '0',
  148. `email` varchar(255) NOT NULL,
  149. `radio` varchar(255) NOT NULL COMMENT 'radio ip',
  150. `pass` varchar(255) NOT NULL,
  151. `crc32` varchar(255) NOT NULL,
  152. `button` text NOT NULL,
  153. `attached` varchar(255) NOT NULL DEFAULT '',
  154. `HTML` text NOT NULL,
  155. `HTML2` text NOT NULL,
  156. `HTML3` text NOT NULL,
  157. `HTML4` text NOT NULL,
  158. `HTML5` text NOT NULL,
  159. `HTML6` text NOT NULL,
  160. `HTML7` text NOT NULL,
  161. `button0` varchar(55) NOT NULL DEFAULT 'Comment',
  162. `button1` varchar(55) NOT NULL DEFAULT 'Pages 2',
  163. `button2` varchar(55) NOT NULL DEFAULT 'Pages 3',
  164. `button3` varchar(55) NOT NULL DEFAULT 'Pages 4',
  165. `button4` varchar(55) NOT NULL DEFAULT 'Pages 5',
  166. `button5` varchar(55) NOT NULL DEFAULT 'Pages 6',
  167. `css` text NOT NULL,
  168. `pool` varchar(55) NOT NULL,
  169. `pools` varchar(255) DEFAULT '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}',
  170. `gback` varchar(55) NOT NULL,
  171. `gline` varchar(255) DEFAULT NULL,
  172. `link` text NOT NULL,
  173. `bad` text NOT NULL,
  174. `announce` varchar(255) DEFAULT NULL,
  175. `blastban` varchar(255) DEFAULT NULL,
  176. `blastkick` varchar(255) DEFAULT NULL,
  177. `blastpro` varchar(255) DEFAULT NULL,
  178. `blastde` varchar(255) DEFAULT NULL,
  179. `lang` enum('Afrikaans','Catalan','German','Latvian','Slovakian','Albanian','Chinese','Greek','Lithuanian','Slovenian','Arabic','Croatian','Hebrew','Macedonian','Spanish','Argentina','Danish','Hungarian','Malay','Swedish','Azerbaijani','Dutch','Icelandic','Norwegian','Thai','Basque','Estonian','Indonesian','Polish','Turkish','Bosnian','Filipino','Italian','Portuguese','Uzbek','Brazilian','Finnish','Japanese','Romanian','Vietnamese','Bulgarian','Finn','Korean','Russian','Castilian','French','Kosovars','Serbian') DEFAULT NULL,
  180. `rankpool` varchar(100) NOT NULL DEFAULT 'MainPool',
  181. `staffpool` varchar(100) NOT NULL DEFAULT 'Staff',
  182. `banned` varchar(100) NOT NULL DEFAULT 'Banned',
  183. `winterflix` mediumtext,
  184. `horrorflix` mediumtext,
  185. `feastflix` mediumtext,
  186. `fairyflix` mediumtext,
  187. `loveflix` mediumtext,
  188. `spookyflix` mediumtext,
  189. `santaflix` mediumtext,
  190. `springflix` mediumtext,
  191. `summerflix` mediumtext,
  192. `sound1` varchar(255) NOT NULL,
  193. `sound2` varchar(255) NOT NULL,
  194. `sound3` varchar(255) NOT NULL,
  195. `gsound` mediumtext,
  196. `gcontrol` mediumtext,
  197. `customlang` mediumtext,
  198. `redirect` mediumtext,
  199. `Whiz` enum('0','1') NOT NULL,
  200. `botid` varchar(255) NOT NULL,
  201. `MembersOnly` int(1) NOT NULL DEFAULT '0',
  202. `vote` varchar(255) NOT NULL DEFAULT '{}',
  203. `transparent` int(1) NOT NULL DEFAULT '0',
  204. `oficial` varchar(1) NOT NULL,
  205. `NoSmilie` int(1) NOT NULL DEFAULT '0',
  206. `DefNoSound` int(1) NOT NULL DEFAULT '0',
  207. `MembersOnly2` int(1) NOT NULL DEFAULT '0',
  208. `Live` int(1) NOT NULL DEFAULT '0',
  209. `NoList` int(1) NOT NULL DEFAULT '0',
  210. `type` varchar(8) DEFAULT 'normal',
  211. PRIMARY KEY (`id`)
  212. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
  213.  
  214. --
  215. -- Dumping data for table `chats`
  216. --
  217.  
  218. INSERT INTO `chats` (`id`, `name`, `nume`, `npass`, `npass2`, `desc`, `tags`, `url`, `bg`, `outter`, `sc`, `ch`, `email`, `radio`, `pass`, `crc32`, `button`, `attached`, `HTML`, `HTML2`, `HTML3`, `HTML4`, `HTML5`, `HTML6`, `HTML7`, `button0`, `button1`, `button2`, `button3`, `button4`, `button5`, `css`, `pool`, `pools`, `gback`, `gline`, `link`, `bad`, `announce`, `blastban`, `blastkick`, `blastpro`, `blastde`, `lang`, `rankpool`, `staffpool`, `banned`, `winterflix`, `horrorflix`, `feastflix`, `fairyflix`, `loveflix`, `spookyflix`, `santaflix`, `springflix`, `summerflix`, `sound1`, `sound2`, `sound3`, `gsound`, `gcontrol`, `customlang`, `redirect`, `Whiz`, `botid`, `MembersOnly`, `vote`, `transparent`, `oficial`, `NoSmilie`, `DefNoSound`, `MembersOnly2`, `Live`, `NoList`, `type`) VALUES
  219. (1, 'Chat', 'Emma', '', '', '', '', '', 'http://i64.tinypic.com/o582n7.jpg', 'http://i67.tinypic.com/2akl1k7.jpg', '', 0, 'coadassd1@yahoo.com', 'http://188.165.2.66:7000/;', '0e6f3b649bf88fe1ecd5a9ae54e45af9f717LFkbY5556d4b1dbd59d8a04958849772ffdfc468331592f3a32b539f4f2a21726c72ca96f2b622043ec0049b73e7f8609', '', '#000000', '', '<center>\r\n<embed src="http://www.xatech.com/web_gear/flash/Radio.swf" width="350" height="100" flashvars="file=http://188.165.2.66:7000/">\r\n</center>', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', '', '', '{"m":"ChatGo","t":"Sedinta","rnk":"10","b":"Puscarie","brk":"10"}', 'clear', 'red', '', '', '', NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', '', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, '0', '6273', 0, '{}', 0, '1', 0, 0, 0, 0, 0, 'oficial'),
  220. (2, 'Trade', 'Emma', '', '', 'Trading xats, powers and days. ', '', '', 'http://i68.tinypic.com/dz9dea.jpg', 'http://i67.tinypic.com/2uz32a0.png', ' Trading xats, powers and days.', 0, 'djkidu.2013@gmail.com', '', 'ca8151cbc4c7278596b2b943l0lQX0bd82e16df5bb66ee6da6bb8c5202d0ee9fcb267c1f120dec088a263fa104d6c3b6899ebc80e729649706719cee0f828cac64487', '', '#000000', '', '<center><embed src="http://player.wavestreamer.com/cgi-bin/player2.swf" width="340" height="20" flashvars="skin=http://player.wavestreamer.com/cgi-bin/nacht/nacht.swf&title=Radio Dance Romania&volume=10&type=sound&file=http://51.254.170.247:9974/;s.mp3&13142580629&duration=99999&id=scplayer&autostart=true"></embed><br /><a target="_blank" href="http://chatgo.eu/Trade" title="xat radio player"><small>RadioDance Romania</small></a></center>', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', '', '', '{"m":"Trade","t":"Staff","b":"Junk","brk":"14"}', '', 'hi,cd,hehe,kiss,redface,p,cute,smirk,clap,hula,no,sleep', '', '', '', NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, '0', '', 0, '{}', 0, '1', 0, 0, 0, 0, 0, 'oficial'),
  221. (3, 'Store', 'Emma', '', '', '', '', '', 'http://imageshack.com/a/img911/3598/4FZrdK.jpg', 'http://imageshack.com/a/img903/4720/rUuXHV.jpg', '', 0, 'stefy_zfn@yahoo.com', '', '0a78cec08aad963c6b1cae52c1eeNL35Vzf3Ovb4044017ad800e965e52eca21f944ed551eb4d7fd2addd4b61d9c528f4a835fba57000e9f8385d03f2536d8db850957886e0', '', '#fff000', '', '<embed src="http://prodjradio.net/muses-config.swf" mce_src="http://prodjradio.net/muses-config.swf" flashvars="url=http://emisie.radio69romania.ro:7500/;&amp;lang=auto&amp;codec=mp3&amp;volume=30&amp;introurl=&amp;autoplay=true&amp;tracking=true&amp;jsevents=false&amp;buffering=5&amp;skin=http://prodjradio.net/ffmp3-faredirfare.xml&amp;title=Radio&amp;welcome=Welcome%20to" scale="noscale" wmode="transparent" allowscriptaccess="always" type="application/x-shockwave-flash" height="52" width="269"></embed>\n', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', 'background-color: #0000ff; background-color: #0000ff; background-color: #0000ff; background-color:#0000ff; background-color:#0000ff;{color:#0000ff!important}td{color:#0000ff!iportant}{box-shadow: 0px 0px 75px #0099ff}h2{background:url(http://imageshack.com/a/img910/1151/4SJCl2.gif) no-repeat 11px center\n}table{background:transparent}embed{border:double#0099ff}. vbmenu_control{display:none}embed{background:url(http://imageshack.com/a/img910/1151/4SJCl2.gif) 0px 608px no-repeat}h1{background:url(http://i65.tinypic.com/68xxtf.gif)no-repeat 300px center}h1{text-indent:-9999px}.foot{color:#0099ff !important}iframe{height:1500px}@keyframes f {0%{opacity:0}to{opacity:1}}embed{-webkit-animation:f 3.5s ease-in 1 forwards}embed{animation:s 9. 5s SlideUp 1 forwards}embed{box-shadow: 0px 0px 20px #0099ff}embed{border:double #0099ff}*{cursor:url(http://imagizer.imageshack.us/a/img905/4011/RJNEfF.png),auto}img{-webkit-filter:grayscale(1)}embed{transition:all ease-in-out 0.3s}embed:hover{box-shadow: 0px 0px 200px #0099ff}img, .btext{opacity:100}a:link,a:visited{color:#0099ff !important;}', '', '{"m":"store","t":"sedinta","rnk":"8","b":"penitenciar","brk":"11"}', 'clear', 'cd,hula,d,hehe,gloomy,kiss,yum,loving,inlove,kplove,b,c', 'unique,store', 'stf', 'bine ati venit pe store', NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', '', '', '', '', '', '', NULL, NULL, NULL, '', '', '', '', '', '', '', '0', '', 0, '{}', 0, '1', 0, 0, 0, 0, 0, 'oficial'),
  222. (4, 'Help', 'Emma', '', '', '', '', '', 'http://localhost/images/chat_bgs/8.jpg', '', '', 0, 'sasasbuceta@yahoo.com', '', '0fbea59cc43319e0dc863847C1EoU13f0952c7fdd906ab699d262e6ddf0ce17ede0acf4193d2f20aef411f2f518e92fd01ae86414b62e1922ae21469cae21e7e72730', '', '#000000', '', '', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, '0', '', 0, '{}', 0, '', 0, 0, 0, 0, 0, 'normal'),
  223. (5, 'Deals', '', '', '', '', '', '', 'http://localhost/images/chat_bgs/8.jpg', '', '', 0, 'sasasbuceta@yahoo.com', '', '0fcbf0a68ed9202d28584e84wXbo25bc3412c64ecd63c9f5aa7ccfdff110fcdfb4a89315a16a14a3268d4d99d794425b67ee4ffd0ec11b01780f1ed63b565ac0ece67', '', '#000000', '', '', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, '0', '', 0, '{}', 0, '', 0, 0, 0, 0, 0, 'normal'),
  224. (6, 'Lobby', 'Emma', '', '', 'SxBotsmamaligasimalai mamaligasimalai', 'mamaligasimalai', 'mamaligasimalai', 'http://localhost/web_gear/chat_bgs/8.jpg', '', '', 0, 'sasasbuceta@yahoo.com', '', '0809691d5e8b9b6fc2a39197ByVRK7a5f6a95ba97b8ed45ea684a31d66c2ec3a4cd28fa450f67e3734c9842a2cc9aa986146e316cde6fc03c39af68c844a34497fa3b', '', '#000000', '', '', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, '0', '', 0, '{}', 0, '', 0, 0, 0, 0, 0, 'normal'),
  225. (7, 'xat_test', 'Emma', '', '', 'Etichetele Etichetele Etichetele', 'Etichetele', 'Etichetele', 'http://localhost/web_gear/chat_bgs/8.jpg', '', '', 0, 'sasasbuceta@yahoo.com', '', '5caea68297912e6750a87c71xrOY6e0ad7a3f9fccd28909ad69d28b97b5302d8b8980afc31f4b669ba7fe975db94b048ddcddba03a1c478d611b2144e3b55c291dd34', '', '#000000', '', '', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, '0', '', 0, '{}', 0, '', 0, 0, 0, 0, 0, 'normal'),
  226. (9, 'HBdushbdhsjdbs', 'cvbnmhgvfcvbnmbv', '', '', 'sdhdbs sabdsad jenwhnsbds', '', '', 'http://localhost/web_gear/chat_bgs/8.jpg', '', '', 0, 'sasasbuceta@yahoo.com', '', 'c9f16ec43c0b603e52ef49d3nOILa447816e860430b0389487b955c571db1efabd888817d377b5292f83c6a13fe4a101ece91ac750cbc87aac05bcdc8e5143a2a0870', '', '#000000', '', '', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, '0', '', 0, '{}', 0, '', 0, 0, 0, 0, 0, 'normal'),
  227. (10, 'Ajutor', 'Emma', '', '', 'SxBotsACTIVA ACTIVA ACTIVA', 'huj', '', 'http://localhost/web_gear/chat_bgs/8.jpg', '', '', 0, 'sasasbuceta@yahoo.com', '', '913d8ad2813c14ca5c48031973w6L75e0d2a34367f767cf6fbcd4fd29167c5d68e48ea8519bf2c52291b3bad0b9f1bde7e4203e8254cfef277c9150153176a5352a36', '', '#000000', '', '', '', '', '', '', '', '', 'Comment', 'Pages 2', 'Pages 3', 'Pages 4', 'Pages 5', 'Pages 6', '', '', '{''''m'''':''''Main Pool'''',''''t'''':''''Staff zone'''',''''rnk'''':''''7'''',''''b'''':''''Banneds'''',''''v'''':2}', '', NULL, '', '', NULL, NULL, NULL, NULL, NULL, NULL, 'MainPool', 'Staff', 'Banned', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, '0', '', 0, '{}', 0, '', 0, 0, 0, 0, 0, 'normal');
  228.  
  229. -- --------------------------------------------------------
  230.  
  231. --
  232. -- Table structure for table `community`
  233. --
  234.  
  235. CREATE TABLE IF NOT EXISTS `community` (
  236. `id` int(11) NOT NULL AUTO_INCREMENT,
  237. `titlu` varchar(255) NOT NULL,
  238. `continut` text NOT NULL,
  239. PRIMARY KEY (`id`)
  240. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
  241.  
  242. --
  243. -- Dumping data for table `community`
  244. --
  245.  
  246. INSERT INTO `community` (`id`, `titlu`, `continut`) VALUES
  247. (1, 'bot', 'Bot is your mother, i''m the boss!! (un)');
  248.  
  249. -- --------------------------------------------------------
  250.  
  251. --
  252. -- Table structure for table `configs`
  253. --
  254.  
  255. CREATE TABLE IF NOT EXISTS `configs` (
  256. `index` int(12) NOT NULL AUTO_INCREMENT,
  257. `host` text NOT NULL,
  258. `user` text NOT NULL,
  259. `pass` text NOT NULL,
  260. `base` text NOT NULL,
  261. PRIMARY KEY (`index`)
  262. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
  263.  
  264. --
  265. -- Dumping data for table `configs`
  266. --
  267.  
  268. INSERT INTO `configs` (`index`, `host`, `user`, `pass`, `base`) VALUES
  269. (1, '127.0.0.1', 'root', 'bebemik01988', 'ixat');
  270.  
  271. -- --------------------------------------------------------
  272.  
  273. --
  274. -- Table structure for table `epic`
  275. --
  276.  
  277. CREATE TABLE IF NOT EXISTS `epic` (
  278. `id` int(255) NOT NULL DEFAULT '0',
  279. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  280. `shortabout` text NOT NULL,
  281. `name` varchar(255) NOT NULL COMMENT 'Power name',
  282. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  283. `cost` int(11) NOT NULL,
  284. `limited` int(1) NOT NULL DEFAULT '0',
  285. `description` varchar(10000) NOT NULL,
  286. `amount` int(255) NOT NULL DEFAULT '0' COMMENT 'Amount to sell',
  287. `topsh` longtext NOT NULL,
  288. `group` varchar(255) NOT NULL,
  289. `grupal` varchar(255) NOT NULL,
  290. `news` varchar(10000) NOT NULL,
  291. `pawns` text NOT NULL,
  292. `dx` mediumtext CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  293. PRIMARY KEY (`id`),
  294. KEY `id` (`id`)
  295. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  296.  
  297. --
  298. -- Dumping data for table `epic`
  299. --
  300.  
  301. INSERT INTO `epic` (`id`, `section`, `shortabout`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `group`, `grupal`, `news`, `pawns`, `dx`) VALUES
  302. (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, '', '', '', '', '', ''),
  303. (103, 'p3', 'Name color', 'namecolor', 128, 5000, 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, '', '', '', '', '', ''),
  304. (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', '', '', ''),
  305. (213, 'p6', 'Toate puterile', 'everypower', 2097152, 268696, 0, '', 0, '', '', '', '', '', ''),
  306. (289, 'p9', 'Set your status color', 'statuscolor', 2, 5000, 0, 'Change the color of your status!', 0, '', '', '', '', '', ''),
  307. (328, 'p10', 'Color Text', 'textcolor', 256, 21000, 0, 'Make your text write colorated!', 0, 'text', '', '', '', '', ''),
  308. (343, 'p10', 'Redcard Kick', 'redcard', 8388608, 500, 1, 'Red card a user. They can watch but if they try to talk they ban themselves.', 0, 'redcard,gotcard,red1,redback,redcarded', '', '0', '', 'g:p1gotcard,r:p1redcard,R:p1redcard2', ''),
  309. (358, 'p11', 'Big singles', 'big', 64, 6000, 1, 'Make single smiley posts big. <font color="red"><b>VERY LIMITED</b></font>', 20, 'big,pump,bigger,bigsmall', '', '0', '<img class="noresize" width="100" height="100" src="/tema/images/new.png" border="0" title="" alt="undefined">', 'b:p1big1,i:p1big2', '');
  310.  
  311. -- --------------------------------------------------------
  312.  
  313. --
  314. -- Table structure for table `friends`
  315. --
  316.  
  317. CREATE TABLE IF NOT EXISTS `friends` (
  318. `id` int(11) NOT NULL AUTO_INCREMENT,
  319. `user` int(11) NOT NULL,
  320. `friend` int(11) NOT NULL,
  321. PRIMARY KEY (`id`)
  322. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=484 ;
  323.  
  324. --
  325. -- Dumping data for table `friends`
  326. --
  327.  
  328. INSERT INTO `friends` (`id`, `user`, `friend`) VALUES
  329. (1, 10012, 3),
  330. (2, 10024, 1),
  331. (3, 10024, 10012),
  332. (5, 1, 10012),
  333. (6, 14348, 14345),
  334. (7, 14348, 1),
  335. (8, 14348, 10016),
  336. (9, 10024, 1),
  337. (10, 1, 10024),
  338. (11, 14377, 14366),
  339. (13, 14362, 14371),
  340. (14, 14363, 3),
  341. (15, 10025, 14359),
  342. (16, 10024, 1),
  343. (17, 14409, 1),
  344. (18, 14412, 14362),
  345. (19, 14413, 14415),
  346. (20, 14415, 14362),
  347. (21, 14418, 10012),
  348. (22, 14418, 14415),
  349. (23, 14418, 14413),
  350. (24, 14418, 14362),
  351. (25, 14418, 14409),
  352. (26, 14432, 14409),
  353. (27, 14435, 10024),
  354. (28, 14415, 14362),
  355. (29, 14415, 14362),
  356. (30, 1, 4),
  357. (31, 1, 34),
  358. (32, 14418, 4),
  359. (36, 14471, 34),
  360. (37, 14472, 14478),
  361. (38, 14469, 14366),
  362. (40, 1, 400097300),
  363. (41, 1, 14469),
  364. (42, 10012, 3),
  365. (43, 4444, 14486),
  366. (45, 10024, 14469),
  367. (46, 14469, 10024),
  368. (49, 14469, 1),
  369. (50, 14418, 14366),
  370. (51, 34, 14471),
  371. (52, 10024, 14370),
  372. (53, 14370, 10024),
  373. (55, 14362, 14366),
  374. (56, 10024, 14366),
  375. (57, 1, 14345),
  376. (58, 1, 14370),
  377. (59, 1, 666),
  378. (61, -3, 14371),
  379. (64, 14525, 14524),
  380. (65, 14486, 4444),
  381. (70, 14504, 34),
  382. (71, 10024, 35000000),
  383. (72, 35000000, 10024),
  384. (73, 10024, 34),
  385. (75, 14534, 14539),
  386. (76, 14541, 400097300),
  387. (77, 4444, 14486),
  388. (78, 4444, 34),
  389. (79, 14534, 14539),
  390. (80, 34, 14544),
  391. (83, 34, 10024),
  392. (84, 14562, 14564),
  393. (85, 14562, 14557),
  394. (89, 14576, 14549),
  395. (90, 14574, 14562),
  396. (91, 14574, 14557),
  397. (92, 14571, 14577),
  398. (93, 14410, 34),
  399. (94, 14577, 14571),
  400. (95, 14574, 14525),
  401. (96, 14418, 14471),
  402. (97, 14562, 14574),
  403. (100, 14574, 14585),
  404. (101, 14587, 14435),
  405. (102, 14435, 14345),
  406. (103, 14534, 14539),
  407. (105, 14562, -3),
  408. (106, 14562, 14585),
  409. (107, 14557, 14574),
  410. (108, 14525, 14574),
  411. (109, 1, 35000000),
  412. (110, 14610, 14612),
  413. (111, 14612, 14610),
  414. (112, 14561, 14603),
  415. (113, 14619, 14561),
  416. (114, 14619, 14366),
  417. (115, 14435, 4),
  418. (116, 34, 14596),
  419. (117, 14561, 14619),
  420. (118, 4, 14366),
  421. (120, 14596, 34),
  422. (121, 4444, 14619),
  423. (122, 10024, 4),
  424. (124, 10024, 14366),
  425. (126, 10024, 14619),
  426. (127, 10024, 1),
  427. (128, 14629, 14557),
  428. (129, 14629, 14497),
  429. (130, 4, 1),
  430. (131, 14562, 14630),
  431. (132, 14628, 1),
  432. (134, 14539, 14534),
  433. (135, 3000000, 34),
  434. (136, 34, 3000000),
  435. (137, 666, 34),
  436. (138, 3000000, 400097300),
  437. (139, 4, 3000000),
  438. (140, 14574, 14630),
  439. (141, 3000000, 35000000),
  440. (145, 14648, 14585),
  441. (146, 14646, 34),
  442. (147, 14366, 14371),
  443. (148, 14371, 14366),
  444. (149, 35000000, 1),
  445. (150, 1, 3000000),
  446. (151, 1, 14668),
  447. (153, 14486, 14669),
  448. (156, 400097304, 14583),
  449. (157, 400097309, 400097306),
  450. (158, 400097309, 400097306),
  451. (160, 400097306, 400097309),
  452. (161, 14539, 14544),
  453. (163, 34, 4),
  454. (164, 34, 14618),
  455. (165, 3000000, 400097300),
  456. (166, 14646, 34),
  457. (167, 14603, 2000000),
  458. (168, 2000000, 14603),
  459. (170, 14630, 14557),
  460. (171, 14630, 14562),
  461. (172, 400097334, 14583),
  462. (174, 400097334, 2000000),
  463. (175, 400097334, 4),
  464. (176, 400097334, 14486),
  465. (177, 34, 14646),
  466. (178, 34, 400097330),
  467. (179, 34, 400097330),
  468. (180, 400097330, 400097343),
  469. (181, 14371, 14619),
  470. (182, 14534, 400097308),
  471. (183, 400097308, 14534),
  472. (184, 4444, 400097300),
  473. (186, 14574, 14564),
  474. (187, 400097323, 1),
  475. (188, 400097349, 400097302),
  476. (189, 400097302, 400097349),
  477. (190, 400097349, 400097352),
  478. (191, 400097352, 400097349),
  479. (192, 400097352, 400097302),
  480. (193, 400097302, 400097352),
  481. (194, 400097304, 14359),
  482. (196, 14359, 400097304),
  483. (197, 2000000, 4),
  484. (199, 14366, 4),
  485. (200, 4, 14553),
  486. (201, 14553, 4),
  487. (203, 14553, 4),
  488. (205, 400097304, 14591),
  489. (207, 400097387, 4),
  490. (209, 14561, 14603),
  491. (210, 14561, 14366),
  492. (211, 14561, 14619),
  493. (212, 14359, -1),
  494. (213, 14539, 14577),
  495. (214, 14553, 4),
  496. (216, 14650, 400097398),
  497. (217, 400097399, 14627),
  498. (218, 400097399, 14603),
  499. (219, 400097402, 4),
  500. (220, 400097399, 14585),
  501. (221, 14534, 400097300),
  502. (222, 14553, 400097404),
  503. (223, 14561, 14366),
  504. (224, 400097300, 3000000),
  505. (225, 400097386, 400097300),
  506. (226, 400097409, 14366),
  507. (227, 14366, 400097409),
  508. (228, 4444, 14486),
  509. (229, 400097349, 400097414),
  510. (230, 400097334, 14585),
  511. (231, 34, 1000000),
  512. (233, 400097414, 400097349),
  513. (234, 400097414, 14553),
  514. (235, 34, 4),
  515. (236, 34, 1),
  516. (237, 34, 14646),
  517. (238, 400097414, 14562),
  518. (240, 14594, 400097387),
  519. (241, 400097409, 10012),
  520. (242, 400097414, 4),
  521. (243, 400097349, 14562),
  522. (244, 400097414, 666),
  523. (245, 666, 400097414),
  524. (246, 34, 3000000),
  525. (247, 34, 400097300),
  526. (248, 400097407, 10012),
  527. (249, 400097414, 400097402),
  528. (251, 14646, 34),
  529. (252, 14562, 400097349),
  530. (254, 14486, 14357),
  531. (255, 4, 3000000),
  532. (256, 4, 1),
  533. (257, 4, 14366),
  534. (258, 14359, 1),
  535. (259, 14359, 14345),
  536. (260, 14366, 3000000),
  537. (263, 34, 400097447),
  538. (267, 400097450, 1000000),
  539. (268, 400097397, 14561),
  540. (269, 400097397, 400097451),
  541. (270, 400097334, 4),
  542. (271, 400097334, 400097450),
  543. (272, 400097334, 400097451),
  544. (273, 400097397, 400097452),
  545. (275, 34, 1000000),
  546. (276, 400097334, 400097450),
  547. (277, 400097334, 400097457),
  548. (278, 400097334, 400097398),
  549. (279, 400097334, 14544),
  550. (280, 400097457, 400097339),
  551. (281, 400097450, 400097460),
  552. (282, 400097462, 34),
  553. (283, 34, 400097462),
  554. (284, 400097450, 4),
  555. (285, 400097450, 400097451),
  556. (289, 400097450, 400097333),
  557. (291, 34, 400097450),
  558. (293, 400097466, 400097450),
  559. (294, 3000000, 400097333),
  560. (295, 14577, 400097402),
  561. (296, 14577, 14564),
  562. (298, 400097378, 14366),
  563. (299, 400097482, 14612),
  564. (301, 14588, 400097492),
  565. (302, 400097494, 400097492),
  566. (303, 400097494, 14588),
  567. (304, 14588, 400097494),
  568. (305, 14588, 400097500),
  569. (306, 400097500, 400097494),
  570. (307, 400097500, 400097492),
  571. (309, 3000000, 400097492),
  572. (310, 400097494, 14557),
  573. (311, 400097494, 400097499),
  574. (312, 400097494, 14557),
  575. (313, 400097494, 400097503),
  576. (314, 400097494, 400097496),
  577. (315, 4, 3000000),
  578. (317, 400097466, 400097492),
  579. (319, 14577, 400097514),
  580. (320, 14588, 400097494),
  581. (321, 14588, 400097492),
  582. (322, 400097494, 400097506),
  583. (323, 400097494, 400097500),
  584. (324, 400097466, 400097460),
  585. (325, 400097523, 400097492),
  586. (326, 400097523, 400097494),
  587. (327, 400097523, 14557),
  588. (329, 400097494, 400097523),
  589. (330, 400097523, 400097380),
  590. (331, 400097523, 400097503),
  591. (332, 400097380, 14564),
  592. (333, 400097523, 14564),
  593. (334, 14557, 14564),
  594. (335, 4, 1),
  595. (336, 400097530, 400097492),
  596. (337, 400097530, 400097494),
  597. (338, 1, 400097483),
  598. (340, 400097494, 400097530),
  599. (341, 1, -1),
  600. (342, 400097494, 400097531),
  601. (343, 400097494, 14635),
  602. (344, 400097450, 400097510),
  603. (345, 400097466, 400097494),
  604. (346, 14588, 400097496),
  605. (347, 400097466, 4000000),
  606. (348, 8888, 14564),
  607. (349, 8888, 400097510),
  608. (351, 400097450, 8888),
  609. (352, 400097550, 400097466),
  610. (354, 14544, 14564),
  611. (355, 14564, 0),
  612. (356, 14544, -1),
  613. (358, 400097482, 14564),
  614. (359, 14561, 14603),
  615. (360, 3000000, 400097308),
  616. (361, 400097466, -1),
  617. (362, 400097543, -1),
  618. (363, 400097543, 400097308),
  619. (364, 400097543, 400097450),
  620. (365, 400097543, 400097483),
  621. (366, 400097543, 400097466),
  622. (367, 400097543, 3000000),
  623. (368, 400097543, -1000000),
  624. (369, 400097543, 400097412),
  625. (371, 400097543, 14345),
  626. (372, 14634, 14585),
  627. (373, 70000000, -1),
  628. (374, 34, 70000000),
  629. (375, 14539, 400097562),
  630. (376, 400097543, 4),
  631. (377, 400097543, 2000000),
  632. (378, 400097543, 14539),
  633. (379, 400097543, 400097466),
  634. (380, 400097543, 400097576),
  635. (381, 14539, 400097576),
  636. (382, 400097576, 14539),
  637. (383, 400097524, 14603),
  638. (384, 400097543, 14539),
  639. (385, 400097543, 400097466),
  640. (386, 400097543, 400097564),
  641. (387, 400097543, 34000000),
  642. (388, 400097543, 4),
  643. (389, 400097543, 34),
  644. (390, 400097543, 400097333),
  645. (391, 400097543, 400097457),
  646. (392, 400097543, 2016),
  647. (394, 70000000, 400097466),
  648. (395, 70000000, 400097444),
  649. (396, 70000000, 14561),
  650. (397, 400097578, 14561),
  651. (398, 400097578, 400097333),
  652. (399, 14561, 400097578),
  653. (400, 70000000, 400097591),
  654. (402, 400097466, 70000000),
  655. (404, 400097591, 400097300),
  656. (405, 400097523, 400097499),
  657. (407, 400097543, 400097402),
  658. (408, 400097543, 70000000),
  659. (409, 400097543, 14362),
  660. (410, 400097466, 400097510),
  661. (412, 14539, 4444),
  662. (413, 400097601, 14532),
  663. (414, 400097601, 400097599),
  664. (415, 14539, 6969),
  665. (416, 4, 14553),
  666. (417, 4, 14366),
  667. (418, 400097585, 14564),
  668. (419, 400097585, 6969),
  669. (420, 2000000, 4),
  670. (421, 400097523, 14585),
  671. (422, 400097607, 400097609),
  672. (423, 400097578, 14553),
  673. (424, 400097578, 4),
  674. (425, 4, 400097578),
  675. (426, 400097578, 400097510),
  676. (427, 400097399, 4),
  677. (428, 400097399, 14366),
  678. (429, 34000000, 14366),
  679. (430, 400097494, 14462),
  680. (431, 14553, 70000000),
  681. (432, 34, -1),
  682. (433, 400097543, 400097611),
  683. (434, 400097543, 14366),
  684. (435, 400097617, 4),
  685. (436, 400097617, 400097510),
  686. (437, 400097617, 6969),
  687. (438, 14564, 400097380),
  688. (439, 400097617, -1),
  689. (440, 400097617, 400097597),
  690. (441, 70000000, 34),
  691. (442, 400097399, 400097611),
  692. (443, 400097399, 14564),
  693. (444, 400097399, 10012),
  694. (445, 400097617, 10012),
  695. (446, 10012, 400097617),
  696. (447, 10012, -1),
  697. (448, 400097585, 6969),
  698. (449, 400097399, 400097483),
  699. (450, 400097617, 400097621),
  700. (451, 400097380, 14585),
  701. (452, 2000000, 14603),
  702. (453, 400097524, 400097452),
  703. (454, 400097452, 400097524),
  704. (455, 6969, 14486),
  705. (456, 22, 400097632),
  706. (457, 400097617, 10000000),
  707. (458, 400097617, 400097632),
  708. (459, 400097617, 44),
  709. (460, 400097617, 400097578),
  710. (461, 400097578, 400097617),
  711. (462, 14486, -1),
  712. (463, 14435, 2016),
  713. (464, 400097617, 14366),
  714. (465, 4, 400097617),
  715. (466, 400097597, 400097641),
  716. (467, 400097617, 400097483),
  717. (468, 400097617, 1),
  718. (469, 10012, 400097644),
  719. (470, 400097644, 10012),
  720. (471, 4, 14583),
  721. (472, 14583, 4),
  722. (473, 400097617, 14553),
  723. (474, 10012, 2000000),
  724. (475, 14553, 2000000),
  725. (476, 14486, 6969),
  726. (477, 2000000, 10012),
  727. (478, 14486, 1),
  728. (479, 1, 14486),
  729. (481, 3000000, 1000000),
  730. (482, 400097447, 1000000),
  731. (483, 1, -2);
  732.  
  733. -- --------------------------------------------------------
  734.  
  735. --
  736. -- Table structure for table `gags`
  737. --
  738.  
  739. CREATE TABLE IF NOT EXISTS `gags` (
  740. `id` int(255) NOT NULL,
  741. `userid` int(255) NOT NULL,
  742. `chatid` int(255) NOT NULL,
  743. `type` int(255) NOT NULL
  744. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  745.  
  746. -- --------------------------------------------------------
  747.  
  748. --
  749. -- Table structure for table `games`
  750. --
  751.  
  752. CREATE TABLE IF NOT EXISTS `games` (
  753. `id` int(255) NOT NULL DEFAULT '0',
  754. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  755. `shortabout` text NOT NULL,
  756. `name` varchar(255) NOT NULL COMMENT 'Power name',
  757. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  758. `cost` int(11) NOT NULL,
  759. `limited` int(1) NOT NULL DEFAULT '0',
  760. `description` varchar(10000) NOT NULL,
  761. `amount` int(255) NOT NULL DEFAULT '0' COMMENT 'Amount to sell',
  762. `topsh` longtext NOT NULL,
  763. `group` varchar(255) NOT NULL,
  764. `grupal` varchar(255) NOT NULL,
  765. `news` varchar(10000) NOT NULL,
  766. `pawns` text NOT NULL,
  767. `dx` mediumtext CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  768. PRIMARY KEY (`id`),
  769. KEY `id` (`id`)
  770. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  771.  
  772. --
  773. -- Dumping data for table `games`
  774. --
  775.  
  776. INSERT INTO `games` (`id`, `section`, `shortabout`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `group`, `grupal`, `news`, `pawns`, `dx`) VALUES
  777. (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', '', '', ''),
  778. (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', '', '', ''),
  779. (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', '', '', ''),
  780. (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', '', '', ''),
  781. (224, 'p7', 'Hearts card game', 'hearts', 1, 500, 0, 'Be game master of a hearts card game. See wiki.', 0, '', '1', '1', '', '', ''),
  782. (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', '', '', ''),
  783. (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', '', '', ''),
  784. (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', '', '', '');
  785.  
  786. -- --------------------------------------------------------
  787.  
  788. --
  789. -- Table structure for table `group_powers`
  790. --
  791.  
  792. CREATE TABLE IF NOT EXISTS `group_powers` (
  793. `group` varchar(255) NOT NULL,
  794. `power` int(11) NOT NULL,
  795. `assignedBy` varchar(11) NOT NULL,
  796. `count` int(11) NOT NULL DEFAULT '1',
  797. `enabled` enum('0','1') NOT NULL DEFAULT '0'
  798. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  799.  
  800. --
  801. -- Dumping data for table `group_powers`
  802. --
  803.  
  804. INSERT INTO `group_powers` (`group`, `power`, `assignedBy`, `count`, `enabled`) VALUES
  805. ('IONUTlovePYTYKA', 74, '14348', 1, '1'),
  806. ('IONUTlovePYTYKA', 84, '14348', 1, '1'),
  807. ('IONUTlovePYTYKA', 106, '14348', 1, '1'),
  808. ('IONUTlovePYTYKA', 86, '14348', 1, '1'),
  809. ('IONUTlovePYTYKA', 94, '14348', 1, '1'),
  810. ('IONUTlovePYTYKA', 80, '14348', 1, '1'),
  811. ('IONUTlovePYTYKA', 70, '14348', 1, '1'),
  812. ('IONUTlovePYTYKA', 114, '14348', 1, '1'),
  813. ('IONUTlovePYTYKA', 126, '14348', 1, '1'),
  814. ('IONUTlovePYTYKA', 150, '14348', 1, '1'),
  815. ('IONUTlovePYTYKA', 180, '14348', 1, '1'),
  816. ('IONUTlovePYTYKA', 162, '14348', 1, '1'),
  817. ('IONUTlovePYTYKA', 176, '14348', 1, '1'),
  818. ('IONUTlovePYTYKA', 152, '14348', 1, '1'),
  819. ('IONUTlovePYTYKA', 88, '14348', 1, '0'),
  820. ('audiopromo', 70, '10003', 1, '1'),
  821. ('audiopromo', 74, '10003', 1, '1'),
  822. ('audiopromo', 72, '10003', 1, '1'),
  823. ('audiopromo', 84, '10003', 1, '1'),
  824. ('audiopromo', 94, '10003', 1, '1'),
  825. ('audiopromo', 86, '10003', 1, '1'),
  826. ('audiopromo', 106, '10003', 1, '1'),
  827. ('audiopromo', 104, '10003', 1, '1'),
  828. ('audiopromo', 114, '10003', 1, '1'),
  829. ('audiopromo', 126, '10003', 1, '1'),
  830. ('audiopromo', 116, '10003', 1, '1'),
  831. ('Trade', 74, '14362', 1, '1'),
  832. ('Trade', 106, '14362', 1, '1'),
  833. ('Trade', 70, '14362', 1, '1'),
  834. ('Trade', 84, '14362', 1, '1'),
  835. ('Trade', 86, '14362', 1, '1'),
  836. ('Trade', 94, '14362', 1, '1'),
  837. ('Trade', 126, '14362', 1, '1'),
  838. ('Trade', 114, '14362', 1, '1'),
  839. ('Trade', 130, '14362', 1, '1'),
  840. ('Trade', 150, '14362', 1, '0'),
  841. ('Chat', 74, '14362', 1, '1'),
  842. ('Chat', 80, '1', 1, '0'),
  843. ('Chat', 70, '35000000', 1, '1'),
  844. ('Chat', 114, '35000000', 1, '1'),
  845. ('Chat', 106, '35000000', 1, '1'),
  846. ('Chat', 72, '35000000', 1, '1'),
  847. ('Chat', 76, '35000000', 1, '1'),
  848. ('Chat', 84, '35000000', 1, '1'),
  849. ('Chat', 86, '35000000', 1, '1'),
  850. ('Chat', 94, '35000000', 1, '1'),
  851. ('Chat', 90, '35000000', 1, '1'),
  852. ('Chat', 92, '-3', 1, '1'),
  853. ('Chat', 126, '-3', 1, '1'),
  854. ('Chat', 130, '34', 1, '1'),
  855. ('RadioInferno', 74, '14482', 1, '1'),
  856. ('RadioInferno', 106, '14482', 1, '1'),
  857. ('RadioInferno', 126, '14482', 1, '1'),
  858. ('RadioInferno', 114, '14482', 1, '1'),
  859. ('RadioInferno', 84, '14482', 1, '1'),
  860. ('RadioInferno', 86, '14482', 1, '1'),
  861. ('RadioInferno', 94, '14482', 1, '1'),
  862. ('RadioInferno', 130, '14482', 1, '1'),
  863. ('RadioInferno', 112, '14482', 1, '1'),
  864. ('GascaNebuna', 140, '14562', 1, '0'),
  865. ('GascaNebuna', 148, '14562', 1, '0'),
  866. ('GascaNebuna', 150, '14562', 1, '1'),
  867. ('GascaNebuna', 156, '14562', 1, '0'),
  868. ('GascaNebuna', 152, '14562', 1, '0'),
  869. ('GascaNebuna', 162, '14562', 1, '1'),
  870. ('GascaNebuna', 180, '14562', 1, '0'),
  871. ('GascaNebuna', 176, '14562', 1, '1'),
  872. ('GascaNebuna', 188, '14562', 1, '0'),
  873. ('GascaNebuna', 252, '14562', 1, '0'),
  874. ('GascaNebuna', 246, '14562', 1, '0'),
  875. ('GascaNebuna', 238, '14562', 1, '0'),
  876. ('GascaNebuna', 224, '14562', 1, '0'),
  877. ('GascaNebuna', 220, '14562', 1, '0'),
  878. ('GascaNebuna', 206, '14562', 1, '0'),
  879. ('GascaNebuna', 200, '14562', 1, '0'),
  880. ('GascaNebuna', 194, '14562', 1, '0'),
  881. ('GascaNebuna', 192, '14562', 1, '0'),
  882. ('GascaNebuna', 94, '14562', 1, '1'),
  883. ('GascaNebuna', 92, '14562', 1, '0'),
  884. ('GascaNebuna', 90, '14562', 1, '0'),
  885. ('GascaNebuna', 88, '14562', 1, '1'),
  886. ('GascaNebuna', 86, '14562', 1, '1'),
  887. ('GascaNebuna', 84, '14562', 1, '1'),
  888. ('GascaNebuna', 80, '14562', 1, '0'),
  889. ('GascaNebuna', 78, '14562', 1, '0'),
  890. ('GascaNebuna', 72, '14562', 1, '1'),
  891. ('GascaNebuna', 70, '14562', 1, '1'),
  892. ('GascaNebuna', 102, '14562', 1, '0'),
  893. ('GascaNebuna', 104, '14562', 1, '1'),
  894. ('GascaNebuna', 106, '14562', 1, '1'),
  895. ('GascaNebuna', 108, '14562', 1, '0'),
  896. ('GascaNebuna', 110, '14562', 1, '1'),
  897. ('GascaNebuna', 112, '14562', 1, '1'),
  898. ('GascaNebuna', 134, '14562', 1, '0'),
  899. ('GascaNebuna', 126, '14562', 1, '1'),
  900. ('GascaNebuna', 130, '14562', 1, '1'),
  901. ('GascaNebuna', 118, '14562', 1, '1'),
  902. ('GascaNebuna', 116, '14562', 1, '0'),
  903. ('GascaNebuna', 114, '14562', 1, '1'),
  904. ('GascaNebuna', 74, '14562', 1, '1'),
  905. ('GascaNebuna', 76, '14562', 1, '1'),
  906. ('audiopromo', 112, '10003', 1, '1'),
  907. ('audiopromo', 220, '10003', 1, '1'),
  908. ('Nebuneala', 70, '14610', 1, '0'),
  909. ('Nebuneala', 72, '14610', 1, '1'),
  910. ('Nebuneala', 74, '14610', 1, '1'),
  911. ('Nebuneala', 78, '14610', 1, '1'),
  912. ('Nebuneala', 80, '14610', 1, '1'),
  913. ('Nebuneala', 84, '14610', 1, '1'),
  914. ('Nebuneala', 86, '14610', 1, '1'),
  915. ('Nebuneala', 106, '14610', 1, '1'),
  916. ('Nebuneala', 114, '14610', 1, '1'),
  917. ('Nebuneala', 130, '14610', 1, '1'),
  918. ('Nebuneala', 126, '14610', 1, '1'),
  919. ('PlayereHD', 74, '14634', 1, '1'),
  920. ('PlayereHD', 106, '14634', 1, '1'),
  921. ('PlayereHD', 114, '14634', 1, '1'),
  922. ('PlayereHD', 80, '14634', 1, '1'),
  923. ('PlayereHD', 150, '14634', 1, '1'),
  924. ('RadioLuna', 130, '34', 1, '1'),
  925. ('RadioLuna', 74, '34', 1, '1'),
  926. ('RadioLuna', 80, '34', 1, '1'),
  927. ('RadioLuna', 72, '34', 1, '1'),
  928. ('NoiTrei', 106, '14561', 1, '1'),
  929. ('NoiTrei', 74, '14561', 1, '1'),
  930. ('NoiTrei', 126, '14561', 1, '1'),
  931. ('NoiTrei', 114, '14561', 1, '1'),
  932. ('NoiTrei', 70, '14561', 1, '1'),
  933. ('store', 70, '14648', 1, '1'),
  934. ('store', 72, '14648', 1, '1'),
  935. ('store', 74, '14648', 1, '1'),
  936. ('store', 76, '14648', 1, '1'),
  937. ('store', 78, '14648', 1, '1'),
  938. ('store', 80, '14648', 1, '1'),
  939. ('store', 82, '14648', 1, '0'),
  940. ('store', 84, '14648', 1, '1'),
  941. ('store', 86, '14648', 1, '1'),
  942. ('store', 88, '14648', 1, '1'),
  943. ('store', 90, '14648', 1, '1'),
  944. ('store', 92, '14648', 1, '1'),
  945. ('store', 94, '14648', 1, '1'),
  946. ('store', 96, '14648', 1, '1'),
  947. ('store', 98, '14648', 1, '1'),
  948. ('store', 100, '14648', 1, '1'),
  949. ('store', 102, '14648', 1, '1'),
  950. ('store', 104, '14648', 1, '1'),
  951. ('store', 106, '14648', 1, '1'),
  952. ('store', 108, '14648', 1, '1'),
  953. ('store', 110, '14648', 1, '1'),
  954. ('store', 112, '14648', 1, '1'),
  955. ('store', 114, '14648', 1, '1'),
  956. ('store', 120, '14648', 1, '0'),
  957. ('store', 126, '14648', 1, '1'),
  958. ('store', 130, '14648', 1, '1'),
  959. ('store', 118, '14648', 1, '1'),
  960. ('store', 134, '14648', 1, '1'),
  961. ('store', 136, '14648', 1, '1'),
  962. ('store', 140, '14648', 1, '1'),
  963. ('store', 148, '14648', 1, '1'),
  964. ('store', 150, '14648', 1, '1'),
  965. ('store', 152, '14648', 1, '0'),
  966. ('store', 162, '14648', 1, '1'),
  967. ('store', 176, '14648', 1, '1'),
  968. ('store', 180, '14648', 1, '1'),
  969. ('store', 184, '14648', 1, '0'),
  970. ('store', 188, '14648', 1, '1'),
  971. ('store', 192, '14648', 1, '1'),
  972. ('store', 194, '14648', 1, '1'),
  973. ('store', 200, '14648', 1, '1'),
  974. ('store', 206, '14648', 1, '1'),
  975. ('store', 220, '14648', 1, '1'),
  976. ('store', 224, '14648', 1, '1'),
  977. ('store', 238, '14648', 1, '1'),
  978. ('store', 246, '14648', 1, '1'),
  979. ('store', 297, '14648', 1, '0'),
  980. ('store', 116, '14648', 1, '1'),
  981. ('store', 252, '14648', 1, '1'),
  982. ('NoiTrei', 130, '2000000', 1, '1'),
  983. ('NoiTrei', 72, '2000000', 1, '1'),
  984. ('RadioFlame', 70, '14633', 1, '0'),
  985. ('RadioFlame', 72, '14633', 1, '1'),
  986. ('RadioFlame', 74, '14633', 1, '1'),
  987. ('RadioFlame', 78, '14633', 1, '1'),
  988. ('RadioFlame', 150, '14633', 1, '1'),
  989. ('RadioFlame', 106, '14633', 1, '1'),
  990. ('RadioFlame', 80, '14633', 1, '1'),
  991. ('RadioFlame', 84, '14633', 1, '1'),
  992. ('RadioFlame', 86, '14633', 1, '1'),
  993. ('RadioFlame', 88, '14633', 1, '1'),
  994. ('RadioFlame', 114, '14633', 1, '1'),
  995. ('RadioFlame', 112, '14633', 1, '1'),
  996. ('RadioFlame', 126, '14633', 1, '1'),
  997. ('RadioFlame', 130, '14633', 1, '1'),
  998. ('RadioFlame', 206, '14633', 1, '1'),
  999. ('RadioFlame', 192, '14633', 1, '1'),
  1000. ('RadioFlame', 200, '14633', 1, '1'),
  1001. ('RadioFlame', 194, '14633', 1, '1'),
  1002. ('RadioFlame', 180, '14633', 1, '1'),
  1003. ('RadioFlame', 188, '14633', 1, '1'),
  1004. ('RadioFlame', 224, '14633', 1, '1'),
  1005. ('RadioFlame', 238, '14633', 1, '1'),
  1006. ('RadioFlame', 94, '14633', 1, '1'),
  1007. ('RadioFlame', 100, '14633', 1, '1'),
  1008. ('RadioFlame', 134, '14633', 1, '1'),
  1009. ('RadioFlame', 136, '14633', 1, '1'),
  1010. ('RadioFlame', 140, '14633', 1, '1'),
  1011. ('RadioFlame', 162, '14633', 1, '1'),
  1012. ('RadioFlame', 176, '14633', 1, '1'),
  1013. ('RadioFlame', 152, '14633', 1, '1'),
  1014. ('PuiMicSiDulceee', 74, '400097494', 1, '1'),
  1015. ('PuiMicSiDulceee', 106, '400097494', 1, '1'),
  1016. ('PuiMicSiDulceee', 84, '400097494', 1, '1'),
  1017. ('PuiMicSiDulceee', 80, '400097494', 1, '0'),
  1018. ('PuiMicSiDulceee', 86, '400097494', 1, '1'),
  1019. ('PuiMicSiDulceee', 88, '400097494', 1, '1'),
  1020. ('PuiMicSiDulceee', 130, '400097492', 1, '1'),
  1021. ('PuiMicSiDulceee', 100, '400097492', 1, '1'),
  1022. ('PuiMicSiDulceee', 114, '400097492', 1, '1'),
  1023. ('PuiMicSiDulceee', 126, '400097492', 1, '1'),
  1024. ('PuiMicSiDulceee', 70, '400097492', 1, '1'),
  1025. ('PuiMicSiDulceee', 72, '400097492', 1, '1'),
  1026. ('PuiMicSiDulceee', 94, '400097492', 1, '1'),
  1027. ('PuiMicSiDulceee', 102, '400097492', 1, '1'),
  1028. ('PuiMicSiDulceee', 108, '400097492', 1, '1'),
  1029. ('PuiMicSiDulceee', 112, '400097492', 1, '1'),
  1030. ('PuiMicSiDulceee', 140, '400097492', 1, '1'),
  1031. ('PuiMicSiDulceee', 152, '400097492', 1, '1'),
  1032. ('PuiMicSiDulceee', 176, '400097492', 1, '1'),
  1033. ('PuiMicSiDulceee', 150, '400097494', 1, '1'),
  1034. ('PuiMicSiDulceee', 180, '400097492', 1, '1'),
  1035. ('PuiMicSiDulceee', 192, '400097492', 1, '1'),
  1036. ('PuiMicSiDulceee', 220, '400097492', 1, '1'),
  1037. ('PuiMicSiDulceee', 78, '400097494', 1, '0'),
  1038. ('PuiMicSiDulceee', 98, '400097494', 1, '0'),
  1039. ('PuiMicSiDulceee', 96, '400097494', 1, '0'),
  1040. ('PuiMicSiDulceee', 76, '400097494', 1, '0'),
  1041. ('AlexVip', 70, '400097466', 1, '0'),
  1042. ('AlexVip', 72, '400097466', 1, '0'),
  1043. ('AlexVip', 76, '400097466', 1, '0'),
  1044. ('AlexVip', 78, '400097466', 1, '0'),
  1045. ('AlexVip', 80, '400097466', 1, '0'),
  1046. ('AlexVip', 84, '400097466', 1, '0'),
  1047. ('AlexVip', 86, '400097466', 1, '0'),
  1048. ('AlexVip', 88, '400097466', 1, '0'),
  1049. ('AlexVip', 90, '400097466', 1, '0'),
  1050. ('AlexVip', 92, '400097466', 1, '0'),
  1051. ('AlexVip', 150, '400097466', 1, '0'),
  1052. ('AlexVip', 96, '400097466', 1, '0'),
  1053. ('AlexVip', 98, '400097466', 1, '0'),
  1054. ('AlexVip', 100, '400097466', 1, '0'),
  1055. ('AlexVip', 102, '400097466', 1, '0'),
  1056. ('AlexVip', 104, '400097466', 1, '0'),
  1057. ('AlexVip', 108, '400097466', 1, '0'),
  1058. ('AlexVip', 110, '400097466', 1, '0'),
  1059. ('AlexVip', 112, '400097466', 1, '0'),
  1060. ('AlexVip', 114, '400097466', 1, '0'),
  1061. ('AlexVip', 116, '400097466', 1, '0'),
  1062. ('AlexVip', 118, '400097466', 1, '0'),
  1063. ('AlexVip', 126, '400097466', 1, '0'),
  1064. ('AlexVip', 130, '400097466', 1, '0'),
  1065. ('AlexVip', 134, '400097466', 1, '0'),
  1066. ('AlexVip', 136, '400097466', 1, '0'),
  1067. ('AlexVip', 140, '400097466', 1, '0'),
  1068. ('AlexVip', 148, '400097466', 1, '0'),
  1069. ('AlexVip', 152, '400097466', 1, '0'),
  1070. ('AlexVip', 156, '400097466', 1, '0'),
  1071. ('AlexVip', 162, '400097466', 1, '0'),
  1072. ('AlexVip', 176, '400097466', 1, '0'),
  1073. ('AlexVip', 180, '400097466', 1, '0'),
  1074. ('AlexVip', 188, '400097466', 1, '0'),
  1075. ('AlexVip', 192, '400097466', 1, '0'),
  1076. ('AlexVip', 194, '400097466', 1, '0'),
  1077. ('AlexVip', 200, '400097466', 1, '0'),
  1078. ('AlexVip', 206, '400097466', 1, '0'),
  1079. ('AlexVip', 220, '400097466', 1, '0'),
  1080. ('AlexVip', 224, '400097466', 1, '0'),
  1081. ('AlexVip', 238, '400097466', 1, '0'),
  1082. ('AlexVip', 246, '400097466', 1, '0'),
  1083. ('AlexVip', 252, '400097466', 1, '0'),
  1084. ('AlexVip', 94, '400097466', 1, '0'),
  1085. ('LAURYVIP2016', 74, '-1', 1, '1'),
  1086. ('LAURYVIP2016', 106, '-1', 1, '1'),
  1087. ('chat', 150, '1', 1, '1'),
  1088. ('RADIOCLUBFM2016', 70, '400097399', 1, '1'),
  1089. ('RADIOCLUBFM2016', 74, '400097399', 1, '1'),
  1090. ('RADIOCLUBFM2016', 80, '400097399', 1, '1'),
  1091. ('RADIOCLUBFM2016', 72, '400097399', 1, '1'),
  1092. ('RADIOCLUBFM2016', 84, '400097399', 1, '1'),
  1093. ('RADIOCLUBFM2016', 86, '400097399', 1, '1'),
  1094. ('RADIOCLUBFM2016', 88, '400097399', 1, '1'),
  1095. ('RADIOCLUBFM2016', 94, '400097399', 1, '1'),
  1096. ('RADIOCLUBFM2016', 106, '400097399', 1, '1'),
  1097. ('RADIOCLUBFM2016', 114, '400097399', 1, '1'),
  1098. ('RADIOCLUBFM2016', 126, '400097399', 1, '1'),
  1099. ('RADIOCLUBFM2016', 162, '400097399', 1, '1'),
  1100. ('RADIOCLUBFM2016', 180, '400097399', 1, '1'),
  1101. ('RADIOCLUBFM2016', 130, '400097399', 1, '1'),
  1102. ('Radiodesu2016', 72, '400097644', 1, '1'),
  1103. ('Radiodesu2016', 74, '400097644', 1, '1'),
  1104. ('Radiodesu2016', 106, '400097644', 1, '1'),
  1105. ('Radiodesu2016', 150, '400097644', 1, '1'),
  1106. ('Radiodesu2016', 130, '400097644', 1, '1'),
  1107. ('Radiodesu2016', 84, '400097644', 1, '1'),
  1108. ('Radiodesu2016', 70, '400097644', 1, '1'),
  1109. ('Radiodesu2016', 86, '400097644', 1, '1'),
  1110. ('Radiodesu2016', 114, '400097644', 1, '1'),
  1111. ('Radiodesu2016', 126, '400097644', 1, '1');
  1112.  
  1113. -- --------------------------------------------------------
  1114.  
  1115. --
  1116. -- Table structure for table `ids`
  1117. --
  1118.  
  1119. CREATE TABLE IF NOT EXISTS `ids` (
  1120. `precio` varchar(255) NOT NULL,
  1121. `oportunidades` varchar(10) NOT NULL,
  1122. `id` varchar(255) NOT NULL,
  1123. `vendedor` varchar(255) NOT NULL,
  1124. `ganador` varchar(255) NOT NULL,
  1125. `estado` varchar(255) NOT NULL
  1126. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  1127.  
  1128. -- --------------------------------------------------------
  1129.  
  1130. --
  1131. -- Table structure for table `messages`
  1132. --
  1133.  
  1134. CREATE TABLE IF NOT EXISTS `messages` (
  1135. `mid` int(11) NOT NULL AUTO_INCREMENT,
  1136. `visible` int(1) NOT NULL DEFAULT '1',
  1137. `id` varchar(255) NOT NULL,
  1138. `uid` varchar(255) NOT NULL,
  1139. `message` varchar(255) NOT NULL,
  1140. `name` varchar(255) NOT NULL,
  1141. `registered` varchar(255) NOT NULL,
  1142. `avatar` varchar(255) NOT NULL,
  1143. `time` varchar(255) NOT NULL,
  1144. `pool` int(255) NOT NULL,
  1145. PRIMARY KEY (`mid`)
  1146. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=24 ;
  1147.  
  1148. --
  1149. -- Dumping data for table `messages`
  1150. --
  1151.  
  1152. INSERT INTO `messages` (`mid`, `visible`, `id`, `uid`, `message`, `name`, `registered`, `avatar`, `time`, `pool`) VALUES
  1153. (1, 0, '1', '1', 'ievery iemma', 'iEmma', 'iEmma', '425', '1465736651', 0),
  1154. (2, 0, '1', '1', 'imainowner', 'iEmma', 'iEmma', '425', '1465736655', 0),
  1155. (3, 0, '1', '1', '!every iemma', 'iEmma', 'iEmma', '425', '1465736685', 0),
  1156. (4, 0, '1', '1', 'sasa', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465745204', 0),
  1157. (5, 0, '1', '1', '!every iemma', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465745794', 0),
  1158. (6, 0, '1', '1', ' (csconfused) ', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465745996', 0),
  1159. (7, 0, '1', '1', ' (csangry) ', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465746007', 0),
  1160. (8, 0, '1', '1', ' (koglare) ', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465746041', 0),
  1161. (9, 0, '1', '1', ' (koglare#) ', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465746047', 0),
  1162. (10, 1, '2', '1', ' (p) ', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465809283', 0),
  1163. (11, 0, '1', '1', '!every iemma', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465927640', 0),
  1164. (12, 0, '1', '1', ' (cutesquare) ', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465927686', 0),
  1165. (13, 0, '1', '1', ' (cool) ', '$[AFK]-Emma-(glow#0a7cff#grad#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)(hat#t#0de7ff)(text#r100#9A2EFE#0a7cff#0de7ff#9A2EFE#0a7cff#0de7ff)', 'iEmma', '425', '1465927696', 0),
  1166. (14, 0, '1', '1', ' (animegirl) (aglightning) (agugh) (agno) (agshock) (agbreak) (agwink) (agawe) (agmeh) (agblah) (agcute) (agfear) (agcry) (aggrin) (agstun', '$[AFK]-Emma-(tickle#clear#noel#ffffff#f#topspin#w6#offset#w6351)__(glow#000001#grad#ffffff#ffffff#bg#b#b#r120)__(hat#he)', 'iEmma', '425', '1465927889', 0),
  1167. (15, 0, '1', '1', ' (animegirl) (aglightning) (agugh) (agno) (agshock) (agbreak) (agwink) (agawe) (agmeh) (agblah) (agcute) (agfear) (agcry) (aggrin) (agstun) ', '$[AFK]-Emma-(tickle#clear#noel#ffffff#f#topspin#w6#offset#w6351)__(glow#000001#grad#ffffff#ffffff#bg#b#b#r120)__(hat#he)', 'iEmma', '425', '1465927895', 0),
  1168. (16, 0, '1', '1', 'sja le ', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)__(hat#h7#ffff99)_', 'iEmma', '425', '1466203695', 0),
  1169. (17, 1, '1', '1', '!every iemma', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)__(hat#h7#ffff99)_', 'iEmma', '425', '1466207523', 0),
  1170. (18, 1, '1', '1', '!gold iemma', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)__(hat#h7#ffff99)_', 'iEmma', '425', '1466207594', 0),
  1171. (19, 1, '1', '1', '!addpower iEmma gold', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)__(hat#h7#ffff99)_', 'iEmma', '425', '1466208150', 0),
  1172. (20, 1, '1', '1', '!every iemma', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)__(hat#h7#ffff99)_', 'iEmma', '425', '1466208234', 0),
  1173. (21, 1, '1', '1', 'powers', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)__(hat#h7#ffff99)_', 'iEmma', '425', '1466208370', 0),
  1174. (22, 1, '1', '1', 'power', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)__(hat#h7#ffff99)_', 'iEmma', '425', '1466208523', 0),
  1175. (23, 1, '2', '1', 'Trade', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)(hat#h7#ffff99)', 'iEmma', '425', '1466210929', 0);
  1176.  
  1177. -- --------------------------------------------------------
  1178.  
  1179. --
  1180. -- Table structure for table `powers`
  1181. --
  1182.  
  1183. CREATE TABLE IF NOT EXISTS `powers` (
  1184. `id` int(255) NOT NULL DEFAULT '0',
  1185. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  1186. `shortabout` text NOT NULL,
  1187. `name` varchar(255) NOT NULL COMMENT 'Power name',
  1188. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  1189. `cost` int(11) NOT NULL,
  1190. `limited` int(1) NOT NULL DEFAULT '0',
  1191. `description` varchar(10000) NOT NULL,
  1192. `amount` int(255) NOT NULL COMMENT 'Amount to sell',
  1193. `topsh` longtext NOT NULL,
  1194. `nw` int(11) NOT NULL DEFAULT '0',
  1195. `group` int(11) NOT NULL DEFAULT '0',
  1196. `news` varchar(10000) NOT NULL,
  1197. `pawns` text NOT NULL,
  1198. `dx` mediumtext CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  1199. `epic` int(11) NOT NULL DEFAULT '0',
  1200. `allp` int(11) NOT NULL DEFAULT '0',
  1201. `currency` int(11) NOT NULL DEFAULT '0',
  1202. `games` int(11) NOT NULL DEFAULT '0',
  1203. PRIMARY KEY (`id`),
  1204. KEY `id` (`id`)
  1205. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1206.  
  1207. --
  1208. -- Dumping data for table `powers`
  1209. --
  1210.  
  1211. INSERT INTO `powers` (`id`, `section`, `shortabout`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `nw`, `group`, `news`, `pawns`, `dx`, `epic`, `allp`, `currency`, `games`) VALUES
  1212. (0, 'p0', 'Toate puterile', 'allpowers', 1, 0, 0, 'test', 0, 'allpowers', 0, 0, '', '', '', 1, 1, 0, 0),
  1213. (1, 'p0', 'Go to top of section', 'topman', 2, 200, 0, 'Your icon will go to the top of your section (eg moderator/member) even if you have a high id number unless another user also has this power', 0, '', 0, 0, '', 'B:p1bot,X:p1alexangel,L:p1lorenzogold', '', 0, 1, 0, 0),
  1214. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1215. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1216. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1217. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1218. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1219. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1220. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1221. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1222. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1223. (11, 'p0', 'Owner can make temporary moderator', 'tempmod', 2048, 50, 0, 'NOTE YOU HAVE TO BE AN OWNER TO USE THIS POWER! Make a user a moderator from 1 minute to 24 hours. To use private chat the user and send him a message like /m2.5 which in this case would make him a moderator for 2 hours 30 minutes.', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1224. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1225. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1226. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1227. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1228. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1229. (17, 'p0', 'Heart shaped Smilies', 'heart', 131072, 664, 0, 'Give a heart shape to any "yellow" smilie. To make a heart smilie add #h to the smilie code eg (biggrin#h). If you have color powers you can change the color. EG for a pink heart use: (love#h#ff99ff). Works with () smilies only.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1230. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1231. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1232. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1233. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1234. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1235. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1236. (24, 'p0', 'Smilies with no background', 'clear', 16777216, 5000, 0, 'Give a clear background to any "yellow" smilie. To make a clear smilie add #c to the smilie code eg (smile#c). Works with () smilies only.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1237. (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', -1, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1238. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1239. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1240. (28, 'p0', 'Kick lower ranks', 'superkick', 268435456, 15, 0, 'Allows you to Kick lower ranks. Main Owners can kick Owners, Owners can kick mods and Members can kick banned members and BANNED guests. If you have boot power you can boot lower ranks as well!', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1241. (29, 'p0', 'Invisible owner', 'invisible', 536870912, 40, 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, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1242. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1243. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1244. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1245. (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, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1246. (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.', 0, '', 0, 0, '', '', '', 1, 0, 0, 0),
  1247. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1248. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1249. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1250. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1251. (40, 'p1', 'Fade effect', 'fade', 256, 1520, 0, 'Give a ghost like fade effect to any "yellow" smilie. To make a smilie fade add #f to the smilie code eg (smile#f).', 0, 'noface', 0, 0, '', '', '', 0, 0, 0, 0),
  1252. (41, 'p1', 'Gag instead of ban', 'gag', 512, 1240, 0, 'Allows you to gag guests and members for up to an hour, assuming you have the necessary rank to ban. To gag someone click on them and press ban, select the duration and reason and press the gag button.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1253. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1254. (43, 'p1', 'Devil smilies', 'six', 2048, 2360, 0, 'Turn your "yellow" smilies into devils. To make a devil smilie use (cry2#6). To use it with the pitchfork use (cry2#r#six). It can be used with the smilie option mode: To use devils smilies for all your yellows type /o6 in to the chatbox, to return to normal type /o', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1255. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1256. (45, 'p1', 'Angel smilies', 'angel', 8192, 13230, 0, 'Add wings, a halo, a cloud and prayer hands to any yellow smiley. For example to add all the effects use (angel#angel#halo#cloud#pray).', 0, 'halo,cloud,pray', 0, 0, '', '', '', 0, 0, 0, 0),
  1257. (46, 'p1', 'Silent ban', 'mute', 16384, 40, 0, 'FOR OWNERS ONLY! Allows you to silent ban a user. This will ban a user wihout them knowing. To mute a user click on their name and press ban, select the duration and press\nthe mute button. NOTE: the max time to mute a user is 1 hour.', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1258. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1259. (48, 'p1', 'Fruit flavoured smilies', 'fruit', 65536, 711, 0, 'Give a fruity background to any "yellow" smilie. Eg (smile#fruit) (d#apple) (yum#pear) (eek#orange) (wink#plum) (hello#lemon). Works with () smilies only.', 0, 'apple,lemon,pear,orange,plum,banana', 0, 0, '', '', '', 0, 0, 0, 0),
  1260. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1261. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1262. (51, 'p1', 'Stop a chat talking', 'hush', 524288, 25, 0, 'Hush a chat. Stop everyone on a chat talking so you can make an announcement etc. Eg /hm60Announcement! See wiki. NOTE THIS IS AN OWNER POWER. THIS POWER WILL NOT BE LIMITED', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1263. (52, 'p1', 'Halloween smilies', 'halloween', 1048576, 667, 0, 'Halloween smilies and effects. Smileys are: (halloween) (ghost) (grim) (tomb) (bat) (pkn) (cdn) (mmy) (frk) (wh). This power will be limited but there will be a chance for all to buy. See wiki for details', 0, 'pknlaugh,tort,pkn,wh,frk,mmy,cdn,grim,tomb,bat,ghost,dig,die', 0, 0, '', '', '', 0, 0, 0, 0),
  1264. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1265. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1266. (55, 'p1', 'Thanksgiving smilies', 'thanksgiving', 8388608, 200, 0, 'Thanksgiving themed smilies. Smileys are: (pilgrimm) (pilgrimf) (indian) (indian2) (indian3) (chef) (dining) (eatleg) (feast). This power will be limited.', 0, 'pilgrimm,pilgrimf,indian,indian2,indian3,chef,dining,feast2,eatleg', 0, 0, '', '', '', 0, 0, 0, 0),
  1267. (56, 'p1', 'Snowy power', 'snowy', 16777216, 404, 0, 'Use snowflake backgrounds for smiles eg (d#snowy). Add snow to yellow smilies: (d#snows). Use the Snowy kiss and glitter.', 0, 'snows', 0, 0, '', '', '', 0, 0, 0, 0),
  1268. (57, 'p1', 'Christmas smilies', 'christmas', 33554432, 2290, 0, '26 seasonal smilies and effects eg (scarf) (give) (shiver) (wreath) (sball) (xb1) (tree). See wiki for details', 0, 'beard,bell,cane,ches,elf,give,pole,sack,sball,scarf,sdeer,sfeet,shiver,sledge,slist,smound,spull,stock,tree,wreath,xb1,xb4,skiss,bulb,sgift', 0, 0, '', '', '', 0, 0, 0, 0),
  1269. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1270. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1271. (60, 'p1', 'Convert days to xats', 'dx', 268435456, 900, 1, 'Allows you to convert some of your days to xats. Note when you use the power it goes. Convert now!', 899, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1272. (61, 'p1', 'Make a temporary member', 'tempmem', 536870912, 15, 0, 'Make a guest into a member for 1 minute up to 24 hours. To use, private chat the guest and send /mb2.5 which would make a member for 2 hours 30 minutes. THIS POWER WILL NOT BE LIMITED', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1273. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1274. (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, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1275. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1276. (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).', 0, 'clover2,drink,igirl,iman,pot,rainbow,shi,tap,drum,bagpipes', 0, 0, '', '', '', 0, 0, 0, 0),
  1277. (67, 'p2', 'Show rank on your colored pawn', 'flashrank', 8, 50, 0, 'Make your pawn fade between your pawn color power (purple, pink, blueman) and your rank on the chat. Mods can make use of pink and blueman powers if they have flashrank.', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1278. (68, 'p2', 'Easter themed smilies', 'easter', 16, 270, 0, 'Celebrate Easter with these smilies: (easter) (basket) (bunny) (bunny2) (chick) (egg2) (eggb) (paintegg).', 0, 'basket,bunny,bunny2,chick,egg2,eggb,paintegg', 0, 0, '', '', '', 0, 0, 0, 0),
  1279. (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.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1280. (70, 'p2', 'Banned user are banished', 'banish', 64, 300, 0, 'Users who are banned for more than 1 hour will be banished i.e. can''t see the messages, members or guests', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1281. (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.', 0, 'acrobat,balloonart,cannon,clown,eleride,fireblow,firewand,highwire,uniwire,juggler,lion,splat,tamer,uni,unirope,wheel', 0, 0, '', '', '', 0, 1, 0, 0),
  1282. (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', 0, 1, '', '', '', 0, 0, 0, 0),
  1283. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1284. (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, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1285. (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.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1286. (76, 'p2', 'kalien smilies', 'gkaliens', 4096, 3620, 0, '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', 0, 1, '', '', '', 0, 0, 0, 0),
  1287. (77, 'p2', 'Sci-fi smilies', 'scifi', 8192, 733, 0, 'Science fiction smilies: (scifi) (alienb) (alien2) (beam) (borg) (cylon) (jetpack) (laser) (ufo) (vial) (vr). Limited.', 0, 'alien2,alienb,beam,blob,borg,cylon,jetpack,laser,vial,vr,ufo', 0, 0, '', '', '', 0, 0, 0, 0),
  1288. (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).', 0, 'cheerleader,horn,pennant,corndog,vuvu', 0, 1, '', '', '', 0, 1, 0, 0),
  1289. (79, 'p2', 'Make a temporary owner', 'tempown', 32768, 25, 0, 'Make a mod into an owner for 1 minute up to 24 hours. To use, private chat the mod and send /mo5.5 which would make an owner for 5 hours 30 minutes. Not limited.', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1290. (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.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1291. (81, 'p2', 'Tickle', 'tickle', 131072, 0, 0, 'Set who can ban who, can set the scroller, how long mods can ban for and much more.', 994, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1292. (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', 0, 'fish,fish2,fish3,bubbles,crab,diver,dolphin,jellyfish,octopus,shrimp,starfish,turtle,weed', 0, 0, '', '', '', 0, 0, 0, 0),
  1293. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1294. (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, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1295. (85, 'p2', 'Animated Flags', 'flag', 2097152, 250, 0, 'Over 180 flags with flapping animation. Support your team or country. Not limited.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1296. (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.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1297. (87, 'p2', 'independence day smilies', 'independence', 8388608, 316, 0, 'Celebrate USA / Independence Day with these smilies: (independence) (abe) (bbq) (flagwave) (fwlaunch) (glowstick) (liberty) (sparkler) (starburst) (starbounce) (starring) (tiphat) (usface) (usss). LIMITED.', 0, 'abe,bbq,flagwave,fwlaunch,glowstick,liberty,sparkler,starbounce,starburst,starring,tiphat,usface,usss', 0, 0, '', '', '', 0, 0, 0, 0),
  1298. (88, 'p2', 'Blast DeRank', 'blastde', 16777216, 3080, 0, '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.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1299. (89, 'p2', 'fun summer smilies', 'summer', 33554432, 165, 0, 'Have fun in the sun.(summer) (beachbbq) (cooler) (efan) (fishing) (frisbee) (goggles) (kayak) (laytowl) (pina) (sanddig) (sandplay) (bands) (towl) (waterbottle) (waterskii) LIMITED.', 0, 'beachbbq,cooler,efan,fishing,frisbee,goggles,kayak,laytowl,pina,sanddig,sandplay,bands,towl,waterbottle,waterskii', 0, 0, '', '', '', 0, 0, 0, 0),
  1300. (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.', 0, 'biker,slingshot,thief,fbomb,liar', 0, 1, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1301. (91, 'p2', 'rapid actions', 'rapid', 134217728, 20, 0, 'ignore, unban, ban, gag, mute, member and guest with one mouse click.', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1302. (92, 'p2', 'horrible flix', 'horror', 268435456, 340, 0, '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.', 0, 'mist,franken,goblin,knife,pkncut,spider,triclops,vamp,warewolf', 0, 1, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1303. (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).', 0, 'hit,dodge,lob,mobounce,moring', 0, 0, '', '', '', 0, 0, 0, 0),
  1304. (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.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1305. (96, 'p3', 'Winter smilies and flix', 'winter', 1, 500, 0, '24 winter and christmas smilies and up to 6 flix backgrounds (needs up to 32 assigned).', 0, 'carolers,decortree,giftdrop,giftrattle,gingerbread,pullsled,antler,shovel,accident,snowboard,snowfight,snowm,xface,snowmobile,ornament,earmuffs,snowglobe,cold,freezing,snowover,snowangel,windy,icecube', 0, 1, '', '', '', 0, 0, 0, 0),
  1306. (97, 'p3', 'Adventure smilies', 'adventure', 2, 1060, 0, 'Adventure themed smilies: (adventure) (campfire) (canopy) (compass) (firstaid) (hangglider) (hunting) (lantern) (map) (marshmallow) (iceaxe) (swing) (waterskiing) (zipline) (smokes) LIMITED.', 0, 'campfire,canopy,compass,firstaid,hangglider,hunting,lantern,map,marshmallow,iceaxe,swing,waterskiing,zipline,smokes', 0, 0, '', '', '', 0, 0, 0, 0),
  1307. (98, 'p3', 'Feast smilies and flix', 'feast', 4, 575, 0, 'A feast of 30 food smilies and up to 3 flix backgrounds (needs up to 4 assigned).', 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', 0, 1, '', '', '', 0, 0, 0, 0),
  1308. (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..', 0, 'asif,one,heartburst,heartbounce,noway', 0, 0, '', '', '', 0, 0, 0, 0),
  1309. (100, 'p3', 'Custom link words', 'link', 16, 400, 0, 'Create custom link words for your chat. GROUP POWER.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1310. (101, 'p3', 'Shocker smilies', 'shocker', 32, 1040, 0, 'Shocker themed smilies: (duck) (electrocute) (eyepop) (flamed) (lookaround) (scream) (wow) (dazed) (hazey) (drool) (footmouth) (mindblow) (misspeak) (relieved) (uvula) (arc) LIMITED.', 0, 'duck,electrocute,eyepop,flamed,lookaround,scream,wow,dazed,hazey,drool,footmouth,mindblow,misspeak,relieved,uvula,arc', 0, 0, '', '', '', 0, 0, 0, 0),
  1311. (102, 'p3', 'Fairy power', 'fairy', 64, 3860, 0, 'Fairy flix animated backgrounds and smilies. Price will drop and then the power will be withdrawn. LIMITED. GROUP POWER.', 0, 'butterfly,fcrown,fhair,fhat,flower2,frog,fwings,heartwand,mushrooms,shards', 0, 1, '', '', '', 0, 0, 0, 0),
  1312. (103, 'p3', 'Color you name', 'namecolor', 128, 10000, 0, 'Color your name on the chat box. N.B. you also need nameglow and color powers. EG for a purple name use: (glow#0#800080) or white with black glow: (glow#000001#FFFFFF).', 0, '', 0, 0, '', '', '', 1, 0, 0, 0),
  1313. (104, 'p3', 'kaoani bear smilies', 'gkbear', 256, 660, 0, 'Cute bear smilies. Price will drop and then the power will be withdrawn. LIMITED. GROUP POWER.', 0, 'kbawe,kbcold,kbcry,kbdance,kbpunch,kbsad,kbscream,kbweep,kbwink,kbyawn', 0, 1, '', '', '', 0, 0, 0, 0),
  1314. (105, 'p3', 'Angry smilies', 'angry', 512, 4430, 0, 'Don''t get upset, get the angry power and vent your frustration with these smilies. LIMITED.', 0, 'explode,facepalm,bite,hissyfit,mutter,potstir,pullhair,raging,ticked,yell,flame,grumpy2,headache,timebomb', 0, 0, '', '', '', 0, 0, 0, 0),
  1315. (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.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1316. (107, 'p3', 'Ugly smilies', 'ugly', 2048, 387, 1, 'Be different with new "ugly" style smilies. LIMITED.', 0, 'uangel,udemon,uevil,uhappy,ulook,uthink,usad,uscratch,usmile,utongue,uwink', 0, 0, '', '', '', 0, 0, 0, 0),
  1317. (108, 'p3', 'Love smilies and flix', 'love', 4096, 300, 0, 'love smilies and also flix animated backgrounds for groups. UNLIMITED.', 0, 'coy,flirt,freehugs,heartbeat,heartblow,ihu,lovedraw,ucute,uhot', 0, 1, '', '', '', 0, 0, 0, 0),
  1318. (109, 'p3', 'Barge into pool', 'barge', 8192, 20, 0, 'Allows owners and mods to move into full pools by barging another user out.', 0, '', 0, 0, '', '', '', 0, 0, 1, 0),
  1319. (110, 'p3', 'Kaoani kitty smilies', 'gkkitty', 16384, 416, 0, 'Kitty smilies for groups. If the power is assigned any sub can use the kitty smilies on the group. LIMITED.', 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', 0, 1, '', '', '', 0, 0, 0, 0),
  1320. (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).', 0, 'axe,darkeyes,dragon,flail,hole,helmet2,medusa,orcm,elf2,ogre,orcf,invis,scroll,slash,smskull,sword,wizard', 0, 0, '', '', '', 0, 1, 0, 0),
  1321. (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. ', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1322. (113, 'p3', 'Heroic smilies', 'hero', 131072, 562, 0, '(hero) (daggers) (electro) (epi) (fireball) (flying) (genie) (iceman) (invisi) (jekyl) (maddr) (telekin) (amazon) and more. LIMITED.', 0, 'daggers,electro,epi,fireball,flying,genie,iceman,invisi,jekyl,maddr,telekin,amazon,upaway,ripshirt', 0, 0, '', '', '', 0, 0, 0, 0),
  1323. (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.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1324. (115, 'p3', 'Spin your smilies', 'spin', 524288, 300, 0, 'Make smilies spin with the spin power.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1325. (116, 'p3', 'Animal smilies', 'animal', 1048576, 200, 0, 'Smilies of animals. ', 0, 'doggy,giraffe,goat,lion2,monkey,mouse,panda2,raccoon,sheep,unicorn', 0, 1, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  1326. (117, 'p3', 'Smilies that play music', 'music', 2097152, 300, 0, 'Use the side app to make smilies that play music.', 0, 'disco,dj,drums,flute,guitar,harp,piano,trumpet,violin,zippo', 0, 0, '', '', '', 0, 1, 0, 0),
  1327. (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', 0, 1, '', '', '', 0, 0, 0, 0),
  1328. (119, 'p3', 'Sickly smilies', 'unwell', 8388608, 351, 0, 'Unwell themed smilies. N.B. price will decrease over time. LIMITED.', 0, 'blownose,chill,cough,icepack,sickface,sneeze,soup,thermometer,crutches,feint,cough2,headknock,crutches,sweats', 0, 0, '', '', '', 0, 0, 0, 0),
  1329. (120, 'p3', 'Show chat events', 'events', 16777216, 20, 0, 'View a log of bans, kicks etc.', 0, '', 0, 0, '', '', '', 0, 0, 1, 0),
  1330. (121, 'p3', 'Kick with a shake', 'zap', 33554432, 10, 0, 'Shake the user when you kick them and send an optional audie.', 0, 'cringe,shake,shocking', 0, 0, '', '', '', 0, 1, 1, 0),
  1331. (122, 'p3', '7 deadly sins', 'sins', 67108864, 1520, 1, 'Seven sinful smilies plus power smiliey. LIMITED. ', 0, 'envy,gluttony,greed,lust,pride,sloth,wrath', 0, 0, '', '', '', 0, 0, 0, 0),
  1332. (123, 'p3', 'Smiley outfits', 'outfit', 134217728, 841, 0, 'Outfit your smiles.', 0, 'whip,turban,tophat,tinfoil,sombrero,paperbag,paperbag2,grandpa,grandma,glassesslip,disguise,curlers,braces,blindfold,beret', 0, 0, '', '', '', 0, 0, 0, 0),
  1333. (124, 'p3', 'Western smilies', 'wildwest', 268435456, 731, 0, 'Wild west smilies and two western kisses.', 0, 'undertaker,sheriff,ropeg,ropeb,push,prospector,outlaw,native,bullride,bartender', 0, 0, '', '', '', 0, 0, 0, 0),
  1334. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1335. (126, 'p3', 'Pool for banned users', 'banpool', 1073741824, 15, 0, 'NOTE: RANKPOOL is also required to use this power. Make all banned users go into a special pool.', 0, '', 0, 1, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 1, 0),
  1336. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1337. (129, 'p4', 'Fun on the beach', 'candy', 2, 454, 0, 'candy themed smilies including two backs and two hands. LIMITED ', 0, 'candy,cdycorn,cdyback,donuteat,eatchoco,floss,gum,lolipop,mm', 0, 0, '', '', '', 0, 0, 0, 0),
  1338. (130, 'p4', 'sweet smilies', 'gback', 4, 15000, 1, 'Set a default background for the smilies in your chat. EPIC.', 1022, '', 0, 1, '', '', '', 1, 0, 0, 0),
  1339. (131, 'p4', 'zodiac smilies', 'zodiac', 8, 250, 0, 'Zodiac themed kaoani style smilies: (aries) (taurus) (gemini) (cancer) (leo) (virgo) (libra) (scorpio) (sagittarius) (capricorn) (aquarius) (pisces) ', 0, 'aries,taurus,gemini,cancer,leo,virgo,libra,scorpio,sagittarius,capricorn,aquarius,pisces', 0, 0, '', '', '', 0, 1, 0, 0),
  1340. (132, 'p4', 'Flower themed smilies', 'flower', 16, 1210, 0, '(Flower) can be used as back. (fangry) (fcry) (fcool) (feek) (fconfused) (ftongue) (fredface) (fcrying) (fsleepy) (fbiggrin) (fsad) (fwink)', 0, 'fangry,fcry,fcool,feek,fconfused,ftongue,fredface,fsleepy,fbiggrin,fsad,fwink', 0, 0, '', '', '', 0, 0, 0, 0),
  1341. (133, 'p4', 'Space age smilies', 'space', 32, 300, 0, 'Ten space themed smilies and a kiss.', 0, 'eclipse,meteorite,nasa,radiotele,rocket,satellite,saucer,shuttle,space,telescope', 0, 0, '', '', '', 0, 1, 0, 0),
  1342. (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', 0, 1, '', '', '', 0, 1, 0, 0),
  1343. (135, 'p4', 'Stoneage smilies', 'stoneage', 128, 77, 0, 'IMPORTANT: Will be sold for 24 hours only. Prehistoric and caveman smilies.', 0, 'caveman,dino,cavewoman,cavework,cavebeard,caveclothes,torch,spear,rocksmash,cavehair,boneswing,wallart,stickfire,cavebeard2', 0, 0, '', '', '', 0, 1, 0, 0),
  1344. (136, 'p4', 'Space ban', 'spaceban', 256, 1130, 0, 'A spacebanned user has the chance to get out of the ban by completing a space game. ', 0, 'moonb', 0, 1, '', '', '', 0, 0, 0, 0),
  1345. (137, 'p4', 'Dancing smilies', 'dance', 512, 150, 0, 'Make your smilies dance. ', 0, 'dance1,dance2,dance3,dance4,dance5,dance6,dance7,dance8,dance9,dance10,dance11', 0, 0, '', '', '', 0, 1, 0, 0),
  1346. (138, 'p4', 'Penguin power', 'kpeng', 1024, 200, 0, 'Kaoani penguin smilies.', 0, 'kpesneeze,kpeshy,kpeshame,kpejoy,kpeglare,kpefit,kpedots,kpedizzy,kpeclap,kpeangry,kpedance,kpepop', 0, 0, '', '', '', 0, 1, 0, 0),
  1347. (139, 'p4', 'Nerd smilies', 'nerd', 2048, 218, 1, 'Nerd smilies for all you geeks. LIMITED.', 0, 'aplus,bowtie,brain,coder,gates,nglasses,nsci,phone,read,calc', 0, 0, '', '', '', 0, 0, 0, 0),
  1348. (140, 'p4', 'Match Ban', 'matchban', 4096, 1270, 0, 'A matchbanned user has the chance to get out of the ban by completing a smiley matching game ..', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1349. (141, 'p4', 'School smilies', 'school', 8192, 132, 0, 'Smilies for the classroom.', 0, 'backpack,daycare,gts,punished,rubber,schoolgirl,sbell,studying,tabsc,teacher2,writing', 0, 0, '', '', '', 0, 0, 0, 0),
  1350. (142, 'p4', 'Silent make member', 'silentm', 16384, 20, 0, 'Make a member without a message. Owners only unless changed by gcontrol.', 0, '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 1, 0),
  1351. (143, 'p4', 'Punch bag smilies', 'punch', 32768, 300, 0, 'Punch bag smilies with new style faces.', 0, 'pconfused,pcrying,pcute,pdead,pfury,pgiggle,pglare,pjump,pmanic,punched,pshades,pshy,psleepy,pthink', 0, 0, '', '', '', 0, 1, 0, 0),
  1352. (144, 'p4', 'Show away on pawn', 'away', 65536, 100, 0, 'Automatically show you are away from the chat.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1353. (145, 'p4', 'Peaceful smilies', 'peace', 131072, 200, 1, 'Peace themed smilies. NOT LIMITED.', 0, 'dove,dove2,dove3,hglass,phair1,phair2,phair3,rbe,reggae', 0, 0, '', '', '', 0, 1, 0, 0),
  1354. (146, 'p4', 'Chick power', 'kchick', 262144, 506, 0, 'Kaoani chick smilies. LIMITED.', 0, 'kccrying,kcdizzy,kceek,kcglare,kclook,kcsad,kcsmug,kctongue,kcwink', 0, 0, '', '', '', 0, 0, 0, 0),
  1355. (147, 'p4', 'Carve power', 'carve', 524288, 268, 0, 'Pumpkin carve smiles and bonus: (dracula) (grim2) (pknhide). LIMITED.', 0, 'carveduh,carvegrin,carvescream,carvesly,carvesmile,dracula,grim2,pknhide,vampire', 0, 0, '', '', '', 0, 0, 0, 0),
  1356. (148, 'p4', 'Spooky power', 'spooky', 1048576, 334, 0, 'Scare your friends with spooky smilies and flix animations. ', 0, 'sixeyes,bat2,blackcat,blackwidow,ghost2,hockeymask,plant,bloodyknife,scarecrow', 0, 1, '', '', '', 0, 0, 0, 0),
  1357. (149, 'p4', 'Kaoani dog smilies', 'kdog', 2097152, 223, 1, 'Kaoani dog smilies. LIMITED. ', 0, 'kdcheer,kdcrazy,kddead,kdfit,kdglare,kdsad,kdshocked,kdsleepy,kdsmile,kdtired,kdwoo', 0, 0, '', '', '', 0, 0, 0, 0),
  1358. (150, 'p4', 'Bot power', 'bot', 4194304, 1000, 1, 'Allow a bot to access your group. Please read wiki before buying.', 2, 'bot2,bot3,bot4', 0, 1, '', '', '', 0, 0, 0, 0),
  1359. (151, 'p4', 'Manga smilies', 'manga', 8388608, 1870, 1, 'Manga themed smilies and (manga) effect, 18 in all. E.g. (manga1) (manga2) etc. LIMITED.', 0, 'manga1,manga2,manga3,manga4,manga5,manga6,manga7,manga8,manga9,manga10,manga11,manga12,manga13,manga14,manga15,manga16,manga17', 0, 0, '', '', '', 0, 0, 0, 0),
  1360. (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.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1361. (153, 'p4', 'Gold pawn/power', 'gold', 33554432, 50000, 1, 'Gold pawn and smilies.', 0, 'goldb,bars,bar,goldstar', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1362. (154, 'p4', 'Snowman smilies', 'snowman', 67108864, 148, 0, 'Snowman themed smilies. (snowman) (smcry) (smgrin) (smlaugh) (smredface) (smsad) (smshocked) (smsleepy) (smtongue) (smmad) (smcool). LIMITED.', 0, 'smcry,smgrin,smlaugh,smredface,smsad,smshocked,smsleepy,smtongue,smmad,smcool', 0, 0, '', '', '', 0, 0, 0, 0),
  1363. (155, 'p4', 'Reindeer smilies', 'reindeer', 134217728, 110, 0, 'Reindeer smilies (reindeer) (resurprised) (resmirk) (resleepy) (resad) (reredface) (relaugh) (reglare) (recry) (recool) (reangry) (renose). LIMITED.', 0, 'resurprised,resmirk,resleepy,resad,reredface,relaugh,reglare,recry,recool,reangry,renose,reback', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  1364. (156, 'p4', 'Santa flix', 'santa', 268435456, 300, 0, 'Santa smilies and animated flix.', 0, 'sabiggrin,saconfused,sacry,saglare,saredface,sasad,sastraightface,sasurprised,satongue,sawink', 0, 1, '', '', '', 0, 1, 0, 0),
  1365. (157, 'p4', 'Spartan smilies', 'sparta', 536870912, 125, 0, 'This is Sparta! LIMITED.', 0, 'spartayell,getready,helmet3,soldier,spants,spartafight,spartan,spartan2,truewar,xerxes', 0, 0, '', '', '', 0, 1, 0, 0),
  1366. (158, 'p4', 'Dunce power', 'dunce', 1073741824, 250, 0, 'Dunce your friends. Add a dunce cap to their pawn. (dunce) (duh) (doh2).', 0, 'duh,doh2', 0, 0, '', '', '', 0, 1, 0, 0),
  1367. (160, 'p5', 'New year power', 'newyear', 1, 552, 0, 'Smilies to help bring in the new year including fireworks FX.', 0, 'calendar,celebration,champagne2,champagneback,clink2,firework1,firework2,nyball,nyhat,nykiss,nyparty,sparkler2', 0, 0, '', '', '', 0, 0, 0, 0),
  1368. (161, 'p5', 'Crazy Can smilies', 'can', 2, 125, 0, '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.', 0, 'canangel,canbounce,cancontempt,canfury,canoo,canshifty,canthink,cantwitch,canum,canun', 0, 0, '', '', '', 0, 1, 0, 0),
  1369. (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.', 0, '', 0, 1, '', '', '', 0, 1, 0, 0),
  1370. (163, 'p5', 'Magic FX', 'magicfx', 8, 111, 0, 'A magic FX (effect) to add to smilies. LIMITED.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1371. (164, 'p5', 'Spy smilies', 'spy', 16, 193, 0, 'Espionage themed smilies. LIMITED.', 0, 'crosshair,folder,footprints,headset,keyhole,keypad,peeking,radar,spydrink,spyeye,spying,spypaper,spyrope', 0, 0, '', '', '', 0, 0, 0, 0),
  1372. (165, 'p5', 'Duck smilies', 'kduck', 32, 789, 0, 'Kaoani duck smilies. LIMITED.', 0, 'kduckback,kduck1,kduck2,kduck3,kduck4,kduck5,kduck6,kduck7,kduck8,kduck9,kduck10,kduck11,kduck12', 0, 0, '', '', '', 0, 0, 0, 0),
  1373. (166, 'p5', 'Heart FXs', 'heartfx', 64, 200, 0, 'Heart effects smilies.', 0, 'heartfx,heartfx2,heartfx3', 0, 0, '', '', '', 0, 1, 0, 0),
  1374. (167, 'p5', 'Carnival powers', 'carnival', 128, 275, 0, 'Carnival themed similes.', 0, 'anonmask,beads,brazilboom,carniphant,cjester,cmask,flowersquirt,headdress,kreu,shakeit,wannasamba,yeayea,cjester2,cbird,cangel', 0, 0, '', '', '', 0, 0, 0, 0),
  1375. (168, 'p5', 'Topspin effect', 'topspin', 256, 250, 0, 'Add a spin to top and backgrounds of smilies.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1376. (169, 'p5', 'Movie smilies', 'movie', 512, 141, 0, 'Movie themed smilies. LIMITED.', 0, 'action,admission,booth,cameraman,director,drink2,film,filmroll,popcorn,pose,tickets', 0, 0, '', '', '', 0, 1, 0, 0),
  1377. (170, 'p5', 'Cute monster smilies', 'monster', 1024, 200, 0, 'Cute monster smilies.', 0, 'mangel,mbat,mbear,mchick,mdrip,mfish,mglare', 0, 0, '', '', '', 0, 1, 0, 0),
  1378. (171, 'p5', 'Kat smilies', 'kat', 2048, 645, 0, 'Kat kaoani smilies with attitude. LIMITED.', 0, 'kat1,kat2,kat3,kat4,kat5,kat6,kat7,kat8,kat9,kat10,katback', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1379. (172, 'p5', 'Show typing', 'typing', 4096, 100, 0, 'Show you are typing a message.', 0, 'typing1', 0, 0, '', '', '', 0, 1, 0, 0),
  1380. (173, 'p5', 'Sheep smilies', 'ksheep', 8192, 175, 0, 'Kaoani sheep smilies. LIMITED.', 0, 'ksheep1,ksheep2,ksheep3,ksheep4,ksheep5,ksheep6,ksheep7,ksheep8,ksheep9,ksheep10,ksheepback', 0, 0, '', '', '', 0, 0, 0, 0),
  1381. (174, 'p5', 'Pulse effect', 'pulsefx', 16384, 766, 1, 'Add a pulsing effect to smilies eg (pulsefx) (d#pulsefxback#r). LIMITED.', 0, 'pulsefxback', 0, 0, '', '', '', 0, 0, 0, 0),
  1382. (175, 'p5', 'Blobby smilies', 'blobby', 32768, 138, 0, 'Blobby monster smilies. LIMITED.', 0, 'bbclap,bbconfused,bbcry,bbfit,bbglare,bbhug,bblaugh,bboops,bbpout,bbwink,bbback', 0, 0, '', '', '', 0, 1, 0, 0),
  1383. (176, 'p5', 'Reverse ban', 'reverse', 65536, 200, 1, 'Cause a users words to be reversed.', 0, '', 0, 1, '', '', '', 0, 1, 0, 0),
  1384. (177, 'p5', 'Fuzzy smilies', 'fuzzy', 131072, 324, 0, 'Fuzzy monster smilies.', 0, 'fzangel,fzback,fzbiggrin,fzcool,fzcrazy,fzd,fzdance,fzsad,fzstretch,fztongue,fztwirl', 0, 0, '', '', '', 0, 0, 0, 0),
  1385. (178, 'p5', 'Spiral effects', 'spiralfx', 262144, 222, 1, 'Add spiral effects to smilies.', 0, 'spiralfx2', 0, 0, '', '', '', 0, 1, 0, 0),
  1386. (179, 'p5', 'Nursing smilies', 'nursing', 524288, 115, 1, 'Nursing smilies for nursing week. LIMITED.', 0, 'crazyn,nblood,nbroken,ndoc,nlist,nmask,nne,noxy,nsurg', 0, 0, '', '', '', 0, 0, 0, 0),
  1387. (180, 'p5', 'Group sounds', 'gsound', 1048576, 20, 0, 'Change the sounds on your group. ', 0, 'megap,volume,tooloud,canthear,playbtn', 0, 1, '', '', '', 0, 0, 1, 0),
  1388. (181, 'p5', 'Kaoani bee smilies', 'kbee', 2097152, 409, 0, 'Kaoani bee smilies.', 0, 'kbeeback,kbeeclap,kbeecry,kbeed,kbeedance,kbeefedup,kbeejoy,kbeemad,kbeepunch,kbeexx,kbeeyay', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1389. (182, 'p5', 'Vortex effects', 'vortexfx', 4194304, 764, 0, 'Add vortex effects to smilies.', 0, 'vortexfx2', 0, 0, '', '', '', 0, 0, 0, 0),
  1390. (183, 'p5', 'Jail smilies', 'jail', 8388608, 190, 0, 'Lock up your smilies.', 0, 'ballchain,bobby,copstop,cracker,cuffs,gavel,handsair,jailnumber,mugshot,prisoner', 0, 0, '', '', '', 0, 1, 0, 0),
  1391. (184, 'p5', 'Zip ban', 'zip', 16777216, 455, 0, 'Make a user only able to talk in smilies.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1392. (185, 'p5', 'Drip smilies', 'drip', 33554432, 306, 0, 'Water drip smilies, 15 in total. drip can be used as a back and try them with #noface.', 0, 'dripclap,dripdance,dripeek,dripfit,dripglare,driphehe,driphello,driphug,driplaugh,dripsad,dripshocked,driptired,dripxd,dripyell', 0, 0, '', '', '', 0, 0, 0, 0),
  1393. (186, 'p5', 'Moustaches', 'moustache', 67108864, 100, 0, 'Add moustaches to your smilies.', 0, 'moustache1,moustache2,moustache3,moustache4,moustache5,moustache6,moustache7,moustache8,moustache9', 0, 0, '', '', '', 0, 1, 0, 0),
  1394. (187, 'p5', 'Whirling effect', 'whirlfx', 134217728, 906, 1, 'Whirling FX. See wiki for customization. LIMITED.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1395. (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) ', 0, '', 0, 1, '', '', '', 0, 0, 0, 1),
  1396. (189, 'p5', 'Olympic smilies', 'olympic', 536870912, 334, 0, '16 olympic smilies to celebrate the games in London. LIMITED.', 0, 'bronzem,goldm,oboxing,ocycling,odiving,ogymnastics,ohurdles,orowing,orunning,oswimming,otennis,otorch,ovolleyball,silverm,oarchery,obasketball,ofencing,ohockey', 0, 0, '', '', '', 0, 0, 0, 0),
  1397. (190, 'p5', 'Alien smilies', 'aliens', 1073741824, 619, 1, 'Alien smiles. LIMITED.', 0, 'aliens,alilaugh,alidead,aliclap,alid,alilove,aliscratch,alitalk,alicry,alitongue,aliyay,aliback', 0, 0, '', '', '', 0, 0, 0, 0),
  1398. (192, 'p6', 'Matchrace Game ', 'matchrace', 1, 691, 0, 'Start and control the matchrace game.', 0, '', 0, 1, '', '', '', 0, 0, 0, 1);
  1399. INSERT INTO `powers` (`id`, `section`, `shortabout`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `nw`, `group`, `news`, `pawns`, `dx`, `epic`, `allp`, `currency`, `games`) VALUES
  1400. (193, 'p6', 'Alien smilies', 'burningheart', 2, 3000, 0, 'Burning smilies (burningheart) and (bheartb).', 0, 'bheartb', 0, 0, '', '', '', 0, 0, 0, 0),
  1401. (194, 'p6', 'Burningheart', 'snakerace', 4, 200, 0, 'Play and control a snake game.', 0, '', 0, 1, '', '', '', 0, 0, 0, 1),
  1402. (195, 'p6', 'kaoani pig smilies', 'kpig', 8, 234, 0, 'kaoani piggy smilies.', 0, 'kpigangry,kpigback,kpigball,kpigfraz,kpiglove,kpigmad,kpigmud,kpigpals,kpigsleep,kpigsnoot,kpigwrite', 0, 0, '', '', '', 0, 0, 0, 0),
  1403. (196, 'p6', 'Poker smilies', 'poker', 16, 382, 0, 'Keep a straight face with these poker themed smilies. LIMITED.', 0, 'pclubs,pobluff,pochips,pod,pogirl,poplayer,povip,powin,poyay,pspades,pdiamonds,phearts', 0, 0, '', '', '', 0, 0, 0, 0),
  1404. (197, 'p6', 'Pony smilies', 'pony', 32, 164, 1, 'Cute pony smilies. LIMITED.', 0, 'poback,pocall,poclap,pocry,poeat,pofan,poglasses,pohay,pomane,ponyd,powhip', 0, 0, '', '', '', 0, 1, 0, 0),
  1405. (198, 'p6', 'Clock effects', 'clockfx', 64, 339, 1, 'Rotating effects. LIMITED.', 0, 'clockfx2,clockfx3,clockfx4', 0, 0, '', '', '', 0, 0, 0, 0),
  1406. (199, 'p6', 'Drop smilies', 'drop', 128, 700, 0, 'Drop style smilies.', 0, 'dropworry,dropumb,dropscratch,droprub,drophey,dropeat,dropdance,dropclap,dropback', 0, 0, '', '', '', 0, 0, 0, 0),
  1407. (200, 'p6', 'Space War', 'spacewar', 256, 1160, 1, 'Shoot and destroy other users planets. LIMITED.', 0, '', 0, 1, '', '', '', 0, 0, 0, 1),
  1408. (201, 'p6', 'Speech Kaoani smilies', 'speech', 512, 200, 0, 'Kaoani speech smilies.', 0, 'spd,spfrus,spyay,spkiss,splap,splove,spvamp,spwrite,spxmas,sppup,spback', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  1409. (202, 'p6', 'Vampyre smilies', 'vampyre', 1024, 297, 0, 'Frighten your friends with these vampyre smilies.', 0, 'vbat,vbheart,vblood,vcoffin,vcross,vfangs,vglamour,vrip,vstake,vtongue,vstake,vfangs,vtongue,vglamour,vbat,vblood,vcoffin,vcross,vbheart,vrip', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1410. (203, 'p6', 'Christmas tree effects', 'treefx', 2048, 600, 1, 'Christmas tree FX for smilies. LIMITED.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1411. (204, 'p6', 'Santa Claus smilies', 'claus', 4096, 272, 1, 'Comical santa smilies for Christmas. LIMITED.', 0, 'clcool,cld,cleek,clgrin,clmad,clsad,clsmile,clsweat,clwink,clx,clwink,clgrin,clsad,clsmile,cld,clx,cleek,clcool,clmad,clsweat', 0, 0, '', '', '', 0, 0, 0, 0),
  1412. (205, 'p6', 'Quest smilies', 'quest', 8192, 250, 0, 'Smilies to help you on your journey.', 0, 'bearer,disappear,dwarf,goblin2,queenelf,sneak,thering,warrior,wizzard,dwarf,sneak,queenelf,goblin2,wizzard,warrior,disappear,bearer,thering', 0, 0, '', '', '', 0, 1, 0, 0),
  1413. (206, 'p6', 'Custom language', 'lang', 16384, 2000, 1, 'Change the chat text. Important read wiki before buying or using.', 0, '', 0, 1, '', '', '', 0, 0, 0, 0),
  1414. (207, 'p6', 'More quest smilies', 'quest2', 32768, 112, 0, 'Continue the quest. LIMITED.', 0, '1066,agreement,arrow,burnt,dwarf2,dwarfz,elve2,goblin3,newton,pile,1066,dwarfz,dwarf2,arrow,goblin3,newton,burnt,pile,elve2,agreement', 0, 0, '', '', '', 0, 1, 0, 0),
  1415. (208, 'p6', 'Glitter effects', 'glitterfx', 65536, 250, 0, 'Glitter effects for smilies.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1416. (209, 'p6', 'XAVI', 'xavi', 131072, 500, 0, 'Make a custom avatar that responds to what you type.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1417. (210, 'p6', 'kaoani mouse smilies', 'kmouse', 262144, 1740, 0, 'Cute kaoani mouse smilies. LIMITED.', 0, 'kmcheer,kmcry,kmeyerub,kmfit,kmfrustrate,kmglare,kmgrouch,kmhide,kmhug,kmlaugh,kmshock,kmshuffle,kmsleepy,kmsmile,kmback,kmlaugh,kmsleepy,kmfit,kmhide,kmfrustrate,kmsmile,kmgrouch,kmback,kmcry,kmshock,kmhug,kmshuffle,kmeyerub,kmglare,kmcheer', 0, 0, '', '', '', 0, 0, 0, 0),
  1418. (211, 'p6', 'eighties smilies', 'eighties', 524288, 185, 1, '16 I love the eighties smilies. LIMITED.', 0, 'bighair,bigphone,boombox,cassette,dance80,dj80,hoverboard,joystick,skate,slacker1,slacker2,poi,thermochrome,timemachine,skate,boombox,slacker2,slacker1,thermochrome,bigphone,cassette,bighair,poi,dj80,timemachine,dance80,joystick,hoverboard', 0, 0, '', '', '', 0, 1, 0, 0),
  1419. (212, 'p6', 'foe or friend', 'foe', 1048576, 250, 0, 'Mark a user as a foe.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1420. (213, 'p6', 'Pawn rubyn allpowers', 'everypower', 2097152, 298696, 1, 'Mark a user as a allpowers a xatchat romania.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1421. (214, 'p6', 'makeup smilies', 'makeup', 4194304, 168, 0, 'You''ll be made up with these smilies.', 0, 'nailpolish,lipgloss,makeupface,blush,perfume,comb,lipstick2,lipstick1,purse,eyeliner', 0, 0, '', '', '', 0, 1, 0, 0),
  1422. (215, 'p6', 'kaoani heart smilies', 'kheart', 8388608, 458, 0, 'Heart shaped smilies in kaoani style.', 0, 'kheartb,khkiss,khlips,khring,khroses,khbub,kharrow,kheyes,khmadly,khhurt,khcupid,khily,khhug', 0, 0, '', '', '', 0, 0, 0, 0),
  1423. (216, 'p6', 'kaoani monkey smilies', 'kmonkey', 16777216, 250, 0, 'Cute monkey smilies in kaoani style.', 0, 'kmodance,kmorage,kmowonder,kmostare,kmoun,kmoredface,kmofrus,kmod,kmoback,kmoblow,kmowhistle,kmonehneh,kmoteeth', 0, 0, '', '', '', 0, 1, 0, 0),
  1424. (217, 'p6', 'Nuclear power', 'nuclear', 33554432, 500, 1, 'Nuclear FX for smilies. Highly configurable with app.', 0, 'nuclearb', 0, 0, '', '', '', 0, 1, 0, 0),
  1425. (218, 'p6', 'Smilies with style', 'stylist', 67108864, 200, 0, 'Add style to your smilies. LIMITED.', 0, 'shave,mirror2,shair3,shair2,shair1,shair7,shair6,shair5,shair4,barber', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  1426. (219, 'p6', 'Spring season smilies', 'spring', 134217728, 585, 1, 'Spring is here. Celebrate with these beautiful smiles. LIMITED.', 0, 'flohat,watercan2,birdy,flowerbed,flowers,rainbow2,inflower,bees,flohide,springhat,watercan,floshow,butterflys', 0, 0, '', '', '', 0, 0, 0, 0),
  1427. (220, 'p6', 'Add a poll to your chat', 'vote', 268435456, 500, 0, 'Survey your users with a mini poll. Bonus smilies.', 0, 'bemused,voting,voting2,cross,tick,placard', 0, 1, '', '', '', 0, 1, 0, 0),
  1428. (221, 'p6', 'More hands smilies', 'hands2', 536870912, 200, 0, 'More hands powers including high five.', 0, 'pointing,highfive,hearno,notlistening,crossed,callme,heehee,prosper,daydreaming,cutthroat,peace2,hands2', 0, 0, '', '', '', 0, 1, 0, 0),
  1429. (222, 'p6', 'Egg and Easter smilies', 'eggs', 1073741824, 231, 1, 'Egg and Easter smilies. LIMITED.', 0, 'stripegg,basket2,eggwink,chickwalk,eggsleep,eggnod,bunnyears,eggbroke,eggtongue', 0, 0, '', '', '', 0, 0, 0, 0),
  1430. (224, 'p7', 'Hearts smile', 'hearts', 1, 500, 0, 'Be game master of a hearts card game.', 0, '', 0, 1, '', '', '', 0, 1, 0, 1),
  1431. (225, 'p7', 'Kaoani fox smilies', 'kfox', 2, 469, 0, 'Foxy smilies. LIMITED.', 0, 'kfoxwhat,kfoxcry,kfoxshades,kfoxd,kfoxtant,kfoxsleep,kfoxtwag,kfoxpsy,kfoxbino,kfoxinl,kfoxggl', 0, 0, '', '', '', 0, 0, 0, 0),
  1432. (226, 'p7', 'Kaoani cow smilies', 'kcow', 4, 133, 1, 'Kaoani cow smilies. LIMITED.', 0, 'kwlove,kwswt,kwangry,kwyay,kwsleepy,kwbell,kwcry,kwlaugh,kwscratch,kwwhat,kwmad,kwd,kwfrus,kwnod', 0, 0, '', '', '', 0, 0, 0, 0),
  1433. (227, 'p7', 'Sketch smilies', 'sketch', 8, 200, 0, 'Animated sketch style smilies.', 0, 'sksad,skback,skgrr,sksmile,skwink,skoo,skd,skdead,sksix,skfrus,skannoyed', 0, 0, '', '', '', 0, 1, 0, 0),
  1434. (228, 'p7', 'LED effect', 'led', 16, 250, 0, 'Make a scrolling LED style message.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1435. (229, 'p7', 'seaside smilies', 'seaside', 32, 297, 0, 'Get ready for summer with the seaside power.', 0, 'sandcastle,shell,coconut,crab2,seatree,flipflops,beachvolley,beachdrink,dolphin2', 0, 0, '', '', '', 0, 0, 0, 0),
  1436. (230, 'p7', 'Hair smiles', 'hair2f', 64, 306, 0, 'More female smiley hair styles.', 0, 'hair2f10,hair2f3,hair2f2,hair2f1,hair2f7,hair2f6,hair2f5,hair2f4,hair2f9,hair2f8', 0, 0, '', '', '', 0, 0, 0, 0),
  1437. (231, 'p7', 'Neon glow status', 'statusglow', 128, 300, 0, 'Add a green glow to your status (status power required).', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1438. (232, 'p7', 'Super smilies', 'super', 256, 200, 0, 'New "super" style orange smilies.', 0, 'suredface,suconfused,suback,sulaugh,sucool,sutongue,susad,susmile,sucry,sumad,sudead,sulove', 0, 0, '', '', '', 0, 1, 0, 0),
  1439. (233, 'p7', 'Wedding smilies', 'wedding', 512, 253, 1, 'Celebrate a wedding with these wedding smilies. LIMITED ', 0, 'flowersw,throwboquet,arch,invitation,givering,dovew,weddingcake,cakecut,roses', 0, 0, '', '', '', 0, 0, 0, 0),
  1440. (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) ', 0, 'germ10,germ4,germ5,germ6,germ7,germ2,germ3,germ8,germ9', 0, 0, '', '', '', 0, 1, 0, 0),
  1441. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1442. (236, 'p7', 'Slot ban', 'slotban', 4096, 250, 1, 'A slotbanned user has the chance to get out of the ban by playing a slot machine game.', 0, 'orange2,plum2,slotbar,seven,cherries,spinbutton', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  1443. (237, 'p7', 'Fourth July smilies', 'fourth', 8192, 260, 0, 'Celebrate the 4th July with these festive smilies.', 0, 'usafw,iwantyou,waveflagf,showcal,flagfw,fwbang,fourthcal,waveflagm,usafws,watchfw', 0, 0, '', '', '', 0, 1, 0, 0),
  1444. (238, 'p7', 'Slot ban', 'switch', 16384, 500, 0, 'Be game master of a switch card game.', 0, '', 0, 1, '', '', '', 0, 0, 0, 1),
  1445. (239, 'p7', 'Cube shaped smilies', 'cuboid', 32768, 239, 0, 'Cubist smilies and back. LIMITED', 0, 'custar,cucool,cushine,cuback,cucat,cusad,cubiggrin,cumaracas,cusmile,cucry', 0, 0, '', '', '', 0, 1, 0, 0),
  1446. (240, 'p7', 'Cube shaped smilies', 'phasefx', 65536, 200, 1, 'Create phase effects. Many variants.', 0, 'phaseplan,phaseques,phaseheart', 0, 0, '', '', '', 0, 1, 0, 0),
  1447. (241, 'p7', 'Phase effects', 'marriage', 131072, 300, 0, '4 new marriage kisses and 10 smilies to help you celebrate your marriage.', 0, 'showring,propose,weddingdrink,catchboquet,groom2,cake2,weddingring,bride2,twohearts', 0, 0, '', '', '', 0, 1, 0, 0),
  1448. (242, 'p7', 'Marriage kisses', 'romance', 262144, 623, 1, 'Romantic smilies.', 0, 'cuddle,hugme,serenade,iheart,huba,formal,lashes,affection,kisses,hearthands', 0, 0, '', '', '', 0, 0, 0, 0),
  1449. (243, 'p7', 'Romantic smilies', 'sticky', 524288, 250, 0, 'Smilies inspired by sticky notes.', 0, 'stcool,stcrying,stdevil,stheart,stsleepy,stattention,stangel,stlips,stwhat', 0, 0, '', '', '', 0, 1, 0, 0),
  1450. (244, 'p7', 'Sticky note smilies', 'kickall', 1048576, 30, 0, 'Kick all guests from the chat.This power should not be miss used.', 0, '', 0, 0, '', '', '', 0, 1, 1, 0),
  1451. (245, 'p7', 'Kick all guests', 'fruities', 2097152, 253, 0, 'Fun fruit flavoured smilies.', 0, 'frgrapes,frorange,frpineapple,frlemon,frbanana,frapple,frmelon,frpear,frkiwi,frstrawberry', 0, 0, '', '', '', 0, 1, 0, 0),
  1452. (246, 'p7', 'Fruities smilies', 'darts', 4194304, 900, 0, 'Dart wheel zing game that can give prizes.', 0, 'dart,dartthrow', 0, 1, '', '', '', 0, 0, 0, 1),
  1453. (247, 'p7', 'Weather smilies', 'weather', 8388608, 250, 0, 'Smilies for all weathers.', 0, 'foggy,windy2,hotthermo,tornado,stormy,sunny,sunshine,cleary,coldthermo,rainy,snowy2', 0, 0, '', '', '', 0, 1, 0, 0),
  1454. (248, 'p7', 'Kaoani angels', 'kangel', 16777216, 250, 0, 'kaoani style angels.', 0, 'kantired,kancloud,kanjoy,kanroses,kanthink,kandizzy,kancry,kanlove,kangoo', 0, 0, '', '', '', 0, 1, 0, 0),
  1455. (249, 'p7', 'Kaoani demons', 'kdemon', 33554432, 400, 0, 'kaoani style demons.', 0, 'kdesweat,kdestir,kdefire,kdefear,kderain,kdewar,kdetri,kdejoy,kderage', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1456. (250, 'p7', 'Smilies for the fall', 'autumn', 67108864, 275, 0, 'Autumnal smilies.', 0, 'gotleaf,leaves,acorn,jam,squirrel,mushrooms2,sunflower,leaf,scarecrow2', 0, 0, '', '', '', 0, 1, 0, 0),
  1457. (251, 'p7', 'Cute egg smilies', 'eggy', 134217728, 110, 0, 'Egg shaped smilies. LIMITED.', 0, 'eggyes,eggzzz,egggamer,eggupset,eggback,eggshh,eggthumbs,eggcool,eggtickoff,eggcross', 0, 0, '', '', '', 0, 1, 0, 0),
  1458. (252, 'p7', 'Redirect a chat', 'redirect', 268435456, 500, 1, 'Use this group power to redirect a chat to another chat.', 0, 'redirect2', 0, 1, '', '', '', 0, 0, 0, 0),
  1459. (253, 'p7', '', 'ani1', 536870912, 307, 1, 'Anime characters and a star FX. LIMITED.', 0, 'a1love,a1pff,a1fx,a1eww,a1heh,a1fedup,a1cry,a1hot,a1adore,a1fan,a1evil', 0, 0, '', '', '', 0, 1, 0, 0),
  1460. (254, 'p7', 'Anime smilies and FX', 'scary', 1073741824, 552, 1, 'Scary smilies for Halloween. LIMITED.', 0, 'tomb2,coffin,scarytree,cobweb,scaryghost,pknburning,scaryeyes,scarybat,scaryhat', 0, 0, '', '', '', 0, 0, 0, 0),
  1461. (256, 'p8', 'Scary smilies', 'zwhack', 1, 600, 0, 'Use the xat ban hammer to smite those pesky zombies.', 0, 'mallet', 0, 1, '', '', '', 0, 0, 0, 1),
  1462. (257, 'p8', 'Halloween costumes', 'halloween2', 2, 252, 1, 'Halloween themed costumed yellow smilies. LIMITED.', 0, 'madsci,docmask,whitehair,zbride,madhat,scissor,zgirl,bloodgirl,zdoc', 0, 0, '', '', '', 0, 1, 0, 0),
  1463. (258, 'p8', 'Pirate smilies', 'piracy', 4, 258, 1, 'Piracy on the high seas. LIMITED.', 0, 'handhook,octopus2,telescope2,piratemap,piratebird,pirateship,trove,toxicdrink,barrel', 0, 0, '', '', '', 0, 1, 0, 0),
  1464. (259, 'p8', 'froggy smilies', 'froggy', 8, 341, 1, 'froggy style smilies. LIMITED.', 0, 'frbiggrin,frchkl,frlove,frmad,frsad,frooo,frdead,frcry,frcool', 0, 0, '', '', '', 0, 1, 0, 0),
  1465. (260, 'p8', 'Black Friday power', 'blackfriday', 16, 200, 0, 'Shopping and bargain hunting smilies.', 0, 'bagfight,cart,cashreg,manybags,cashhere,bags,lowprice,pricetag,bargain', 0, 0, '', '', '', 0, 1, 0, 0),
  1466. (261, 'p8', 'Winter wonderland', 'winterland', 32, 300, 0, 'Get ready for Christmas with the winter wonderland. LIMITED.', 0, 'wtree,snowman2,chimney,fishing2,winterhouse,iceheart,glove,wlamp,ornament2', 0, 0, '', '', '', 0, 0, 0, 0),
  1467. (262, 'p8', 'Seasonal Characters', 'noel', 64, 150, 0, 'Seasonal characters in male and female forms.', 0, 'angelm,snowmanm,snowmanf,reindeerm,gingerwoman,reindeerf,angelf,gingerman,mrssanta,mrsanta', 0, 0, '', '', '', 0, 1, 0, 0),
  1468. (263, 'p8', 'Christmas toys', 'toys', 128, 220, 0, 'Toys for Christmas.', 0, 'puzzletoy,locomotivetoy,bearftoy,pyramidtoy,cartoy,ducktoy,spinningtop,dolltoy,helicoptertoy,bearmtoy', 0, 0, '', '', '', 0, 1, 0, 0),
  1469. (264, 'p8', 'Award a badge', 'badge', 256, 300, 1, 'Award a badge pawn to anyone on the chat.', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1470. (265, 'p8', 'Celebrate smilies', 'celebrate', 512, 275, 0, 'Find a reason to celebrate with this power. LIMITED.', 0, 'celcnny,celyeah,celhorn,celflag,celgrad,celbday,celdance,celbottle,celdrunk,celvictory', 0, 0, '', '', '', 0, 0, 0, 0),
  1471. (266, 'p8', 'New year smilies', 'hogmanay', 1024, 255, 0, 'Bring in the new year with these festive smilies. LIMITED.', 0, 'countdown,nyfireworks,year,nysparkler,firecracker2,nyballoons,nyclock,firecracker', 0, 0, '', '', '', 0, 1, 0, 0),
  1472. (267, 'p8', 'Get cooking', 'cooking', 2048, 200, 0, 'Get cooking with these culinary smilies. LIMITED.', 0, 'whisk,cookkiss,stir,serving,knead,blender,flipegg,flipburger,chop', 0, 0, '', '', '', 0, 0, 0, 0),
  1473. (268, 'p8', 'Farm smilies', 'farm', 4096, 250, 0, 'Get back to the farm. LIMITED.', 0, 'sheepback,eggs2,growing,sugarcane,wmback,cowface,rooster,tomatoes,cornback,scarecrw,milking', 0, 0, '', '', '', 0, 1, 0, 0),
  1474. (269, 'p8', 'Divorce kisses and smilies', 'divorce', 8192, 250, 0, 'Divorce in style. 4 new kisses to get divorced with.', 0, 'divring,divm,divf,sadflower,dhammer,divsplit,botm,botf,divbreak,divnolove,brokenheart2', 0, 0, '', '', '', 0, 1, 0, 0),
  1475. (270, 'p8', 'Spidery smilies', 'arachnid', 16384, 250, 0, 'Creepy arachnid smilies. LIMITED.', 0, 'ar3,ar10,ar1,ar5,ar9,ar2,ar4,ar6,ar7,ar8', 0, 0, '', '', '', 0, 0, 0, 0),
  1476. (271, 'p8', 'Sweetheart smilies', 'sweetheart', 32768, 200, 0, 'Heart themed smilies.', 0, 'cupidheart,candleheart,keylove,swans,letterlove,varrow,fourteenth,sweetheart,vballoons,treelove', 0, 0, '', '', '', 0, 1, 0, 0),
  1477. (272, 'p8', 'Random smilies', 'random', 65536, 250, 1, 'Random smilies from your powers eg (random) (randomanime) (randomhands).', 0, '', 0, 0, '', '', '', 0, 1, 0, 0),
  1478. (273, 'p8', 'Ladybug smilies', 'ladybug', 131072, 275, 0, 'Little red bug, oh so cute. LIMITED.', 0, 'lbbehind,lblove,lbmad,lbdead,lbfly,lbd,lbdizzy,lbcry,lbahh,lbkiss,lbshock', 0, 0, '', '', '', 0, 1, 0, 0),
  1479. (274, 'p8', 'Cupcake smilies', 'cupcake', 262144, 240, 1, 'Cupcake smilies. LIMITED.', 0, 'cchappy,ccsleepy,ccback,ccangry,ccsad,cccry,ccbeye,ccnono,ccredface,ccscn', 0, 0, '', '', '', 0, 1, 0, 0),
  1480. (275, 'p8', 'Bite mark effects', 'bitefx', 524288, 230, 1, 'Make a smilie look like its being eaten.', 0, 'broccoli,sweet,jelly', 0, 0, '', '', '', 0, 1, 0, 0),
  1481. (276, 'p8', 'Lucky Irish smilies', 'luck', 1048576, 300, 0, 'The luck of the Irish. LIMITED.', 0, 'clovers,beer2,pwalking,pballoons,potofgold,sheep2,harp2,horseshoe,goldclover,luckbh', 0, 0, '', '', '', 0, 1, 0, 0),
  1482. (277, 'p8', 'Tongue out smilies', 'tongues', 2097152, 290, 1, 'A fun selection of smilies. LIMITED.', 0, 'tobig,tohaught,tothirsty,tocircle,tostarry,toneener,toteeth,toeeh,topfft,tocheeky', 0, 0, '', '', '', 0, 0, 0, 0),
  1483. (278, 'p8', 'Spring smilies and flix smilies', 'springflix', 4194304, 250, 1, 'Spring is here. Use these flix animations to decorate your chat.', 0, 'springleaf,springflower,sunflower2,rflowers,butterfly2', 0, 1, '', '', '', 0, 0, 0, 0),
  1484. (279, 'p8', 'Snail smilies', 'snail', 8388608, 222, 1, 'Super snail smilies. LIMITED.', 0, 'snail9,snail8,snail7,snail4,snail3,snail2,snail6,snail5,snail1,snailb,snail10', 0, 0, '', '', '', 0, 0, 0, 0),
  1485. (280, 'p8', 'Events statistics', 'eventstats', 16777216, 300, 0, 'Get events on chats summarized graphically.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1486. (281, 'p8', 'Easter', 'easteregg', 33554432, 250, 0, 'Easter eggs and smilies.', 0, 'carrots,easterbasket,rabbit,sleepyegg,birdyeggs,chicken2,ebutterfly,eggchoco,inegg', 0, 0, '', '', '', 0, 1, 0, 0),
  1487. (282, 'p8', 'Butterflies smilies', 'butterflies', 67108864, 250, 0, 'Spring is here and the butterflies are emerging. LIMITED.', 0, 'butterflies2,bfb,butterflies7,butterflies6,butterflies5,butterflies4,butterflies3,butterflies9,butterflies8,butterflies10', 0, 0, '', '', '', 0, 0, 0, 0),
  1488. (283, 'p8', 'Springy smilies', 'springy', 134217728, 230, 1, 'Get a spring in your smiley. LIMITED.', 0, 'sprtired,sprback,sprthumbs,sprexhausted,sprevil,sprangry,sprcrazy,sprtongue,sprjump,sprfrus', 0, 0, '', '', '', 0, 1, 0, 0),
  1489. (284, 'p8', 'Naughty step', 'naughtystep', 268435456, 300, 0, 'Put a user on the naughty step. They are limited to one message every 30s.', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1490. (285, 'p8', 'Coffee smilies', 'coffee', 536870912, 210, 1, 'Relax with these coffee themed smilies. LIMITED.', 0, 'mhand,sugar,coffeesack,fhand,cappuccino,coffeebeans,coffeemachine,lovecoffee,kettle', 0, 0, '', '', '', 0, 1, 0, 0),
  1491. (286, 'p8', 'Coffee smilies', 'hamster', 1073741824, 300, 1, 'Cute hamster smilies LIMITED.', 0, 'harock,hajoy,habounce,hacry,haangry,hajump,hadream,hasleep,haexcite,hamsterback,hasway', 0, 0, '', '', '', 0, 0, 0, 0),
  1492. (288, 'p9', 'Hamster smilies', 'dreams', 1, 267, 0, 'Sweet dreams.', 0, 'climbing,dreaming,dreamsbh,glowworm,indream,lovedream,night,scarydream,zsleep', 0, 0, '', '', '', 0, 1, 0, 0),
  1493. (289, 'p9', 'Dream smilies', 'statuscolor', 2, 5000, 0, 'Change the color of your status!', 0, '', 0, 0, '', '', '', 1, 0, 0, 0),
  1494. (290, 'p9', 'Game effects', 'gamefx', 4, 250, 1, 'GAMEFX styled smilies', 0, 'gamefx,grow,starman,screwattack,bubble,ghosteat,coinfx', 0, 0, '', '', '', 0, 0, 0, 0),
  1495. (291, 'p9', 'World cup smilies', 'worldcup', 8, 200, 0, 'Soccer smilies', 0, 'worldcup,fball,changes,coner,goal,goldball,player,training,vuvu2,whistle', 0, 0, '', '', '', 0, 1, 0, 0),
  1496. (292, 'p9', 'Rocky smilies', 'rocks', 16, 230, 0, 'Rock smilies', 0, 'rocks,breakfx,rollingfx,rostar,roteeth,rolook,rocute,rofrown,roahah,rodizzy,roblinky,rolove,rosmirk', 0, 0, '', '', '', 0, 1, 0, 0),
  1497. (293, 'p9', 'Yellow card', 'yellowcard', 32, 300, 0, 'give your friends a yellow card', 0, '', 0, 0, '', '', '', 0, 0, 0, 0),
  1498. (294, 'p9', 'Bouncing balls', 'ballfx', 64, 250, 0, 'ballfx smilie power', 0, 'ballfx,basketball,bowling,jugglerball,rollingball', 0, 0, '', '', '', 0, 0, 0, 0),
  1499. (295, 'p9', 'Winning smlies', 'winner', 128, 220, 0, 'Winner smilies', 0, 'winner,laurel,podium,ribbon2,ticker,trophy2,winnerflag,winning,wtape', 0, 0, '', '', '', 0, 1, 0, 0),
  1500. (296, 'p9', 'Cute girl smilies', 'cutie', 256, 350, 0, 'Cutie power', 0, 'cutie,cuangry,cubear,cubow,cubunnyears,cuchilled,cuexcited,cuhappy,cupleased,curage,cutired,cuunhappy,baby,cubear1', 0, 0, '', '', '', 0, 0, 0, 0),
  1501. (297, 'p9', 'Summer flix and smilies', 'summerflix', 512, 250, 0, 'Summerflix', 0, 'summerflix,scrab,sfan,shell2,sunny2', 0, 0, '', '', '', 0, 0, 0, 0),
  1502. (298, 'p9', 'Cool guy', 'coolz', 1024, 350, 0, 'coolz power', 0, 'coolz,cocross,cohappy,colove,conoway,cozap,corage,corage2,cosad,cosurprise,cowink,coyoyo,coshades,codribble,cocap', 0, 0, '', '', '', 0, 0, 0, 0),
  1503. (299, 'p9', 'Magic smilies', 'magic', 2048, 250, 0, 'magic power', 0, 'magic,magicbook,magicbottle,magicbunny,magiccards,magician,magiclove,magicshow,magictable,magicwand', 0, 0, '', '', '', 0, 1, 0, 0),
  1504. (300, 'p9', 'Blue bunnies', 'blubunni', 4096, 200, 0, 'Blubunni power ', 0, 'blubunni,bbwary,bbstars,bbsecret,bbnoway,bblr,bbhot,bbhit,bbhammer,bbeyes,bbeat', 0, 0, '', '', '', 0, 1, 0, 0),
  1505. (301, 'p9', 'Musical instruments', 'instruments', 8192, 230, 0, 'Intruments power', 0, 'instruments,accordion,amplifier,drum2,drumkit,guitar2,lovemusic,saxophone,trumpet2,violin2', 0, 0, '', '', '', 0, 0, 0, 0),
  1506. (302, 'p9', 'Private chat background', 'pcback', 16384, 700, 0, 'Set a custom background to when someone pc''s you', 0, 'pcback', 0, 0, '', '', '', 0, 0, 0, 0),
  1507. (303, 'p9', 'Bird smilies and FX', 'bird', 32768, 250, 0, 'bird smilies', 0, 'bird,birdcute,birddizzy,birdflap,birdhot,birdidea,birdjackfx,birdnod,birdpuppetfx,birdlove,birdswing', 0, 0, '', '', '', 0, 0, 0, 0),
  1508. (304, 'p9', 'Chocolate', 'chocolate', 65536, 220, 0, 'Chocoalte smilies', 0, 'chcroissant,chdonut,chicecream,chlove,chstrawberry,chsweet,chsweet2,chwhite,cocoa', 0, 0, '', '', '', 0, 1, 0, 0),
  1509. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1510. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1511. (307, 'p9', 'Jump!', 'jump', 524288, 220, 1, 'jump smilies.LIMITED', 0, 'jump,jump2,jump3,jump4,jump5,jump6,jump7,jump8,jump9,jump10,jump11', 0, 0, '', '', '', 0, 1, 0, 0),
  1512. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1513. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1514. (310, 'p9', 'Manage group users', 'manage', 4194304, 15, 0, 'Backup and tweak your user ranks. See wiki', 0, 'manage', 0, 1, '', '', '', 0, 0, 1, 0),
  1515. (311, 'p9', 'Blue Oni Smilies', 'blueoni', 8388608, 220, 1, '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', 0, 0, '', '', '', 0, 1, 0, 0),
  1516. (312, 'p9', 'Icebucket Smilies', 'icebucket', 16777216, 210, 1, 'Challenge your friends to chill out. See wiki for details', 0, 'icebucket,brr,bucket,freezer,hour24,icecubes,nominate,tap2,videorec', 0, 0, '', '', '', 0, 1, 0, 0),
  1517. (313, 'p9', 'Game effects 2', 'gamefx2', 33554432, 300, 1, 'More game style FX smlies. LIMITED. See wiki for details', 0, 'gamefx2,stompfx,shotfx,respawnfx,megafx2,megafx,hadouken,exitfx,bonesdeath,bombfx,birdsfx', 0, 0, '', '', '', 0, 0, 0, 0),
  1518. (314, 'p9', 'Reveal smilies', 'reveal', 67108864, 450, 1, 'Revealing holiday smilies. LIMITED. See wiki for details', 0, 'reveal,rwreath,rstocking,rsnowman,rsnowbury,rsanta,rpudding,rgift,rsnowglobe,rfire,rbell', 0, 0, '', '', '', 0, 0, 0, 0),
  1519. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1520. (316, 'p9', 'Resize smilies', 'size', 268435456, 250, 1, 'Change the size of smilies and do size cycling. See wiki for details', 0, 'size', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  1521. (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', 0, 0, '', '', '', 0, 1, 0, 0),
  1522. (318, 'p9', 'Group daily backup', 'backup', 1073741824, 300, 0, 'Automatically take a daily snapshot of your users. See wiki', 0, 'backup', 0, 1, '', '', '', 0, 0, 0, 0),
  1523. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1524. (321, 'p10', 'Retro smilies', 'retro', 2, 100, 1, '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', 0, 0, '', '', '', 0, 0, 0, 0),
  1525. (322, 'p10', 'Jewelry smiles', 'jewelry', 4, 260, 1, 'Add sparkle to your xat with jewelry. LIMITED. See wiki for details', 0, 'jewelry,jbeads,jbracelet,jchain,jclock,jcrown,jearrings,jheart,jring,jring2', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1526. (323, 'p10', 'Move smiley XY', 'offset', 8, 200, 0, 'Move a smiley up, down, left and right. See wiki for details', 0, 'offset', 0, 0, '', '', '', 0, 0, 0, 0),
  1527. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1528. (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', 0, 0, '', '', '', 0, 0, 0, 0),
  1529. (328, 'p10', 'Color text', 'textcolor', 256, 81000, 1, 'rainbow pawn', 0, 'text', 0, 0, '', '', '', 0, 0, 0, 0),
  1530. (329, 'p10', 'Glow text', 'textglow', 512, 76000, 0, 'Desert Ground pawn', 0, 'text', 0, 0, '', '', '', 0, 0, 0, 0),
  1531. (330, 'p10', 'Glow pawn', 'pawnglow', 1024, 222, 0, 'pglow,hglow', 0, 'pglow,hglow', 0, 0, '', '', '', 0, 0, 0, 0),
  1532. (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', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  1533. (332, 'p10', 'Birthday smilies', 'birthday', 4096, 220, 0, 'Birthday and celebration themed smilies. LIMITED. See wiki for details', 0, 'birthday,bballoons,bcake,bcake2,bconfetti,bflower,bgifts,bhats,btrumpet,hflow', 0, 0, '', '', '', 0, 0, 0, 0),
  1534. (333, 'p10', 'Programmable ', 'supercycle', 8192, 500, 1, 'Cycle smilie colors your way. Requires cycle power. ', 0, 'supercycle', 0, 0, '', '', '', 0, 0, 0, 0),
  1535. (334, 'p10', 'tv smilies', 'tv', 16384, 275, 0, 'Sit back and relax with these cute television smilies. LIMITED. ', 0, 'tv,tvskip,tvread,tvmad,tvlove,tvice,tveek,tvdance,tvcry,tvconfused,tvback', 0, 0, '', '', '', 0, 0, 0, 0),
  1536. (335, 'p10', 'Cloudy smilies', 'clouds', 32768, 250, 0, 'Clouds themed smiles. ', 0, 'clouds,cangry,ccrying,cfreeze,chappy,ckiss,clove,crainbow,csleepy,cwindy', 0, 0, '', '', '', 0, 0, 0, 0),
  1537. (336, 'p10', 'Beastie smilies', 'beastie', 65536, 250, 1, 'Beastie smilies, including 5 backs. LIMITED. ', 0, 'beastie,beastie2,beastie3,beastie4,beastie5,beastie6,beastie7,beastie8,beastie9,beastie10,beastieb', 0, 0, '', '', '', 0, 0, 0, 0),
  1538. (337, 'p10', 'Easter love <p>smilies', 'easterlove', 131072, 222, 1, 'Have a lovely Easter. See. LIMITED. ', 0, 'easterlove,brokeegg,bunnyfriend,eabunny,eabutterfly,eachick,eaeggs,glitteregg,lambs', 0, 0, '', '', '', 0, 0, 0, 0),
  1539. (338, 'p10', 'Ecological smilies<p>smilies', 'eco', 262144, 232, 0, 'Save the planet with these green smiles. ', 0, 'eco,windmill,treeback,recycle,lightsoff,goodeco,badeco,globehands,ecoplant,ecotree,ecorecycle,ecocar', 0, 0, '', '', '', 0, 0, 0, 0),
  1540. (339, 'p10', 'Floral smilies', 'floral', 524288, 200, 1, 'Spring into life with these floral smilies. LIMITED. ', 0, 'floral,daffodil,daisy,gladiolus,hydrangea,lily,lilyvalley,orchid,poppy,snowdrop,tulip,viola', 0, 0, '', '', '', 0, 0, 0, 0),
  1541. (340, 'p10', 'Shinobi smilies', 'shinobi', 1048576, 300, 1, 'shinobi/ninja smilies. fight!. LIMITED. ', 0, 'shinobi,shislash,shishur,shisais,shinun,shifight,shiescape,shichallenge,shicarve,shibow,shibo', 0, 0, '', '', '', 0, 0, 0, 0),
  1542. (341, 'p10', 'Aliblue whater smiles', 'aliblue', 2097152, 250, 1, 'aliblue smilies. LIMITED. ', 0, 'aliblue,aliback2,alicry2,alidance,aliill,alilove2,aliredface,alisad,alishh,aliswt', 0, 0, '', '', '', 0, 0, 0, 0),
  1543. (342, 'p10', 'Goth smilies', 'gothic', 4194304, 240, 0, 'Get your goth on with these gothic style smilies. LIMITED. ', 0, 'gothic,goth1,goth2,goth3,goth4,goth5,goth6,goth7,goth8,gothbat,gothmeta,gothskull,gothwings', 0, 0, '', '', '', 0, 0, 0, 0),
  1544. (343, 'p10', 'Redcard Kick', 'redcard', 8388608, 5000, 0, 'Redcard kick mode! ', 0, 'redcard,gotcard,red1,redback,redcarded', 0, 0, '', '', '', 1, 0, 0, 0),
  1545. (344, 'p10', 'Pets smilies', 'pets', 16777216, 220, 0, 'Cute pet smilies ', 0, 'pets,pcat,pchameleon,pdog,pfish,phamster,pmonkey,pparrot,psnake,pturtle', 0, 0, '', '5:p1snake,!:p1asdd', '', 0, 0, 0, 0),
  1546. (345, 'p10', 'Anime style bears', 'ceebear', 33554432, 300, 0, '20 Anime style bear smilies, male and female versions. ', 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, 0, '', '', '', 0, 0, 0, 0),
  1547. (346, 'p10', 'Aquatic smilies', 'aquatic', 67108864, 250, 0, 'Is it safe to get back in the water? LIMITED. ', 0, 'aquatic,aqanchor,aqbubbles,aqfish,aqseahorse,aqsealove,aqseastar,aqshark,aqsubmarine', 0, 0, '', '', '', 0, 0, 0, 0),
  1548. (347, 'p10', 'Vacation holydays', 'vacation', 134217728, 250, 1, 'Loading... % LIMITED. ', 0, 'vacation,vacsurf,vacsun,vacsprinkler,vacmelt,vaclounger,vacgelato,vacflower,vacdrink,vacball', 0, 0, '', '', '', 0, 0, 0, 0),
  1549. (348, 'p10', 'Sea shell smilies', 'shells', 268435456, 250, 1, 'Sea shells from the sea shore. LIMITED. ', 0, 'shells,nautilus,pearlshell,seabottle,seastar,shcrab,shell3,shell4,shellfish', 0, 0, '', '', '', 0, 0, 0, 0),
  1550. (349, 'p10', 'Microbe smilies', 'microbe', 536870912, 250, 1, 'Fun microbe smilies. They are all backs! LIMITED ', 0, 'microbe,micr1,micr2,micr3,micr4,micr5,micr6,micr7,micr8,micr9,micr10,petri,spray', 0, 0, '', '', '', 0, 0, 0, 0),
  1551. (350, 'p10', 'Balloon FX', 'balloonfx', 1073741824, 250, 1, 'Fun balloon inspired effects. LIMITED ', 0, 'balloonfx,baair,balloons,balove,bapop,bapump,basoap,baup,bawater', 0, 0, '', '', '', 0, 0, 0, 0),
  1552. (352, 'p11', 'Poke fun smilies', 'poke', 1, 234, 1, 'Remixable poke, punch, crush smilies and more. LIMITED ', 0, 'poke,wallhide,stickprod,raincloud,punching,painocrush,lightningshock,handstretch,pokecrush,clubhit,ballbounce', 0, 0, '', '', '', 0, 0, 0, 0),
  1553. (353, 'p11', 'Me Me Me', 'me', 2, 200, 0, 'Make an advanced xat.me page with minimal xat branding. ', 0, 'me,coding,stylesheet,thisme', 0, 0, '', '', '', 0, 0, 0, 0),
  1554. (354, 'p11', 'Transport smilies', 'transport', 4, 250, 0, 'Get your smilies going places ', 0, 'trasnport,tboat,tcar,tfuel,tplane,tportal,trocket,ttank,tufo,ttrain', 0, 0, '', '', '', 0, 0, 0, 0),
  1555. (355, 'p11', 'Cute lion smilies. ', 'lions', 8, 275, 0, 'Roar. Lion smilies. ', 0, 'lions,lismile,lisleep,lisad,liplay,lipaw,limad,lilove,lifrus,licry,liconfused,liback', 0, 0, '', '', '', 0, 0, 0, 0),
  1556. (356, 'p11', 'Planets ', 'planets', 16, 275, 0, 'Planets smilies. ', 0, 'planets,asteroid,blackhole,jupiter,mars,mercury,moonflag,neptune,pluto,rocket2,saturn,spaceship,themoon,thesun,uranus,venus', 0, 0, '', '', '', 0, 0, 0, 0),
  1557. (357, 'p11', 'Reaper smilies ', 'reaper', 32, 200, 1, 'Don t fear the reaper Limited ', 0, 'reaper,reapsurprise,reapono,reapnod,reapno,reaphehe,reapgrin,reapevil,reapcry,reapbye,reapback,reapargh', 0, 0, '', '', '', 0, 0, 0, 0),
  1558. (358, 'p11', 'Big smilies ', 'big', 64, 5000, 1, 'Big Power , <font color="red"><b>VERY LIMITED</b></font>', 50, 'big,pump,bigger,bigsmall', 0, 0, '', '', '', 1, 0, 0, 0),
  1559. (359, 'p11', 'Precious smilies', 'precious', 128, 250, 0, 'Time to get precious.Limited', 0, 'precious,pback,pcrystal,pemerald,pheart,prose,psapphire,pstar,pstrawberry,px', 0, 0, '', '', '', 0, 0, 0, 0),
  1560. (360, 'p11', 'Glob smilies', 'glob', 256, 300, 1, 'Fifteen globules form because the liquid exhibits surface tension. LIMITED.', 0, 'glob,glbye,glcry,gld,gldepressed,glhappy,glheart,gljoy,glrage,glredface,glsad,glsmile,gltongue,glwink,glyeayea', 0, 0, '', '', '', 0, 0, 0, 0),
  1561. (361, 'p11', 'Kandle smilies', 'kandle', 512, 200, 0, 'The kandle that burns twice as bright, burns half as long LIMITED.', 0, 'kandle,kandback,kandhehe,kandmad,kandwink,kandsmile,kandsleepy,kandlove,kandcry,kandd,kanddizzy,kanddead', 0, 0, '', '', '', 0, 0, 0, 0),
  1562. (362, 'p11', 'Roosters smilies', 'roosters', 1024, 222, 1, 'Happy flappy rooster smilies LIMITED.', 0, 'roosters,rowitch,rovane,ropeck,ropanic,romad,roheart,rocrowing,rocool,roback', 0, 0, '', '', '', 0, 0, 0, 0),
  1563. (363, 'p11', 'Lock a user to a certain rank ', 'ranklock', 2048, 200, 0, 'Stop mods changing ranks of users. ', 0, 'ranklock', 0, 0, '', '', '', 0, 0, 0, 0),
  1564. (364, 'p11', 'Kaoani star smilies', 'kstar', 4096, 232, 1, 'All star powers. LIMITED. ', 0, 'kstar,kstangel,kstback,kstbonus,kstdevil,kstdizzy,kstkiss,kstlove,ksqueen,kstsleep', 0, 0, '', '', '', 0, 0, 0, 0),
  1565. (365, 'p11', 'All Hallows'' Eve', 'allhallows', 8192, 400, 1, 'All Hallows'' Eve smilies and FX LIMITED', 0, 'allhallows,armfx,candyfx,capefx,eatfx,maskfx,oddcauldron,oddeye,oddmakeup,oddskull,pknfx', 0, 0, '', '', '', 0, 0, 0, 0),
  1566. (366, 'p11', 'A witch''s brew', 'witch', 16384, 250, 1, 'Brew up some smilies. LIMITED. ', 0, 'witch,bats,bloodhand,magichat,wbroom,wcat,wcauldron,wjar,wspider,zombiehand', 0, 0, '', '', '', 0, 0, 0, 0),
  1567. (367, 'p11', 'Cute tiger smilies', 'tigers', 32768, 42, 1, 'Grrr. Tiger Smilies. LIMITED. ', 0, 'tiges,tigywn,tigwink,tigwait,tigtongue,tigsleep,tigredface,tigpounce,tiglaungh,tigjump,tigconfused', 0, 0, '', 'W:pl', '', 0, 0, 0, 0),
  1568. (368, 'p11', 'Butterfly smilies', 'beautifly', 65536, 232, 1, 'Beautiful butterfly smilies. LIMITED. ', 0, 'beautifly,beacatch,beacry,beadizzy,beaeek,beahand,beainlove,beajoy,beakiss,beamad', 0, 0, '', '', '', 0, 0, 0, 0),
  1569. (369, 'p11', 'Hug animations', 'choirhug', 131072, 900, 0, 'Send hug animations in main and private chats. ', 2, 'choirhug,choirsinger,choirtree,choirstar,choirbauble', 0, 0, '', '', '', 0, 0, 0, 0),
  1570. (370, 'p11', 'Sleigh animations', 'sleighhug', 262144, 500, 0, 'Send 5 types of sleigh hug animations in main and private chats. ', 0, 'sleighhug,sleighsnow,sleighsleigh,sleighpulley,sleighjeep,sleighhover', 0, 0, '', '', '', 0, 0, 0, 0),
  1571. (371, 'p11', 'Christmas smilies', 'ornaments', 524288, 250, 1, 'Christmas themed smilies LIMITED', 0, 'ornaments,bells,bulbs,hollyberry,xmascandle,xmasginger,xmasglobe,xmaslove,xmasneon,xmassock', 0, 0, '', '', '', 0, 0, 0, 0),
  1572. (372, 'p11', 'New year fireworks hug', 'fireworkshug', 1048576, 300, 1, 'Fireworks themed hugs LIMITED', 0, 'fireworkshug,fwfireworks,fwstar', 0, 0, '<img class="noresize" width="65" height="65" src="/tema/images/new.png" border="0" title="" alt="undefined">', '', '', 0, 0, 0, 0),
  1573. (373, 'p11', 'Mask smilies', 'masks', 2097152, 240, 1, 'Mask themed smilies LIMITED', 0, 'masks,theatremask,surgicalmask,respiratormask,nbcmask,icehockeymask,horrormask,guymask,ballmask,balaclavamask,ancientmask', 0, 0, '<img class="noresize" width="65" height="65" src="/tema/images/new.png" border="0" title="" alt="undefined">', 'D:p1mask1,C:p1mask2', '', 0, 0, 0, 0),
  1574. (374, 'p11', 'Electricity smilies', 'electricity', 4194304, 220, 0, 'Electricity themed smilies LIMITED', 0, 'electricity,elattention,elbulb,elposts,lighting,socket,electricglobe,watercable', 0, 0, '1', '', '', 0, 0, 0, 0),
  1575. (375, 'p11', 'Ricebowl smilies', 'ricebowl', 8388608, 230, 0, 'Nice rice smilies. LIMITED.', 0, 'ricebowl,rbx,rbwait,rbsleep,rbmad,rblove,rbhot,rbgum,rbeek,rbconfused,rbclap,rbback', 0, 0, '', '', '', 0, 0, 0, 0),
  1576. (376, 'p11', 'Paints smilies', 'paints', 16777216, 230, 0, 'Paints smilies. LIMITED.', 0, 'paints,colorback,painted,painter,painting,pframe,pgraffiti,ppail,pspray', 1, 0, '', 'b:p1beret,g:p1graffiti,p:p1pail,t:p1paints,h:p1pheart,s:p1pspray', '', 0, 0, 0, 0),
  1577. (377, 'p11', 'A mixture of love smilies', 'lovemix', 33554432, 300, 1, 'An eclectic mix of love themed xat smilies. LIMITED.', 0, 'lovemix,lovetv,lovespeech,lovekmonkey,loveglob,lovefuzzy,lovefrog,lovecutie,lovecoolz,loveblubunni', 1, 0, '', 'l:p1loon,B:p1box', '', 0, 0, 0, 0),
  1578. (378, 'p11', 'lovehug', 'lovehug', 67108864, 380, 1, 'Atomo LIMITED', 0, 'lovehug,lovehug,ovearrow,lovebird,lovegift,ovestar', 0, 0, '', '', '', 0, 0, 0, 0),
  1579. (379, 'p11', 'namegrad', 'namegrad', 134217728, 1000, 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.', 0, 'namegrad', 0, 0, '', '', '', 1, 0, 0, 0),
  1580. (380, 'p11', 'atomo', 'atomo', 268435456, 10000, 1, 'Name Grade name Very Limited ', 0, 'Namegrad,Nameglow,Namecolor', 0, 0, '', '', '', 0, 0, 0, 0),
  1581. (381, 'p11', 'patrick', 'patrick', 536870912, 860, 0, 'ebunny Very Limited.', 2220, 'patrick,accordion2,coins2,drinks,ihat,ihat2,irishbeer,irishrainbow,ishoes,patrickbeer,patrickhat,pipe,potgold,rainbowluck', 0, 0, '1', 'r:p1eb1,s:p1eb2', '', 0, 0, 0, 0),
  1582. (382, 'p11', 'ebunny', 'ebunny', 1073741824, 1200, 0, 'St Patrick''s day smilies and hug and hat. LIMITED', 2220, 'ebunny,ebsleep,ebsad,eblove,eblaugh,ebidea,ebhide,ebdizzy,ebblush,ebback', 0, 0, '', 'i:p1patrick,y:p1patrickhat,5:p1patrickhat,c:p1beer2,p:p1accordion', '', 0, 0, 0, 0),
  1583. (384, 'p12', 'easterlandthemed smilies. LIMITED', 'easterland', 1, 370, 1, 'Mining themed smilies. LIMITED', 2220, 'bunnyhole,carrots2,daffodil2,eggfx,egghat,happyeaster,robotegg,sunriseegg,ufoegg', 0, 0, '', 'f:p1tnt,z:p1transport,x:p1wheel2', '', 0, 0, 0, 0),
  1584. (385, 'p12', 'fools', 'fools', 2, 1000, 0, 'Caterpillar themed smilies with animated bodies. LIMITED', 2220, 'fools,poop,poopback,fobox,focigar,focrazy,foeyes,fohat,fopeel,foshock,trash', 0, 0, '', '', '', 0, 0, 0, 0),
  1585. (386, 'p12', 'Songkran powers Limited ', 'Songkran', 4, 1500, 1, 'Limited Power', 2220, 'songkran,happysun,powder,sconfetti,sdrink,selephant,sflower,tuktuk,waterbucket', 0, 0, '', '', '', 0, 0, 0, 0),
  1586. (387, 'p12', 'Onion power Limitat adaugat de catalin', 'Onion', 8, 10000, 0, 'bonion cute rabbit smilies. LIMITED.', 2220, 'bloonie,bloangry,bloback,blodizzy,bloeat,blohaha,blohears,blojoy,blokiss,blolove,bloonie,blosad,blothink,bloyesonion,onyell,ontired,onsmile,onsleep,onshy,onmad,onlove,onglare,onfall,oncry,oncheer,onbang,onback', 0, 0, '', '', '', 0, 0, 0, 0),
  1587. (388, 'p12', 'Earthday fun power .', 'Earthday', 16, 1500, 1, 'Earthday fun Very Limited ', 2220, 'earthday,eartharound,earthback,earthbulb,earthlove,gogreen,myday,worldhand', 0, 0, '', '', '', 0, 0, 0, 0),
  1588. (389, 'p12', 'Jumblejinx', 'Jumblejinx', 32, 480, 1, 'Jumblejinx LIMITAT', 2220, 'jumblejinx,jinxback,z', 0, 0, '', '', '', 0, 0, 0, 0),
  1589. (390, 'p12', 'mom smiles', 'mom', 64, 800, 0, 'Limited', 2220, 'pcorn,pcburnt,pccaramel,pccry,pcdizzy,pcgagged,pcgoo,pckiss,pckswt,pcmad,pcornbackmom,loveflowers,mombaby,mombird,momhand,momheart,momlove,momqueen,momstork,storks,sf', 1, 0, '', 'W:pl,1:snakere', '', 0, 0, 0, 0),
  1590. (391, 'p12', 'textgrad', 'textgrad', 128, 5000, 1, 'Rainbow and custom gradient effects on your text requires glow and textcolor Rainbow text LIMITED', 0, 'textgrad', 0, 0, '', '', '', 1, 0, 0, 0),
  1591. (392, 'p12', 'koala', 'koala', 256, 250, 1, 'koala limited power', 0, 'koala,kolove,kolaugh,kogoo,koglare,koeat,kodizzy,kocrying,kocool,koclap,koblush', 0, 0, '<img class="noresize" src="http://xat.com/images/NewIcon.gif" border="0" title="" alt="undefined">', 'z1:pl', '', 0, 0, 0, 0),
  1592. (393, 'p12', 'Namewave', 'Namewave', 512, 900, 1, 'Limited Power ', 0, 'Namewave', 0, 0, '', '', '', 0, 0, 0, 0),
  1593. (394, 'p12', 'chores', 'Chores', 1024, 300, 1, 'Limited Power ', 0, 'chores,chdishes,chdust,chhose,chiron,chmop,chmow,chspray,chtrash,chvacuum,chwash,chwindow', 0, 0, '', '', '', 0, 0, 0, 0),
  1594. (395, 'p12', 'animegirl', 'animegirl', 2048, 200, 1, 'Limited Power ', 0, 'animegirl,aglightning,agugh,agno,agshock,agbreak,agwink,agawe,agmeh,agblah,agcute,agfear,agcry,aggrin,agstun', 0, 0, '', '', '', 0, 0, 0, 0),
  1595. (396, 'p12', 'diva', 'diva', 4096, 450, 1, 'Limited Power ', 0, 'diva,divacar,divacarpet,dival,divaposion,divarope,divaselfie,divasing,divatrumpet,divavortex', 0, 0, '', '', '', 0, 0, 0, 0),
  1596. (397, 'p12', '', 'cutesquare', 8192, 900, 1, '', 0, 'csangry,csdizzy,csback,csconfused,csdeath,csheart,csnerd,cssleepy,cswink', 0, 0, '', '', '', 0, 0, 0, 0);
  1597.  
  1598. -- --------------------------------------------------------
  1599.  
  1600. --
  1601. -- Table structure for table `powers2`
  1602. --
  1603.  
  1604. CREATE TABLE IF NOT EXISTS `powers2` (
  1605. `new` int(55) NOT NULL,
  1606. `id` int(255) NOT NULL DEFAULT '0',
  1607. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  1608. `name` varchar(255) NOT NULL COMMENT 'Power name',
  1609. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  1610. `cost` int(11) NOT NULL,
  1611. `currency` int(11) NOT NULL DEFAULT '0',
  1612. `limited` int(1) NOT NULL DEFAULT '0',
  1613. `description` varchar(10000) NOT NULL,
  1614. `maxper` int(11) NOT NULL DEFAULT '0',
  1615. `amount` int(255) NOT NULL DEFAULT '0' COMMENT 'Amount to sell',
  1616. `topsh` longtext NOT NULL,
  1617. `topshpawn` longtext NOT NULL,
  1618. `group` varchar(255) NOT NULL,
  1619. `pawns` varchar(255) NOT NULL,
  1620. `games` int(11) NOT NULL DEFAULT '0',
  1621. `epic` int(11) NOT NULL DEFAULT '0',
  1622. `allp` int(11) NOT NULL DEFAULT '0',
  1623. `spanws` int(11) NOT NULL DEFAULT '0',
  1624. `poder` text NOT NULL,
  1625. PRIMARY KEY (`id`),
  1626. KEY `id` (`id`)
  1627. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  1628.  
  1629. --
  1630. -- Dumping data for table `powers2`
  1631. --
  1632.  
  1633. INSERT INTO `powers2` (`new`, `id`, `section`, `name`, `subid`, `cost`, `currency`, `limited`, `description`, `maxper`, `amount`, `topsh`, `topshpawn`, `group`, `pawns`, `games`, `epic`, `allp`, `spanws`, `poder`) VALUES
  1634. (0, 0, 'p0', 'allpowers', 1, 0, 0, 1, 'Para se qualificar para o allpowers (todos poderes) que você precisa para ter um de cada poder padrão disponível (marcado com um foguete). Poderes que são limitados em quantidade e poderes épicos não são necessários.', 0, 0, '', '', '', '', 0, 0, 0, 0, 'Todos poderes'),
  1635. (0, 1, 'p0', 'topman', 2, 200, 0, 0, 'Your icon will go to the top of your section (eg moderator/member) even if you have a high id number unless another user also has this power', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Go to top of section'),
  1636. (0, 2, 'p0', 'subhide', 4, 100, 0, 0, 'Set your star or heart to black (from red) even if you are a subscriber (have days). All other subscriber features still work eg glitter.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Hide subscriber (Black star)'),
  1637. (0, 3, 'p0', 'mod8', 8, 500, 0, 0, 'On any chat where you are a moderator you will be able to ban for up to 8 hours (up from 6).', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Moderator ban 8 hours'),
  1638. (0, 4, 'p0', 'zoom', 16, 300, 0, 0, 'When anybody mouses over your picture it will enlarge so that they can get a better look. Also you can zoom anyones picture on the chat.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Zoom avatar on mouse over'),
  1639. (0, 5, 'p0', 'nofollow', 32, 100, 0, 0, 'Normally friends can locate you and follow you around from chat to chat. This power allows you to block them from locating and following you.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Friends can''t follow you'),
  1640. (0, 6, 'p0', 'invert', 64, 200, 0, 0, 'Make almost any smilie upside down. To make a smilie upside down add #i to the smilie code eg (cd#i). Works with () smilies only.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Upside down smilies'),
  1641. (0, 7, 'p0', 'mirror', 128, 100, 0, 0, 'Mirror almost any smilie left to right. To make a smilie mirror add #m to the smilie code eg (cd#m). Works with () smilies only.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Mirror smilies'),
  1642. (0, 8, 'p0', 'noaudies', 256, 10, 0, 0, 'Turns off the audies sound effects. Any messages with an audie will just beep like any other message. Audies still work if you click on them.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Turn off audies sounds'),
  1643. (0, 9, 'p0', 'reghide', 512, 100, 0, 0, 'Remove your star or heart so that you show on the user list like an unregistered user. All other subscriber features still work eg glitter.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Hide registered (no star)'),
  1644. (0, 10, 'p0', 'nopc', 1024, 200, 0, 0, 'Block incoming PC (private chat) from all users except friends. You can still initiate a PC. Owners, Mods and xat staff can always PC you', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Only PC from friends'),
  1645. (0, 11, 'p0', 'tempmod', 2048, 50, 1, 0, 'NOTE YOU HAVE TO BE AN OWNER TO USE THIS POWER! Make a user a moderator from 1 minute to 24 hours. To use private chat the user and send him a message like /m2.5 which in this case would make him a moderator for 2 hours 30 minutes.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Owner can make temporary moderator'),
  1646. (0, 12, 'p0', 'hat', 4096, 100, 0, 0, 'For a Turkish cap or baseball hat use (hat#t#FF0000). For a US football helmet use (hat#f#000080). You can use any color with a hex code. More hats will be added. Some hats may only available for holidays', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Add a hat to your "pawn"'),
  1647. (0, 13, 'p0', 'red', 8192, 150, 0, 0, 'Color any "yellow" smilie red. To make a smilie red add #r to the smilie code eg (d#r). If you have multiple color powers you can create custom colored smilies. Works with () smilies only.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Red Color Smilies'),
  1648. (0, 14, 'p0', 'green', 16384, 150, 0, 0, 'Color any yellow smilie green. To make a smilie green add #g to the smilie code eg (d#g). If you have multiple color powers you can create custom colored smilies. Works with () smilies only.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Green Color Smilies'),
  1649. (0, 15, 'p0', 'blue', 32768, 150, 0, 0, 'Color any yellow smilie blue. To make a smilie blue add #b to the smilie code eg (d#b). If you have multiple color powers you can create custom colored smilies. Works with () smilies only.', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Blue Color Smilies'),
  1650. (0, 16, 'p0', 'light', 65536, 150, 0, 0, 'Light/Dark any "yellow" smilie. To make a smilie lighter add pluses to the smilie #+++, darker add minuses #---- to the smilie code. If you have multiple color powers you can create custom colored smilies. Works with () smilies only', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Light/Dark Smilies'),
  1651. (0, 17, 'p0', 'heart', 131072, 597, 0, 1, 'Give a heart shape to any "yellow" smilie. To make a heart smilie add #h to the smilie code eg (biggrin#h). If you have color powers you can change the color. EG for a pink heart use: (love#h#ff99ff). Works with () smilies only', 0, 0, '', '', '', '', 0, 0, 0, 0, 'Heart shaped Smilies'),
  1652. (0, 18, 'p0', 'shuffle', 262144, 25, 0, 0, 'Selects a random picture from a strip of pictures you specify. Set your avatar to be a horizontal strip of square pictures and a random picture will be shown with each message. Tool to help make a strip', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Random Avatar/Picture'),
  1653. (0, 19, 'p0', 'animate', 524288, 400, 0, 0, 'Make an animated avatar from a strip of pictures you specify. Set your avatar to be a horizontal strip of square pictures and an animation will be shown as your avatar. You can convert animated GIFs to picture strips here', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Animated Avatar/Picture'),
  1654. (0, 20, 'p0', 'square', 1048576, 100, 0, 0, 'Give a cyan square shape to any "yellow" smilie. To make a cyan square smilie add #s to the smilie code eg (smile#s). If you have color powers you can change the color. EG for purple use: (biggrin#s#800080). Works with () smilies only', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Square shaped Smilies'),
  1655. (0, 21, 'p0', 'nameglow', 2097152, 400, 0, 0, 'Give a neon glow to your name on the chat box. To add a green glow add (glow) to the end of your name. If you have color powers you can add a custom colored glow. EG for red use: (glow#r) or white use: (glow#FFFFFF)', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Neon Glow Names'),
  1656. (0, 22, 'p0', 'cycle', 4194304, 500, 0, 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, 0, '', '', '', '', 0, 0, 1, 0, 'Color Cycle Smilies'),
  1657. (0, 23, 'p0', 'hexagon', 8388608, 100, 0, 0, 'Give a pink hexagon shape to any "yellow" smilie. To make a pink hexagon smilie add #x to the smilie code eg (smile#x). If you have color powers you can change the color. EG for purple use: (biggrin#x#800080). Works with () smilies only', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Hexagon shaped Smilies'),
  1658. (0, 24, 'p0', 'clear', 16777216, 3300, 0, 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, 0, '', '', '', '', 0, 0, 0, 0, 'Smilies with no background'),
  1659. (0, 25, 'p0', 'boot', 33554432, 13716, 0, 1, 'NOTE YOU HAVE TO BE AN OWNER OR MODERATOR TO USE THIS POWER! Boot a user to another chat. To boot click on the user and choose kick, there is a box to enter the group to kick them to e.g. "Illusion". If you boot people to inappropriate rooms or otherwise abuse the power it is a violation of the terms and you will forfeit the power. More info', 0, 0, '', '', '', '', 0, 1, 0, 0, ''),
  1660. (0, 26, 'p0', 'octogram', 67108864, 135, 0, 0, 'Give a light green octogram shape to any "yellow" smilie. To make a octogram smilie add #o to the smilie code eg (smile#o). If you have color powers you can change the color. EG for purple use: (biggrin#o#800080). Works with () smilies only.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1661. (0, 27, 'p0', 'show', 134217728, 45, 0, 0, 'Allow other users to see your xats and days. Xats and days will appear on the powers dialog', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1662. (0, 28, 'p0', 'superkick', 268435456, 175, 0, 0, 'Allows you to Kick lower ranks. Main Owners can kick Owners, Owners can kick mods and Members can kick banned members and BANNED guests. If you have boot power you can boot lower ranks as well!', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1663. (0, 29, 'p0', 'invisible', 536870912, 468, 0, 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, 0, '', '', '', '', 0, 0, 0, 0, 'Invisible owner'),
  1664. (0, 30, 'p0', 'pink', 1073741824, 450, 0, 0, 'Turn your pawn pink. When this power is enabled you will show as pink on the user list. NOTE: YOU MUST BE A GUEST, MEMBER OR OWNER IN MODE TO USE THIS POWER', 0, 0, '', '', '', '', 0, 0, 0, 1, 'Pink guest and member'),
  1665. (0, 32, 'p1', 'guestself', 1, 225, 0, 0, 'Type /g in the main chat to turn yourself into a guest. Useful if you don''t want to be a member on a chat or you want to resign as mod or not be main owner for a while. NOTE: If you de-owner yourself make sure you can get it back!', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1666. (0, 33, 'p1', 'sinbin', 2, 270, 0, 0, 'NOTE YOU HAVE TO BE AN OWNER TO USE THIS POWER! Strip a moderator of kick and ban power from 1 minute to 24 hours. To use private chat the user and send him a message like /n2.5 which in this case would sinbin for 2 hours 30 minutes.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1667. (0, 34, 'p1', 'diamond', 4, 738, 0, 1, 'Give a purple diamond shape to any "yellow" smilie. To make a diamond smilie add #d to the smilie code eg (smile#d). If you have color powers you can change the color. EG for red use: (biggrin#d#FF0000). Works with () smilies only.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1668. (0, 35, 'p1', 'purple', 8, 25000, 0, 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.', 0, 0, '', '', '', '', 0, 0, 0, 1, 'Purple Pawn'),
  1669. (0, 36, 'p1', 'ttth', 16, 360, 0, 0, 'Send a giant smiley kiss (for free) and ignore someone you don''t want to talk to in one step. Type /t in the message or /tMessage#smiley.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1670. (0, 37, 'p1', 'hands', 32, 270, 0, 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, 0, 'loser,rockon,palms,thumbsup,thumbsdown,flip,shh,bye,hug,clap,backoff,hehe,hmm,crazy,ono,shrug', '', '', '', 0, 0, 0, 0, ''),
  1671. (0, 38, 'p1', 'hairm', 64, 135, 0, 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, 0, 'hairm2,hairm3,emo,nrd,punk', '', '', '', 0, 0, 0, 0, ''),
  1672. (0, 39, 'p1', 'hairf', 128, 180, 0, 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, 0, 'hairf2,hairf3,hairf4,g1,goth', '', '', '', 0, 0, 0, 0, ''),
  1673. (0, 40, 'p1', 'fade', 256, 1638, 0, 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, 0, 'noface', '', '', '', 0, 0, 0, 0, ''),
  1674. (0, 41, 'p1', 'gag', 512, 1116, 0, 1, 'Allows you to gag guests and members for up to an hour, assuming you have the necessary rank to ban. To gag someone click on them and press ban, select the duration and reason and press the gag button.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1675. (0, 42, 'p1', 'costumes', 1024, 270, 0, 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, 0, 'ninja,cb,police,nurse,jester,sphinx,dhat,crown,partyhat,facemask,sherlock,prop,grad,dunce2,straw,ribbon', '', '', '', 0, 0, 0, 0, ''),
  1676. (0, 43, 'p1', 'six', 2048, 2124, 0, 0, 'Turn your "yellow" smilies into devils. To make a devil smilie use (cry2#6). To use it with the pitchfork use (cry2#r#six). It can be used with the smilie option mode: To use devils smilies for all your yellows type /o6 in to the chatbox, to return to normal type /o', 0, 20, '', '', '', '', 0, 0, 0, 0, ''),
  1677. (0, 44, 'p1', 'dood', 4096, 225, 0, 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, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1678. (0, 45, 'p1', 'angel', 8192, 10000, 0, 0, 'Add wings, a halo, a cloud and prayer hands to any yellow smiley. For example to add all the effects use (angel#angel#halo#cloud#pray).', 0, 4, 'halo,cloud,pray', '', '', '', 0, 0, 0, 0, ''),
  1679. (0, 46, 'p1', 'mute', 16384, 468, 0, 0, 'FOR OWNERS ONLY! Allows you to silent ban a user. This will ban a user wihout them knowing. To mute a user click on their name and press ban, select the duration and press\nthe mute button. NOTE: the max time to mute a user is 1 hour.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1680. (0, 47, 'p1', 'radio', 32768, 225, 0, 0, 'Take radio stations with you as you visit different chat groups. Support your favorite radio stations by sharing them with your fellow chatters, if anyone clicks on your radio smilie they will tune in as well. See wiki for more.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1681. (0, 48, 'p1', 'fruit', 65536, 639, 0, 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, 0, 'apple,lemon,pear,orange,plum,banana', '', '', '', 0, 0, 0, 0, ''),
  1682. (0, 49, 'p1', 'sport', 131072, 360, 0, 1, 'Support your team! Add sport effects to yellow smilies - #shirt, #football, #soccer, #ball, #bb, #sport, #shirts, #foam, #weight. See wiki for more.', 0, 0, 'shirt,soccer,football,shirts,ball,bb,foam,weight,trophy,helmet,cupw', '', '', '', 0, 0, 0, 0, ''),
  1683. (0, 50, 'p1', 'num', 262144, 360, 0, 0, 'Add 1-3 letters or numbers to some smilies. Examples: (l#num#numi♥u) (noface#num#num8). Note may need other powers for all effects. See wiki for more', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1684. (0, 51, 'p1', 'hush', 524288, 292, 0, 0, 'Hush a chat. Stop everyone on a chat talking so you can make an announcement etc. Eg /hm60Announcement! See wiki. NOTE THIS IS AN OWNER POWER. THIS POWER WILL NOT BE LIMITED', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1685. (0, 52, 'p1', 'halloween', 1048576, 600, 0, 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, 0, 'pknlaugh,tort,pkn,wh,frk,mmy,cdn,grim,tomb,bat,ghost,dig,die', '', '', '', 0, 0, 0, 0, ''),
  1686. (0, 53, 'p1', 'anime', 2097152, 270, 0, 0, 'Anime smilies, tops, hairstyles and accessories. 22 in all! E.g. (anime) (headband) (fan) (tear) (haira1). See wiki for details', 0, 0, 'hypno,dizzy,rage,headband,fan,comeon,grin,grump,tear,awe,doh,pouty,maniac,squint,ahhh,quiver,haira1,haira2,haira3,haira4,haira5,astro,haira6,haira7,haira8,haira9,haira10', '', '', '', 0, 0, 0, 0, ''),
  1687. (0, 54, 'p1', 'status', 4194304, 360, 0, 0, 'Show a status message under your name on the chat. To use type $status=Having breakfast in the chat. See wiki for details', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1688. (0, 55, 'p1', 'thanksgiving', 8388608, 706, 0, 1, 'Thanksgiving themed smilies. Smileys are: (pilgrimm) (pilgrimf) (indian) (indian2) (indian3) (chef) (dining) (eatleg) (feast). This power will be limited.', 0, 0, 'pilgrimm,pilgrimf,indian,indian2,indian3,chef,dining,feast2,eatleg', '', '', '', 0, 0, 0, 0, ''),
  1689. (0, 56, 'p1', 'snowy', 16777216, 363, 0, 1, 'Use snowflake backgrounds for smiles eg (d#snowy). Add snow to yellow smilies: (d#snows). Use the Snowy kiss and glitter.', 0, 0, 'snows', '', '', '', 0, 0, 0, 0, ''),
  1690. (0, 57, 'p1', 'christmas', 33554432, 2061, 0, 1, '26 seasonal smilies and effects eg (scarf) (give) (shiver) (wreath) (sball) (xb1) (tree). See wiki for details', 0, 0, 'beard,bell,cane,ches,elf,give,pole,sack,sball,scarf,sdeer,sfeet,shiver,sledge,slist,smound,spull,stock,tree,wreath,xb1,xb4,skiss,bulb,sgift', '', '', '', 0, 0, 0, 0, ''),
  1691. (0, 58, 'p1', 'count', 67108864, 180, 0, 0, 'Countdown timer, shows time remaining until a specified event e.g. New Year. Mechanical and LED styles. See wiki for details', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1692. (0, 59, 'p1', 'stick', 134217728, 270, 0, 0, 'Create your own custom animated stickmen and use them on the chat box as smilies and avatars. See wiki for details', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1693. (0, 60, 'p1', 'dx', 268435456, 81, 0, 0, 'Allows you to convert some of your days to xats. Note when you use the power it goes. Convert now!', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1694. (0, 61, 'p1', 'tempmem', 536870912, 175, 0, 0, 'Make a guest into a member for 1 minute up to 24 hours. To use, private chat the guest and send /mb2.5 which would make a member for 2 hours 30 minutes. THIS POWER WILL NOT BE LIMITED', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1695. (0, 62, 'p1', 'valentine', 1073741824, 2610, 0, 1, 'Valentine smilies, (beat) (bheart) (cupid) (card) (hug2) (hug3) (ilu) (lhand) (ring) (rose) (rose2) (valentine)\n See wiki for details', 0, 0, 'beat,bheart,cupid,card,hug2,hug3,ilu,lhand,ring,rose,rose2', '', '', '', 0, 0, 0, 0, ''),
  1696. (0, 64, 'p2', 'blueman', 1, 900, 0, 0, 'Turn your pawn dark blue. When this power is enabled you will show as dark blue on the user list if you are a guest or member. NOTE: YOU MUST BE A GUEST, MEMBER OR OWNER IN $TEALTH MODE TO USE THIS POWER!', 0, 0, '', '', '', '', 0, 0, 0, 1, 'Dark blue guest and member'),
  1697. (0, 65, 'p2', 'party', 2, 180, 0, 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, 0, 'balloon,bride,cake,phat,clink,pdance,pdance2,pdance3,groom,photo,popper,toast', '', '', '', 0, 0, 0, 0, ''),
  1698. (0, 66, 'p2', 'irish', 4, 720, 0, 1, 'Celebrate St Patrick''s day with these smilies: (irish) (clover2) (drink) (igirl) (iman) (pot) (rainbow) (shi) (tap). $WIKI', 0, 0, 'clover2,drink,igirl,iman,pot,rainbow,shi,tap,drum,bagpipes', '', '', '', 0, 0, 0, 0, ''),
  1699. (0, 67, 'p2', 'flashrank', 8, 585, 0, 0, 'Make your pawn fade between your pawn color power (purple, pink, blueman) and your rank on the chat. Mods can make use of pink and blueman powers if they have flashrank.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1700. (0, 68, 'p2', 'easter', 16, 243, 0, 1, 'Celebrate Easter with these smilies: (easter) (basket) (bunny) (bunny2) (chick) (egg2) (eggb) (paintegg). $WIKI', 0, 0, 'basket,bunny,bunny2,chick,egg2,eggb,paintegg', '', '', '', 0, 0, 0, 0, ''),
  1701. (0, 69, 'p2', 'nopm', 32, 135, 0, 0, 'Block incoming PMs (private messages) from all users except friends. Owners, Mods and xat staff can always PM you. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1702. (0, 70, 'p2', 'banish', 64, 270, 0, 1, 'Users who are banned for more than 1 hour will be banished i.e. can''t see the messages, members or guests $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1703. (0, 71, 'p2', 'circus', 128, 225, 0, 0, 'Roll up, roll up, the circus is in town. Get your ticket for the Cirque du xat. e.g. (juggler) (firewand) (acrobat) (splat). 16 in all. $WIKI', 0, 0, 'acrobat,balloonart,cannon,clown,eleride,fireblow,firewand,highwire,uniwire,juggler,lion,splat,tamer,uni,unirope,wheel', '', '', '', 0, 0, 0, 0, ''),
  1704. (0, 72, 'p2', 'gkaoani', 256, 900, 0, 1, 'Lets any subs, on the group you assign it to, use the 30 kaoani style smilies. It includes kaoani versions of many classic smilies and new expressions. The owner of the power can also use the kaoani back in a combo on any chat e.g. (redface#gkaoani). Not limited. ', 0, 0, 'kbiggrin,kclap,kconfused,kcool,kcrying,kdizzy,keek,keyerub,kfit,kfrown,kglare,khehe,khello,khug,kkiss,klove,kmad,kmischief,knod,krant,kredface,ksad,ksleepy,ksmile,ksmirk,kstraight,kstruggle,ktongue,kun,kwink', '', '1', '', 0, 0, 0, 0, ''),
  1705. (0, 73, 'p2', 'military', 512, 534, 0, 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, 0, 'camo,coastguard,drillserg,gasmask,m1h,marine,pilot,sailor,sailor2,salute,smoke', '', '', '', 0, 0, 0, 0, ''),
  1706. (0, 74, 'p2', 'gline', 1024, 810, 0, 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, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1707. (0, 75, 'p2', 'bump', 2048, 180, 0, 0, 'Bump is used to draw a friends attention to a private chat tab, by shaking the chat box, playing a sound and turning the padlock red. You can bump friends and if mod or above, people of lower rank. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1708. (0, 76, 'p2', 'gkaliens', 4096, 3258, 0, 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, 0, 'kachat,kacrazy,kafang,kafill,kagab,kagrin,kagsp,kalook,kao,kaoo,kapunch,kaswt,katalk,katear,katears,kaum,kaupset,kawink', '', '1', '', 0, 0, 0, 0, ''),
  1709. (0, 77, 'p2', 'scifi', 8192, 659, 0, 1, 'Science fiction smilies: (scifi) (alienb) (alien2) (beam) (borg) (cylon) (jetpack) (laser) (ufo) (vial) (vr). Limited. $WIKI', 0, 0, 'alien2,alienb,beam,blob,borg,cylon,jetpack,laser,vial,vr,ufo', '', '', '', 0, 0, 0, 0, ''),
  1710. (0, 78, 'p2', 'supporter', 16384, 90, 0, 0, 'Support your favorite group by assigning this power. Includes supporter smilies: (supporter) (cheerleader) (horn) (pennant) (corndog). $WIKIP', 0, 0, 'cheerleader,horn,pennant,corndog,vuvu', '', '1', '', 0, 0, 0, 0, ''),
  1711. (0, 79, 'p2', 'tempown', 32768, 292, 0, 0, 'Make a mod into an owner for 1 minute up to 24 hours. To use, private chat the mod and send /mo5.5 which would make an owner for 5 hours 30 minutes. Not limited. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1712. (0, 80, 'p2', 'gcontrol', 65536, 450, 0, 0, 'Set who can ban who, can set the scroller, how long mods can ban for and much more. See wiki', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1713. (0, 81, 'p2', 'tickle', 131072, 1, 0, 0, 'Get tickle power', 1, 0, '', '', '', '', 0, 0, 0, 0, 'Tickle Power'),
  1714. (0, 82, 'p2', 'sea', 262144, 270, 0, 0, 'sea themed smilies. Try out these smilie option codes: /o#diver#weed#bubbles#w20_20 and /o#fish#weed#bubbles#w16_20 this will make all your () smilies have the combo effect. To cancel just type /o $WIKIP', 0, 0, 'fish,fish2,fish3,bubbles,crab,diver,dolphin,jellyfish,octopus,shrimp,starfish,turtle,weed', '', '1', '', 0, 0, 0, 0, ''),
  1715. (0, 83, 'p2', 'silly', 524288, 180, 0, 0, 'Silly smilies: (silly) (bonk) (burp) (crazy2) (dopey) (impact) (irked) (itchy) (mischief2) (nose) (raspberry) (rolleye) (spit) (string). ', 0, 0, 'bonk,burp,crazy2,dopey,impact,irked,itchy,mischief2,nose,raspberry,rolleye,spit,string', '', '', '', 0, 0, 0, 0, ''),
  1716. (0, 84, 'p2', 'blastpro', 1048576, 360, 0, 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, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1717. (0, 85, 'p2', 'flag', 2097152, 225, 0, 0, 'Over 180 flags with flapping animation. Support your team or country. Not limited. See wiki', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1718. (0, 86, 'p2', 'blastban', 4194304, 450, 0, 0, 'BlastBan is a GROUP power that shows animations when someone on the chat gets banned. 2 BlastBans assigned unlocks a second animation, 4 unlocks a third, 8 unlocks a forth. $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1719. (0, 87, 'p2', 'independence', 8388608, 284, 0, 1, 'Celebrate USA / Independence Day with these smilies: (independence) (abe) (bbq) (flagwave) (fwlaunch) (glowstick) (liberty) (sparkler) (starburst) (starbounce) (starring) (tiphat) (usface) (usss)', 0, 0, 'abe,bbq,flagwave,fwlaunch,glowstick,liberty,sparkler,starbounce,starburst,starring,tiphat,usface,usss', '', '', '', 0, 0, 0, 0, 'independence day smilies'),
  1720. (0, 88, 'p2', 'blastde', 16777216, 2772, 0, 1, 'BlastDe is a GROUP power that shows animations when someone on the chat gets a lower rank. 2 BlastDes assigned unlocks a second animation, 4 unlocks a third, 8 unlocks a forth. LIMITED. $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1721. (0, 89, 'p2', 'summer', 33554432, 148, 0, 1, 'Have fun in the sun.(summer) (beachbbq) (cooler) (efan) (fishing) (frisbee) (goggles) (kayak) (laytowl) (pina) (sanddig) (sandplay) (bands) (towl) (waterbottle) (waterskii) LIMITED.', 0, 0, 'beachbbq,cooler,efan,fishing,frisbee,goggles,kayak,laytowl,pina,sanddig,sandplay,bands,towl,waterbottle,waterskii', '', '', '', 0, 0, 0, 0, ''),
  1722. (0, 90, 'p2', 'bad', 67108864, 180, 0, 1, 'A GROUP power that allows you to add your own bad words to the bad words filter. Bonus smilies included. $WIKIP', 0, 0, 'biker,slingshot,thief,fbomb,liar', '', '1', '', 0, 0, 0, 0, ''),
  1723. (0, 91, 'p2', 'rapid', 134217728, 234, 0, 0, 'ignore, unban, ban, gag, mute, member and guest with one mouse click. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1724. (0, 92, 'p2', 'horror', 268435456, 306, 0, 1, 'A GROUP power that allows you to add flix (background animations) to your chat. Bonus horror smilies included. Also for halloween only seasonal pawns for the chat. $WIKIP', 0, 0, 'mist,franken,goblin,knife,pkncut,spider,triclops,vamp,warewolf', '', '1', '', 0, 0, 0, 0, ''),
  1725. (0, 93, 'p2', 'mint', 536870912, 90, 0, 0, 'Set a minimum transfer amount you will accept. When active, each mint power raises the transfer limit by 50 xats or 4 days. Also includes bonus smilies (lob) (hit) (dodge) (moring) (mobounce). $WIKI', 0, 0, 'hit,dodge,lob,mobounce,moring', '', '', '', 0, 0, 0, 0, ''),
  1726. (0, 94, 'p2', 'blastkick', 1073741824, 270, 0, 0, 'BlastKick is a GROUP power that shows animations when someone on the chat gets kicked. 2 BlastKicks assigned unlocks a second animation, 4 unlocks a third, 8 unlocks a forth. $WIKIP', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1727. (0, 96, 'p3', 'winter', 1, 450, 0, 0, '24 winter and christmas smilies and up to 6 flix backgrounds (needs up to 32 assigned). $WIKIP', 0, 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', '', 0, 0, 0, 0, ''),
  1728. (0, 97, 'p3', 'adventure', 2, 954, 0, 1, 'Adventure themed smilies: (adventure) (campfire) (canopy) (compass) (firstaid) (hangglider) (hunting) (lantern) (map) (marshmallow) (iceaxe) (swing) (waterskiing) (zipline) (smokes) LIMITED. $WIKI', 0, 0, 'campfire,canopy,compass,firstaid,hangglider,hunting,lantern,map,marshmallow,iceaxe,swing,waterskiing,zipline,smokes', '', '', '', 0, 0, 0, 0, ''),
  1729. (0, 98, 'p3', 'feast', 4, 517, 0, 1, 'A feast of 30 food smilies and up to 3 flix backgrounds (needs up to 4 assigned). $WIKIP', 0, 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', '', 0, 0, 0, 0, ''),
  1730. (0, 99, 'p3', 'single', 8, 135, 0, 0, 'Prevent other users marrying or bffing you. Includes broken heart on pawn [put (hat#z) in your name] and (asif) (heartbounce) (one) (heartburst) bonus smilies.. $WIKI', 0, 0, 'asif,one,heartburst,heartbounce,noway', '', '', '', 0, 0, 0, 0, ''),
  1731. (0, 100, 'p3', 'link', 16, 360, 0, 0, 'Create custom link words for your chat. GROUP POWER. $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1732. (0, 101, 'p3', 'shocker', 32, 936, 0, 1, 'Shocker themed smilies: (duck) (electrocute) (eyepop) (flamed) (lookaround) (scream) (wow) (dazed) (hazey) (drool) (footmouth) (mindblow) (misspeak) (relieved) (uvula) (arc) LIMITED. $WIKI', 0, 0, 'duck,electrocute,eyepop,flamed,lookaround,scream,wow,dazed,hazey,drool,footmouth,mindblow,misspeak,relieved,uvula,arc', '', '1', '', 0, 0, 0, 0, ''),
  1733. (0, 102, 'p3', 'fairy', 64, 3474, 0, 1, 'Fairy flix animated backgrounds and smilies. Price will drop and then the power will be withdrawn. LIMITED. GROUP POWER. $WIKIP', 0, 0, 'butterfly,fcrown,fhair,fhat,flower2,frog,fwings,heartwand,mushrooms,shards', '', '1', '', 0, 0, 0, 0, ''),
  1734. (0, 103, 'p3', 'namecolor', 128, 10000, 0, 0, 'Color your name on the chat box. N.B. you also need nameglow and color powers. EG for a purple name use: (glow#0#800080) or white with black glow: (glow#000001#FFFFFF). $WIKI', 0, 0, '', '', '', '', 0, 1, 0, 0, 'Name color'),
  1735. (0, 104, 'p3', 'gkbear', 256, 594, 0, 1, 'Cute bear smilies. Price will drop and then the power will be withdrawn. LIMITED. GROUP POWER. $WIKIP', 0, 0, 'kbawe,kbcold,kbcry,kbdance,kbpunch,kbsad,kbscream,kbweep,kbwink,kbyawn', '', '1', '', 0, 0, 0, 0, ''),
  1736. (0, 105, 'p3', 'angry', 512, 1300, 0, 1, 'Don''t get upset, get the angry power and vent your frustration with these smilies. LIMITED. $WIKI', 0, 0, 'explode,facepalm,bite,hissyfit,mutter,potstir,pullhair,raging,ticked,yell,flame,grumpy2,headache,timebomb', '', '', '', 0, 0, 0, 0, ''),
  1737. (0, 106, 'p3', 'gscol', 1024, 270, 0, 0, 'Set a default color for smilies. Eg you can have pink bears or aliens on the gline. GROUP POWER. $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1738. (0, 107, 'p3', 'ugly', 2048, 348, 0, 1, 'Be different with new "ugly" style smilies. LIMITED. $WIKI', 0, 0, 'uangel,udemon,uevil,uhappy,ulook,uthink,usad,uscratch,usmile,utongue,uwink', '', '', '', 0, 0, 0, 0, ''),
  1739. (0, 108, 'p3', 'love', 4096, 270, 0, 0, 'love smilies and also flix animated backgrounds for groups. UNLIMITED. $WIKIP', 0, 0, 'coy,flirt,freehugs,heartbeat,heartblow,ihu,lovedraw,ucute,uhot', '', '', '', 0, 0, 0, 0, ''),
  1740. (0, 109, 'p3', 'barge', 8192, 234, 0, 0, 'Allows owners and mods to move into full pools by barging another user out. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1741. (0, 110, 'p3', 'gkkitty', 16384, 374, 0, 0, 'Kitty smilies for groups. If the power is assigned any sub can use the kitty smilies on the group. LIMITED. $WIKIP', 0, 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', '', 0, 0, 0, 0, ''),
  1742. (0, 111, 'p3', 'fantasy', 32768, 225, 0, 0, 'Fantasy themed smilies: (fantasy) (axe) (darkeyes) (dragon) (flail) (hole) (helmet2) (medusa) (orcm) (elf2) (ogre) (orcf) (invis) (scroll) (slash) (smskull) (sword) (wizard). $WIKI', 0, 0, 'axe,darkeyes,dragon,flail,hole,helmet2,medusa,orcm,elf2,ogre,orcf,invis,scroll,slash,smskull,sword,wizard', '', '', '', 0, 0, 0, 0, ''),
  1743. (0, 112, 'p3', 'announce', 65536, 1800, 0, 0, 'An announce message will be shown to all joining the chat at the bottom of the message list. $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1744. (0, 113, 'p3', 'hero', 131072, 505, 0, 1, '(hero) (daggers) (electro) (epi) (fireball) (flying) (genie) (iceman) (invisi) (jekyl) (maddr) (telekin) (amazon) and more. LIMITED. $WIKI', 0, 0, 'daggers,electro,epi,fireball,flying,genie,iceman,invisi,jekyl,maddr,telekin,amazon,upaway,ripshirt', '', '', '', 0, 0, 0, 0, ''),
  1745. (0, 114, 'p3', 'rankpool', 262144, 720, 0, 0, 'Create a pool for members/mods etc only and give the first two pools a custom name. $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1746. (0, 115, 'p3', 'spin', 524288, 270, 0, 0, 'Make smilies spin with the spin power. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1747. (0, 116, 'p3', 'animal', 1048576, 180, 0, 0, 'Smilies of animals. ', 0, 0, 'doggy,giraffe,goat,lion2,monkey,mouse,panda2,raccoon,sheep,unicorn', '', '', '', 0, 0, 0, 0, ''),
  1748. (0, 117, 'p3', 'music', 2097152, 270, 0, 0, 'Use the side app to make smilies that play music. $WIKI', 0, 0, 'disco,dj,drums,flute,guitar,harp,piano,trumpet,violin,zippo', '', '', '', 0, 0, 0, 0, ''),
  1749. (0, 118, 'p3', 'gkpanda', 4194304, 718, 0, 1, 'Panda smilies for groups. If the power is assigned any sub can use the panda smilies on the group. LIMITED. ', 0, 0, 'kpfit,kpembarassed,kppaws,kpd,kpannoyed,kppaws2,kplove,kpjoy,kpcrying,kphurt', '', '1', '', 0, 0, 0, 0, ''),
  1750. (0, 119, 'p3', 'unwell', 8388608, 315, 0, 1, 'Unwell themed smilies. N.B. price will decrease over time. LIMITED. $WIKI', 0, 0, 'blownose,chill,cough,icepack,sickface,sneeze,soup,thermometer,crutches,feint,cough2,headknock,crutches,sweats', '', '', '', 0, 0, 0, 0, ''),
  1751. (0, 120, 'p3', 'events', 16777216, 234, 0, 0, 'View a log of bans, kicks etc. See wiki', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1752. (0, 121, 'p3', 'zap', 33554432, 117, 0, 0, 'Shake the user when you kick them and send an optional audie. $WIKI', 0, 0, 'cringe,shake,shocking', '', '', '', 0, 0, 0, 0, ''),
  1753. (0, 122, 'p3', 'sins', 67108864, 1368, 0, 1, 'Seven sinful smilies plus power smiliey. LIMITED. ', 0, 0, 'envy,gluttony,greed,lust,pride,sloth,wrath', '', '', '', 0, 0, 0, 0, ''),
  1754. (0, 123, 'p3', 'outfit', 134217728, 450, 0, 0, 'Outfit your smiles.', 0, 0, 'whip,turban,tophat,tinfoil,sombrero,paperbag,paperbag2,grandpa,grandma,glassesslip,disguise,curlers,braces,blindfold,beret', '', '', '', 0, 0, 0, 0, ''),
  1755. (0, 124, 'p3', 'wildwest', 268435456, 657, 0, 1, 'Wild west smilies and two western kisses. $WIKI', 0, 0, 'undertaker,sheriff,ropeg,ropeb,push,prospector,outlaw,native,bullride,bartender', '', '', '', 0, 0, 0, 0, ''),
  1756. (0, 125, 'p3', 'work', 536870912, 212, 0, 1, 'Over 20 working smilies. LIMITED. ', 0, 0, 'officeworker,driver,doctor,chef2,burgerflipper,blacksmith,astronaut,teacher,stewardess,shepherd,scientist,plumber,paperboy,miner,mechanic,judge,journalist,gardener,fortuneteller,fireman', '', '', '', 0, 0, 0, 0, ''),
  1757. (0, 126, 'p3', 'banpool', 1073741824, 175, 0, 0, 'NOTE: RANKPOOL is also required to use this power. Make all banned users go into a special pool. $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1758. (0, 128, 'p4', 'beach', 1, 225, 0, 1, 'Fun beach smilies in time for the summer. LIMITED ', 0, 0, 'icman,lifeguard,lotion,metaldetect,sandbury,sandfun,shkhat,sunburn,surf,tanning', '', '', '', 0, 0, 0, 0, ''),
  1759. (0, 129, 'p4', 'candy', 2, 408, 0, 1, 'candy themed smilies including two backs and two hands. LIMITED ', 0, -5, 'candy,cdycorn,cdyback,donuteat,eatchoco,floss,gum,lolipop,mm', '', '', '', 0, 0, 0, 0, ''),
  1760. (0, 130, 'p4', 'gback', 4, 15000, 0, 0, 'Set a default background for the smilies in your chat. EPIC', 0, 0, '', '', '1', '', 0, 1, 0, 0, 'Group smiley backs'),
  1761. (0, 131, 'p4', 'zodiac', 8, 225, 0, 0, 'Zodiac themed kaoani style smilies: (aries) (taurus) (gemini) (cancer) (leo) (virgo) (libra) (scorpio) (sagittarius) (capricorn) (aquarius) (pisces) $WIKI', 0, 0, 'aries,taurus,gemini,cancer,leo,virgo,libra,scorpio,sagittarius,capricorn,aquarius,pisces', '', '', '', 0, 0, 0, 0, ''),
  1762. (0, 132, 'p4', 'flower', 16, 1089, 0, 1, '(Flower) can be used as back. (fangry) (fcry) (fcool) (feek) (fconfused) (ftongue) (fredface) (fcrying) (fsleepy) (fbiggrin) (fsad) (fwink) $WIKI', 0, 0, 'fangry,fcry,fcool,feek,fconfused,ftongue,fredface,fsleepy,fbiggrin,fsad,fwink', '', '', '', 0, 0, 0, 0, ''),
  1763. (0, 133, 'p4', 'space', 32, 270, 0, 0, 'Ten space themed smilies and a kiss. $WIKI', 0, 0, 'eclipse,meteorite,nasa,radiotele,rocket,satellite,saucer,shuttle,space,telescope', '', '', '', 0, 0, 0, 0, ''),
  1764. (0, 134, 'p4', 'snakeban', 64, 540, 0, 0, 'A snakebanned user has the chance to get out of the ban by completing a snake game. ', 0, 0, 'sncool,sneek,snredface,snconfused,snfrown,snbiggrin,snangry,snsleepy,sncry,snsmile,snwink', '', '1', '', 0, 0, 0, 0, ''),
  1765. (0, 135, 'p4', 'stoneage', 128, 69, 0, 0, 'IMPORTANT: Will be sold for 24 hours only. Prehistoric and caveman smilies. $WIKI', 0, 0, 'caveman,dino,cavewoman,cavework,cavebeard,caveclothes,torch,spear,rocksmash,cavehair,boneswing,wallart,stickfire,cavebeard2', '', '', '', 0, 0, 0, 0, ''),
  1766. (0, 136, 'p4', 'spaceban', 256, 1017, 0, 1, 'A spacebanned user has the chance to get out of the ban by completing a space game. ', 0, 0, 'moonb', '', '1', '', 0, 0, 0, 0, ''),
  1767. (0, 137, 'p4', 'dance', 512, 135, 0, 0, 'Make your smilies dance. $WIKI', 0, 0, 'dance1,dance2,dance3,dance4,dance5,dance6,dance7,dance8,dance9,dance10,dance11', '', '', '', 0, 0, 0, 0, ''),
  1768. (0, 138, 'p4', 'kpeng', 1024, 180, 0, 0, 'Kaoani penguin smilies. $WIKI', 0, 0, 'kpesneeze,kpeshy,kpeshame,kpejoy,kpeglare,kpefit,kpedots,kpedizzy,kpeclap,kpeangry,kpedance,kpepop', '', '', '', 0, 0, 0, 0, ''),
  1769. (0, 139, 'p4', 'nerd', 2048, 196, 0, 1, 'Nerd smilies for all you geeks. LIMITED. $WIKI', 0, 0, 'aplus,bowtie,brain,coder,gates,nglasses,nsci,phone,read,calc', '', '', '', 0, 0, 0, 0, ''),
  1770. (0, 140, 'p4', 'matchban', 4096, 1143, 0, 1, 'A matchbanned user has the chance to get out of the ban by completing a smiley matching game .. $WIKI', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1771. (0, 141, 'p4', 'school', 8192, 118, 0, 1, 'Smilies for the classroom. $WIKI', 0, 0, 'backpack,daycare,gts,punished,rubber,schoolgirl,sbell,studying,tabsc,teacher2,writing', '', '', '', 0, 0, 0, 0, ''),
  1772. (0, 142, 'p4', 'silentm', 16384, 234, 0, 0, 'Make a member without a message. Owners only unless changed by gcontrol. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1773. (0, 143, 'p4', 'punch', 32768, 270, 0, 0, 'Punch bag smilies with new style faces. $WIKI', 0, 0, 'pconfused,pcrying,pcute,pdead,pfury,pgiggle,pglare,pjump,pmanic,punched,pshades,pshy,psleepy,pthink', '', '', '', 0, 0, 0, 0, ''),
  1774. (0, 144, 'p4', 'away', 65536, 90, 0, 0, 'Automatically show you are away from the chat. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1775. (0, 145, 'p4', 'peace', 131072, 180, 0, 0, 'Peace themed smilies. NOT LIMITED. $WIKI', 0, 0, 'dove,dove2,dove3,hglass,phair1,phair2,phair3,rbe,reggae', '', '', '', 0, 0, 0, 0, ''),
  1776. (0, 146, 'p4', 'kchick', 262144, 455, 0, 1, 'Kaoani chick smilies. LIMITED. $WIKI', 0, 0, 'kccrying,kcdizzy,kceek,kcglare,kclook,kcsad,kcsmug,kctongue,kcwink', '', '', '', 0, 0, 0, 0, ''),
  1777. (0, 147, 'p4', 'carve', 524288, 241, 0, 1, 'Pumpkin carve smiles and bonus: (dracula) (grim2) (pknhide). LIMITED. $WIKI', 0, 0, 'carveduh,carvegrin,carvescream,carvesly,carvesmile,dracula,grim2,pknhide,vampire', '', '', '', 0, 0, 0, 0, ''),
  1778. (0, 148, 'p4', 'spooky', 1048576, 300, 0, 1, 'Scare your friends with spooky smilies and flix animations. ', 0, 0, 'sixeyes,bat2,blackcat,blackwidow,ghost2,hockeymask,plant,bloodyknife,scarecrow', '', '1', '', 0, 0, 0, 0, ''),
  1779. (0, 149, 'p4', 'kdog', 2097152, 200, 0, 1, 'Kaoani dog smilies. LIMITED. $WIKI', 0, 0, 'kdcheer,kdcrazy,kddead,kdfit,kdglare,kdsad,kdshocked,kdsleepy,kdsmile,kdtired,kdwoo', '', '', '', 0, 0, 0, 0, ''),
  1780. (0, 150, 'p4', 'bot', 4194304, 900, 0, 0, 'Allow a bot to access your group. Please read wiki before buying.', 0, 0, 'bot1,bot2,bot3,bot4,bot5', '', '1', '', 0, 0, 0, 0, ''),
  1781. (0, 151, 'p4', 'manga', 8388608, 1683, 0, 0, 'Manga themed smilies and (manga) effect, 18 in all. E.g. (manga1) (manga2) etc. LIMITED. $WIKI', 0, 5, 'manga1,manga2,manga3,manga4,manga5,manga6,manga7,manga8,manga9,manga10,manga11,manga12,manga13,manga14,manga15,manga16,manga17', '', '', '', 0, 0, 0, 0, ''),
  1782. (0, 152, 'p4', 'mazeban', 16777216, 360, 0, 1, 'A mazebanned user has the chance to get out of the ban by getting to the end of a maze. $WIKI', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1783. (0, 153, 'p4', 'gold', 33554432, 50000, 0, 1, 'Gold pawn and smilies', 0, 0, 'goldb,bars,bar,goldstar', '', '', '', 0, 0, 0, 1, 'Gold Pawn'),
  1784. (0, 154, 'p4', 'snowman', 67108864, 133, 0, 1, 'Snowman themed smilies. (snowman) (smcry) (smgrin) (smlaugh) (smredface) (smsad) (smshocked) (smsleepy) (smtongue) (smmad) (smcool). LIMITED. $WIKI', 0, 0, 'smcry,smgrin,smlaugh,smredface,smsad,smshocked,smsleepy,smtongue,smmad,smcool', '', '', '', 0, 0, 0, 0, ''),
  1785. (0, 155, 'p4', 'reindeer', 134217728, 99, 0, 0, 'Reindeer smilies (reindeer) (resurprised) (resmirk) (resleepy) (resad) (reredface) (relaugh) (reglare) (recry) (recool) (reangry) (renose). LIMITED. $WIKI', 0, 0, 'resurprised,resmirk,resleepy,resad,reredface,relaugh,reglare,recry,recool,reangry,renose,reback', '', '', '', 0, 0, 0, 0, ''),
  1786. (0, 156, 'p4', 'santa', 268435456, 270, 0, 0, 'Santa smilies and animated flix. $WIKIP', 0, 0, 'sabiggrin,saconfused,sacry,saglare,saredface,sasad,sastraightface,sasurprised,satongue,sawink', '', '', '', 0, 0, 0, 0, ''),
  1787. (0, 157, 'p4', 'sparta', 536870912, 112, 0, 1, 'This is Sparta! LIMITED. $WIKI', 0, 0, 'spartayell,getready,helmet3,soldier,spants,spartafight,spartan,spartan2,truewar,xerxes', '', '', '', 0, 0, 0, 0, ''),
  1788. (0, 158, 'p4', 'dunce', 1073741824, 225, 0, 0, 'Dunce your friends. Add a dunce cap to their pawn. (dunce) (duh) (doh2). $WIKI', 0, 0, 'duh,doh2', '', '', '', 0, 0, 0, 0, ''),
  1789. (0, 160, 'p5', 'newyear', 1, 496, 0, 1, 'Smilies to help bring in the new year including fireworks FX. $WIKI', 0, 0, 'calendar,celebration,champagne2,champagneback,clink2,firework1,firework2,nyball,nyhat,nykiss,nyparty,sparkler2', '', '', '', 0, 0, 0, 0, ''),
  1790. (0, 161, 'p5', 'can', 2, 112, 0, 1, 'Crazy Can smilies. Companion power to Punch, can be mixed with it and used with #noface to make an alternative style of yellow smilies. LIMITED. $WIKI', 0, 0, 'canangel,canbounce,cancontempt,canfury,canoo,canshifty,canthink,cantwitch,canum,canun', '', '', '', 0, 0, 0, 0, ''),
  1791. (0, 162, 'p5', 'codeban', 4, 225, 0, 0, 'A codebanned user has the chance to get out of the ban by completing a code puzzle. $WIKI', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1792. (0, 163, 'p5', 'magicfx', 8, 99, 0, 0, 'A magic FX (effect) to add to smilies. LIMITED. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1793. (0, 164, 'p5', 'spy', 16, 173, 0, 1, 'Espionage themed smilies. LIMITED. $WIKI', 0, 0, 'crosshair,folder,footprints,headset,keyhole,keypad,peeking,radar,spydrink,spyeye,spying,spypaper,spyrope', '', '', '', 0, 0, 0, 0, ''),
  1794. (0, 165, 'p5', 'kduck', 32, 710, 0, 1, 'Kaoani duck smilies. LIMITED. $WIKI', 0, 0, 'kduckback,kduck1,kduck2,kduck3,kduck4,kduck5,kduck6,kduck7,kduck8,kduck9,kduck10,kduck11,kduck12', '', '', '', 0, 0, 0, 0, ''),
  1795. (0, 166, 'p5', 'heartfx', 64, 180, 0, 0, 'Heart effects smilies. $WIKI', 0, 0, 'heartfx,heartfx2,heartfx3', '', '', '', 0, 0, 0, 0, ''),
  1796. (0, 167, 'p5', 'carnival', 128, 247, 0, 1, 'Carnival themed similes. $WIKI', 0, 0, 'anonmask,beads,brazilboom,carniphant,cjester,cmask,flowersquirt,headdress,kreu,shakeit,wannasamba,yeayea,cjester2,cbird,cangel', '', '', '', 0, 0, 0, 0, ''),
  1797. (0, 168, 'p5', 'topspin', 256, 225, 0, 0, 'Add a spin to top and backgrounds of smilies. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1798. (0, 169, 'p5', 'movie', 512, 126, 0, 1, 'Movie themed smilies. LIMITED. $WIKI', 0, 0, 'action,admission,booth,cameraman,director,drink2,film,filmroll,popcorn,pose,tickets', '', '', '', 0, 0, 0, 0, ''),
  1799. (0, 170, 'p5', 'monster', 1024, 180, 0, 0, 'Cute monster smilies. $WIKI', 0, 0, 'mangel,mbat,mbear,mchick,mdrip,mfish,mglare', '', '', '', 0, 0, 0, 0, ''),
  1800. (0, 171, 'p5', 'kat', 2048, 580, 0, 1, 'Kat kaoani smilies with attitude. LIMITED. $WIKI', 0, 0, 'kat1,kat2,kat3,kat4,kat5,kat6,kat7,kat8,kat9,kat10,katback', '', '', '', 0, 0, 0, 0, ''),
  1801. (0, 172, 'p5', 'typing', 4096, 90, 0, 0, 'Show you are typing a message. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1802. (0, 173, 'p5', 'ksheep', 8192, 157, 0, 1, 'Kaoani sheep smilies. LIMITED. $WIKI', 0, 0, 'ksheep1,ksheep2,ksheep3,ksheep4,ksheep5,ksheep6,ksheep7,ksheep8,ksheep9,ksheep10,ksheepback', '', '', '', 0, 0, 0, 0, ''),
  1803. (0, 174, 'p5', 'pulsefx', 16384, 689, 0, 1, 'Add a pulsing effect to smilies eg (pulsefx) (d#pulsefxback#r). LIMITED. $WIKI', 0, 0, 'pulsefxback', '', '', '', 0, 0, 0, 0, ''),
  1804. (0, 175, 'p5', 'blobby', 32768, 124, 0, 0, 'Blobby monster smilies. LIMITED. $WIKI', 0, 0, 'bbclap,bbconfused,bbcry,bbfit,bbglare,bbhug,bblaugh,bboops,bbpout,bbwink,bbback', '', '', '', 0, 0, 0, 0, ''),
  1805. (0, 176, 'p5', 'reverse', 65536, 180, 0, 0, 'Cause a users words to be reversed. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1806. (0, 177, 'p5', 'fuzzy', 131072, 291, 0, 1, 'Fuzzy monster smilies. $WIKI', 0, 0, 'fzangel,fzback,fzbiggrin,fzcool,fzcrazy,fzd,fzdance,fzsad,fzstretch,fztongue,fztwirl', '', '', '', 0, 0, 0, 0, ''),
  1807. (0, 178, 'p5', 'spiralfx', 262144, 199, 0, 0, 'Add spiral effects to smilies. $WIKI', 0, 0, 'spiralfx2', '', '', '', 0, 0, 0, 0, ''),
  1808. (0, 179, 'p5', 'nursing', 524288, 103, 0, 0, 'Nursing smilies for nursing week. LIMITED. $WIKI', 0, 0, 'crazyn,nblood,nbroken,ndoc,nlist,nmask,nne,noxy,nsurg', '', '', '', 0, 0, 0, 0, ''),
  1809. (0, 180, 'p5', 'gsound', 1048576, 234, 0, 1, 'Change the sounds on your group. ', 0, 0, 'megap,volume,tooloud,canthear,playbtn', '', '1', '', 0, 0, 0, 0, ''),
  1810. (0, 181, 'p5', 'kbee', 2097152, 368, 0, 0, 'Kaoani bee smilies. $WIKI', 0, 0, 'kbeeback,kbeeclap,kbeecry,kbeed,kbeedance,kbeefedup,kbeejoy,kbeemad,kbeepunch,kbeexx,kbeeyay', '', '', '', 0, 0, 0, 0, ''),
  1811. (0, 182, 'p5', 'vortexfx', 4194304, 687, 0, 0, 'Add vortex effects to smilies. $WIKI', 0, 0, 'vortexfx2', '', '', '', 0, 0, 0, 0, ''),
  1812. (0, 183, 'p5', 'jail', 8388608, 171, 0, 0, 'Lock up your smilies. $WIKI', 0, 0, 'ballchain,bobby,copstop,cracker,cuffs,gavel,handsair,jailnumber,mugshot,prisoner', '', '', '', 0, 0, 0, 0, ''),
  1813. (0, 184, 'p5', 'zip', 16777216, 409, 0, 1, 'Make a user only able to talk in smilies. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1814. (0, 185, 'p5', 'drip', 33554432, 275, 0, 0, 'Water drip smilies, 15 in total. drip can be used as a back and try them with #noface. $WIKI', 0, 0, 'dripclap,dripdance,dripeek,dripfit,dripglare,driphehe,driphello,driphug,driplaugh,dripsad,dripshocked,driptired,dripxd,dripyell', '', '', '', 0, 0, 0, 0, ''),
  1815. (0, 186, 'p5', 'moustache', 67108864, 90, 0, 0, 'Add moustaches to your smilies. $WIKI', 0, 0, 'moustache1,moustache2,moustache3,moustache4,moustache5,moustache6,moustache7,moustache8,moustache9', '', '', '', 0, 0, 0, 0, ''),
  1816. (0, 187, 'p5', 'whirlfx', 134217728, 815, 0, 0, 'Whirling FX. See wiki for customization. LIMITED. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1817. (0, 188, 'p5', 'doodlerace', 268435456, 400, 0, 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)', 0, 0, '', '', '1', '', 1, 0, 0, 0, 'DoodleRace game'),
  1818. (0, 189, 'p5', 'olympic', 536870912, 300, 0, 0, '16 olympic smilies to celebrate the games in London. LIMITED. $WIKI', 0, 0, 'bronzem,goldm,oboxing,ocycling,odiving,ogymnastics,ohurdles,orowing,orunning,oswimming,otennis,otorch,ovolleyball,silverm,oarchery,obasketball,ofencing,ohockey', '', '', '', 0, 0, 0, 0, ''),
  1819. (0, 190, 'p5', 'aliens', 1073741824, 557, 0, 0, 'Alien smiles. LIMITED. $WIKI', 0, 0, 'alilaugh,alidead,aliclap,alid,alilove,aliscratch,alitalk,alicry,alitongue,aliyay,aliback', '', '', '', 0, 0, 0, 0, ''),
  1820. (0, 192, 'p6', 'matchrace', 1, 621, 0, 1, 'Start and control the matchrace game', 0, 0, '', '', '1', '', 1, 0, 0, 0, 'MatchRace game'),
  1821. (0, 193, 'p6', 'burningheart', 2, 2700, 0, 0, 'Burning smilies (burningheart) and (bheartb). $WIKI', 0, 0, 'bheartb', '', '', '', 0, 0, 0, 0, ''),
  1822. (0, 194, 'p6', 'snakerace', 4, 200, 0, 0, 'Play and control a snake game', 0, 0, '', '', '1', '', 1, 0, 0, 0, 'Snake race'),
  1823. (0, 195, 'p6', 'kpig', 8, 210, 0, 0, 'kaoani piggy smilies. $WIKI', 0, 0, 'kpigangry,kpigback,kpigball,kpigfraz,kpiglove,kpigmad,kpigmud,kpigpals,kpigsleep,kpigsnoot,kpigwrite', '', '', '', 0, 0, 0, 0, ''),
  1824. (0, 196, 'p6', 'poker', 16, 343, 0, 0, 'Keep a straight face with these poker themed smilies. LIMITED. $WIKI', 0, 0, 'pclubs,pobluff,pochips,pod,pogirl,poplayer,povip,powin,poyay,pspades,pdiamonds,phearts', '', '', '', 0, 0, 0, 0, ''),
  1825. (0, 197, 'p6', 'pony', 32, 147, 0, 1, 'Cute pony smilies. LIMITED. $WIKI', 0, 0, 'poback,pocall,poclap,pocry,poeat,pofan,poglasses,pohay,pomane,ponyd,powhip', '', '', '', 0, 0, 0, 0, ''),
  1826. (0, 198, 'p6', 'clockfx', 64, 305, 0, 1, 'Rotating effects. LIMITED. $WIKI', 0, 0, 'clockfx2,clockfx3,clockfx4', '', '', '', 0, 0, 0, 0, ''),
  1827. (0, 199, 'p6', 'drop', 128, 630, 0, 1, 'Drop style smilies. $WIKI', 0, 0, 'dropworry,dropumb,dropscratch,droprub,drophey,dropeat,dropdance,dropclap,dropback', '', '', '', 0, 0, 0, 0, ''),
  1828. (0, 200, 'p6', 'spacewar', 256, 1044, 0, 1, 'Shoot and destroy other users planets. LIMITED', 0, 0, '', '', '1', '', 1, 0, 0, 0, 'Space war game'),
  1829. (0, 201, 'p6', 'speech', 512, 180, 0, 0, 'Kaoani speech smilies. $WIKI', 0, 0, 'spd,spfrus,spyay,spkiss,splap,splove,spvamp,spwrite,spxmas,sppup,spback', '', '', '', 0, 0, 0, 0, ''),
  1830. (0, 202, 'p6', 'vampyre', 1024, 267, 0, 1, 'Frighten your friends with these vampyre smilies. $WIKI', 0, 0, 'vbat,vbheart,vblood,vcoffin,vcross,vfangs,vglamour,vrip,vstake,vtongue,vstake,vfangs,vtongue,vglamour,vbat,vblood,vcoffin,vcross,vbheart,vrip', '', '', '', 0, 0, 0, 0, ''),
  1831. (0, 203, 'p6', 'treefx', 2048, 540, 0, 1, 'Christmas tree FX for smilies. LIMITED. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, '');
  1832. INSERT INTO `powers2` (`new`, `id`, `section`, `name`, `subid`, `cost`, `currency`, `limited`, `description`, `maxper`, `amount`, `topsh`, `topshpawn`, `group`, `pawns`, `games`, `epic`, `allp`, `spanws`, `poder`) VALUES
  1833. (0, 204, 'p6', 'claus', 4096, 244, 0, 1, 'Comical santa smilies for Christmas. LIMITED. $WIKI', 0, 0, 'clcool,cld,cleek,clgrin,clmad,clsad,clsmile,clsweat,clwink,clx,clwink,clgrin,clsad,clsmile,cld,clx,cleek,clcool,clmad,clsweat', '', '', '', 0, 0, 0, 0, ''),
  1834. (0, 205, 'p6', 'quest', 8192, 225, 0, 0, 'Smilies to help you on your journey. $WIKI', 0, 0, 'bearer,disappear,dwarf,goblin2,queenelf,sneak,thering,warrior,wizzard,dwarf,sneak,queenelf,goblin2,wizzard,warrior,disappear,bearer,thering', '', '', '', 0, 0, 0, 0, ''),
  1835. (0, 206, 'p6', 'lang', 16384, 1800, 0, 1, 'Change the chat text. Important read wiki before buying or using. $WIKIP', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1836. (0, 207, 'p6', 'quest2', 32768, 100, 0, 1, 'Continue the quest. LIMITED. $WIKI', 0, 0, '1066,agreement,arrow,burnt,dwarf2,dwarfz,elve2,goblin3,newton,pile,1066,dwarfz,dwarf2,arrow,goblin3,newton,burnt,pile,elve2,agreement', '', '', '', 0, 0, 0, 0, ''),
  1837. (0, 208, 'p6', 'glitterfx', 65536, 225, 0, 0, 'Glitter effects for smilies. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1838. (0, 209, 'p6', 'xavi', 131072, 450, 0, 1, 'Make a custom avatar that responds to what you type. See wiki for details', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1839. (0, 210, 'p6', 'kmouse', 262144, 1566, 0, 1, 'Cute kaoani mouse smilies. LIMITED. $WIKI', 0, 0, 'kmcheer,kmcry,kmeyerub,kmfit,kmfrustrate,kmglare,kmgrouch,kmhide,kmhug,kmlaugh,kmshock,kmshuffle,kmsleepy,kmsmile,kmback,kmlaugh,kmsleepy,kmfit,kmhide,kmfrustrate,kmsmile,kmgrouch,kmback,kmcry,kmshock,kmhug,kmshuffle,kmeyerub,kmglare,kmcheer', '', '', '', 0, 0, 0, 0, ''),
  1840. (0, 211, 'p6', 'eighties', 524288, 166, 0, 1, '16 I love the eighties smilies. LIMITED. $WIKI', 0, 0, 'bighair,bigphone,boombox,cassette,dance80,dj80,hoverboard,joystick,skate,slacker1,slacker2,poi,thermochrome,timemachine,skate,boombox,slacker2,slacker1,thermochrome,bigphone,cassette,bighair,poi,dj80,timemachine,dance80,joystick,hoverboard', '', '', '', 0, 0, 0, 0, ''),
  1841. (0, 212, 'p6', 'foe', 1048576, 225, 0, 0, 'Mark a user as a foe. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1842. (0, 213, 'p6', 'everypower', 2097152, 0, 0, 1, 'Para se qualificar para everypower você precisa ter um de cada poder, incluindo todos os itens raros, poderes grupo e épicos. Você pode usar o peão Ruby. Você não pode negociar everypower.', 0, 0, '', '', '', '', 0, 0, 0, 1, 'EveryPower (cada poder)'),
  1843. (0, 214, 'p6', 'makeup', 4194304, 151, 0, 1, 'You''ll be made up with these smilies. $WIKI', 0, 0, 'nailpolish,lipgloss,makeupface,blush,perfume,comb,lipstick2,lipstick1,purse,eyeliner', '', '', '', 0, 0, 0, 0, ''),
  1844. (0, 215, 'p6', 'kheart', 8388608, 412, 0, 1, 'Heart shaped smilies in kaoani style. $WIKI', 0, 0, 'kheartb,khkiss,khlips,khring,khroses,khbub,kharrow,kheyes,khmadly,khhurt,khcupid,khily,khhug', '', '', '', 0, 0, 0, 0, ''),
  1845. (0, 216, 'p6', 'kmonkey', 16777216, 225, 0, 0, 'Cute monkey smilies in kaoani style. $WIKI', 0, 0, 'kmodance,kmorage,kmowonder,kmostare,kmoun,kmoredface,kmofrus,kmod,kmoback,kmoblow,kmowhistle,kmonehneh,kmoteeth', '', '', '', 0, 0, 0, 0, ''),
  1846. (0, 217, 'p6', 'nuclear', 33554432, 450, 0, 0, 'Nuclear FX for smilies. Highly configurable with app. See wiki for details', 0, 0, 'nuclearb', '', '', '', 0, 0, 0, 0, ''),
  1847. (0, 218, 'p6', 'stylist', 67108864, 180, 0, 1, 'Add style to your smilies. LIMITED. $WIKI', 0, 0, 'shave,mirror2,shair3,shair2,shair1,shair7,shair6,shair5,shair4,barber', '', '', '', 0, 0, 0, 0, ''),
  1848. (0, 219, 'p6', 'spring', 134217728, 526, 0, 1, 'Spring is here. Celebrate with these beautiful smiles. LIMITED. $WIKI', 0, 0, 'flohat,watercan2,birdy,flowerbed,flowers,rainbow2,inflower,bees,flohide,springhat,watercan,floshow,butterflys', '', '', '', 0, 0, 0, 0, ''),
  1849. (0, 220, 'p6', 'vote', 268435456, 450, 0, 0, 'Survey your users with a mini poll. Bonus smilies. $WIKIP', 0, 0, 'bemused,voting,voting2,cross,tick,placard', '', '1', '', 0, 0, 0, 0, ''),
  1850. (0, 221, 'p6', 'hands2', 536870912, 180, 0, 0, 'More hands powers including high five. $WIKI', 0, 0, 'pointing,highfive,hearno,notlistening,crossed,callme,heehee,prosper,daydreaming,cutthroat,peace2,hands2', '', '', '', 0, 0, 0, 0, ''),
  1851. (0, 222, 'p6', 'eggs', 1073741824, 207, 0, 1, 'Egg and Easter smilies. LIMITED. $WIKI', 0, 0, 'stripegg,basket2,eggwink,chickwalk,eggsleep,eggnod,bunnyears,eggbroke,eggtongue', '', '', '', 0, 0, 0, 0, ''),
  1852. (0, 224, 'p7', 'hearts', 1, 500, 0, 0, 'Be game master of a hearts card game', 0, 0, '', '', '1', '', 1, 0, 1, 0, 'Hearts card game'),
  1853. (0, 225, 'p7', 'kfox', 2, 422, 0, 1, 'Foxy smilies. LIMITED. $WIKI', 0, 0, 'kfoxwhat,kfoxcry,kfoxshades,kfoxd,kfoxtant,kfoxsleep,kfoxtwag,kfoxpsy,kfoxbino,kfoxinl,kfoxggl', '', '', '', 0, 0, 0, 0, ''),
  1854. (0, 226, 'p7', 'kcow', 4, 119, 0, 1, 'Kaoani cow smilies. LIMITED. $WIKI.', 0, 0, 'kwlove,kwswt,kwangry,kwyay,kwsleepy,kwbell,kwcry,kwlaugh,kwscratch,kwwhat,kwmad,kwd,kwfrus,kwnod', '', '', '', 0, 0, 0, 0, ''),
  1855. (0, 227, 'p7', 'sketch', 8, 180, 0, 0, 'Animated sketch style smilies. $WIKI.', 0, 0, 'sksad,skback,skgrr,sksmile,skwink,skoo,skd,skdead,sksix,skfrus,skannoyed', '', '', '', 0, 0, 0, 0, ''),
  1856. (0, 228, 'p7', 'led', 16, 225, 0, 0, 'Make a scrolling LED style message. See wiki.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1857. (0, 229, 'p7', 'seaside', 32, 267, 0, 1, 'Get ready for summer with the seaside power. $WIKI', 0, 0, 'sandcastle,shell,coconut,crab2,seatree,flipflops,beachvolley,beachdrink,dolphin2', '', '', '', 0, 0, 0, 0, ''),
  1858. (0, 230, 'p7', 'hair2f', 64, 275, 0, 1, 'More female smiley hair styles. $WIKI', 0, 0, 'hair2f10,hair2f3,hair2f2,hair2f1,hair2f7,hair2f6,hair2f5,hair2f4,hair2f9,hair2f8', '', '', '', 0, 0, 0, 0, ''),
  1859. (0, 231, 'p7', 'statusglow', 128, 270, 0, 0, 'Add a green glow to your status (status power required)', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1860. (0, 232, 'p7', 'super', 256, 180, 0, 0, 'New "super" style orange smilies. $WIKI', 0, 0, 'suredface,suconfused,suback,sulaugh,sucool,sutongue,susad,susmile,sucry,sumad,sudead,sulove', '', '', '', 0, 0, 0, 0, ''),
  1861. (0, 233, 'p7', 'wedding', 512, 227, 0, 1, 'Celebrate a wedding with these wedding smilies. LIMITED $WIKI', 0, 0, 'flowersw,throwboquet,arch,invitation,givering,dovew,weddingcake,cakecut,roses', '', '', '', 0, 0, 0, 0, ''),
  1862. (0, 234, 'p7', 'germ', 1024, 292, 0, 0, 'Ewwww germs themed smilies. All can be used as backs e.g. (twitch#germ2) To color them use two color codes e.g. (germ6#r#g) $WIKI', 0, 0, 'germ10,germ4,germ5,germ6,germ7,germ2,germ3,germ8,germ9', '', '', '', 0, 0, 0, 0, ''),
  1863. (0, 235, 'p7', 'cactus', 2048, 214, 0, 1, 'Cactus smilies with all new faces and different backgrounds. LIMITED. ', 0, 0, 'cacdead,cacpanic,cactongue,cacback,cacmad,cacsmile,cacwhat,caclove,cacflaming,cacblow,caccool', '', '', '', 0, 0, 0, 0, ''),
  1864. (0, 236, 'p7', 'slotban', 4096, 225, 0, 0, 'A slotbanned user has the chance to get out of the ban by playing a slot machine game. $WIKI', 0, 0, 'orange2,plum2,slotbar,seven,cherries,spinbutton', '', '', '', 0, 0, 0, 0, ''),
  1865. (0, 237, 'p7', 'fourth', 8192, 234, 0, 0, 'Celebrate the 4th July with these festive smilies. $WIKI', 0, 0, 'usafw,iwantyou,waveflagf,showcal,flagfw,fwbang,fourthcal,waveflagm,usafws,watchfw', '', '', '', 0, 0, 0, 0, ''),
  1866. (0, 238, 'p7', 'switch', 16384, 500, 0, 0, 'Be game master of a switch card game', 0, 0, '', '', '1', '', 1, 0, 0, 0, 'Switch card game'),
  1867. (0, 239, 'p7', 'cuboid', 32768, 215, 0, 1, 'Cubist smilies and back. LIMITED $WIKI', 0, 0, 'custar,cucool,cushine,cuback,cucat,cusad,cubiggrin,cumaracas,cusmile,cucry', '', '', '', 0, 0, 0, 0, ''),
  1868. (0, 240, 'p7', 'phasefx', 65536, 180, 0, 0, 'Create phase effects. Many variants. $WIKI', 0, 0, 'phaseplan,phaseques,phaseheart', '', '', '', 0, 0, 0, 0, ''),
  1869. (0, 241, 'p7', 'marriage', 131072, 270, 0, 0, '4 new marriage kisses and 10 smilies to help you celebrate your marriage. $WIKI', 0, 0, 'showring,propose,weddingdrink,catchboquet,groom2,cake2,weddingring,bride2,twohearts', '', '', '', 0, 0, 0, 0, ''),
  1870. (0, 242, 'p7', 'romance', 262144, 560, 0, 0, 'Romantic smilies. $WIKI', 0, 0, 'cuddle,hugme,serenade,iheart,huba,formal,lashes,affection,kisses,hearthands', '', '', '', 0, 0, 0, 0, ''),
  1871. (0, 243, 'p7', 'sticky', 524288, 225, 0, 0, 'Smilies inspired by sticky notes. $WIKI', 0, 0, 'stcool,stcrying,stdevil,stheart,stsleepy,stattention,stangel,stlips,stwhat', '', '', '', 0, 0, 0, 0, ''),
  1872. (0, 244, 'p7', 'kickall', 1048576, 351, 0, 0, 'Kick all guests from the chat. $WIKI This power should not be miss used.', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1873. (0, 245, 'p7', 'fruities', 2097152, 227, 0, 1, 'Fun fruit flavoured smilies. $WIKI', 0, 0, 'frgrapes,frorange,frpineapple,frlemon,frbanana,frapple,frmelon,frpear,frkiwi,frstrawberry', '', '', '', 0, 0, 0, 0, ''),
  1874. (0, 246, 'p7', 'darts', 4194304, 900, 0, 0, 'Dart wheel zing game that can give prizes', 0, 0, 'dart,dartthrow', '', '1', '', 1, 0, 0, 0, 'Dart zing game'),
  1875. (0, 247, 'p7', 'weather', 8388608, 225, 0, 0, 'Smilies for all weathers. $WIKI', 0, 0, 'foggy,windy2,hotthermo,tornado,stormy,sunny,sunshine,cleary,coldthermo,rainy,snowy2', '', '', '', 0, 0, 0, 0, ''),
  1876. (0, 248, 'p7', 'kangel', 16777216, 225, 0, 0, 'kaoani style angels. $WIKI', 0, 3, 'kantired,kancloud,kanjoy,kanroses,kanthink,kandizzy,kancry,kanlove,kangoo', '', '', '', 0, 0, 0, 0, ''),
  1877. (0, 249, 'p7', 'kdemon', 33554432, 360, 0, 1, 'kaoani style demons. $WIKI', 0, 0, 'kdesweat,kdestir,kdefire,kdefear,kderain,kdewar,kdetri,kdejoy,kderage', '', '', '', 0, 0, 0, 0, ''),
  1878. (0, 250, 'p7', 'autumn', 67108864, 247, 0, 0, 'Autumnal smilies. $WIKI', 0, 0, 'gotleaf,leaves,acorn,jam,squirrel,mushrooms2,sunflower,leaf,scarecrow2', '', '', '', 0, 0, 0, 0, ''),
  1879. (0, 251, 'p7', 'eggy', 134217728, 99, 0, 0, 'Egg shaped smilies. LIMITED. $WIKI', 0, 0, 'eggyes,eggzzz,egggamer,eggupset,eggback,eggshh,eggthumbs,eggcool,eggtickoff,eggcross', '', '', '', 0, 0, 0, 0, ''),
  1880. (0, 252, 'p7', 'redirect', 268435456, 450, 0, 1, 'Use this group power to redirect a chat to another chat. $WIKI', 0, 0, 'redirect2', '', '1', '', 0, 0, 0, 0, ''),
  1881. (0, 253, 'p7', 'ani1', 536870912, 276, 0, 1, 'Anime characters and a star FX. LIMITED. $WIKI', 0, 0, 'a1love,a1pff,a1fx,a1eww,a1heh,a1fedup,a1cry,a1hot,a1adore,a1fan,a1evil', '', '', '', 0, 0, 0, 0, ''),
  1882. (0, 254, 'p7', 'scary', 1073741824, 496, 0, 1, 'Scary smilies for Halloween. LIMITED. $WIKI', 0, 0, 'tomb2,coffin,scarytree,cobweb,scaryghost,pknburning,scaryeyes,scarybat,scaryhat', '', '', '', 0, 0, 0, 0, ''),
  1883. (0, 256, 'p8', 'zwhack', 1, 600, 0, 0, 'Use the xat ban hammer to smite those pesky zombies', 0, 0, 'mallet', '', '1', '', 1, 0, 0, 0, 'Whack a zombie game'),
  1884. (0, 257, 'p8', 'halloween2', 2, 226, 0, 1, 'Halloween themed costumed yellow smilies. LIMITED. $WIKI', 0, 0, 'madsci,docmask,whitehair,zbride,madhat,scissor,zgirl,bloodgirl,zdoc', '', '', '', 0, 0, 0, 0, ''),
  1885. (0, 258, 'p8', 'piracy', 4, 232, 0, 1, 'Piracy on the high seas. LIMITED. $WIKI', 0, 0, 'handhook,octopus2,telescope2,piratemap,piratebird,pirateship,trove,toxicdrink,barrel', '', '', '', 0, 0, 0, 0, ''),
  1886. (0, 259, 'p8', 'froggy', 8, 306, 0, 1, 'froggy style smilies. LIMITED. $WIKI', 0, 0, 'frbiggrin,frchkl,frlove,frmad,frsad,frooo,frdead,frcry,frcool', '', '', '', 0, 0, 0, 0, ''),
  1887. (0, 260, 'p8', 'blackfriday', 16, 180, 0, 0, 'Shopping and bargain hunting smilies. $WIKI', 0, 0, 'bagfight,cart,cashreg,manybags,cashhere,bags,lowprice,pricetag,bargain', '', '', '', 0, 0, 0, 0, ''),
  1888. (0, 261, 'p8', 'winterland', 32, 270, 0, 1, 'Get ready for Christmas with the winter wonderland. LIMITED. $WIKI', 0, 0, 'wtree,snowman2,chimney,fishing2,winterhouse,iceheart,glove,wlamp,ornament2', '', '', '', 0, 0, 0, 0, ''),
  1889. (0, 262, 'p8', 'noel', 64, 135, 0, 0, 'Seasonal characters in male and female forms. $WIKI', 0, 0, 'angelm,snowmanm,snowmanf,reindeerm,gingerwoman,reindeerf,angelf,gingerman,mrssanta,mrsanta', '', '', '', 0, 0, 0, 0, ''),
  1890. (0, 263, 'p8', 'toys', 128, 198, 0, 0, 'Toys for Christmas. $WIKI', 0, 0, 'puzzletoy,locomotivetoy,bearftoy,pyramidtoy,cartoy,ducktoy,spinningtop,dolltoy,helicoptertoy,bearmtoy', '', '', '', 0, 0, 0, 0, ''),
  1891. (0, 264, 'p8', 'badge', 256, 270, 0, 0, 'Award a badge pawn to anyone on the chat. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1892. (0, 265, 'p8', 'celebrate', 512, 247, 0, 1, 'Find a reason to celebrate with this power. LIMITED. $WIKI', 0, 0, 'celcnny,celyeah,celhorn,celflag,celgrad,celbday,celdance,celbottle,celdrunk,celvictory', '', '', '', 0, 0, 0, 0, ''),
  1893. (0, 266, 'p8', 'hogmanay', 1024, 229, 0, 1, 'Bring in the new year with these festive smilies. LIMITED. $WIKI', 0, 0, 'countdown,nyfireworks,year,nysparkler,firecracker2,nyballoons,nyclock,firecracker', '', '', '', 0, 0, 0, 0, ''),
  1894. (0, 267, 'p8', 'cooking', 2048, 180, 0, 1, 'Get cooking with these culinary smilies. LIMITED. $WIKI', 0, 0, 'whisk,cookkiss,stir,serving,knead,blender,flipegg,flipburger,chop', '', '', '', 0, 0, 0, 0, ''),
  1895. (0, 268, 'p8', 'farm', 4096, 225, 0, 1, 'Get back to the farm. LIMITED. $WIKI', 0, 0, 'sheepback,eggs2,growing,sugarcane,wmback,cowface,rooster,tomatoes,cornback,scarecrw,milking', '', '', '', 0, 0, 0, 0, ''),
  1896. (0, 269, 'p8', 'divorce', 8192, 225, 0, 0, 'Divorce in style. 4 new kisses to get divorced with. $WIKI', 0, 0, 'divring,divm,divf,sadflower,dhammer,divsplit,botm,botf,divbreak,divnolove,brokenheart2', '', '', '', 0, 0, 0, 0, ''),
  1897. (0, 270, 'p8', 'arachnid', 16384, 225, 0, 1, 'Creepy arachnid smilies. LIMITED. $WIKI', 0, 0, 'ar3,ar10,ar1,ar5,ar9,ar2,ar4,ar6,ar7,ar8', '', '', '', 0, 0, 0, 0, ''),
  1898. (0, 271, 'p8', 'sweetheart', 32768, 180, 0, 0, 'Heart themed smilies. $WIKI', 0, 0, 'cupidheart,candleheart,keylove,swans,letterlove,varrow,fourteenth,sweetheart,vballoons,treelove', '', '', '', 0, 0, 0, 0, ''),
  1899. (0, 272, 'p8', 'random', 65536, 225, 0, 0, 'Random smilies from your powers eg (random) (randomanime) (randomhands). $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1900. (0, 273, 'p8', 'ladybug', 131072, 247, 0, 1, 'Little red bug, oh so cute. LIMITED. $WIKI', 0, 0, 'lbbehind,lblove,lbmad,lbdead,lbfly,lbd,lbdizzy,lbcry,lbahh,lbkiss,lbshock', '', '', '', 0, 0, 0, 0, ''),
  1901. (0, 274, 'p8', 'cupcake', 262144, 216, 0, 1, 'Cupcake smilies. LIMITED. $WIKI', 0, 0, 'cchappy,ccsleepy,ccback,ccangry,ccsad,cccry,ccbeye,ccnono,ccredface,ccscn', '', '', '', 0, 0, 0, 0, ''),
  1902. (0, 275, 'p8', 'bitefx', 524288, 207, 0, 0, 'Make a smilie look like its being eaten. $WIKI', 0, 0, 'broccoli,sweet,jelly', '', '', '', 0, 0, 0, 0, ''),
  1903. (0, 276, 'p8', 'luck', 1048576, 270, 0, 1, 'The luck of the Irish. LIMITED. $WIKI', 0, 0, 'clovers,beer2,pwalking,pballoons,potofgold,sheep2,harp2,horseshoe,goldclover,luckbh', '', '', '', 0, 0, 0, 0, ''),
  1904. (0, 277, 'p8', 'tongues', 2097152, 261, 0, 1, 'A fun selection of smilies. LIMITED. $WIKI', 0, 0, 'tobig,tohaught,tothirsty,tocircle,tostarry,toneener,toteeth,toeeh,topfft,tocheeky', '', '', '', 0, 0, 0, 0, ''),
  1905. (0, 278, 'p8', 'springflix', 4194304, 225, 0, 1, 'Spring is here. Use these flix animations to decorate your chat. $WIKI', 0, 0, 'springleaf,springflower,sunflower2,rflowers,butterfly2', '', '1', '', 0, 0, 0, 0, ''),
  1906. (0, 279, 'p8', 'snail', 8388608, 199, 0, 0, 'Super snail smilies. LIMITED. $WIKI', 0, 0, 'snail9,snail8,snail7,snail4,snail3,snail2,snail6,snail5,snail1,snailb,snail10', '', '', '', 0, 0, 0, 0, ''),
  1907. (0, 280, 'p8', 'eventstats', 16777216, 270, 0, 0, 'Get events on chats summarized graphically. $WIKI', 0, 0, '', '', '1', '', 0, 0, 0, 0, ''),
  1908. (0, 281, 'p8', 'easteregg', 33554432, 225, 0, 0, 'Easter eggs and smilies. $WIKI', 0, 0, 'carrots,easterbasket,rabbit,sleepyegg,birdyeggs,chicken2,ebutterfly,eggchoco,inegg', '', '', '', 0, 0, 0, 0, ''),
  1909. (0, 282, 'p8', 'butterflies', 67108864, 225, 0, 1, 'Spring is here and the butterflies are emerging. LIMITED. $WIKI', 0, 0, 'butterflies2,bfb,butterflies7,butterflies6,butterflies5,butterflies4,butterflies3,butterflies9,butterflies8,butterflies10', '', '', '', 0, 0, 0, 0, ''),
  1910. (0, 283, 'p8', 'springy', 134217728, 207, 0, 1, 'Get a spring in your smiley. LIMITED. $WIKI', 0, 0, 'sprtired,sprback,sprthumbs,sprexhausted,sprevil,sprangry,sprcrazy,sprtongue,sprjump,sprfrus', '', '', '', 0, 0, 0, 0, ''),
  1911. (0, 284, 'p8', 'naughtystep', 268435456, 270, 0, 0, 'Put a user on the naughty step. They are limited to one message every 30s. $WIKI', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1912. (0, 285, 'p8', 'coffee', 536870912, 189, 0, 0, 'Relax with these coffee themed smilies. LIMITED. $WIKI', 0, 0, 'mhand,sugar,coffeesack,fhand,cappuccino,coffeebeans,coffeemachine,lovecoffee,kettle', '', '', '', 0, 0, 0, 0, ''),
  1913. (0, 286, 'p8', 'hamster', 1073741824, 270, 0, 1, 'Cute hamster smilies LIMITED. $WIKI', 0, 0, 'harock,hajoy,habounce,hacry,haangry,hajump,hadream,hasleep,haexcite,hamsterback,hasway', '', '', '', 0, 0, 0, 0, ''),
  1914. (0, 288, 'p9', 'dreams', 1, 240, 0, 0, 'Sweet dreams.', 0, 0, 'climbing,dreaming,dreamsbh,glowworm,indream,lovedream,night,scarydream,zsleep', '', '', '', 0, 0, 0, 0, ''),
  1915. (0, 289, 'p9', 'statuscolor', 2, 5000, 0, 0, 'Color your status on the chat box. N.B. you also need statusglow and color powers', 0, 0, '', '', '', '', 0, 1, 0, 0, 'Set your status color'),
  1916. (0, 290, 'p9', 'gamefx', 4, 300, 0, 1, 'GAMEFX styled smilies', 0, 0, 'grow,starman,screwattack,bubble,ghosteat,coinfx', '', '', '', 0, 0, 0, 0, ''),
  1917. (0, 291, 'p9', 'worldcup', 8, 200, 0, 1, 'Soccer smilies', 0, 0, 'fball,changes,coner,goal,goldball,player,training,vuvu2,whistle', '', '', '', 0, 0, 0, 0, ''),
  1918. (0, 292, 'p9', 'rocks', 16, 230, 0, 0, 'Rock smilies', 0, 0, 'breakfx,rollingfx,rostar,roteeth,rolook,rocute,rofrown,roahah,rodizzy,roblinky,rolove,rosmirk', '', '', '', 0, 0, 0, 0, ''),
  1919. (0, 293, 'p9', 'yellowcard', 32, 275, 0, 1, 'give your friends a yellow card', 0, 0, 'yellow1', '', '', '', 0, 0, 0, 0, ''),
  1920. (0, 294, 'p9', 'ballfx', 64, 250, 0, 0, 'ballfx smilie power', 0, 0, 'basketball,bowling,jugglerball,rollingball', '', '', '', 0, 0, 0, 0, ''),
  1921. (0, 295, 'p9', 'winner', 128, 565, 0, 0, 'Winner smilies', 0, 0, 'laurel,podium,ribbon2,ticker,trophy2,winnerflag,winning,wtape', '', '', '', 0, 0, 0, 0, ''),
  1922. (0, 296, 'p9', 'cutie', 256, 850, 0, 0, 'Cutie power', 0, 0, 'cuangry,cubear,cubear1,cubear2,cubow,cubunnyears,cuchilled,cuexcited,cuhappy,cupleased,curage,cutired,cuunhappy', '', '', '', 0, 0, 0, 0, ''),
  1923. (0, 297, 'p9', 'summerflix', 512, 655, 0, 1, 'Summerflix', 0, 0, 'scrab,sfan,shell2,sunny2,hat2', '', '1', '', 0, 0, 0, 0, ''),
  1924. (0, 298, 'p9', 'coolz', 1024, 350, 0, 1, 'coolz power', 0, 0, 'cocross,cohappy,colove,conoway,cozap,corage,corage2,cosad,cosurprise,cowink,coyoyo,coshades,codribble,cocap', '', '', '', 0, 0, 0, 0, ''),
  1925. (0, 299, 'p9', 'magic', 2048, 400, 0, 0, 'magic power', 0, 0, 'magicbook,magicbottle,magicbunny,magiccards,magician,magiclove,magicshow,magictable,magicwand', '', '', '', 0, 0, 0, 0, ''),
  1926. (0, 300, 'p9', 'blubunni', 4096, 200, 0, 0, 'Blubunni power ', 0, 0, 'bbwary,bbstars,bbsecret,bbnoway,bblr,bbhot,bbhit,bbhammer,bbeyes,bbeat', '', '', '', 0, 0, 0, 0, ''),
  1927. (0, 301, 'p9', 'instruments', 8192, 500, 0, 0, 'Intruments power', 0, 0, 'accordion,amplifier,drum2,drumkit,guitar2,lovemusic,saxophone,trumpet2,violin2', '', '', '', 0, 0, 0, 0, ''),
  1928. (0, 302, 'p9', 'pcback', 16384, 700, 0, 1, 'Set a custom background to when someone pc''s you', 0, 0, '', '', '', '', 0, 0, 0, 0, ''),
  1929. (0, 303, 'p9', 'bird', 32768, 250, 0, 0, 'bird smilies', 0, 0, 'birdcute,birddizzy,birdflap,birdhot,birdidea,birdjackfx,birdnod,birdpuppetfx,birdlove,birdswing', '', '', '', 0, 0, 0, 0, ''),
  1930. (0, 304, 'p9', 'chocolate', 65536, 220, 0, 1, 'Chocolate smilies', 0, 0, 'chcroissant,chdonut,chicecream,chlove,chstrawberry,chsweet,chsweet2,chwhite,cocoa', '', '', '', 0, 0, 0, 0, ''),
  1931. (0, 305, 'p9', 'kmoon', 131072, 240, 0, 1, 'Kaoani moon smilies and moon FX. LIMITED.', 0, 0, 'kmyy,kmya,kmwink,kmun,kmsleep,kmshutup,kmsal,kmpuffed,kmoonback,kmlove,kmjoy', '', '', '', 0, 0, 0, 0, ''),
  1932. (0, 306, 'p9', 'ksun', 262144, 240, 0, 1, 'Kaoani sun smilies and sun FX. LIMITED', 0, 0, 'ksyy,ksunback,ksthink,ksset,ksrub,ksnono,ksmad,kskiss,ksjoy,kshappy,kshaha,kscry', '', '', '', 0, 0, 0, 0, ''),
  1933. (0, 307, 'p9', 'jump', 524288, 220, 0, 1, 'jump smilies.LIMITED', 0, 0, 'jump2,jump3,jump4,jump5,jump6,jump7,jump8,jump9,jump10,jump11', '', '', '', 0, 0, 1, 0, 'Jump!'),
  1934. (0, 308, 'p9', 'trickortreat', 1048576, 320, 0, 1, 'Trick or treat smilies for halloween. LIMITED', 0, 0, 'tt1,tt2,tt3,tt4,tt5,tt6,tt7,hegg1,hegg2,hsoak1,hsoak2,htp1,htp2', '', '', '', 0, 0, 0, 0, ''),
  1935. (0, 309, 'p9', 'creepy', 2097152, 320, 0, 1, 'Creepy smilies for halloween. LIMITED. ', 0, 0, 'ghostbag,hbag,hdoor,hmask,hsign,mmymask,piratemask,scarypkn,treats', '', '', '', 0, 0, 0, 0, ''),
  1936. (0, 310, 'p9', 'manage', 4194304, 15, 1, 0, 'Backup and tweak your user ranks.', 0, 0, '', '', '1', '', 0, 0, 0, 0, 'Manage group users'),
  1937. (0, 311, 'p9', 'blueoni', 8388608, 220, 0, 1, 'Blue Oni character with two FX. LIMITED', 0, 0, 'bonitantrum,bonisick,boniscared,bonisad,bonipeek,bonimad,boniill,bonigoo,bonifan,bonicry,boniblink,bonib', '', '', '', 0, 0, 0, 0, 'Blue Oni Smilies'),
  1938. (0, 312, 'p9', 'icebucket', 16777216, 210, 0, 0, 'Challenge your friends to chill out. ', 0, 0, 'brr,bucket,freezer,hour24,icecubes,nominate,tap2,videorec', '', '', '', 0, 0, 1, 0, 'Icebucket Smilies'),
  1939. (0, 313, 'p9', 'gamefx2', 33554432, 300, 0, 1, 'More game style FX smlies. LIMITED', 0, 0, 'stompfx,shotfx,respawnfx,megafx2,megafx,hadouken,exitfx,bonesdeath,bombfx,birdsfx', '', '', '', 0, 0, 0, 0, ''),
  1940. (0, 314, 'p9', 'reveal', 67108864, 450, 0, 1, 'Revealing holiday smilies. LIMITED', 0, 0, 'rwreath,rstocking,rsnowman,rsnowbury,rsanta,rpudding,rgift,rsnowglobe,rfire,rbell', '', '', '', 0, 0, 0, 0, ''),
  1941. (0, 315, 'p9', 'holidays', 134217728, 275, 0, 1, 'Themed smilies for the holidays. LIMITED', 0, 0, 'xcard,snoww,snowqueen,snowm,snowking,mrclaus,mrsclaus,icequeen,iceking,holly,bauble', '', '', '', 0, 0, 0, 0, ''),
  1942. (0, 316, 'p9', 'size', 268435456, 250, 0, 0, 'Change the size of smilies and do size cycling', 0, 0, '', '', '', '', 0, 0, 1, 0, 'Resize smilies'),
  1943. (0, 317, 'p9', 'lunar', 536870912, 222, 0, 0, 'Chinese new year smilies', 0, 0, 'dragon2,fan2,firecrackers,fireworks2,lantern2,oranges,partyball,wealthgold,year2', '', '', '', 0, 0, 1, 0, 'Chinese new year'),
  1944. (0, 318, 'p9', 'backup', 1073741824, 300, 0, 0, 'Automatically take a daily snapshot of your users', 0, 0, '', '', '1', '', 0, 0, 0, 0, 'Group daily backup'),
  1945. (0, 320, 'p10', 'egyptian', 1, 270, 0, 1, 'Chat like an Egyptian. LIMITED', 0, 0, 'scarab,sarcophagus,pyramids,indiwhip,horis,greatsphinx,egyptf,egyptf2,egyptf3,egyptf4,egyptcat,boulder,anubis,ankh', '', '', '', 0, 0, 0, 0, 'Ancient Egypt'),
  1946. (0, 321, 'p10', 'retro', 2, 500, 0, 1, 'Relive the 8-bit era with these retro smilies. LIMITED.', 0, 0, 'retrox,retss,retkalien,retheart,retdog,retd,retcat,retmad,retkao,retcool,retflame,retpong', '', '', '', 0, 0, 0, 0, 'Retro smilies'),
  1947. (0, 322, 'p10', 'jewelry', 4, 1000, 0, 1, 'Add sparkle to your xat with jewelry. LIMITED', 0, 0, 'jbeads,jbracelet,jchain,jclock,jcrown,jearrings,jheart,jring,jring2', '', '', '', 0, 0, 0, 0, ''),
  1948. (0, 323, 'p10', 'zombie', 8, 300, 0, 0, 'Zombie Smilies', 0, 0, 'zombie1,zombie2,zombie3,zombie4,survivor1,survivor2,survivor3,survivor4,bloodface,deadup,zombieback', '', '', '', 0, 0, 0, 0, 'Zombie Smilies'),
  1949. (0, 324, 'p10', 'offset', 16, 230, 0, 0, 'Offset your smilies', 0, 0, '', '', '', '', 0, 0, 0, 0, 'Offset smilies'),
  1950. (0, 325, 'p10', 'amore', 32, 250, 0, 1, 'Amore Smilies. LIMITED', 0, 0, 'glitterheart,abear,abee,acupid,adove,ahand,akiss,together', '', '', '', 0, 0, 0, 0, 'Amore Smilies'),
  1951. (0, 326, 'p10', 'valfx', 64, 250, 0, 0, 'Valfx effects and smilies', 0, 0, 'vthrow,vrain,vkiss,vburst', '', '', '', 0, 0, 0, 0, 'Valfx Effects'),
  1952. (0, 327, 'p10', 'oids', 128, 240, 0, 0, 'Planetoid themed smilies', 0, 0, 'oiwait,oiswt,oipunch,oiouch,oino,oifrus,oieek,oicape,oiblank,oiaww,oiback,oiring', '', '', '', 0, 0, 0, 0, 'Planetoid Smilies'),
  1953. (0, 328, 'p10', 'birthday', 256, 223, 0, 1, 'Birthday smilies. LIMITED', 0, 0, 'bbaloons,bcake,bcake2,bconfetti,bflower,bgifts,bhats,btrumpet', '', '', '', 0, 0, 0, 0, 'Birthday Smilies'),
  1954. (0, 329, 'p10', 'supercycle', 512, 300, 0, 0, 'Supercycle effects (requires cycle power)', 0, 0, '', '', '', '', 0, 0, 0, 0, 'Supercycle Effects'),
  1955. (0, 330, 'p10', 'tv', 1024, 256, 0, 1, 'Tv themed smilies. LIMITED', 0, 0, 'tvskip,tvread,tvmad,tvlove,tvice,tveek,tvdance,tvcry,tvconfused,tvback', '', '', '', 0, 0, 0, 0, 'Tv Smilies'),
  1956. (0, 331, 'p10', 'clouds', 2048, 260, 0, 1, 'Clouds smilies. LIMITED', 0, 0, 'cangry,ccrying,cfreeze,chappy,ckiss,clove,csleepy,cwindy,crainbow', '', '', '', 0, 0, 0, 0, 'Clouds Smilies'),
  1957. (0, 332, 'p10', 'beastie', 4096, 250, 0, 1, 'Beastie smilies, Include 5 backs. LIMITED', 0, 0, 'beastie2,beastie3,beastie4,beastie5,beastie6,beastie7,beastie8,beastie9,beastie10,beastieb,beastieb3,beastieb5,beastieb7,beastieb9', '', '', '', 0, 0, 0, 0, 'Beastie Smilies'),
  1958. (0, 333, 'p10', 'easterlove', 8192, 320, 0, 0, 'Easterlove smilies', 0, 0, 'brokeegg,bunnyfriend,eabunny,eabutterfly,eachick,eaeggs,glitteregg,lambs', '', '', '', 0, 0, 0, 0, 'Easterlove Smilies'),
  1959. (0, 334, 'p10', 'mobilebeta', 16384, 200, 0, 0, 'Mobile beta test', 0, 0, 'moalarm,moalert,moback,mocall,mochat,moselfie', '', '', '', 0, 0, 0, 0, 'Mobile Beta'),
  1960. (0, 335, 'p10', 'eco', 32768, 240, 0, 1, 'Eco themed smilies. LIMITED', 0, 0, 'windmill,treeback,recycle,lightsoff,goodeco,badeco,globehands,ecoplant,ecotree,ecorecycle,ecocar,globeback', '', '', '', 0, 0, 0, 0, 'Eco Smilies'),
  1961. (0, 336, 'p10', 'floral', 65536, 280, 0, 1, 'Floral smilies. LIMITED', 0, 0, 'daffodil,daisy,gladiolus,hydrangea,lily,lilyvalley,orchid,poppy,snowdrop,tulip,viola', '', '', '', 0, 0, 0, 0, 'Floral Smilies'),
  1962. (0, 337, 'p10', 'shinobi', 131072, 233, 0, 1, 'Shinobi ninja, Fight! LIMITED', 0, 0, 'shislash,shishur,shisais,shinun,shifight,shiescape,shichallenge,shicarve,shibow,shibo', '', '', '', 0, 0, 0, 0, 'Shinobi Smilies'),
  1963. (0, 338, 'p10', 'aliblue', 262144, 200, 0, 1, 'Alien blue smilies', 0, 0, 'aliback2,alicry2,alidance,aliill,alilove2,aliredface,alisad,alishh,aliswt', '', '', '', 0, 0, 0, 0, 'Alien Blue'),
  1964. (0, 339, 'p10', 'gothic', 524288, 256, 0, 1, 'Gothic smilies. LIMITED', 0, 0, 'goth1,goth2,goth3,goth4,goth5,goth6,goth7,goth8,gothbat,gothmeta,gothskull,gothwings', '', '', '', 0, 0, 0, 0, 'Gothic Smilies'),
  1965. (0, 340, 'p10', 'redcard', 1048576, 5000, 0, 0, 'Red Card a user', 0, 0, 'gotcard,red1,redback,redcarded', '', '', '', 0, 1, 0, 0, 'Red Card'),
  1966. (0, 341, 'p10', 'pets', 2097152, 260, 0, 0, 'Pets themed smilies', 0, 0, 'pcat,pchameleon,pdog,pfish,phamster,pmonkey,pparrot,psnake,pturtle', '', '', '', 0, 0, 0, 0, 'Pets Smilies'),
  1967. (0, 342, 'p10', 'ceebear', 4194304, 290, 0, 1, 'Ceebear smilies. LIMITED', 0, 0, 'cbwave,cbsleep,cbnod,cbkiss,cbjoy,cbheart,cbcry,cbcontent,cbcheeks,cbawk,cbback,cbfwave,cbfsleep,cbfnod,cbfkiss,cbfjoy,cbfheart,cbfcry,cbfcontent,cbfcheeks,cbfawk,cbfback', '', '', '', 0, 0, 0, 0, 'Ceebear Smilies'),
  1968. (0, 343, 'p10', 'aquatic', 8388608, 250, 0, 1, 'Aquatic smilies. LIMITED', 0, 0, 'aqanchor,aqbubbles,aqfish,aqseahorse,aqsealove,aqseastar,aqshark,aqsubmarine', '', '', '', 0, 0, 0, 0, 'Aquatic Smilies'),
  1969. (0, 344, 'p10', 'vacation', 16777216, 253, 0, 1, 'Vacation smilies. LIMITED', 0, 0, 'vacsurf,vacsun,vacsprinkler,vacmelt,vaclounger,vacgelato,vacflower,vacdrink,vacball,vacring', '', '', '', 0, 0, 0, 0, 'Vacation Smilies'),
  1970. (0, 345, 'p10', 'nick', 33554432, 200, 0, 0, 'Set a custom nickname to your friend', 0, 0, '', '', '', '', 0, 0, 0, 0, 'Set Custom Nick'),
  1971. (0, 346, 'p10', 'shells', 67108864, 245, 0, 1, 'Shells smilies. LIMITED', 0, 0, 'nautilus,pearlshell,seabottle,seastar,shcrab,shell3,shell4,shellfish', '', '', '', 0, 0, 0, 0, 'Shells Smilies'),
  1972. (0, 347, 'p10', 'microbe', 134217728, 320, 0, 1, 'Microbiotic smilies. LIMITED', 0, 0, 'micr1,micr2,micr3,micr4,micr5,micr6,micr7,micr8,micr9,micr10,petri,spray', '', '', '', 0, 0, 0, 0, 'Microbiotic Smilies'),
  1973. (0, 348, 'p10', 'balloonfx', 268435456, 240, 0, 0, 'Balloon FX smilies', 0, 0, 'baair,balloons,balove,bapop,bapump,basoap,baup,bawater', '', '', '', 0, 0, 0, 0, 'Balloon FX'),
  1974. (0, 349, 'p10', 'poke', 536870912, 260, 0, 1, 'Poke smilies. LMIMTED', 0, 0, 'wallhide,stickprod,raincloud,punching,pianocrush,lightningshock,handstretch,pokecrush,clubhit,ballbounce', '', '', '', 0, 0, 0, 0, 'Poke Smilies'),
  1975. (0, 350, 'p10', 'me', 1073741824, 200, 0, 0, 'Make an advanced xat.me page with minimal xat branding', 0, 0, 'coding,stylesheet,thisme', '', '', '', 0, 0, 0, 0, 'Me Me Me'),
  1976. (0, 352, 'p11', 'transport', 1, 260, 0, 1, 'Transport themed smilies', 0, 0, 'tboat,tcar,tfuel,tplane,tportal,trocket,ttank,tufo,ttrain', '', '', '', 0, 0, 0, 0, 'Transport Smilies'),
  1977. (0, 353, 'p11', 'lions', 2, 255, 0, 1, 'Lions smilies. LIMITED', 0, 0, 'lismile,lisleep,lisad,liplay,lipaw,limad,lilove,lifrus,licry,liconfused,liback', '', '', '', 0, 0, 0, 0, 'Lions Smilies'),
  1978. (0, 354, 'p11', 'planets', 4, 210, 0, 1, 'Planets smilies. LIMITED', 0, 0, 'asteroid,blackhole,jupiter,mars,mercury,moonflag,neptune,pluto,rocket2,saturn,spaceship,themoon,thesun,uranus,venus', '', '', '', 0, 0, 0, 0, 'Planets Smilies'),
  1979. (0, 355, 'p11', 'reaper', 8, 250, 0, 1, 'Don''t fear the reaper. LIMITED', 0, 0, 'reapsurprise,reapono,reapnod,reapno,reaphehe,reapgrin,reapevil,reapcry,reapbye,reapback,reapargh', '', '', '', 0, 0, 0, 0, 'Reaper Smilies'),
  1980. (0, 356, 'p11', 'big', 16, 5000, 0, 1, 'Big smilies. VERY LIMITED', 0, 0, 'bigger,pump,bigsmall', '', '', '', 0, 1, 0, 0, 'Big Smilies'),
  1981. (0, 357, 'p11', 'precious', 32, 245, 0, 0, 'Time to get precious', 0, 0, 'pback,pcrystal,pemerald,pheart,prose,psapphire,pstar,pstrawberry,px', '', '', '', 0, 0, 0, 0, 'Precious Smilie'),
  1982. (0, 358, 'p11', 'glob', 64, 354, 0, 0, 'Glob Smilies', 0, 0, 'glbye,glcry,gld,gldepressed,glhappy,glheart,gljoy,glrage,glredface,glsad,glsmile,gltongue,glwink,glyeayea', '', '', '', 0, 0, 0, 0, 'Glob Smilies'),
  1983. (0, 359, 'p11', 'kandle', 128, 287, 0, 1, 'Kandle smilies. LIMITED', 0, 0, 'kandback,kandhehe,kandmad,kandwink,kandsmile,kandsleepy,kandlove,kandcry,kandd,kanddizzy,kanddead', '', '', '', 0, 0, 0, 0, 'Kandle Smilies'),
  1984. (0, 360, 'p11', 'roosters', 256, 253, 0, 1, 'Roosters smilies. LIMITED', 0, 0, 'rowitch,rovane,ropeck,ropanic,romad,roheart,rocrowing,rocool,roback', '', '', '', 0, 0, 0, 0, 'Roosters Smilies'),
  1985. (0, 361, 'p11', 'ranklock', 512, 250, 0, 0, 'Lock a rank in your chat', 0, 0, '', '', '', '', 0, 0, 0, 0, 'Lock a Rank'),
  1986. (0, 362, 'p11', 'kstar', 1024, 322, 0, 1, 'Kstar smilies. LIMITED', 0, 0, 'kstangel,kstback,kstbonus,kstdevil,kstdizzy,kstkiss,kstlove,kstqueen,kstsleep', '', '', '', 0, 0, 0, 0, 'Kstar Smilies'),
  1987. (0, 363, 'p11', 'allhallows', 2048, 329, 0, 1, 'Allhallows halloween themed smilies. LIMITED', 0, 0, 'armfx,candyfx,capefx,eatfx,maskfx,oddcauldron,oddeye,oddmakeup,oddskull,pknfx', '', '', '', 0, 0, 0, 0, 'Allhallows Smilies'),
  1988. (0, 364, 'p11', 'witch', 4096, 330, 0, 1, 'Witch halloween themed smilies. LIMITED', 0, 0, 'bats,bloodhand,magichat,wbroom,wcat,wcauldron,wjar,wspider,zombiehand', '', '', '', 0, 0, 0, 0, 'Witch Smilies'),
  1989. (0, 365, 'p11', 'tigers', 8192, 42, 0, 1, 'Tigers smilies. LIMITED', 0, 0, 'tigyawn,tigwink,tigwait,tigtongue,tigsleep,tigredface,tigpounce,tiglaugh,tigjump,tigconfused', '', '', '', 0, 0, 0, 0, 'Tigers Smilies'),
  1990. (0, 366, 'p11', 'beautifly', 16384, 267, 0, 1, 'Beautilfy smilies. LIMITED', 0, 0, 'beacatch,beacry,beadizzy,beaeek,beahand,beainlove,beajoy,beakiss,beamad', '', '', '', 0, 0, 0, 0, 'Beautifly Smilies'),
  1991. (0, 367, 'p11', 'choirhug', 32768, 300, 0, 0, 'Send choir christmas hugs', 0, 0, 'choirsinger,choirtree,choirstar,choirbauble', '', '', '', 0, 0, 0, 0, 'Choir Hugs'),
  1992. (0, 368, 'p11', 'sleighhug', 65536, 230, 0, 1, 'Send sleigh christmas themed hugs', 0, 0, 'sleighsnow,sleighsleigh,sleighpulley,sleighjeep,sleighhover', '', '', '', 0, 0, 0, 0, 'Sleigh Hugs'),
  1993. (0, 369, 'p11', 'ornaments', 131072, 350, 0, 1, 'Ornaments smilies. LIMITED', 0, 0, 'bells,bulbs,hollyberry,xmascandle,masginger,xmasglobe,xmaslove,xmasneon,xmassock', '', '', '', 0, 0, 0, 0, 'Ornaments Smilies'),
  1994. (0, 370, 'p11', 'fireworkshug', 262144, 240, 0, 1, 'Send new year fireworks hugs. LIMITED', 0, 0, 'fwfireworks,fwstar', '', '', '', 0, 0, 0, 0, 'Fireworks Hugs'),
  1995. (0, 371, 'p11', 'masks', 524288, 230, 0, 1, 'Masks themed smilies. LIMITED', 0, 0, 'theatremask,surgicalmask,respiratormask,nbcmask,icehockeymask,horrormask,guymask,ballmask,balaclavamask,ancientmask', '', '', '', 0, 0, 0, 0, 'Masks Smilies'),
  1996. (0, 372, 'p11', 'electricity', 1048576, 324, 0, 1, 'Electricity theme smilies. LIMITED', 0, 0, 'elattention,elbulb,electricglobe,elposts,lighting,socket,watercable', '', '', '', 0, 0, 0, 0, 'Electricity Smilies'),
  1997. (0, 373, 'p11', 'ricebowl', 2097152, 210, 0, 0, 'Rice smilies', 0, 0, 'rbx,rbwait,rbsleep,rbmad,rblove,rbhot,rbgum,rbeek,rbconfused,rbclap,rbback', '', '', '', 0, 0, 0, 0, 'Rice Smilies'),
  1998. (0, 374, 'p11', 'paints', 4194304, 280, 0, 0, 'Paint themed FX smilies', 0, 0, 'colorback,painted,painter,painting,pframe,pgraffiti,ppail,pspray', '', '', '', 0, 0, 0, 0, 'Paint FX'),
  1999. (0, 375, 'p11', 'lovemix', 8388608, 275, 0, 1, 'Mixture of love themed smilies. LIMITED', 0, 0, 'lovetv,lovespeech,lovekmonkey,loveglob,lovefuzzy,lovefrog,lovecutie,lovecoolz,loveblubunni', '', '', '', 0, 0, 0, 0, 'Love Mixture'),
  2000. (0, 376, 'p11', 'lovehug', 16777216, 240, 0, 0, 'Send love themed hugs', 0, 12, 'lovearrow,lovebird,lovegift,lovestar', '', '', '', 0, 0, 0, 0, 'Love Hugs'),
  2001. (0, 377, 'p11', 'mining', 33554432, 234, 0, 1, 'Mining themed smilies. LIMITED', 0, 0, 'melevator,mlamp,mmask,mminerals,mpickaxe,mtnt,mtransport,mwheel', '', '', '', 0, 0, 0, 0, 'Mining Smilies'),
  2002. (0, 378, 'p11', 'caterpillar', 67108864, 270, 0, 1, 'Caterpillar themed smilies. LIMITED', 0, 0, 'pillarwait,pillarteeth,pillarshy,pillarmad,pillarlovedance,pillarheadspin,pillargoo,pillardead,pillardance,pillarconfuse,pillarback', '', '', '', 0, 0, 0, 0, 'Caterpillar Smilies'),
  2003. (0, 379, 'p11', 'namegrad', 134217728, 10000, 0, 0, 'Gradient effect for your nickname (nameglow and namecolor required)', 0, 0, '', '', '', '', 0, 1, 0, 0, 'Gradient Nickname'),
  2004. (0, 380, 'p11', 'statusgrad', 268435456, 5000, 0, 0, 'Gradient effect for your status (statusglow and statuscolor required)', 0, 10, '', '', '', '', 0, 1, 0, 0, 'Gradient Status'),
  2005. (0, 381, 'p11', 'patrick', 536870912, 230, 0, 1, 'St. Patrick themed smilies. LIMITED', 0, 0, 'accordion2,coins2,drinks,ihat,ihat2,irishbeer,irishrainbow,ishoes,patrickbeer,patrickhat,pipe,potgold,rainbowluck', '', '', '', 0, 0, 0, 0, 'St. Patrick Smilies'),
  2006. (0, 382, 'p11', 'ebunny', 1073741824, 300, 0, 1, 'Bunny themed smilies. LIMITED', 0, 0, 'ebsleep,ebsad,eblove,eblaugh,ebidea,ebhide,ebdizzy,ebblushh,ebback,ebsil,ebcute', '', '', '', 0, 0, 0, 0, 'Easter Bunny'),
  2007. (0, 384, 'p12', 'easterland', 1, 250, 0, 0, 'Easter smilies FX and hug', 0, 0, 'bunnyhole,carrots2,daffodil2,eggfx,egghat,happyeaster,robotegg,sunriseegg,ufoegg', '', '', '', 0, 0, 0, 0, 'Happy Easterland'),
  2008. (0, 385, 'p12', 'fools', 2, 300, 0, 1, 'Poopy power has become Fools power and gone LIMITED!', 0, 0, 'poop,poopback,fobox,focigar,focrazy,foeyes,fohat,fopeel,foshock,trash', '', '', '', 0, 0, 0, 0, 'April Fools'),
  2009. (0, 386, 'p12', 'songkran', 4, 200, 0, 0, 'Songkran themed smilies', 0, 0, 'happysun,powder,sconfetti,sdrink,selephant,sflower,tuktuk,waterbucket', '', '', '', 0, 0, 0, 0, 'Thai New Year'),
  2010. (0, 387, 'p12', 'kawaii', 8, 250, 0, 1, 'Kawaii themed smilies. LIMITED', 1, 0, 'kawaangry,kawacry,kawadance,kawakiss,kawaredface,kawasleep,kawawink', '', '', '', 0, 0, 0, 0, 'Kawaii Smilies'),
  2011. (0, 388, 'p12', 'pcorn', 16, 460, 0, 0, 'Popcorn themed smilies', 0, 10, 'pcburnt,pccaramel,pccry,pcdizzy,pcgagged,pcgoo,pckiss,pckswt,pcmad,pcornback', '', '', '', 0, 0, 0, 0, 'Popcorn Smilies'),
  2012. (0, 389, 'p12', 'onion', 32, 350, 0, 1, 'Onion cute smilies. LIMITED', 0, 0, 'onyell,ontired,onsmile,onsleep,onshy,onmad,onlove,onglare,onfall,oncry,oncheer,onbang,onback', '', '', '', 0, 0, 0, 0, 'Onion Smilies'),
  2013. (0, 390, 'p12', 'silver', 64, 45000, 0, 1, 'Silver pawn. LIMITED', 1, 0, '', '', '', '', 0, 0, 0, 1, 'Silver Pawn'),
  2014. (0, 391, 'p12', 'kfrog', 128, 450, 0, 1, 'Kaoani frog smilies. LIMITED', 2, 0, 'kcry,kfeat,kfrdizzy,kfrhug,kfrlove,kfrmad,kfrpop,kfrsad,kfumbre', '', '', '', 0, 0, 0, 0, 'Kaoani Frog'),
  2015. (0, 392, 'p12', 'earthday', 256, 250, 0, 0, 'Earthday themed smilies', 0, 0, 'eartharound,earthback,earthbulb,earthlove,gogreen,myday,worldhand,loveworld', '', '', '', 0, 0, 0, 0, 'Earthday Smilies'),
  2016. (0, 393, 'p12', 'cyan', 512, 64500, 0, 1, 'Cyan pawn. VERY LIMITED', 0, 0, '', '', '', '', 0, 0, 0, 1, 'Cyan Pawn'),
  2017. (0, 394, 'p12', 'bloonie', 1024, 225, 0, 0, 'Bloonie cute smilies', 0, 0, 'bloangry,bloback,blodizzy,bloeat,blohaha,blohears,blojoy,blokiss,blolove,blosad,blothink,bloyes', '', '', '', 0, 0, 0, 0, 'Bloonie Smilies'),
  2018. (0, 395, 'p12', 'jumblejinx', 2048, 300, 0, 0, 'Jinx your friends', 0, 6, 'jinxback', '', '', '', 0, 0, 0, 0, 'Jinx Function'),
  2019. (0, 396, 'p12', 'black', 4096, 90000, 0, 1, 'Black pawn. VERY LIMITED', 0, 0, '', '', '', '', 0, 0, 0, 1, 'Black Pawn'),
  2020. (0, 397, 'p12', 'cutesquare', 8192, 345, 0, 1, 'Cutesquare smilies', 0, 0, 'csangry,csdizzy,csback,csconfused,csdeath,csheart,csnerd,cssleepy,cswink', '', '', '', 0, 0, 0, 0, 'Cute Square'),
  2021. (0, 398, 'p12', 'girl', 16384, 120000, 0, 1, 'Girl Pawn. LIMITED', 0, 0, '', '', '', '', 0, 0, 0, 1, 'Girl Pawn'),
  2022. (0, 399, 'p12', 'mom', 32768, 250, 0, 1, 'Mother''s day themed smilies', 0, 0, 'loveflowers,mombaby,mombird,momlove,momheart,momqueen,momhand,momstork,storks', '', '', '', 0, 0, 0, 0, 'Mother''s day'),
  2023. (0, 400, 'p12', 'esmerald', 65536, 420000, 0, 1, 'Esmerald pawn. VERY LIMITED', 1, 0, '', '', '', '', 0, 0, 0, 1, 'Esmerald Pawn'),
  2024. (0, 401, 'p12', 'sapphire', 131072, 500000, 0, 1, 'Sapphire pawn. VERY LIMITED', 1, 0, '', '', '', '', 0, 0, 0, 1, 'Sapphire Pawn'),
  2025. (1, 402, 'p12', 'koala', 262144, 250, 0, 1, 'Koala cute smilies. LIMITED', 0, 0, 'kolove,kolaugh,kogoo,koglare,koeat,kodizzy,kocrying,kocool,koclap,koblush', '', '', 'k:p1koleaf,o:p1kocry', 0, 0, 0, 0, 'Koala Smilies');
  2026.  
  2027. -- --------------------------------------------------------
  2028.  
  2029. --
  2030. -- Table structure for table `powerssx vechi`
  2031. --
  2032.  
  2033. CREATE TABLE IF NOT EXISTS `powerssx vechi` (
  2034. `id` int(255) NOT NULL DEFAULT '0',
  2035. `section` varchar(255) NOT NULL DEFAULT 'p0' COMMENT 'P string index',
  2036. `shortabout` text NOT NULL,
  2037. `name` varchar(255) NOT NULL COMMENT 'Power name',
  2038. `subid` bigint(20) NOT NULL COMMENT 'ID in the p string',
  2039. `cost` int(11) NOT NULL,
  2040. `limited` int(1) NOT NULL DEFAULT '0',
  2041. `description` varchar(10000) NOT NULL,
  2042. `amount` int(255) NOT NULL DEFAULT '0' COMMENT 'Amount to sell',
  2043. `topsh` longtext NOT NULL,
  2044. `info` longtext NOT NULL,
  2045. `nw` int(11) NOT NULL DEFAULT '0',
  2046. `group` int(11) NOT NULL DEFAULT '0',
  2047. `news` varchar(10000) NOT NULL,
  2048. `pawns` text NOT NULL,
  2049. `dx` mediumtext CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
  2050. `epic` int(11) NOT NULL DEFAULT '0',
  2051. `allp` int(11) NOT NULL DEFAULT '0',
  2052. `currency` int(11) NOT NULL DEFAULT '0',
  2053. `games` int(11) NOT NULL DEFAULT '0',
  2054. PRIMARY KEY (`id`),
  2055. KEY `id` (`id`)
  2056. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  2057.  
  2058. --
  2059. -- Dumping data for table `powerssx vechi`
  2060. --
  2061.  
  2062. INSERT INTO `powerssx vechi` (`id`, `section`, `shortabout`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `info`, `nw`, `group`, `news`, `pawns`, `dx`, `epic`, `allp`, `currency`, `games`) VALUES
  2063. (0, 'p0', 'Toate puterile', 'allpowers', 1, 0, 0, 'test', 0, 'allpowers', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2064. (1, 'p0', 'Go to top of section', 'topman', 2, 200, 0, 'Your icon will go to the top of your section (eg moderator/member) even if you have a high id number unless another user also has this power', 0, '', '', 0, 0, '', 'B:p1bot,X:p1alexangel,L:p1lorenzogold', '', 0, 1, 0, 0),
  2065. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2066. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2067. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2068. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2069. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2070. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2071. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2072. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2073. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2074. (11, 'p0', 'Owner can make temporary moderator', 'tempmod', 2048, 50, 0, 'NOTE YOU HAVE TO BE AN OWNER TO USE THIS POWER! Make a user a moderator from 1 minute to 24 hours. To use private chat the user and send him a message like /m2.5 which in this case would make him a moderator for 2 hours 30 minutes.', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2075. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2076. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2077. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2078. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2079. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2080. (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, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2081. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2082. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2083. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2084. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2085. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2086. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2087. (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, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2088. (25, 'p0', 'Boot a user to another chat', 'boot', 33554432, 10240, 1, 'NOTE YOU HAVE TO BE AN OWNER OR MODERATOR TO USE THIS POWER! Boot a user to another chat. To boot click on the user and choose kick, there is a box to enter the group to kick them to e.g. "Illusion". If you boot people to inappropriate rooms or otherwise abuse the power it is a violation of the terms and you will forfeit the power. More info', -1, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2089. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2090. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2091. (28, 'p0', 'Kick lower ranks', 'superkick', 268435456, 15, 0, 'Allows you to Kick lower ranks. Main Owners can kick Owners, Owners can kick mods and Members can kick banned members and BANNED guests. If you have boot power you can boot lower ranks as well!', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2092. (29, 'p0', 'Invisible owner', 'invisible', 536870912, 40, 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, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2093. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2094. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2095. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2096. (34, 'p1', 'Diamond shaped Smilies', 'diamond', 4, 820, 1, 'Give a purple diamond shape to any "yellow" smilie. To make a diamond smilie add #d to the smilie code eg (smile#d). If you have color powers you can change the color. EG for red use: (biggrin#d#FF0000). Works with () smilies only.', 0, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2097. (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.', 0, '', '', 0, 0, '', '', '', 1, 0, 0, 0),
  2098. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2099. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2100. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2101. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2102. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2103. (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, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2104. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2105. (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, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2106. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2107. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2108. (46, 'p1', 'Silent ban', 'mute', 16384, 40, 0, 'FOR OWNERS ONLY! Allows you to silent ban a user. This will ban a user wihout them knowing. To mute a user click on their name and press ban, select the duration and press\nthe mute button. NOTE: the max time to mute a user is 1 hour.', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2109. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2110. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2111. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2112. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2113. (51, 'p1', 'Stop a chat talking', 'hush', 524288, 25, 0, 'Hush a chat. Stop everyone on a chat talking so you can make an announcement etc. Eg /hm60Announcement! See wiki. NOTE THIS IS AN OWNER POWER. THIS POWER WILL NOT BE LIMITED', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2114. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2115. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2116. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2117. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2118. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2119. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2120. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2121. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2122. (60, 'p1', 'Convert days to xats', 'dx', 268435456, 7, 0, 'Allows you to convert some of your days to xats. Note when you use the power it goes. Convert now!', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2123. (61, 'p1', 'Make a temporary member', 'tempmem', 536870912, 15, 0, 'Make a guest into a member for 1 minute up to 24 hours. To use, private chat the guest and send /mb2.5 which would make a member for 2 hours 30 minutes. THIS POWER WILL NOT BE LIMITED', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2124. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2125. (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, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2126. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2127. (66, 'p2', 'irish themed smilies', 'irish', 4, 800, 1, 'Celebrate St Patrick''s day with these smilies: (irish) (clover2) (drink) (igirl) (iman) (pot) (rainbow) (shi) (tap).', 0, 'clover2,drink,igirl,iman,pot,rainbow,shi,tap,drum,bagpipes', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2128. (67, 'p2', 'Show rank on your colored pawn', 'flashrank', 8, 50, 0, 'Make your pawn fade between your pawn color power (purple, pink, blueman) and your rank on the chat. Mods can make use of pink and blueman powers if they have flashrank.', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2129. (68, 'p2', 'Easter themed smilies', 'easter', 16, 270, 1, 'Celebrate Easter with these smilies: (easter) (basket) (bunny) (bunny2) (chick) (egg2) (eggb) (paintegg).', 0, 'basket,bunny,bunny2,chick,egg2,eggb,paintegg', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2130. (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.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2131. (70, 'p2', 'Banned user are banished', 'banish', 64, 300, 0, 'Users who are banned for more than 1 hour will be banished i.e. can''t see the messages, members or guests', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2132. (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.', 0, 'acrobat,balloonart,cannon,clown,eleride,fireblow,firewand,highwire,uniwire,juggler,lion,splat,tamer,uni,unirope,wheel', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2133. (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', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2134. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2135. (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, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2136. (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.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2137. (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', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2138. (77, 'p2', 'Sci-fi smilies', 'scifi', 8192, 733, 1, 'Science fiction smilies: (scifi) (alienb) (alien2) (beam) (borg) (cylon) (jetpack) (laser) (ufo) (vial) (vr). Limited.', 0, 'alien2,alienb,beam,blob,borg,cylon,jetpack,laser,vial,vr,ufo', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2139. (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).', 0, 'cheerleader,horn,pennant,corndog,vuvu', '', 0, 1, '', '', '', 0, 1, 0, 0),
  2140. (79, 'p2', 'Make a temporary owner', 'tempown', 32768, 25, 0, 'Make a mod into an owner for 1 minute up to 24 hours. To use, private chat the mod and send /mo5.5 which would make an owner for 5 hours 30 minutes. Not limited.', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2141. (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.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2142. (81, 'p2', 'Tickle', 'tickle', 131072, 0, 0, 'Set who can ban who, can set the scroller, how long mods can ban for and much more.', 994, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2143. (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', 0, 'fish,fish2,fish3,bubbles,crab,diver,dolphin,jellyfish,octopus,shrimp,starfish,turtle,weed', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2144. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2145. (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, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2146. (85, 'p2', 'Animated Flags', 'flag', 2097152, 250, 0, 'Over 180 flags with flapping animation. Support your team or country. Not limited.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2147. (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.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2148. (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.', 0, 'abe,bbq,flagwave,fwlaunch,glowstick,liberty,sparkler,starbounce,starburst,starring,tiphat,usface,usss', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2149. (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.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2150. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2151. (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.', 0, 'biker,slingshot,thief,fbomb,liar', '', 0, 1, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2152. (91, 'p2', 'rapid actions', 'rapid', 134217728, 20, 0, 'ignore, unban, ban, gag, mute, member and guest with one mouse click.', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2153. (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.', 0, 'mist,franken,goblin,knife,pkncut,spider,triclops,vamp,warewolf', '', 0, 1, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2154. (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).', 0, 'hit,dodge,lob,mobounce,moring', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2155. (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.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2156. (96, 'p3', 'Winter smilies and flix', 'winter', 1, 500, 0, '24 winter and christmas smilies and up to 6 flix backgrounds (needs up to 32 assigned).', 0, 'carolers,decortree,giftdrop,giftrattle,gingerbread,pullsled,antler,shovel,accident,snowboard,snowfight,snowm,xface,snowmobile,ornament,earmuffs,snowglobe,cold,freezing,snowover,snowangel,windy,icecube', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2157. (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.', 0, 'campfire,canopy,compass,firstaid,hangglider,hunting,lantern,map,marshmallow,iceaxe,swing,waterskiing,zipline,smokes', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2158. (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).', 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', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2159. (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..', 0, 'asif,one,heartburst,heartbounce,noway', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2160. (100, 'p3', 'Custom link words', 'link', 16, 400, 0, 'Create custom link words for your chat. GROUP POWER.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2161. (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.', 0, 'duck,electrocute,eyepop,flamed,lookaround,scream,wow,dazed,hazey,drool,footmouth,mindblow,misspeak,relieved,uvula,arc', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2162. (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.', 0, 'butterfly,fcrown,fhair,fhat,flower2,frog,fwings,heartwand,mushrooms,shards', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2163. (103, 'p3', 'Color you name', 'namecolor', 128, 10000, 0, 'Color your name on the chat box. N.B. you also need nameglow and color powers. EG for a purple name use: (glow#0#800080) or white with black glow: (glow#000001#FFFFFF).', 0, '', '', 0, 0, '', '', '', 1, 0, 0, 0),
  2164. (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.', 0, 'kbawe,kbcold,kbcry,kbdance,kbpunch,kbsad,kbscream,kbweep,kbwink,kbyawn', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2165. (105, 'p3', 'Angry smilies', 'angry', 512, 4430, 1, 'Don''t get upset, get the angry power and vent your frustration with these smilies. LIMITED.', 0, 'explode,facepalm,bite,hissyfit,mutter,potstir,pullhair,raging,ticked,yell,flame,grumpy2,headache,timebomb', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2166. (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.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2167. (107, 'p3', 'Ugly smilies', 'ugly', 2048, 387, 1, 'Be different with new "ugly" style smilies. LIMITED.', 0, 'uangel,udemon,uevil,uhappy,ulook,uthink,usad,uscratch,usmile,utongue,uwink', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2168. (108, 'p3', 'Love smilies and flix', 'love', 4096, 300, 0, 'love smilies and also flix animated backgrounds for groups. UNLIMITED.', 0, 'coy,flirt,freehugs,heartbeat,heartblow,ihu,lovedraw,ucute,uhot', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2169. (109, 'p3', 'Barge into pool', 'barge', 8192, 20, 0, 'Allows owners and mods to move into full pools by barging another user out.', 0, '', '', 0, 0, '', '', '', 0, 0, 1, 0),
  2170. (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.', 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', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2171. (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).', 0, 'axe,darkeyes,dragon,flail,hole,helmet2,medusa,orcm,elf2,ogre,orcf,invis,scroll,slash,smskull,sword,wizard', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2172. (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. ', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2173. (113, 'p3', 'Heroic smilies', 'hero', 131072, 562, 1, '(hero) (daggers) (electro) (epi) (fireball) (flying) (genie) (iceman) (invisi) (jekyl) (maddr) (telekin) (amazon) and more. LIMITED.', 0, 'daggers,electro,epi,fireball,flying,genie,iceman,invisi,jekyl,maddr,telekin,amazon,upaway,ripshirt', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2174. (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.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2175. (115, 'p3', 'Spin your smilies', 'spin', 524288, 300, 0, 'Make smilies spin with the spin power.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2176. (116, 'p3', 'Animal smilies', 'animal', 1048576, 200, 0, 'Smilies of animals. ', 0, 'doggy,giraffe,goat,lion2,monkey,mouse,panda2,raccoon,sheep,unicorn', '', 0, 1, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  2177. (117, 'p3', 'Smilies that play music', 'music', 2097152, 300, 0, 'Use the side app to make smilies that play music.', 0, 'disco,dj,drums,flute,guitar,harp,piano,trumpet,violin,zippo', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2178. (118, 'p3', 'Kaoani panda smilies', 'gkpanda', 4194304, 798, 1, 'Panda smilies for groups. If the power is assigned any sub can use the panda smilies on the group. LIMITED. ', 0, 'kpfit,kpembarassed,kppaws,kpd,kpannoyed,kppaws2,kplove,kpjoy,kpcrying,kphurt', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2179. (119, 'p3', 'Sickly smilies', 'unwell', 8388608, 351, 1, 'Unwell themed smilies. N.B. price will decrease over time. LIMITED.', 0, 'blownose,chill,cough,icepack,sickface,sneeze,soup,thermometer,crutches,feint,cough2,headknock,crutches,sweats', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2180. (120, 'p3', 'Show chat events', 'events', 16777216, 20, 0, 'View a log of bans, kicks etc.', 0, '', '', 0, 0, '', '', '', 0, 0, 1, 0),
  2181. (121, 'p3', 'Kick with a shake', 'zap', 33554432, 10, 0, 'Shake the user when you kick them and send an optional audie.', 0, 'cringe,shake,shocking', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2182. (122, 'p3', '7 deadly sins', 'sins', 67108864, 1520, 1, 'Seven sinful smilies plus power smiliey. LIMITED. ', 0, 'envy,gluttony,greed,lust,pride,sloth,wrath', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2183. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2184. (124, 'p3', 'Western smilies', 'wildwest', 268435456, 731, 1, 'Wild west smilies and two western kisses.', 0, 'undertaker,sheriff,ropeg,ropeb,push,prospector,outlaw,native,bullride,bartender', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2185. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2186. (126, 'p3', 'Pool for banned users', 'banpool', 1073741824, 15, 0, 'NOTE: RANKPOOL is also required to use this power. Make all banned users go into a special pool.', 0, '', '', 0, 1, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 1, 0),
  2187. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2188. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2189. (130, 'p4', 'sweet smilies', 'gback', 4, 15000, 0, 'Set a default background for the smilies in your chat. EPIC.', 0, '', '', 0, 1, '', '', '', 1, 0, 0, 0),
  2190. (131, 'p4', 'zodiac smilies', 'zodiac', 8, 250, 0, 'Zodiac themed kaoani style smilies: (aries) (taurus) (gemini) (cancer) (leo) (virgo) (libra) (scorpio) (sagittarius) (capricorn) (aquarius) (pisces) ', 0, 'aries,taurus,gemini,cancer,leo,virgo,libra,scorpio,sagittarius,capricorn,aquarius,pisces', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2191. (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)', 0, 'fangry,fcry,fcool,feek,fconfused,ftongue,fredface,fsleepy,fbiggrin,fsad,fwink', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2192. (133, 'p4', 'Space age smilies', 'space', 32, 300, 0, 'Ten space themed smilies and a kiss.', 0, 'eclipse,meteorite,nasa,radiotele,rocket,satellite,saucer,shuttle,space,telescope', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2193. (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', '', 0, 1, '', '', '', 0, 1, 0, 0),
  2194. (135, 'p4', 'Stoneage smilies', 'stoneage', 128, 77, 1, 'IMPORTANT: Will be sold for 24 hours only. Prehistoric and caveman smilies.', 0, 'caveman,dino,cavewoman,cavework,cavebeard,caveclothes,torch,spear,rocksmash,cavehair,boneswing,wallart,stickfire,cavebeard2', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2195. (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', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2196. (137, 'p4', 'Dancing smilies', 'dance', 512, 150, 0, 'Make your smilies dance. ', 0, 'dance1,dance2,dance3,dance4,dance5,dance6,dance7,dance8,dance9,dance10,dance11', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2197. (138, 'p4', 'Penguin power', 'kpeng', 1024, 200, 0, 'Kaoani penguin smilies.', 0, 'kpesneeze,kpeshy,kpeshame,kpejoy,kpeglare,kpefit,kpedots,kpedizzy,kpeclap,kpeangry,kpedance,kpepop', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2198. (139, 'p4', 'Nerd smilies', 'nerd', 2048, 218, 1, 'Nerd smilies for all you geeks. LIMITED.', 0, 'aplus,bowtie,brain,coder,gates,nglasses,nsci,phone,read,calc', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2199. (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 ..', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2200. (141, 'p4', 'School smilies', 'school', 8192, 132, 1, 'Smilies for the classroom.', 0, 'backpack,daycare,gts,punished,rubber,schoolgirl,sbell,studying,tabsc,teacher2,writing', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2201. (142, 'p4', 'Silent make member', 'silentm', 16384, 20, 0, 'Make a member without a message. Owners only unless changed by gcontrol.', 0, '', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 1, 0),
  2202. (143, 'p4', 'Punch bag smilies', 'punch', 32768, 300, 0, 'Punch bag smilies with new style faces.', 0, 'pconfused,pcrying,pcute,pdead,pfury,pgiggle,pglare,pjump,pmanic,punched,pshades,pshy,psleepy,pthink', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2203. (144, 'p4', 'Show away on pawn', 'away', 65536, 100, 0, 'Automatically show you are away from the chat.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2204. (145, 'p4', 'Peaceful smilies', 'peace', 131072, 200, 0, 'Peace themed smilies. NOT LIMITED.', 0, 'dove,dove2,dove3,hglass,phair1,phair2,phair3,rbe,reggae', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2205. (146, 'p4', 'Chick power', 'kchick', 262144, 506, 1, 'Kaoani chick smilies. LIMITED.', 0, 'kccrying,kcdizzy,kceek,kcglare,kclook,kcsad,kcsmug,kctongue,kcwink', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2206. (147, 'p4', 'Carve power', 'carve', 524288, 268, 1, 'Pumpkin carve smiles and bonus: (dracula) (grim2) (pknhide). LIMITED.', 0, 'carveduh,carvegrin,carvescream,carvesly,carvesmile,dracula,grim2,pknhide,vampire', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2207. (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', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2208. (149, 'p4', 'Kaoani dog smilies', 'kdog', 2097152, 223, 1, 'Kaoani dog smilies. LIMITED. ', 0, 'kdcheer,kdcrazy,kddead,kdfit,kdglare,kdsad,kdshocked,kdsleepy,kdsmile,kdtired,kdwoo', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2209. (150, 'p4', 'Bot power', 'bot', 4194304, 1000, 0, 'Allow a bot to access your group. Please read wiki before buying.', 2, 'bot2,bot3,bot4', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2210. (151, 'p4', 'Manga smilies', 'manga', 8388608, 1870, 1, 'Manga themed smilies and (manga) effect, 18 in all. E.g. (manga1) (manga2) etc. LIMITED.', 0, 'manga1,manga2,manga3,manga4,manga5,manga6,manga7,manga8,manga9,manga10,manga11,manga12,manga13,manga14,manga15,manga16,manga17', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2211. (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.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2212. (153, 'p4', 'Gold pawn/power', 'gold', 33554432, 50000, 0, 'Gold pawn and smilies.', 0, 'goldb,bars,bar,goldstar', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2213. (154, 'p4', 'Snowman smilies', 'snowman', 67108864, 148, 1, 'Snowman themed smilies. (snowman) (smcry) (smgrin) (smlaugh) (smredface) (smsad) (smshocked) (smsleepy) (smtongue) (smmad) (smcool). LIMITED.', 0, 'smcry,smgrin,smlaugh,smredface,smsad,smshocked,smsleepy,smtongue,smmad,smcool', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2214. (155, 'p4', 'Reindeer smilies', 'reindeer', 134217728, 110, 1, 'Reindeer smilies (reindeer) (resurprised) (resmirk) (resleepy) (resad) (reredface) (relaugh) (reglare) (recry) (recool) (reangry) (renose). LIMITED.', 0, 'resurprised,resmirk,resleepy,resad,reredface,relaugh,reglare,recry,recool,reangry,renose,reback', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  2215. (156, 'p4', 'Santa flix', 'santa', 268435456, 300, 0, 'Santa smilies and animated flix.', 0, 'sabiggrin,saconfused,sacry,saglare,saredface,sasad,sastraightface,sasurprised,satongue,sawink', '', 0, 1, '', '', '', 0, 1, 0, 0),
  2216. (157, 'p4', 'Spartan smilies', 'sparta', 536870912, 125, 1, 'This is Sparta! LIMITED.', 0, 'spartayell,getready,helmet3,soldier,spants,spartafight,spartan,spartan2,truewar,xerxes', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2217. (158, 'p4', 'Dunce power', 'dunce', 1073741824, 250, 0, 'Dunce your friends. Add a dunce cap to their pawn. (dunce) (duh) (doh2).', 0, 'duh,doh2', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2218. (160, 'p5', 'New year power', 'newyear', 1, 552, 1, 'Smilies to help bring in the new year including fireworks FX.', 0, 'calendar,celebration,champagne2,champagneback,clink2,firework1,firework2,nyball,nyhat,nykiss,nyparty,sparkler2', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2219. (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.', 0, 'canangel,canbounce,cancontempt,canfury,canoo,canshifty,canthink,cantwitch,canum,canun', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2220. (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.', 0, '', '', 0, 1, '', '', '', 0, 1, 0, 0),
  2221. (163, 'p5', 'Magic FX', 'magicfx', 8, 111, 1, 'A magic FX (effect) to add to smilies. LIMITED.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2222. (164, 'p5', 'Spy smilies', 'spy', 16, 193, 1, 'Espionage themed smilies. LIMITED.', 0, 'crosshair,folder,footprints,headset,keyhole,keypad,peeking,radar,spydrink,spyeye,spying,spypaper,spyrope', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2223. (165, 'p5', 'Duck smilies', 'kduck', 32, 789, 1, 'Kaoani duck smilies. LIMITED.', 0, 'kduckback,kduck1,kduck2,kduck3,kduck4,kduck5,kduck6,kduck7,kduck8,kduck9,kduck10,kduck11,kduck12', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2224. (166, 'p5', 'Heart FXs', 'heartfx', 64, 200, 0, 'Heart effects smilies.', 0, 'heartfx,heartfx2,heartfx3', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2225. (167, 'p5', 'Carnival powers', 'carnival', 128, 275, 1, 'Carnival themed similes.', 0, 'anonmask,beads,brazilboom,carniphant,cjester,cmask,flowersquirt,headdress,kreu,shakeit,wannasamba,yeayea,cjester2,cbird,cangel', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2226. (168, 'p5', 'Topspin effect', 'topspin', 256, 250, 0, 'Add a spin to top and backgrounds of smilies.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2227. (169, 'p5', 'Movie smilies', 'movie', 512, 141, 1, 'Movie themed smilies. LIMITED.', 0, 'action,admission,booth,cameraman,director,drink2,film,filmroll,popcorn,pose,tickets', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2228. (170, 'p5', 'Cute monster smilies', 'monster', 1024, 200, 0, 'Cute monster smilies.', 0, 'mangel,mbat,mbear,mchick,mdrip,mfish,mglare', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2229. (171, 'p5', 'Kat smilies', 'kat', 2048, 645, 1, 'Kat kaoani smilies with attitude. LIMITED.', 0, 'kat1,kat2,kat3,kat4,kat5,kat6,kat7,kat8,kat9,kat10,katback', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2230. (172, 'p5', 'Show typing', 'typing', 4096, 100, 0, 'Show you are typing a message.', 0, 'typing1', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2231. (173, 'p5', 'Sheep smilies', 'ksheep', 8192, 175, 1, 'Kaoani sheep smilies. LIMITED.', 0, 'ksheep1,ksheep2,ksheep3,ksheep4,ksheep5,ksheep6,ksheep7,ksheep8,ksheep9,ksheep10,ksheepback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2232. (174, 'p5', 'Pulse effect', 'pulsefx', 16384, 766, 1, 'Add a pulsing effect to smilies eg (pulsefx) (d#pulsefxback#r). LIMITED.', 0, 'pulsefxback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2233. (175, 'p5', 'Blobby smilies', 'blobby', 32768, 138, 1, 'Blobby monster smilies. LIMITED.', 0, 'bbclap,bbconfused,bbcry,bbfit,bbglare,bbhug,bblaugh,bboops,bbpout,bbwink,bbback', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2234. (176, 'p5', 'Reverse ban', 'reverse', 65536, 200, 0, 'Cause a users words to be reversed.', 0, '', '', 0, 1, '', '', '', 0, 1, 0, 0),
  2235. (177, 'p5', 'Fuzzy smilies', 'fuzzy', 131072, 324, 1, 'Fuzzy monster smilies.', 0, 'fzangel,fzback,fzbiggrin,fzcool,fzcrazy,fzd,fzdance,fzsad,fzstretch,fztongue,fztwirl', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2236. (178, 'p5', 'Spiral effects', 'spiralfx', 262144, 222, 0, 'Add spiral effects to smilies.', 0, 'spiralfx2', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2237. (179, 'p5', 'Nursing smilies', 'nursing', 524288, 115, 1, 'Nursing smilies for nursing week. LIMITED.', 0, 'crazyn,nblood,nbroken,ndoc,nlist,nmask,nne,noxy,nsurg', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2238. (180, 'p5', 'Group sounds', 'gsound', 1048576, 20, 0, 'Change the sounds on your group. ', 0, 'megap,volume,tooloud,canthear,playbtn', '', 0, 1, '', '', '', 0, 0, 1, 0),
  2239. (181, 'p5', 'Kaoani bee smilies', 'kbee', 2097152, 409, 1, 'Kaoani bee smilies.', 0, 'kbeeback,kbeeclap,kbeecry,kbeed,kbeedance,kbeefedup,kbeejoy,kbeemad,kbeepunch,kbeexx,kbeeyay', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2240. (182, 'p5', 'Vortex effects', 'vortexfx', 4194304, 764, 1, 'Add vortex effects to smilies.', 0, 'vortexfx2', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2241. (183, 'p5', 'Jail smilies', 'jail', 8388608, 190, 0, 'Lock up your smilies.', 0, 'ballchain,bobby,copstop,cracker,cuffs,gavel,handsair,jailnumber,mugshot,prisoner', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2242. (184, 'p5', 'Zip ban', 'zip', 16777216, 455, 1, 'Make a user only able to talk in smilies.', 0, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2243. (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.', 0, 'dripclap,dripdance,dripeek,dripfit,dripglare,driphehe,driphello,driphug,driplaugh,dripsad,dripshocked,driptired,dripxd,dripyell', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2244. (186, 'p5', 'Moustaches', 'moustache', 67108864, 100, 0, 'Add moustaches to your smilies.', 0, 'moustache1,moustache2,moustache3,moustache4,moustache5,moustache6,moustache7,moustache8,moustache9', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2245. (187, 'p5', 'Whirling effect', 'whirlfx', 134217728, 906, 1, 'Whirling FX. See wiki for customization. LIMITED.', 0, '', '', 0, 0, '', '', '', 0, 0, 0, 0);
  2246. INSERT INTO `powerssx vechi` (`id`, `section`, `shortabout`, `name`, `subid`, `cost`, `limited`, `description`, `amount`, `topsh`, `info`, `nw`, `group`, `news`, `pawns`, `dx`, `epic`, `allp`, `currency`, `games`) VALUES
  2247. (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) ', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 1),
  2248. (189, 'p5', 'Olympic smilies', 'olympic', 536870912, 334, 1, '16 olympic smilies to celebrate the games in London. LIMITED.', 0, 'bronzem,goldm,oboxing,ocycling,odiving,ogymnastics,ohurdles,orowing,orunning,oswimming,otennis,otorch,ovolleyball,silverm,oarchery,obasketball,ofencing,ohockey', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2249. (190, 'p5', 'Alien smilies', 'aliens', 1073741824, 619, 1, 'Alien smiles. LIMITED.', 0, 'aliens,alilaugh,alidead,aliclap,alid,alilove,aliscratch,alitalk,alicry,alitongue,aliyay,aliback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2250. (192, 'p6', 'Matchrace Game ', 'matchrace', 1, 691, 1, 'Start and control the matchrace game.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 1),
  2251. (193, 'p6', 'Alien smilies', 'burningheart', 2, 3000, 1, 'Burning smilies (burningheart) and (bheartb).', 0, 'bheartb', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2252. (194, 'p6', 'Burningheart', 'snakerace', 4, 200, 0, 'Play and control a snake game.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 1),
  2253. (195, 'p6', 'kaoani pig smilies', 'kpig', 8, 234, 1, 'kaoani piggy smilies.', 0, 'kpigangry,kpigback,kpigball,kpigfraz,kpiglove,kpigmad,kpigmud,kpigpals,kpigsleep,kpigsnoot,kpigwrite', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2254. (196, 'p6', 'Poker smilies', 'poker', 16, 382, 1, 'Keep a straight face with these poker themed smilies. LIMITED.', 0, 'pclubs,pobluff,pochips,pod,pogirl,poplayer,povip,powin,poyay,pspades,pdiamonds,phearts', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2255. (197, 'p6', 'Pony smilies', 'pony', 32, 164, 1, 'Cute pony smilies. LIMITED.', 0, 'poback,pocall,poclap,pocry,poeat,pofan,poglasses,pohay,pomane,ponyd,powhip', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2256. (198, 'p6', 'Clock effects', 'clockfx', 64, 339, 1, 'Rotating effects. LIMITED.', 0, 'clockfx2,clockfx3,clockfx4', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2257. (199, 'p6', 'Drop smilies', 'drop', 128, 700, 1, 'Drop style smilies.', 0, 'dropworry,dropumb,dropscratch,droprub,drophey,dropeat,dropdance,dropclap,dropback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2258. (200, 'p6', 'Space War', 'spacewar', 256, 1160, 1, 'Shoot and destroy other users planets. LIMITED.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 1),
  2259. (201, 'p6', 'Speech Kaoani smilies', 'speech', 512, 200, 0, 'Kaoani speech smilies.', 0, 'spd,spfrus,spyay,spkiss,splap,splove,spvamp,spwrite,spxmas,sppup,spback', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  2260. (202, 'p6', 'Vampyre smilies', 'vampyre', 1024, 297, 1, 'Frighten your friends with these vampyre smilies.', 0, 'vbat,vbheart,vblood,vcoffin,vcross,vfangs,vglamour,vrip,vstake,vtongue,vstake,vfangs,vtongue,vglamour,vbat,vblood,vcoffin,vcross,vbheart,vrip', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2261. (203, 'p6', 'Christmas tree effects', 'treefx', 2048, 600, 1, 'Christmas tree FX for smilies. LIMITED.', 0, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2262. (204, 'p6', 'Santa Claus smilies', 'claus', 4096, 272, 1, 'Comical santa smilies for Christmas. LIMITED.', 0, 'clcool,cld,cleek,clgrin,clmad,clsad,clsmile,clsweat,clwink,clx,clwink,clgrin,clsad,clsmile,cld,clx,cleek,clcool,clmad,clsweat', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2263. (205, 'p6', 'Quest smilies', 'quest', 8192, 250, 0, 'Smilies to help you on your journey.', 0, 'bearer,disappear,dwarf,goblin2,queenelf,sneak,thering,warrior,wizzard,dwarf,sneak,queenelf,goblin2,wizzard,warrior,disappear,bearer,thering', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2264. (206, 'p6', 'Custom language', 'lang', 16384, 2000, 0, 'Change the chat text. Important read wiki before buying or using.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2265. (207, 'p6', 'More quest smilies', 'quest2', 32768, 112, 1, 'Continue the quest. LIMITED.', 0, '1066,agreement,arrow,burnt,dwarf2,dwarfz,elve2,goblin3,newton,pile,1066,dwarfz,dwarf2,arrow,goblin3,newton,burnt,pile,elve2,agreement', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2266. (208, 'p6', 'Glitter effects', 'glitterfx', 65536, 250, 0, 'Glitter effects for smilies.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2267. (209, 'p6', 'XAVI', 'xavi', 131072, 500, 0, 'Make a custom avatar that responds to what you type.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2268. (210, 'p6', 'kaoani mouse smilies', 'kmouse', 262144, 1740, 1, 'Cute kaoani mouse smilies. LIMITED.', 0, 'kmcheer,kmcry,kmeyerub,kmfit,kmfrustrate,kmglare,kmgrouch,kmhide,kmhug,kmlaugh,kmshock,kmshuffle,kmsleepy,kmsmile,kmback,kmlaugh,kmsleepy,kmfit,kmhide,kmfrustrate,kmsmile,kmgrouch,kmback,kmcry,kmshock,kmhug,kmshuffle,kmeyerub,kmglare,kmcheer', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2269. (211, 'p6', 'eighties smilies', 'eighties', 524288, 185, 1, '16 I love the eighties smilies. LIMITED.', 0, 'bighair,bigphone,boombox,cassette,dance80,dj80,hoverboard,joystick,skate,slacker1,slacker2,poi,thermochrome,timemachine,skate,boombox,slacker2,slacker1,thermochrome,bigphone,cassette,bighair,poi,dj80,timemachine,dance80,joystick,hoverboard', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2270. (212, 'p6', 'foe or friend', 'foe', 1048576, 250, 0, 'Mark a user as a foe.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2271. (213, 'p6', 'Pawn rubyn allpowers', 'everypower', 2097152, 298696, 1, 'Mark a user as a allpowers a xatchat romania.', 0, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2272. (214, 'p6', 'makeup smilies', 'makeup', 4194304, 168, 1, 'You''ll be made up with these smilies.', 0, 'nailpolish,lipgloss,makeupface,blush,perfume,comb,lipstick2,lipstick1,purse,eyeliner', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2273. (215, 'p6', 'kaoani heart smilies', 'kheart', 8388608, 458, 1, 'Heart shaped smilies in kaoani style.', 0, 'kheartb,khkiss,khlips,khring,khroses,khbub,kharrow,kheyes,khmadly,khhurt,khcupid,khily,khhug', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2274. (216, 'p6', 'kaoani monkey smilies', 'kmonkey', 16777216, 250, 0, 'Cute monkey smilies in kaoani style.', 0, 'kmodance,kmorage,kmowonder,kmostare,kmoun,kmoredface,kmofrus,kmod,kmoback,kmoblow,kmowhistle,kmonehneh,kmoteeth', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2275. (217, 'p6', 'Nuclear power', 'nuclear', 33554432, 500, 0, 'Nuclear FX for smilies. Highly configurable with app.', 0, 'nuclearb', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2276. (218, 'p6', 'Smilies with style', 'stylist', 67108864, 200, 1, 'Add style to your smilies. LIMITED.', 0, 'shave,mirror2,shair3,shair2,shair1,shair7,shair6,shair5,shair4,barber', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  2277. (219, 'p6', 'Spring season smilies', 'spring', 134217728, 585, 1, 'Spring is here. Celebrate with these beautiful smiles. LIMITED.', 0, 'flohat,watercan2,birdy,flowerbed,flowers,rainbow2,inflower,bees,flohide,springhat,watercan,floshow,butterflys', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2278. (220, 'p6', 'Add a poll to your chat', 'vote', 268435456, 500, 0, 'Survey your users with a mini poll. Bonus smilies.', 0, 'bemused,voting,voting2,cross,tick,placard', '', 0, 1, '', '', '', 0, 1, 0, 0),
  2279. (221, 'p6', 'More hands smilies', 'hands2', 536870912, 200, 0, 'More hands powers including high five.', 0, 'pointing,highfive,hearno,notlistening,crossed,callme,heehee,prosper,daydreaming,cutthroat,peace2,hands2', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2280. (222, 'p6', 'Egg and Easter smilies', 'eggs', 1073741824, 231, 1, 'Egg and Easter smilies. LIMITED.', 0, 'stripegg,basket2,eggwink,chickwalk,eggsleep,eggnod,bunnyears,eggbroke,eggtongue', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2281. (224, 'p7', 'Hearts smile', 'hearts', 1, 500, 0, 'Be game master of a hearts card game.', 0, '', '', 0, 1, '', '', '', 0, 1, 0, 1),
  2282. (225, 'p7', 'Kaoani fox smilies', 'kfox', 2, 469, 1, 'Foxy smilies. LIMITED.', 0, 'kfoxwhat,kfoxcry,kfoxshades,kfoxd,kfoxtant,kfoxsleep,kfoxtwag,kfoxpsy,kfoxbino,kfoxinl,kfoxggl', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2283. (226, 'p7', 'Kaoani cow smilies', 'kcow', 4, 133, 1, 'Kaoani cow smilies. LIMITED.', 0, 'kwlove,kwswt,kwangry,kwyay,kwsleepy,kwbell,kwcry,kwlaugh,kwscratch,kwwhat,kwmad,kwd,kwfrus,kwnod', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2284. (227, 'p7', 'Sketch smilies', 'sketch', 8, 200, 0, 'Animated sketch style smilies.', 0, 'sksad,skback,skgrr,sksmile,skwink,skoo,skd,skdead,sksix,skfrus,skannoyed', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2285. (228, 'p7', 'LED effect', 'led', 16, 250, 0, 'Make a scrolling LED style message.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2286. (229, 'p7', 'seaside smilies', 'seaside', 32, 297, 1, 'Get ready for summer with the seaside power.', 0, 'sandcastle,shell,coconut,crab2,seatree,flipflops,beachvolley,beachdrink,dolphin2', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2287. (230, 'p7', 'Hair smiles', 'hair2f', 64, 306, 1, 'More female smiley hair styles.', 0, 'hair2f10,hair2f3,hair2f2,hair2f1,hair2f7,hair2f6,hair2f5,hair2f4,hair2f9,hair2f8', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2288. (231, 'p7', 'Neon glow status', 'statusglow', 128, 300, 0, 'Add a green glow to your status (status power required).', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2289. (232, 'p7', 'Super smilies', 'super', 256, 200, 0, 'New "super" style orange smilies.', 0, 'suredface,suconfused,suback,sulaugh,sucool,sutongue,susad,susmile,sucry,sumad,sudead,sulove', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2290. (233, 'p7', 'Wedding smilies', 'wedding', 512, 253, 1, 'Celebrate a wedding with these wedding smilies. LIMITED ', 0, 'flowersw,throwboquet,arch,invitation,givering,dovew,weddingcake,cakecut,roses', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2291. (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) ', 0, 'germ10,germ4,germ5,germ6,germ7,germ2,germ3,germ8,germ9', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2292. (235, 'p7', 'Cactus smilies', 'cactus', 2048, 238, 1, 'Cactus smilies with all new faces and different backgrounds. LIMITED. ', 0, 'cacdead,cacpanic,cactongue,cacback,cacmad,cacsmile,cacwhat,caclove,cacflaming,cacblow,caccool', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2293. (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.', 0, 'orange2,plum2,slotbar,seven,cherries,spinbutton', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  2294. (237, 'p7', 'Fourth July smilies', 'fourth', 8192, 260, 0, 'Celebrate the 4th July with these festive smilies.', 0, 'usafw,iwantyou,waveflagf,showcal,flagfw,fwbang,fourthcal,waveflagm,usafws,watchfw', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2295. (238, 'p7', 'Slot ban', 'switch', 16384, 500, 0, 'Be game master of a switch card game.', 0, '', '', 0, 1, '', '', '', 0, 0, 0, 1),
  2296. (239, 'p7', 'Cube shaped smilies', 'cuboid', 32768, 239, 1, 'Cubist smilies and back. LIMITED', 0, 'custar,cucool,cushine,cuback,cucat,cusad,cubiggrin,cumaracas,cusmile,cucry', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2297. (240, 'p7', 'Cube shaped smilies', 'phasefx', 65536, 200, 0, 'Create phase effects. Many variants.', 0, 'phaseplan,phaseques,phaseheart', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2298. (241, 'p7', 'Phase effects', 'marriage', 131072, 300, 0, '4 new marriage kisses and 10 smilies to help you celebrate your marriage.', 0, 'showring,propose,weddingdrink,catchboquet,groom2,cake2,weddingring,bride2,twohearts', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2299. (242, 'p7', 'Marriage kisses', 'romance', 262144, 623, 1, 'Romantic smilies.', 0, 'cuddle,hugme,serenade,iheart,huba,formal,lashes,affection,kisses,hearthands', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2300. (243, 'p7', 'Romantic smilies', 'sticky', 524288, 250, 0, 'Smilies inspired by sticky notes.', 0, 'stcool,stcrying,stdevil,stheart,stsleepy,stattention,stangel,stlips,stwhat', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2301. (244, 'p7', 'Sticky note smilies', 'kickall', 1048576, 30, 0, 'Kick all guests from the chat.This power should not be miss used.', 0, '', '', 0, 0, '', '', '', 0, 1, 1, 0),
  2302. (245, 'p7', 'Kick all guests', 'fruities', 2097152, 253, 1, 'Fun fruit flavoured smilies.', 0, 'frgrapes,frorange,frpineapple,frlemon,frbanana,frapple,frmelon,frpear,frkiwi,frstrawberry', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2303. (246, 'p7', 'Fruities smilies', 'darts', 4194304, 900, 0, 'Dart wheel zing game that can give prizes.', 0, 'dart,dartthrow', '', 0, 1, '', '', '', 0, 0, 0, 1),
  2304. (247, 'p7', 'Weather smilies', 'weather', 8388608, 250, 0, 'Smilies for all weathers.', 0, 'foggy,windy2,hotthermo,tornado,stormy,sunny,sunshine,cleary,coldthermo,rainy,snowy2', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2305. (248, 'p7', 'Kaoani angels', 'kangel', 16777216, 250, 1, 'kaoani style angels.', 0, 'kantired,kancloud,kanjoy,kanroses,kanthink,kandizzy,kancry,kanlove,kangoo', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2306. (249, 'p7', 'Kaoani demons', 'kdemon', 33554432, 400, 1, 'kaoani style demons.', 0, 'kdesweat,kdestir,kdefire,kdefear,kderain,kdewar,kdetri,kdejoy,kderage', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2307. (250, 'p7', 'Smilies for the fall', 'autumn', 67108864, 275, 0, 'Autumnal smilies.', 0, 'gotleaf,leaves,acorn,jam,squirrel,mushrooms2,sunflower,leaf,scarecrow2', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2308. (251, 'p7', 'Cute egg smilies', 'eggy', 134217728, 110, 1, 'Egg shaped smilies. LIMITED.', 0, 'eggyes,eggzzz,egggamer,eggupset,eggback,eggshh,eggthumbs,eggcool,eggtickoff,eggcross', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2309. (252, 'p7', 'Redirect a chat', 'redirect', 268435456, 500, 0, 'Use this group power to redirect a chat to another chat.', 0, 'redirect2', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2310. (253, 'p7', '', 'ani1', 536870912, 307, 1, 'Anime characters and a star FX. LIMITED.', 0, 'a1love,a1pff,a1fx,a1eww,a1heh,a1fedup,a1cry,a1hot,a1adore,a1fan,a1evil', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2311. (254, 'p7', 'Anime smilies and FX', 'scary', 1073741824, 552, 1, 'Scary smilies for Halloween. LIMITED.', 0, 'tomb2,coffin,scarytree,cobweb,scaryghost,pknburning,scaryeyes,scarybat,scaryhat', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2312. (256, 'p8', 'Scary smilies', 'zwhack', 1, 600, 0, 'Use the xat ban hammer to smite those pesky zombies.', 0, 'mallet', '', 0, 1, '', '', '', 0, 0, 0, 1),
  2313. (257, 'p8', 'Halloween costumes', 'halloween2', 2, 252, 1, 'Halloween themed costumed yellow smilies. LIMITED.', 0, 'madsci,docmask,whitehair,zbride,madhat,scissor,zgirl,bloodgirl,zdoc', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2314. (258, 'p8', 'Pirate smilies', 'piracy', 4, 258, 1, 'Piracy on the high seas. LIMITED.', 0, 'handhook,octopus2,telescope2,piratemap,piratebird,pirateship,trove,toxicdrink,barrel', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2315. (259, 'p8', 'froggy smilies', 'froggy', 8, 341, 1, 'froggy style smilies. LIMITED.', 0, 'frbiggrin,frchkl,frlove,frmad,frsad,frooo,frdead,frcry,frcool', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2316. (260, 'p8', 'Black Friday power', 'blackfriday', 16, 200, 1, 'Shopping and bargain hunting smilies.', 0, 'bagfight,cart,cashreg,manybags,cashhere,bags,lowprice,pricetag,bargain', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2317. (261, 'p8', 'Winter wonderland', 'winterland', 32, 300, 1, 'Get ready for Christmas with the winter wonderland. LIMITED.', 0, 'wtree,snowman2,chimney,fishing2,winterhouse,iceheart,glove,wlamp,ornament2', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2318. (262, 'p8', 'Seasonal Characters', 'noel', 64, 150, 0, 'Seasonal characters in male and female forms.', 0, 'angelm,snowmanm,snowmanf,reindeerm,gingerwoman,reindeerf,angelf,gingerman,mrssanta,mrsanta', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2319. (263, 'p8', 'Christmas toys', 'toys', 128, 220, 0, 'Toys for Christmas.', 0, 'puzzletoy,locomotivetoy,bearftoy,pyramidtoy,cartoy,ducktoy,spinningtop,dolltoy,helicoptertoy,bearmtoy', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2320. (264, 'p8', 'Award a badge', 'badge', 256, 300, 0, 'Award a badge pawn to anyone on the chat.', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2321. (265, 'p8', 'Celebrate smilies', 'celebrate', 512, 275, 1, 'Find a reason to celebrate with this power. LIMITED.', 0, 'celcnny,celyeah,celhorn,celflag,celgrad,celbday,celdance,celbottle,celdrunk,celvictory', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2322. (266, 'p8', 'New year smilies', 'hogmanay', 1024, 255, 1, 'Bring in the new year with these festive smilies. LIMITED.', 0, 'countdown,nyfireworks,year,nysparkler,firecracker2,nyballoons,nyclock,firecracker', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2323. (267, 'p8', 'Get cooking', 'cooking', 2048, 200, 1, 'Get cooking with these culinary smilies. LIMITED.', 0, 'whisk,cookkiss,stir,serving,knead,blender,flipegg,flipburger,chop', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2324. (268, 'p8', 'Farm smilies', 'farm', 4096, 250, 1, 'Get back to the farm. LIMITED.', 0, 'sheepback,eggs2,growing,sugarcane,wmback,cowface,rooster,tomatoes,cornback,scarecrw,milking', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2325. (269, 'p8', 'Divorce kisses and smilies', 'divorce', 8192, 250, 0, 'Divorce in style. 4 new kisses to get divorced with.', 0, 'divring,divm,divf,sadflower,dhammer,divsplit,botm,botf,divbreak,divnolove,brokenheart2', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2326. (270, 'p8', 'Spidery smilies', 'arachnid', 16384, 250, 1, 'Creepy arachnid smilies. LIMITED.', 0, 'ar3,ar10,ar1,ar5,ar9,ar2,ar4,ar6,ar7,ar8', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2327. (271, 'p8', 'Sweetheart smilies', 'sweetheart', 32768, 200, 0, 'Heart themed smilies.', 0, 'cupidheart,candleheart,keylove,swans,letterlove,varrow,fourteenth,sweetheart,vballoons,treelove', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2328. (272, 'p8', 'Random smilies', 'random', 65536, 250, 0, 'Random smilies from your powers eg (random) (randomanime) (randomhands).', 0, '', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2329. (273, 'p8', 'Ladybug smilies', 'ladybug', 131072, 275, 1, 'Little red bug, oh so cute. LIMITED.', 0, 'lbbehind,lblove,lbmad,lbdead,lbfly,lbd,lbdizzy,lbcry,lbahh,lbkiss,lbshock', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2330. (274, 'p8', 'Cupcake smilies', 'cupcake', 262144, 240, 1, 'Cupcake smilies. LIMITED.', 0, 'cchappy,ccsleepy,ccback,ccangry,ccsad,cccry,ccbeye,ccnono,ccredface,ccscn', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2331. (275, 'p8', 'Bite mark effects', 'bitefx', 524288, 230, 0, 'Make a smilie look like its being eaten.', 0, 'broccoli,sweet,jelly', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2332. (276, 'p8', 'Lucky Irish smilies', 'luck', 1048576, 300, 1, 'The luck of the Irish. LIMITED.', 0, 'clovers,beer2,pwalking,pballoons,potofgold,sheep2,harp2,horseshoe,goldclover,luckbh', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2333. (277, 'p8', 'Tongue out smilies', 'tongues', 2097152, 290, 1, 'A fun selection of smilies. LIMITED.', 0, 'tobig,tohaught,tothirsty,tocircle,tostarry,toneener,toteeth,toeeh,topfft,tocheeky', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2334. (278, 'p8', 'Spring smilies and flix smilies', 'springflix', 4194304, 250, 0, 'Spring is here. Use these flix animations to decorate your chat.', 0, 'springleaf,springflower,sunflower2,rflowers,butterfly2', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2335. (279, 'p8', 'Snail smilies', 'snail', 8388608, 222, 1, 'Super snail smilies. LIMITED.', 0, 'snail9,snail8,snail7,snail4,snail3,snail2,snail6,snail5,snail1,snailb,snail10', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2336. (280, 'p8', 'Events statistics', 'eventstats', 16777216, 300, 0, 'Get events on chats summarized graphically.', 0, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2337. (281, 'p8', 'Easter', 'easteregg', 33554432, 250, 0, 'Easter eggs and smilies.', 0, 'carrots,easterbasket,rabbit,sleepyegg,birdyeggs,chicken2,ebutterfly,eggchoco,inegg', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2338. (282, 'p8', 'Butterflies smilies', 'butterflies', 67108864, 250, 1, 'Spring is here and the butterflies are emerging. LIMITED.', 0, 'butterflies2,bfb,butterflies7,butterflies6,butterflies5,butterflies4,butterflies3,butterflies9,butterflies8,butterflies10', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2339. (283, 'p8', 'Springy smilies', 'springy', 134217728, 230, 1, 'Get a spring in your smiley. LIMITED.', 0, 'sprtired,sprback,sprthumbs,sprexhausted,sprevil,sprangry,sprcrazy,sprtongue,sprjump,sprfrus', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2340. (284, 'p8', 'Naughty step', 'naughtystep', 268435456, 300, 0, 'Put a user on the naughty step. They are limited to one message every 30s.', 0, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2341. (285, 'p8', 'Coffee smilies', 'coffee', 536870912, 210, 1, 'Relax with these coffee themed smilies. LIMITED.', 0, 'mhand,sugar,coffeesack,fhand,cappuccino,coffeebeans,coffeemachine,lovecoffee,kettle', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2342. (286, 'p8', 'Coffee smilies', 'hamster', 1073741824, 300, 1, 'Cute hamster smilies LIMITED.', 0, 'harock,hajoy,habounce,hacry,haangry,hajump,hadream,hasleep,haexcite,hamsterback,hasway', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2343. (288, 'p9', 'Hamster smilies', 'dreams', 1, 267, 0, 'Sweet dreams.', 0, 'climbing,dreaming,dreamsbh,glowworm,indream,lovedream,night,scarydream,zsleep', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2344. (289, 'p9', 'Dream smilies', 'statuscolor', 2, 5000, 0, 'Change the color of your status!', 0, '', '', 0, 0, '', '', '', 1, 0, 0, 0),
  2345. (290, 'p9', 'Game effects', 'gamefx', 4, 250, 1, 'GAMEFX styled smilies', 0, 'gamefx,grow,starman,screwattack,bubble,ghosteat,coinfx', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2346. (291, 'p9', 'World cup smilies', 'worldcup', 8, 200, 0, 'Soccer smilies', 0, 'worldcup,fball,changes,coner,goal,goldball,player,training,vuvu2,whistle', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2347. (292, 'p9', 'Rocky smilies', 'rocks', 16, 230, 0, 'Rock smilies', 0, 'rocks,breakfx,rollingfx,rostar,roteeth,rolook,rocute,rofrown,roahah,rodizzy,roblinky,rolove,rosmirk', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2348. (293, 'p9', 'Yellow card', 'yellowcard', 32, 300, 1, 'give your friends a yellow card', 0, '', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2349. (294, 'p9', 'Bouncing balls', 'ballfx', 64, 250, 1, 'ballfx smilie power', 0, 'ballfx,basketball,bowling,jugglerball,rollingball', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2350. (295, 'p9', 'Winning smlies', 'winner', 128, 220, 0, 'Winner smilies', 0, 'winner,laurel,podium,ribbon2,ticker,trophy2,winnerflag,winning,wtape', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2351. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2352. (297, 'p9', 'Summer flix and smilies', 'summerflix', 512, 250, 0, 'Summerflix', 0, 'summerflix,scrab,sfan,shell2,sunny2', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2353. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2354. (299, 'p9', 'Magic smilies', 'magic', 2048, 250, 0, 'magic power', 0, 'magic,magicbook,magicbottle,magicbunny,magiccards,magician,magiclove,magicshow,magictable,magicwand', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2355. (300, 'p9', 'Blue bunnies', 'blubunni', 4096, 200, 1, 'Blubunni power ', 0, 'blubunni,bbwary,bbstars,bbsecret,bbnoway,bblr,bbhot,bbhit,bbhammer,bbeyes,bbeat', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2356. (301, 'p9', 'Musical instruments', 'instruments', 8192, 230, 1, 'Intruments power', 0, 'instruments,accordion,amplifier,drum2,drumkit,guitar2,lovemusic,saxophone,trumpet2,violin2', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2357. (302, 'p9', 'Private chat background', 'pcback', 16384, 700, 0, 'Set a custom background to when someone pc''s you', 0, 'pcback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2358. (303, 'p9', 'Bird smilies and FX', 'bird', 32768, 250, 1, 'bird smilies', 0, 'bird,birdcute,birddizzy,birdflap,birdhot,birdidea,birdjackfx,birdnod,birdpuppetfx,birdlove,birdswing', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2359. (304, 'p9', 'Chocolate', 'chocolate', 65536, 220, 1, 'Chocoalte smilies', 0, 'chcroissant,chdonut,chicecream,chlove,chstrawberry,chsweet,chsweet2,chwhite,cocoa', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2360. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2361. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2362. (307, 'p9', 'Jump!', 'jump', 524288, 220, 0, 'jump smilies.LIMITED', 0, 'jump,jump2,jump3,jump4,jump5,jump6,jump7,jump8,jump9,jump10,jump11', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2363. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2364. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2365. (310, 'p9', 'Manage group users', 'manage', 4194304, 15, 0, 'Backup and tweak your user ranks. See wiki', 0, 'manage', '', 0, 1, '', '', '', 0, 0, 1, 0),
  2366. (311, 'p9', 'Blue Oni Smilies', 'blueoni', 8388608, 220, 1, '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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2367. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2368. (313, 'p9', 'Game effects 2', 'gamefx2', 33554432, 300, 1, 'More game style FX smlies. LIMITED. See wiki for details', 0, 'gamefx2,stompfx,shotfx,respawnfx,megafx2,megafx,hadouken,exitfx,bonesdeath,bombfx,birdsfx', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2369. (314, 'p9', 'Reveal smilies', 'reveal', 67108864, 450, 1, 'Revealing holiday smilies. LIMITED. See wiki for details', 0, 'reveal,rwreath,rstocking,rsnowman,rsnowbury,rsanta,rpudding,rgift,rsnowglobe,rfire,rbell', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2370. (315, 'p9', 'Holiday smilies', 'holidays', 134217728, 275, 1, 'Themed smilies for the holidays. LIMITED. See wiki for details', 0, 'holidays,xcard,snoww,snowqueen,snowm,snowking,mrclaus,mrsclaus,icequeen,iceking,holly,bauble', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2371. (316, 'p9', 'Resize smilies', 'size', 268435456, 250, 0, 'Change the size of smilies and do size cycling. See wiki for details', 0, 'size', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 1, 0, 0),
  2372. (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', '', 0, 0, '', '', '', 0, 1, 0, 0),
  2373. (318, 'p9', 'Group daily backup', 'backup', 1073741824, 300, 0, 'Automatically take a daily snapshot of your users. See wiki', 0, 'backup', '', 0, 1, '', '', '', 0, 0, 0, 0),
  2374. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2375. (321, 'p10', 'Retro smilies', 'retro', 2, 100, 1, '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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2376. (322, 'p10', 'Jewelry smiles', 'jewelry', 4, 260, 1, 'Add sparkle to your xat with jewelry. LIMITED. See wiki for details', 0, 'jewelry,jbeads,jbracelet,jchain,jclock,jcrown,jearrings,jheart,jring,jring2', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2377. (323, 'p10', 'Move smiley XY', 'offset', 8, 200, 0, 'Move a smiley up, down, left and right. See wiki for details', 0, 'offset', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2378. (324, 'p10', 'Amore smilies', 'amore', 16, 230, 1, 'Amore smilies for your valentine. LIMITED. See wiki for details', 0, 'amore,glitterheart,abear,abee,acupid,adove,ahand,akiss,together', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2379. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2380. (328, 'p10', 'Color text', 'textcolor', 256, 81000, 0, 'rainbow pawn', 0, 'text', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2381. (329, 'p10', 'Glow text', 'textglow', 512, 76000, 0, 'Desert Ground pawn', 0, 'text', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2382. (330, 'p10', 'Glow pawn', 'pawnglow', 1024, 222, 0, 'pglow,hglow', 0, 'pglow,hglow', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2383. (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', '', 0, 0, '', '', '<img class="noresize" width="50" height="75" src="http://xat.com/images/apicon.png" border="0" title="" alt="undefined">', 0, 0, 0, 0),
  2384. (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', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2385. (333, 'p10', 'Programmable ', 'supercycle', 8192, 500, 0, 'Cycle smilie colors your way. Requires cycle power. ', 0, 'supercycle', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2386. (334, 'p10', 'tv smilies', 'tv', 16384, 275, 1, 'Sit back and relax with these cute television smilies. LIMITED. ', 0, 'tv,tvskip,tvread,tvmad,tvlove,tvice,tveek,tvdance,tvcry,tvconfused,tvback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2387. (335, 'p10', 'Cloudy smilies', 'clouds', 32768, 250, 1, 'Clouds themed smiles. ', 0, 'clouds,cangry,ccrying,cfreeze,chappy,ckiss,clove,crainbow,csleepy,cwindy', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2388. (336, 'p10', 'Beastie smilies', 'beastie', 65536, 250, 1, 'Beastie smilies, including 5 backs. LIMITED. ', 0, 'beastie,beastie2,beastie3,beastie4,beastie5,beastie6,beastie7,beastie8,beastie9,beastie10,beastieb', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2389. (337, 'p10', 'Easter love <p>smilies', 'easterlove', 131072, 222, 0, 'Have a lovely Easter. See. LIMITED. ', 0, 'easterlove,brokeegg,bunnyfriend,eabunny,eabutterfly,eachick,eaeggs,glitteregg,lambs', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2390. (338, 'p10', 'Ecological smilies<p>smilies', 'eco', 262144, 232, 1, 'Save the planet with these green smiles. ', 0, 'eco,windmill,treeback,recycle,lightsoff,goodeco,badeco,globehands,ecoplant,ecotree,ecorecycle,ecocar', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2391. (339, 'p10', 'Floral smilies', 'floral', 524288, 200, 1, 'Spring into life with these floral smilies. LIMITED. ', 0, 'floral,daffodil,daisy,gladiolus,hydrangea,lily,lilyvalley,orchid,poppy,snowdrop,tulip,viola', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2392. (340, 'p10', 'Shinobi smilies', 'shinobi', 1048576, 300, 1, 'shinobi/ninja smilies. fight!. LIMITED. ', 0, 'shinobi,shislash,shishur,shisais,shinun,shifight,shiescape,shichallenge,shicarve,shibow,shibo', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2393. (341, 'p10', 'Aliblue whater smiles', 'aliblue', 2097152, 250, 1, 'aliblue smilies. LIMITED. ', 0, 'aliblue,aliback2,alicry2,alidance,aliill,alilove2,aliredface,alisad,alishh,aliswt', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2394. (342, 'p10', 'Goth smilies', 'gothic', 4194304, 240, 1, 'Get your goth on with these gothic style smilies. LIMITED. ', 0, 'gothic,goth1,goth2,goth3,goth4,goth5,goth6,goth7,goth8,gothbat,gothmeta,gothskull,gothwings', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2395. (343, 'p10', 'Redcard Kick', 'redcard', 8388608, 5000, 0, 'Redcard kick mode! ', 0, 'redcard,gotcard,red1,redback,redcarded', '', 0, 0, '', '', '', 1, 0, 0, 0),
  2396. (344, 'p10', 'Pets smilies', 'pets', 16777216, 220, 0, 'Cute pet smilies ', 0, 'pets,pcat,pchameleon,pdog,pfish,phamster,pmonkey,pparrot,psnake,pturtle', '', 0, 0, '', '5:p1snake,!:p1asdd', '', 0, 0, 0, 0),
  2397. (345, 'p10', 'Anime style bears', 'ceebear', 33554432, 300, 1, '20 Anime style bear smilies, male and female versions. ', 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, 0, '', '', '', 0, 0, 0, 0),
  2398. (346, 'p10', 'Aquatic smilies', 'aquatic', 67108864, 250, 1, 'Is it safe to get back in the water? LIMITED. ', 0, 'aquatic,aqanchor,aqbubbles,aqfish,aqseahorse,aqsealove,aqseastar,aqshark,aqsubmarine', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2399. (347, 'p10', 'Vacation holydays', 'vacation', 134217728, 250, 1, 'Loading... % LIMITED. ', 0, 'vacation,vacsurf,vacsun,vacsprinkler,vacmelt,vaclounger,vacgelato,vacflower,vacdrink,vacball', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2400. (348, 'p10', 'Sea shell smilies', 'shells', 268435456, 250, 1, 'Sea shells from the sea shore. LIMITED. ', 0, 'shells,nautilus,pearlshell,seabottle,seastar,shcrab,shell3,shell4,shellfish', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2401. (349, 'p10', 'Microbe smilies', 'microbe', 536870912, 250, 1, 'Fun microbe smilies. They are all backs! LIMITED ', 0, 'microbe,micr1,micr2,micr3,micr4,micr5,micr6,micr7,micr8,micr9,micr10,petri,spray', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2402. (350, 'p10', 'Balloon FX', 'balloonfx', 1073741824, 250, 0, 'Fun balloon inspired effects. LIMITED ', 0, 'balloonfx,baair,balloons,balove,bapop,bapump,basoap,baup,bawater', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2403. (352, 'p11', 'Poke fun smilies', 'poke', 1, 234, 1, 'Remixable poke, punch, crush smilies and more. LIMITED ', 0, 'poke,wallhide,stickprod,raincloud,punching,painocrush,lightningshock,handstretch,pokecrush,clubhit,ballbounce', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2404. (353, 'p11', 'Me Me Me', 'me', 2, 200, 0, 'Make an advanced xat.me page with minimal xat branding. ', 0, 'me,coding,stylesheet,thisme', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2405. (354, 'p11', 'Transport smilies', 'transport', 4, 250, 1, 'Get your smilies going places ', 0, 'trasnport,tboat,tcar,tfuel,tplane,tportal,trocket,ttank,tufo,ttrain', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2406. (355, 'p11', 'Cute lion smilies. ', 'lions', 8, 275, 1, 'Roar. Lion smilies. ', 0, 'lions,lismile,lisleep,lisad,liplay,lipaw,limad,lilove,lifrus,licry,liconfused,liback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2407. (356, 'p11', 'Planets ', 'planets', 16, 275, 1, 'Planets smilies. ', 0, 'planets,asteroid,blackhole,jupiter,mars,mercury,moonflag,neptune,pluto,rocket2,saturn,spaceship,themoon,thesun,uranus,venus', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2408. (357, 'p11', 'Reaper smilies ', 'reaper', 32, 200, 1, 'Don t fear the reaper Limited ', 0, 'reaper,reapsurprise,reapono,reapnod,reapno,reaphehe,reapgrin,reapevil,reapcry,reapbye,reapback,reapargh', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2409. (358, 'p11', 'Big smilies ', 'big', 64, 5000, 1, 'Big Power , <font color="red"><b>VERY LIMITED</b></font>', 0, 'big,pump,bigger,bigsmall', '', 0, 0, '', '', '', 1, 0, 0, 0),
  2410. (359, 'p11', 'Precious smilies', 'precious', 128, 250, 0, 'Time to get precious.Limited', 0, 'precious,pback,pcrystal,pemerald,pheart,prose,psapphire,pstar,pstrawberry,px', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2411. (360, 'p11', 'Glob smilies', 'glob', 256, 300, 1, 'Fifteen globules form because the liquid exhibits surface tension. LIMITED.', 0, 'glob,glbye,glcry,gld,gldepressed,glhappy,glheart,gljoy,glrage,glredface,glsad,glsmile,gltongue,glwink,glyeayea', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2412. (361, 'p11', 'Kandle smilies', 'kandle', 512, 200, 1, 'The kandle that burns twice as bright, burns half as long LIMITED.', 0, 'kandle,kandback,kandhehe,kandmad,kandwink,kandsmile,kandsleepy,kandlove,kandcry,kandd,kanddizzy,kanddead', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2413. (362, 'p11', 'Roosters smilies', 'roosters', 1024, 222, 1, 'Happy flappy rooster smilies LIMITED.', 0, 'roosters,rowitch,rovane,ropeck,ropanic,romad,roheart,rocrowing,rocool,roback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2414. (363, 'p11', 'Lock a user to a certain rank ', 'ranklock', 2048, 200, 0, 'Stop mods changing ranks of users. ', 0, 'ranklock', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2415. (364, 'p11', 'Kaoani star smilies', 'kstar', 4096, 232, 1, 'All star powers. LIMITED. ', 0, 'kstar,kstangel,kstback,kstbonus,kstdevil,kstdizzy,kstkiss,kstlove,ksqueen,kstsleep', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2416. (365, 'p11', 'All Hallows'' Eve', 'allhallows', 8192, 400, 1, 'All Hallows'' Eve smilies and FX LIMITED', 0, 'allhallows,armfx,candyfx,capefx,eatfx,maskfx,oddcauldron,oddeye,oddmakeup,oddskull,pknfx', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2417. (366, 'p11', 'A witch''s brew', 'witch', 16384, 250, 1, 'Brew up some smilies. LIMITED. ', 0, 'witch,bats,bloodhand,magichat,wbroom,wcat,wcauldron,wjar,wspider,zombiehand', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2418. (367, 'p11', 'Cute tiger smilies', 'tigers', 32768, 42, 1, 'Grrr. Tiger Smilies. LIMITED. ', 0, 'tiges,tigywn,tigwink,tigwait,tigtongue,tigsleep,tigredface,tigpounce,tiglaungh,tigjump,tigconfused', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2419. (368, 'p11', 'Butterfly smilies', 'beautifly', 65536, 232, 1, 'Beautiful butterfly smilies. LIMITED. ', 0, 'beautifly,beacatch,beacry,beadizzy,beaeek,beahand,beainlove,beajoy,beakiss,beamad', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2420. (369, 'p11', 'Hug animations', 'choirhug', 131072, 900, 0, 'Send hug animations in main and private chats. ', 0, 'choirhug,choirsinger,choirtree,choirstar,choirbauble', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2421. (370, 'p11', 'Sleigh animations', 'sleighhug', 262144, 500, 1, 'Send 5 types of sleigh hug animations in main and private chats. ', 0, 'sleighhug,sleighsnow,sleighsleigh,sleighpulley,sleighjeep,sleighhover', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2422. (371, 'p11', 'Christmas smilies', 'ornaments', 524288, 250, 1, 'Christmas themed smilies LIMITED', 0, 'ornaments,bells,bulbs,hollyberry,xmascandle,xmasginger,xmasglobe,xmaslove,xmasneon,xmassock', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2423. (372, 'p11', 'New year fireworks hug', 'fireworkshug', 1048576, 300, 1, 'Fireworks themed hugs LIMITED', 0, 'fireworkshug,fwfireworks,fwstar', '', 0, 0, '<img class="noresize" width="65" height="65" src="/tema/images/new.png" border="0" title="" alt="undefined">', '', '', 0, 0, 0, 0),
  2424. (373, 'p11', 'Mask smilies', 'masks', 2097152, 240, 1, 'Mask themed smilies LIMITED', 0, 'masks,theatremask,surgicalmask,respiratormask,nbcmask,icehockeymask,horrormask,guymask,ballmask,balaclavamask,ancientmask', '', 0, 0, '<img class="noresize" width="65" height="65" src="/tema/images/new.png" border="0" title="" alt="undefined">', 'D:p1mask1,C:p1mask2', '', 0, 0, 0, 0),
  2425. (374, 'p11', 'Electricity smilies', 'electricity', 4194304, 220, 1, 'Electricity themed smilies LIMITED', 0, 'electricity,elattention,elbulb,elposts,lighting,socket,electricglobe,watercable', '', 0, 0, '1', '', '', 0, 0, 0, 0),
  2426. (375, 'p11', 'Ricebowl smilies', 'ricebowl', 8388608, 230, 1, 'Nice rice smilies. LIMITED.', 0, 'ricebowl,rbx,rbwait,rbsleep,rbmad,rblove,rbhot,rbgum,rbeek,rbconfused,rbclap,rbback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2427. (376, 'p11', 'Paints smilies', 'paints', 16777216, 230, 1, 'Paints smilies. LIMITED.', 0, 'paints,colorback,painted,painter,painting,pframe,pgraffiti,ppail,pspray', '', 1, 0, '', '', '', 0, 0, 0, 0),
  2428. (377, 'p11', 'A mixture of love smilies', 'lovemix', 33554432, 300, 1, 'An eclectic mix of love themed xat smilies. LIMITED.', 0, 'lovemix,lovetv,lovespeech,lovekmonkey,loveglob,lovefuzzy,lovefrog,lovecutie,lovecoolz,loveblubunni', '', 1, 0, '', 'l:p1loon,B:p1box', '', 0, 0, 0, 0),
  2429. (378, 'p11', 'Send love hugs', 'lovehug', 67108864, 500, 0, 'Send hugs to your loved one.', 0, 'lovehug,lovearrow,lovebird,lovegift,lovestar', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2430. (379, 'p11', 'Mining smilies', 'mining', 134217728, 222, 1, 'Mining themed smilies. LIMITED', 0, 'mining,melevator,mlamp,mmask,mminerals,mpickaxe,mtnt,mtransport,mwheel', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2431. (380, 'p11', 'Rainbow name', 'namegrad', 268435456, 10000, 0, 'Rainbow and custom gradient effects on your name (requires glow and namecolor)', 0, 'namegrad', '', 0, 0, '', '', '', 1, 0, 0, 0),
  2432. (381, 'p11', 'Cool caterpillars', 'caterpillar', 536870912, 299, 1, 'Caterpillar themed smilies with animated bodies. LIMITED', 0, 'caterpillar,pillarwait,pillarteeth,pillarshy,pillarmad,pillarlovedance,pillarheadspin,pillargoo,pillardead,pillardance,pillarconfuse,pillarback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2433. (382, 'p11', 'St Patrick''s day', 'patrick', 1073741824, 200, 1, 'St Patrick''s day smilies and hug. LIMITED', 0, 'patrick,accordion2,coins2,drinks,ihat,ihat2,irishbeer,irishrainbow,ishoes,patrickbeer,patrickhat,pipe,potgold,rainbowluck', '', 0, 0, '', 'p:p1patrick,h:p1patrickhat,r:p1rainbowluck', '', 0, 0, 0, 0),
  2434. (384, 'p12', 'Easter bunny', 'ebunny', 1, 450, 1, 'Easter bunny with Easter egg. Includes an Easter hug. LIMITED', 0, 'ebunny,ebsleep,ebsad,eblove,eblaugh,ebidea,ebhide,ebdizzy,ebblush,ebback', '', 0, 0, '', 'u:p1eb1,e:p1eb2', '', 0, 0, 0, 0),
  2435. (385, 'p12', 'Tmice powers', 'tmice', 2, 1500, 0, 'Un power frumos cumparal pentru ca este foarte Limitat', 0, 'tmice,tmclap,tmcry,tmdance,tmfish,tmlaugh,tmlove,tmngry,tmrun,tmsleep', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2436. (386, 'p12', 'bloonie power Limitat', 'bloonie', 4, 1000, 0, 'bloonie cute rabbit smilies.', 0, 'bloonie,bloangry,bloback,blodizzy,bloeat,blohaha,blohears,blojoy,blokiss,blolove,blosad,blothink,bloyes', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2437. (387, 'p12', 'Easter fun power', 'easterland', 8, 250, 0, 'Easter fun Very Limited', 0, 'bunnyhole,carrots2,daffodil2,eggfx,egghat,happyeaster,robotegg,sunriseegg,ufoegg', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2438. (388, 'p12', 'pcorn smiles', 'pcorn', 16, 1000, 1, '', 0, 'pcorn,pcburnt,pccaramel,pccry,pcdizzy,pcgagged,pcgoo,pckiss,pckswt,pcmad,pcornback', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2439. (389, 'p12', 'Name Flash', 'nameflash', 32, 470, 0, 'Make your name flash.', 0, 'nfa,nfb,nfc,nfd,nfe,nff,nfg,nfh,nfi,nfj,nfk,nfl,nfm,nfn,nfo,nfp,nfq,nfr,nfs,nft,nfu,nfv,nfw,nfy,nfx,nfz,nf1,nf2,nf3,nf4,nf5,nf6,nf7,nf8,nf9,nf0', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2440. (390, 'p12', 'April fool', 'fools', 64, 500, 0, 'April Fools! POOP power has become FOOLS power and gone', 0, 'fools,poop,poopback,fobox,focigar,focrazy,foeyes,fohat,fopeel,foshock,trash', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2441. (391, 'p12', 'Gunny Pawn', 'gunny', 128, 470, 0, 'Turn your pawn Gunny. When this power is enabled you will show as Gunnypawn on the user list no matter what your status. (hat#h7)', 0, '', '', 0, 0, '', 'g:p1gunny', '', 0, 0, 0, 0),
  2442. (392, 'p12', 'Kaoani frogs', 'kfrog', 256, 300, 1, 'kaoani style frogs.', 0, 'kfrog,kcry,kfeat,kfrdizzy,kfrhug,kfrlove,kfrmad,kfrpop,kfrsad,kfumbre', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2443. (393, 'p12', 'Atomo', 'atomo', 512, 570, 0, 'Atomo ', 0, 'atomo,atomo2', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2444. (394, 'p12', 'SONGKRAN', 'songkran', 1024, 250, 0, 'Songkran themed smilies', 0, 'songkran,happysun,powder,sconfetti,sdrink,selephant,sflower,tuktuk,waterbucket', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2445. (395, 'p12', 'Black <font color="red"><b>VIP ADMIN</b></font>', 'blackpawn', 2048, 2000, 1, 'To qualify for blackpowerpawn. Code: (hat#h1)/(hat#t1), You need to have one of each power including all rares, group powers and epics. You can use the black pawn. You cannot trade blackpowerpawn.<font color="red"> VIP ADMIN</font>', 0, 'blackpawn', '', 0, 0, '', '1:p1blackpawn', '', 1, 0, 0, 0),
  2446. (396, 'p12', 'Celebrity pawn', 'celebridade', 4096, 1000, 1, 'Turn your pawn fame. Code: (hat#h2)/(hat#t2). ', 0, 'celebridade', '', 0, 0, '', '2:p1celebridade', '', 1, 0, 0, 0),
  2447. (397, 'p12', 'Onion', 'onion', 8192, 350, 1, 'kaoani style onion smilies, including head bang and fall.', 0, 'onion,onyell,ontired,onsmile,onsleep,onshy,onmad,onlove,onglare,onfall,oncry,oncheer,onbang,onback', '', 0, 0, '', 'o:p1onfall,n:p1on2', '', 0, 0, 0, 0),
  2448. (398, 'p12', 'Earthday', 'Earthday', 16384, 250, 0, 'Earthday style earthday smilies, including earthday,eartharound...', 0, 'earthday,eartharound,earthback,earthbulb,earthlove,gogreen,myday,worldhand', '', 0, 0, '', '', '', 0, 0, 0, 0),
  2449. (399, 'p12', 'Jumblejinx', 'jumblejinx', 32768, 250, 0, 'Jumble jinx your friends messages', 0, 'jumblejinx,jinxback,z', '', 0, 0, '', 'S:p1jumble1,W:p1jumble2,P:p1jumble3', '', 0, 0, 0, 0),
  2450. (400, 'p12', 'Mothers Day', 'mom', 65536, 500, 1, 'Happy Mothers day smilies and hug', 0, 'mom,loveflowers,mombaby,mombird,momhand,momheart,momlove,momqueen,momstork,storks', '', 0, 0, '', 'f:p1loveflowers,M:p1mom,d:p1momhand,h:p1momheart', '', 0, 0, 0, 0);
  2451.  
  2452. -- --------------------------------------------------------
  2453.  
  2454. --
  2455. -- Table structure for table `promoted`
  2456. --
  2457.  
  2458. CREATE TABLE IF NOT EXISTS `promoted` (
  2459. `id` int(11) NOT NULL AUTO_INCREMENT,
  2460. `chat` varchar(25) NOT NULL,
  2461. `over` varchar(10) NOT NULL,
  2462. `active` int(11) NOT NULL,
  2463. `xby` bigint(20) NOT NULL,
  2464. `at` varchar(10) NOT NULL,
  2465. `price` bigint(20) NOT NULL,
  2466. `user` varchar(255) NOT NULL,
  2467. `banner` varchar(225) NOT NULL,
  2468. PRIMARY KEY (`id`)
  2469. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
  2470.  
  2471. --
  2472. -- Dumping data for table `promoted`
  2473. --
  2474.  
  2475. INSERT INTO `promoted` (`id`, `chat`, `over`, `active`, `xby`, `at`, `price`, `user`, `banner`) VALUES
  2476. (1, 'Chat', '9999999999', 1, 1, '1452063021', 1000, 'iEmma', ''),
  2477. (2, 'Trade', '1466097107', 1, 4, '1466089907', 2000, '', 'http://orig05.deviantart.net/9061/f/2015/254/6/9/mikedarko_xat_chat_banner_by_mikedarko-d997udw.jpg'),
  2478. (8, 'store', '1466103083', 1, 1, '1466095883', 2000, '', 'http://i.imgur.com/owqUM4W.jpg');
  2479.  
  2480. -- --------------------------------------------------------
  2481.  
  2482. --
  2483. -- Table structure for table `ranks`
  2484. --
  2485.  
  2486. CREATE TABLE IF NOT EXISTS `ranks` (
  2487. `id` int(255) NOT NULL AUTO_INCREMENT COMMENT 'index',
  2488. `chatid` bigint(20) NOT NULL,
  2489. `userid` bigint(11) NOT NULL,
  2490. `f` int(3) NOT NULL,
  2491. `tempend` varchar(255) NOT NULL DEFAULT '0',
  2492. `badge` varchar(255) NOT NULL,
  2493. PRIMARY KEY (`id`)
  2494. ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=29 ;
  2495.  
  2496. --
  2497. -- Dumping data for table `ranks`
  2498. --
  2499.  
  2500. INSERT INTO `ranks` (`id`, `chatid`, `userid`, `f`, `tempend`, `badge`) VALUES
  2501. (3, 2, 1, 5, '0', ''),
  2502. (4, 1, 1, 1, '0', ''),
  2503. (5, 0, 4, 1, '0', ''),
  2504. (6, 0, 4, 1, '0', ''),
  2505. (8, 0, 4, 1, '0', ''),
  2506. (9, 0, 4, 1, '0', ''),
  2507. (11, 0, 4, 1, '0', ''),
  2508. (12, 0, 4, 1, '0', ''),
  2509. (13, 0, 4, 1, '0', ''),
  2510. (15, 0, 4, 1, '0', ''),
  2511. (16, 0, 4, 1, '0', ''),
  2512. (17, 2, 4, 1, '0', ''),
  2513. (18, 3, 1, 5, '0', ''),
  2514. (19, 1, 3, 5, '0', ''),
  2515. (20, 3, 3, 5, '0', ''),
  2516. (21, 4, 3, 1, '0', ''),
  2517. (22, 5, 3, 1, '0', ''),
  2518. (23, 2, 3, 5, '0', ''),
  2519. (24, 6, 3, 1, '0', ''),
  2520. (25, 7, 3, 1, '0', ''),
  2521. (26, 8, 3, 1, '0', ''),
  2522. (27, 10, 3, 5, '0', ''),
  2523. (28, 9, 3, 1, '0', '');
  2524.  
  2525. -- --------------------------------------------------------
  2526.  
  2527. --
  2528. -- Table structure for table `server`
  2529. --
  2530.  
  2531. CREATE TABLE IF NOT EXISTS `server` (
  2532. `index` int(11) NOT NULL AUTO_INCREMENT,
  2533. `pawns2` text NOT NULL,
  2534. `ixatname` text NOT NULL,
  2535. `ipbans` longtext NOT NULL,
  2536. `pid` int(255) NOT NULL,
  2537. `tax` bigint(255) NOT NULL DEFAULT '0',
  2538. `ipc` int(5) NOT NULL,
  2539. `connect_ip` text NOT NULL,
  2540. `server_ip` text NOT NULL,
  2541. `server_pt` int(255) NOT NULL,
  2542. `backup_pt` int(255) NOT NULL,
  2543. `server_domain` text NOT NULL,
  2544. `verification` int(1) NOT NULL,
  2545. `starting_xats` int(255) NOT NULL,
  2546. `starting_days` int(255) NOT NULL,
  2547. `max_per_ip` int(255) NOT NULL,
  2548. `max_total` int(255) NOT NULL,
  2549. `spam_wait` int(255) NOT NULL,
  2550. `staff` text NOT NULL,
  2551. `pawns` text NOT NULL,
  2552. `power_release` text NOT NULL,
  2553. `special_pawns` text NOT NULL,
  2554. PRIMARY KEY (`index`)
  2555. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
  2556.  
  2557. --
  2558. -- Dumping data for table `server`
  2559. --
  2560.  
  2561. INSERT INTO `server` (`index`, `pawns2`, `ixatname`, `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`, `power_release`, `special_pawns`) VALUES
  2562. (1, '[29,30,35,64,67,153,330]', 'ASIIR', '', 5632, 0, 54783, 'localhost', 'localhost', 1204, 1205, 'localhost', 1, 50000000, 360, 2, 400, 0, '["1","42","69","2942","-2"]', '', '{"id": 150, "time": 101,"id": 211, "time": 1689601}', '{"time":1576454400,"angel":[45,"p1angel"],"rocket":[133,"p1rocket"],"snake":[134,"p1snake"],"wheel":[135,"p1wheel"],"torch":[135,"p1torch"],"bone":[135,"p1bone"],"space":[136,"p1space"],"penguin":[138,"p1penguin"],"bubble":[138,"p1bubble"],"nerd":[139,"p1nerd"],"matchban":[140,"p1matchban"],"punch":[143,"p1punch"],"peace":[145,"p1peace"],"dove":[145,"p1dove"],"scythe":[147,"p1p1scythe"],"cat":[148,"p1cat"],"scarypkn":[148,"p1scarypkn"],"bot":[150,"p1bot"],"snows":[154,"p1snows"],"xtree":[155,"p1xtree"],"santa":[156,"p1santa"],"champagne":[160,"p1champagne"],"lights":[160,"p1lights"],"can":[161,"p1can"],"codeban":[162,"p1codeban"],"magicfx":[163,"p1magicfx"],"speake":[180,"p1speake"],"winner":[295,"p1winner"],"kmoon":[305,"p1kmoon"],"kmoon2":[305,"p1kmoon2"],"kmoon3":[305,"p1kmoon3"],"kmoon4":[305,"p1kmoon4"],"ksun":[306,"p1ksun"],"ksun2":[306,"p1ksun2"],"ksun3":[306,"p1sun3"],"ksun4":[306,"p1sun4"],"jump1":[307,"p1jump1"],"jump2":[307,"p1jump2"],"tt1":[308,"p1tt1"],"tt2":[308,"p1tt2"],"tt3":[308,"p1tt3"],"scaryghost":[309,"p1scaryghost"],"scaryskull":[309,"p1scaryskull"],"boni1":[311,"p1boni1"],"boni2":[311,"p1boni2"],"icecubes":[312,"p1icecubes"],"tap2":[312,"p1tap2"],"game21":[313,"p1game21"],"game22":[313,"p1game22"],"reveal1":[314,"p1reveal1"],"reveal2":[314,"p1reveal2"],"hol1":[315,"p1hol1"],"hol2":[315,"p1hol2"],"firecrackers":[317,"p1firecrackers"],"fireworks2":[317,"p1fireworks2"],"year2":[317,"p1year2"],"scarab":[320,"p1scarab"],"boul":[320,"p1boul"],"ankh":[320,"p1ankh"],"retro":[321,"p1retro"],"jewellery":[322,"p1jewellery"],"jring":[322,"p1jring"],"down":[323,"p1down"],"rotate":[323,"p1rotate"],"balance":[323,"p1balance"],"fall":[323,"p1fall"],"glitterheart":[324,"p1glitterheart"],"tbear":[324,"p1tbear"],"tbee":[324,"p1tbee"],"theart":[324,"p1theart"],"balloon":[325,"p1balloon"],"throw":[325,"p1throw"],"oids1":[326,"p1oids1"],"oids2":[326,"p1oids2"],"bballoons":[327,"p1bballoons"],"bgifts":[327,"p1bgifts"],"supercycle1":[331,"p1supercycle1"],"supercycle2":[331,"p1supercycle2"],"supercycle3":[331,"p1supercycle3"],"skip":[332,"p1skip"],"tv":[332,"p1tv"],"cangry":[333,"p1cangry"],"clouds":[333,"p1clouds"],"csleepy":[333,"p1csleepy"],"beast1":[334,"p1beast1"],"beast2":[334,"p1beast2"],"eabutterfly":[335,"p1eabutterfly"],"easterlove":[335,"p1easterlove"],"glitteregg":[335,"p1glitteregg"],"Bloonie":[337,"p1Bloonie"],"Blohears":[337,"p1Blohears"],"aliblue":[338,"p1aliblue"],"swt":[338,"p1swt"],"1":[341,"p1devil"],"2":[341,"p1kashif"],"3":[341,"p1andre"],"4":[341,"p1shahjee"],"r":[414,"p1rainbowluck"],"w":[426,"p1namewave2"],"m":[432,"p1divamobile"],"g":[430,"p1anigirl2"],"f":[424,"p1loveflowers"],"l":[422,"p1earthlove"],"o":[425,"p1koleaf"],"p":[419,"p1poop"],"c":[432,"p1divacar"],"s":[420,"p1sun"],"n":[426,"p1namewave1"],"b":[422,"p1earthbulb"],"R":[349,"p1redcard2"],"d":[432,"p1diva"],"h":[428,"p1ch2"],"t":[419,"p1trash"],"v":[397,"p1hover "],"a":[430,"p1anigirl1"],"j":[423,"p1jumble1"],"N":[356,"p1nautilus"],"P":[356,"p1pearlshell"],"S":[401,"p1fw1"],"i":[371,"p1big2"],"u":[423,"p1jumble2"],"e":[422,"p1earth2"],"k":[425,"p1kocry"],"q":[383,"p1stqueen"],"B":[409,"p1box"],"z":[395,"p1choirstar"],"x":[397,"p1sleigh"],"I":[399,"p1bulbs"],"X":[399,"p1xmasbulb"],"M":[424,"p1mom"],"G":[399,"p1xmasginger"],"!":[999,""]}');
  2563.  
  2564. -- --------------------------------------------------------
  2565.  
  2566. --
  2567. -- Table structure for table `transfers`
  2568. --
  2569.  
  2570. CREATE TABLE IF NOT EXISTS `transfers` (
  2571. `to` int(255) NOT NULL,
  2572. `from` int(255) NOT NULL,
  2573. `xats` int(255) NOT NULL,
  2574. `days` int(255) NOT NULL,
  2575. `timestamp` int(255) NOT NULL
  2576. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  2577.  
  2578. --
  2579. -- Dumping data for table `transfers`
  2580. --
  2581.  
  2582. INSERT INTO `transfers` (`to`, `from`, `xats`, `days`, `timestamp`) VALUES
  2583. (10000003, 10000472, 100000, 0, 1431094159),
  2584. (10000003, 1, 500, 0, 1431095985),
  2585. (38438, 69, 0, 20, 1431158833),
  2586. (46, 44, 0, 100, 1431171760),
  2587. (10213, 1111, 500000000, 0, 1431196281),
  2588. (10213, 1111, 500000000, 0, 1431196318),
  2589. (10213, 1111, 500000000, 0, 1431196344),
  2590. (10213, 1111, 500000000, 0, 1431196366),
  2591. (10213, 1111, 500000000, 0, 1431196436),
  2592. (10213, 1111, 500000000, 0, 1431196460),
  2593. (99000464, 10000460, 10000, 0, 1431256176),
  2594. (2287, 10000460, 0, 10, 1431532902),
  2595. (99000536, 10000460, 10000, 0, 1431790856),
  2596. (99000538, 2290, 50000, 0, 1431793113),
  2597. (43, 2290, 0, 10, 1431863255),
  2598. (99000536, 34000000, 1000000, 0, 1431892794),
  2599. (805, 99000777, 0, 1, 1432217419),
  2600. (99001202, 10000460, 100000, 0, 1432222487),
  2601. (10000460, 10213, 90000000, 0, 1432224177),
  2602. (99, 10000460, 10000, 0, 1432307612),
  2603. (99, 10000460, 100000, 0, 1432307683),
  2604. (1818, 10000460, 100000, 0, 1432307724),
  2605. (1818, 10000460, 100000, 0, 1432307882),
  2606. (99, 10000460, 100000, 0, 1432307917),
  2607. (1818, 10000460, 1000000, 0, 1432307979),
  2608. (99, 10000460, 100000, 0, 1432308042),
  2609. (99, 10000460, 100000, 0, 1432308359),
  2610. (1818, 10000460, 100000, 0, 1432308388),
  2611. (1818, 10000460, 1000000, 0, 1432308581),
  2612. (99, 1, 0, 999, 1432310244),
  2613. (99001202, 50, 0, 100, 1432374926),
  2614. (50, 99001202, 1000, 0, 1432374955),
  2615. (2287, 10000460, 0, 10, 1432377992),
  2616. (50, 10213, 50000000, 0, 1432383253),
  2617. (10000460, 10213, 9000000, 0, 1432383280),
  2618. (10000460, 10213, 9000000, 0, 1432383382),
  2619. (10000460, 10213, 90000000, 0, 1432383409),
  2620. (10000460, 10213, 50000000, 0, 1432383440),
  2621. (10000460, 10213, 5000000, 0, 1432383458),
  2622. (10000460, 10213, 500000000, 0, 1432383481),
  2623. (10000460, 10213, 50000000, 0, 1432383507),
  2624. (10000460, 10213, 50000000, 0, 1432383530),
  2625. (10000460, 10213, 50000000, 0, 1432383547),
  2626. (10000460, 10213, 50000000, 0, 1432383565),
  2627. (10000460, 10213, 50000000, 0, 1432383584),
  2628. (10000460, 10213, 90000000, 0, 1432383613),
  2629. (10000460, 10213, 2283309, 0, 1432383637),
  2630. (10000460, 10213, 20000000, 0, 1432383659),
  2631. (10000460, 10213, 100000000, 0, 1432383687),
  2632. (10000460, 10213, 20000000, 0, 1432383727),
  2633. (10000460, 10213, 80000000, 0, 1432383931),
  2634. (10000460, 10213, 900000000, 0, 1432383958),
  2635. (10000460, 10213, 1000000000, 0, 1432383976),
  2636. (99001202, 10000460, 9000000, 0, 1432384874),
  2637. (99001202, 10000460, 348691212, 0, 1432385114),
  2638. (99001202, 10000460, 3698220, 0, 1432385160),
  2639. (99001202, 10000460, 99999999, 0, 1432385198),
  2640. (99001202, 10000460, 99999999, 0, 1432385258),
  2641. (99001202, 10000460, 999999999, 0, 1432385280),
  2642. (99001202, 10000460, 100000, 0, 1432385312),
  2643. (99001202, 10000460, 5000000, 0, 1432385337),
  2644. (99001202, 10000460, 9999999, 0, 1432385388),
  2645. (99001202, 10000460, 9000000, 0, 1432385415),
  2646. (99001202, 10000460, 9999999, 0, 1432385427),
  2647. (99001202, 10000460, 9999999, 0, 1432385455),
  2648. (99001202, 10000460, 9999999, 0, 1432385498),
  2649. (99001202, 10000460, 999999999, 0, 1432385541),
  2650. (99001202, 10000460, 999999, 0, 1432385559),
  2651. (99001202, 10000460, 99999999, 0, 1432385660),
  2652. (99001202, 10000460, 9999999, 0, 1432385685),
  2653. (99001202, 10000460, 10000000, 0, 1432385703),
  2654. (99000754, 9999, 2000, 0, 1432386430),
  2655. (60000132, 10000460, 0, 3, 1432393240),
  2656. (46, 9999, 50000, 0, 1432457958),
  2657. (46, 9999, 6421, 0, 1432831986),
  2658. (43, 25, 500000, 0, 1432916803),
  2659. (99002221, 25, 500, 0, 1432916977),
  2660. (1111, 25, 500000000, 0, 1432923926),
  2661. (99002178, 25, 5000000, 0, 1432924749),
  2662. (1, 25, 0, 997, 1432924899),
  2663. (99002178, 25, 10000, 0, 1432925339),
  2664. (99002178, 25, 90000, 0, 1432925364),
  2665. (99002178, 25, 0, 29, 1432925422),
  2666. (99002178, 25, 0, 29, 1432925457),
  2667. (1, 25, 0, 2, 1432926172),
  2668. (1807, 25, 0, 2, 1432926194),
  2669. (1, 25, 0, 42424242, 1432926282),
  2670. (86, 25, 900000, 0, 1432983506),
  2671. (86, 25, 5000000, 0, 1432983539),
  2672. (86, 25, 5000000, 0, 1432984485),
  2673. (46, 25, 0, 2500, 1432995336),
  2674. (46, 25, 500, 500, 1432995411),
  2675. (46, 25, 5000000, 0, 1433012397),
  2676. (2039, 1807, 8749, 0, 1433014411),
  2677. (1818, 25, 500000000, 0, 1433079468),
  2678. (1818, 25, 500000000, 0, 1433079522),
  2679. (43, 42, 550000, 0, 1433239100),
  2680. (99002534, 42, 1000000, 0, 1433239132),
  2681. (1818, 10000022, 0, 20, 1433695030),
  2682. (99002222, 10000022, 0, 20, 1433695113),
  2683. (99002276, 10000022, 0, 20, 1433695164),
  2684. (99002222, 10000022, 23423, 0, 1433695366),
  2685. (99002276, 10000022, 56746, 0, 1433695428),
  2686. (1111, 10000022, 50, 0, 1433695808),
  2687. (1111, 10000022, 0, 50, 1433695828),
  2688. (10, 10000022, 51, 0, 1433697255),
  2689. (1, 10000022, 0, 51, 1433697305),
  2690. (99002222, 42, 500000, 0, 1433753611),
  2691. (99002222, 10000022, 10000000, 0, 1433858054),
  2692. (99002222, 25, 500000, 0, 1433957823),
  2693. (99002222, 25, 9000000, 0, 1433957865),
  2694. (99000435, 46, 5555, 0, 1434040190),
  2695. (99000435, 46, 999999, 0, 1434040286),
  2696. (7777777, 46, 0, 999999, 1434042172),
  2697. (46, 44, 0, 200, 1434042277),
  2698. (1, 25, 50000000, 0, 1434127913),
  2699. (10000022, 46, 0, 100, 1434204897),
  2700. (99000019, 33, 0, 2, 1434224755),
  2701. (99002276, 33, 0, 1, 1434224833),
  2702. (99000019, 33, 0, 20, 1434225102),
  2703. (10000022, 66, 10000, 0, 1434471753),
  2704. (66000000, 66, 19483540, 0, 1434475889),
  2705. (25000000, 42, 100000, 0, 1434480590),
  2706. (25000000, 42, 1000000, 0, 1434480630),
  2707. (25000000, 42, 1000000, 0, 1434480673),
  2708. (25000000, 42, 1000000, 0, 1434480694),
  2709. (25000000, 42, 1000000, 0, 1434480725),
  2710. (25000000, 42, 1000000, 0, 1434480811),
  2711. (25000000, 42, 700000, 0, 1434480856),
  2712. (11, 66000000, 1000000, 0, 1434480887),
  2713. (25000000, 42, 0, 1000, 1434481042),
  2714. (801, 42, 0, 990, 1434787452),
  2715. (99002691, 1, 80, 49994910, 1435253121),
  2716. (1807, 45, 0, 100, 1435507195),
  2717. (60000017, 42, 0, 1, 1435570466),
  2718. (60000017, 99002916, 0, 2, 1435686890),
  2719. (99003013, 99002915, 4000, 0, 1435778397),
  2720. (99003013, 99002915, 45775, 0, 1435778463),
  2721. (99002915, 4441, 9975, 0, 1435778833),
  2722. (99003021, 4441, 10, 0, 1435779416),
  2723. (99003021, 4441, 9990, 0, 1435779483),
  2724. (99003021, 4441, 10000, 0, 1435779695),
  2725. (805, 1, 90, 0, 1435868796),
  2726. (801, 737847126, 9, 1, 1435905165),
  2727. (801, 4441, 1000, 0, 1436111739),
  2728. (7, 112, 222, 0, 1440400889),
  2729. (824, 112, 2222, 0, 1440400902),
  2730. (112, 824, 2222, 0, 1440400918),
  2731. (824, 112, 33333, 0, 1440400935),
  2732. (824, 112, 222, 0, 1440400951),
  2733. (824, 112, 222, 0, 1440400971),
  2734. (824, 112, 22, 0, 1440400990),
  2735. (112, 824, 60000, 0, 1440401175),
  2736. (20, 100, 600, 0, 1441835186),
  2737. (20, 100, 300, 0, 1441835257),
  2738. (7000, 1, 40000, 0, 1441907531),
  2739. (7000, 1, 50000, 0, 1441908262),
  2740. (7001, 1, 10000, 0, 1441909688),
  2741. (7000, 7001, 1500, 0, 1441912727),
  2742. (7000, 1, 3000, 0, 1441913302),
  2743. (7001, 7006, 45000, 0, 1441913426),
  2744. (8888, 7001, 45000, 0, 1441913562),
  2745. (7001, 7008, 45000, 0, 1441913707),
  2746. (8888, 7007, 45000, 0, 1441913764),
  2747. (7001, 7010, 45000, 0, 1441913909),
  2748. (8888, 7012, 45000, 0, 1441914124),
  2749. (7001, 7011, 45000, 0, 1441914142),
  2750. (8888, 7013, 45000, 0, 1441914341),
  2751. (7001, 7014, 45000, 0, 1441914381),
  2752. (7001, 7015, 45000, 0, 1441914580),
  2753. (7001, 7016, 45000, 0, 1441914722),
  2754. (8888, 7001, 45000, 0, 1441914754),
  2755. (7001, 7017, 45000, 0, 1441914872),
  2756. (8888, 7001, 22500, 0, 1441914893),
  2757. (7001, 7018, 45000, 0, 1441915081),
  2758. (7001, 7019, 45000, 0, 1441915269),
  2759. (8888, 7001, 45000, 0, 1441915301),
  2760. (8888, 7001, 6000, 0, 1441915768),
  2761. (8889, 1, 300000, 0, 1441921779),
  2762. (1, 8888, 599, 0, 1441929323),
  2763. (8888, 7001, 25000, 0, 1441958332),
  2764. (8888, 1, 4500, 0, 1441969555),
  2765. (8888, 1, 1000, 0, 1441969625),
  2766. (8888, 7001, 40000, 0, 1441969689),
  2767. (8892, 8900, 45000, 0, 1441980050),
  2768. (7001, 6000004, 45000, 0, 1441997305),
  2769. (7001, 6000005, 45000, 0, 1441997307),
  2770. (7000, 7001, 45000, 0, 1441997335),
  2771. (8888, 7001, 45000, 0, 1441997363),
  2772. (7001, 6000006, 45000, 0, 1441997446),
  2773. (7000, 7001, 45000, 0, 1441997466),
  2774. (7001, 6000007, 45000, 0, 1441997571),
  2775. (7001, 6000008, 45000, 0, 1441997605),
  2776. (7000, 7001, 45000, 0, 1441997649),
  2777. (7001, 6000009, 45000, 0, 1441997745),
  2778. (8888, 7001, 45000, 0, 1441997767),
  2779. (7001, 6000011, 45000, 0, 1441997859),
  2780. (7001, 6000010, 45000, 50, 1441997869),
  2781. (7000, 7001, 45000, 0, 1441997922),
  2782. (7001, 6000012, 45000, 0, 1441997964),
  2783. (8888, 7001, 45000, 0, 1441997980),
  2784. (7001, 6000013, 45000, 50, 1441997981),
  2785. (7001, 6000014, 45000, 0, 1441998094),
  2786. (7001, 6000015, 45000, 500, 1441998163),
  2787. (7000, 7001, 45000, 0, 1441998182),
  2788. (7001, 6000017, 45000, 0, 1441998248),
  2789. (8888, 7001, 45000, 0, 1441998266),
  2790. (7001, 6000018, 45000, 50, 1441998452),
  2791. (7000, 7001, 45000, 0, 1441998492),
  2792. (7001, 6000020, 45000, 0, 1441999175),
  2793. (8888, 7001, 45000, 0, 1441999198),
  2794. (7001, 6000021, 45000, 0, 1441999279),
  2795. (8888, 7001, 45000, 0, 1441999295),
  2796. (7001, 6000022, 45000, 0, 1441999360),
  2797. (8888, 7001, 45000, 0, 1441999419),
  2798. (6000035, 1, 50000, 0, 1442178225),
  2799. (112, 8888, 19000, 0, 1442254560),
  2800. (112, 8888, 121, 0, 1442254617),
  2801. (8895, 8888, 0, 1, 1442350312),
  2802. (112, 8888, 70000, 0, 1442425440),
  2803. (6000035, 7005, 1000, 0, 1442866715),
  2804. (20, 100, 300, 5, 1442958506),
  2805. (1, 6000035, 0, 90, 1443028241),
  2806. (8898, 1, 500, 0, 1452912124),
  2807. (8962, 8951, 0, 1, 1453131183),
  2808. (8951, 8945, 900, 0, 1453135324),
  2809. (8981, 3, 500000, 0, 1453145622),
  2810. (69, 3, 10000, 0, 1453145801);
  2811.  
  2812. -- --------------------------------------------------------
  2813.  
  2814. --
  2815. -- Table structure for table `userpowers`
  2816. --
  2817.  
  2818. CREATE TABLE IF NOT EXISTS `userpowers` (
  2819. `userid` bigint(11) NOT NULL,
  2820. `powerid` varchar(255) NOT NULL,
  2821. `count` int(11) NOT NULL,
  2822. `purchased` bigint(25) NOT NULL DEFAULT '0'
  2823. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  2824.  
  2825. --
  2826. -- Dumping data for table `userpowers`
  2827. --
  2828.  
  2829. INSERT INTO `userpowers` (`userid`, `powerid`, `count`, `purchased`) VALUES
  2830. (1, '0', 1, 0),
  2831. (1, '1', 1, 0),
  2832. (1, '2', 1, 0),
  2833. (1, '3', 1, 0),
  2834. (1, '4', 1, 0),
  2835. (1, '5', 1, 0),
  2836. (1, '6', 1, 0),
  2837. (1, '7', 1, 0),
  2838. (1, '8', 1, 0),
  2839. (1, '9', 1, 0),
  2840. (1, '10', 1, 0),
  2841. (1, '11', 1, 0),
  2842. (1, '12', 1, 0),
  2843. (1, '13', 1, 0),
  2844. (1, '14', 1, 0),
  2845. (1, '15', 1, 0),
  2846. (1, '16', 1, 0),
  2847. (1, '17', 1, 0),
  2848. (1, '18', 1, 0),
  2849. (1, '19', 1, 0),
  2850. (1, '20', 1, 0),
  2851. (1, '21', 1, 0),
  2852. (1, '22', 1, 0),
  2853. (1, '23', 1, 0),
  2854. (1, '24', 1, 0),
  2855. (1, '25', 1, 0),
  2856. (1, '26', 1, 0),
  2857. (1, '27', 1, 0),
  2858. (1, '28', 1, 0),
  2859. (1, '29', 1, 0),
  2860. (1, '30', 1, 0),
  2861. (1, '32', 1, 0),
  2862. (1, '33', 1, 0),
  2863. (1, '34', 1, 0),
  2864. (1, '35', 1, 0),
  2865. (1, '36', 1, 0),
  2866. (1, '37', 1, 0),
  2867. (1, '38', 1, 0),
  2868. (1, '39', 1, 0),
  2869. (1, '40', 1, 0),
  2870. (1, '41', 1, 0),
  2871. (1, '42', 1, 0),
  2872. (1, '43', 1, 0),
  2873. (1, '44', 1, 0),
  2874. (1, '45', 1, 0),
  2875. (1, '46', 1, 0),
  2876. (1, '47', 1, 0),
  2877. (1, '48', 1, 0),
  2878. (1, '49', 1, 0),
  2879. (1, '50', 1, 0),
  2880. (1, '51', 1, 0),
  2881. (1, '52', 1, 0),
  2882. (1, '53', 1, 0),
  2883. (1, '54', 1, 0),
  2884. (1, '55', 1, 0),
  2885. (1, '56', 1, 0),
  2886. (1, '57', 1, 0),
  2887. (1, '58', 1, 0),
  2888. (1, '59', 1, 0),
  2889. (1, '60', 1, 0),
  2890. (1, '61', 1, 0),
  2891. (1, '62', 1, 0),
  2892. (1, '64', 1, 0),
  2893. (1, '65', 1, 0),
  2894. (1, '66', 1, 0),
  2895. (1, '67', 1, 0),
  2896. (1, '68', 1, 0),
  2897. (1, '69', 1, 0),
  2898. (1, '70', 1, 0),
  2899. (1, '71', 1, 0),
  2900. (1, '72', 1, 0),
  2901. (1, '73', 1, 0),
  2902. (1, '74', 1, 0),
  2903. (1, '75', 1, 0),
  2904. (1, '76', 1, 0),
  2905. (1, '77', 1, 0),
  2906. (1, '78', 1, 0),
  2907. (1, '79', 1, 0),
  2908. (1, '80', 1, 0),
  2909. (1, '81', 1, 0),
  2910. (1, '82', 1, 0),
  2911. (1, '83', 1, 0),
  2912. (1, '84', 1, 0),
  2913. (1, '85', 1, 0),
  2914. (1, '86', 1, 0),
  2915. (1, '87', 1, 0),
  2916. (1, '88', 1, 0),
  2917. (1, '89', 1, 0),
  2918. (1, '90', 1, 0),
  2919. (1, '91', 1, 0),
  2920. (1, '92', 1, 0),
  2921. (1, '93', 1, 0),
  2922. (1, '94', 1, 0),
  2923. (1, '96', 1, 0),
  2924. (1, '97', 1, 0),
  2925. (1, '98', 1, 0),
  2926. (1, '99', 1, 0),
  2927. (1, '100', 1, 0),
  2928. (1, '101', 1, 0),
  2929. (1, '102', 1, 0),
  2930. (1, '103', 1, 0),
  2931. (1, '104', 1, 0),
  2932. (1, '105', 1, 0),
  2933. (1, '106', 1, 0),
  2934. (1, '107', 1, 0),
  2935. (1, '108', 1, 0),
  2936. (1, '109', 1, 0),
  2937. (1, '110', 1, 0),
  2938. (1, '111', 1, 0),
  2939. (1, '112', 1, 0),
  2940. (1, '113', 1, 0),
  2941. (1, '114', 1, 0),
  2942. (1, '115', 1, 0),
  2943. (1, '116', 1, 0),
  2944. (1, '117', 1, 0),
  2945. (1, '118', 1, 0),
  2946. (1, '119', 1, 0),
  2947. (1, '120', 1, 0),
  2948. (1, '121', 1, 0),
  2949. (1, '122', 1, 0),
  2950. (1, '123', 1, 0),
  2951. (1, '124', 1, 0),
  2952. (1, '125', 1, 0),
  2953. (1, '126', 1, 0),
  2954. (1, '128', 1, 0),
  2955. (1, '129', 1, 0),
  2956. (1, '130', 1, 0),
  2957. (1, '131', 1, 0),
  2958. (1, '132', 1, 0),
  2959. (1, '133', 1, 0),
  2960. (1, '134', 1, 0),
  2961. (1, '135', 1, 0),
  2962. (1, '136', 1, 0),
  2963. (1, '137', 1, 0),
  2964. (1, '138', 1, 0),
  2965. (1, '139', 1, 0),
  2966. (1, '140', 1, 0),
  2967. (1, '141', 1, 0),
  2968. (1, '142', 1, 0),
  2969. (1, '143', 1, 0),
  2970. (1, '144', 1, 0),
  2971. (1, '145', 1, 0),
  2972. (1, '146', 1, 0),
  2973. (1, '147', 1, 0),
  2974. (1, '148', 1, 0),
  2975. (1, '149', 1, 0),
  2976. (1, '150', 1, 0),
  2977. (1, '151', 1, 0),
  2978. (1, '152', 1, 0),
  2979. (1, '153', 1, 0),
  2980. (1, '154', 1, 0),
  2981. (1, '155', 1, 0),
  2982. (1, '156', 1, 0),
  2983. (1, '157', 1, 0),
  2984. (1, '158', 1, 0),
  2985. (1, '160', 1, 0),
  2986. (1, '161', 1, 0),
  2987. (1, '162', 1, 0),
  2988. (1, '163', 1, 0),
  2989. (1, '164', 1, 0),
  2990. (1, '165', 1, 0),
  2991. (1, '166', 1, 0),
  2992. (1, '167', 1, 0),
  2993. (1, '168', 1, 0),
  2994. (1, '169', 1, 0),
  2995. (1, '170', 1, 0),
  2996. (1, '171', 1, 0),
  2997. (1, '172', 1, 0),
  2998. (1, '173', 1, 0),
  2999. (1, '174', 1, 0),
  3000. (1, '175', 1, 0),
  3001. (1, '176', 1, 0),
  3002. (1, '177', 1, 0),
  3003. (1, '178', 1, 0),
  3004. (1, '179', 1, 0),
  3005. (1, '180', 1, 0),
  3006. (1, '181', 1, 0),
  3007. (1, '182', 1, 0),
  3008. (1, '183', 1, 0),
  3009. (1, '184', 1, 0),
  3010. (1, '185', 1, 0),
  3011. (1, '186', 1, 0),
  3012. (1, '187', 1, 0),
  3013. (1, '188', 1, 0),
  3014. (1, '189', 1, 0),
  3015. (1, '190', 1, 0),
  3016. (1, '192', 1, 0),
  3017. (1, '193', 1, 0),
  3018. (1, '194', 1, 0),
  3019. (1, '195', 1, 0),
  3020. (1, '196', 1, 0),
  3021. (1, '197', 1, 0),
  3022. (1, '198', 1, 0),
  3023. (1, '199', 1, 0),
  3024. (1, '200', 1, 0),
  3025. (1, '201', 1, 0),
  3026. (1, '202', 1, 0),
  3027. (1, '203', 1, 0),
  3028. (1, '204', 1, 0),
  3029. (1, '205', 1, 0),
  3030. (1, '206', 1, 0),
  3031. (1, '207', 1, 0),
  3032. (1, '208', 1, 0),
  3033. (1, '209', 1, 0),
  3034. (1, '210', 1, 0),
  3035. (1, '211', 1, 0),
  3036. (1, '212', 1, 0),
  3037. (1, '213', 1, 0),
  3038. (1, '214', 1, 0),
  3039. (1, '215', 1, 0),
  3040. (1, '216', 1, 0),
  3041. (1, '217', 1, 0),
  3042. (1, '218', 1, 0),
  3043. (1, '219', 1, 0),
  3044. (1, '220', 1, 0),
  3045. (1, '221', 1, 0),
  3046. (1, '222', 1, 0),
  3047. (1, '224', 1, 0),
  3048. (1, '225', 1, 0),
  3049. (1, '226', 1, 0),
  3050. (1, '227', 1, 0),
  3051. (1, '228', 1, 0),
  3052. (1, '229', 1, 0),
  3053. (1, '230', 1, 0),
  3054. (1, '231', 1, 0),
  3055. (1, '232', 1, 0),
  3056. (1, '233', 1, 0),
  3057. (1, '234', 1, 0),
  3058. (1, '235', 1, 0),
  3059. (1, '236', 1, 0),
  3060. (1, '237', 1, 0),
  3061. (1, '238', 1, 0),
  3062. (1, '239', 1, 0),
  3063. (1, '240', 1, 0),
  3064. (1, '241', 1, 0),
  3065. (1, '242', 1, 0),
  3066. (1, '243', 1, 0),
  3067. (1, '244', 1, 0),
  3068. (1, '245', 1, 0),
  3069. (1, '246', 1, 0),
  3070. (1, '247', 1, 0),
  3071. (1, '248', 1, 0),
  3072. (1, '249', 1, 0),
  3073. (1, '250', 1, 0),
  3074. (1, '251', 1, 0),
  3075. (1, '252', 1, 0),
  3076. (1, '253', 1, 0),
  3077. (1, '254', 1, 0),
  3078. (1, '256', 1, 0),
  3079. (1, '257', 1, 0),
  3080. (1, '258', 1, 0),
  3081. (1, '259', 1, 0),
  3082. (1, '260', 1, 0),
  3083. (1, '261', 1, 0),
  3084. (1, '262', 1, 0),
  3085. (1, '263', 1, 0),
  3086. (1, '264', 1, 0),
  3087. (1, '265', 1, 0),
  3088. (1, '266', 1, 0),
  3089. (1, '267', 1, 0),
  3090. (1, '268', 1, 0),
  3091. (1, '269', 1, 0),
  3092. (1, '270', 1, 0),
  3093. (1, '271', 1, 0),
  3094. (1, '272', 1, 0),
  3095. (1, '273', 1, 0),
  3096. (1, '274', 1, 0),
  3097. (1, '275', 1, 0),
  3098. (1, '276', 1, 0),
  3099. (1, '277', 1, 0),
  3100. (1, '278', 1, 0),
  3101. (1, '279', 1, 0),
  3102. (1, '280', 1, 0),
  3103. (1, '281', 1, 0),
  3104. (1, '282', 1, 0),
  3105. (1, '283', 1, 0),
  3106. (1, '284', 1, 0),
  3107. (1, '285', 1, 0),
  3108. (1, '286', 1, 0),
  3109. (1, '288', 1, 0),
  3110. (1, '289', 1, 0),
  3111. (1, '290', 1, 0),
  3112. (1, '291', 1, 0),
  3113. (1, '292', 1, 0),
  3114. (1, '293', 1, 0),
  3115. (1, '294', 1, 0),
  3116. (1, '295', 1, 0),
  3117. (1, '296', 1, 0),
  3118. (1, '297', 1, 0),
  3119. (1, '298', 1, 0),
  3120. (1, '299', 1, 0),
  3121. (1, '300', 1, 0),
  3122. (1, '301', 1, 0),
  3123. (1, '302', 1, 0),
  3124. (1, '303', 1, 0),
  3125. (1, '304', 1, 0),
  3126. (1, '305', 1, 0),
  3127. (1, '306', 1, 0),
  3128. (1, '307', 1, 0),
  3129. (1, '308', 1, 0),
  3130. (1, '309', 1, 0),
  3131. (1, '310', 1, 0),
  3132. (1, '311', 1, 0),
  3133. (1, '312', 1, 0),
  3134. (1, '313', 1, 0),
  3135. (1, '314', 1, 0),
  3136. (1, '315', 1, 0),
  3137. (1, '316', 1, 0),
  3138. (1, '317', 1, 0),
  3139. (1, '318', 1, 0),
  3140. (1, '320', 1, 0),
  3141. (1, '321', 1, 0),
  3142. (1, '322', 1, 0),
  3143. (1, '323', 1, 0),
  3144. (1, '324', 1, 0),
  3145. (1, '325', 1, 0),
  3146. (1, '328', 1, 0),
  3147. (1, '329', 1, 0),
  3148. (1, '330', 1, 0),
  3149. (1, '331', 1, 0),
  3150. (1, '332', 1, 0),
  3151. (1, '333', 1, 0),
  3152. (1, '334', 1, 0),
  3153. (1, '335', 1, 0),
  3154. (1, '336', 1, 0),
  3155. (1, '337', 1, 0),
  3156. (1, '338', 1, 0),
  3157. (1, '339', 1, 0),
  3158. (1, '340', 1, 0),
  3159. (1, '341', 1, 0),
  3160. (1, '342', 1, 0),
  3161. (1, '343', 1, 0),
  3162. (1, '344', 1, 0),
  3163. (1, '345', 1, 0),
  3164. (1, '346', 1, 0),
  3165. (1, '347', 1, 0),
  3166. (1, '348', 1, 0),
  3167. (1, '349', 1, 0),
  3168. (1, '350', 1, 0),
  3169. (1, '352', 1, 0),
  3170. (1, '353', 1, 0),
  3171. (1, '354', 1, 0),
  3172. (1, '355', 1, 0),
  3173. (1, '356', 1, 0),
  3174. (1, '357', 1, 0),
  3175. (1, '358', 1, 0),
  3176. (1, '359', 1, 0),
  3177. (1, '360', 1, 0),
  3178. (1, '361', 1, 0),
  3179. (1, '362', 1, 0),
  3180. (1, '363', 1, 0),
  3181. (1, '364', 1, 0),
  3182. (1, '365', 1, 0),
  3183. (1, '366', 1, 0),
  3184. (1, '367', 1, 0),
  3185. (1, '368', 1, 0),
  3186. (1, '369', 1, 0),
  3187. (1, '370', 1, 0),
  3188. (1, '371', 1, 0),
  3189. (1, '372', 1, 0),
  3190. (1, '373', 1, 0),
  3191. (1, '374', 1, 0),
  3192. (1, '375', 1, 0),
  3193. (1, '376', 1, 0),
  3194. (1, '377', 1, 0),
  3195. (1, '378', 1, 0),
  3196. (1, '379', 1, 0),
  3197. (1, '380', 1, 0),
  3198. (1, '381', 1, 0),
  3199. (1, '382', 1, 0),
  3200. (1, '384', 1, 0),
  3201. (1, '385', 1, 0),
  3202. (1, '386', 1, 0),
  3203. (1, '387', 1, 0),
  3204. (1, '388', 1, 0),
  3205. (1, '389', 1, 0),
  3206. (1, '390', 1, 0),
  3207. (1, '391', 1, 0),
  3208. (1, '392', 1, 0),
  3209. (1, '393', 1, 0),
  3210. (1, '394', 1, 0),
  3211. (1, '395', 1, 0),
  3212. (1, '396', 1, 0),
  3213. (1, '397', 1, 0);
  3214.  
  3215. -- --------------------------------------------------------
  3216.  
  3217. --
  3218. -- Table structure for table `users`
  3219. --
  3220.  
  3221. CREATE TABLE IF NOT EXISTS `users` (
  3222. `id` int(255) NOT NULL AUTO_INCREMENT,
  3223. `username` varchar(255) NOT NULL,
  3224. `nickname` varchar(255) NOT NULL,
  3225. `password` varchar(255) NOT NULL,
  3226. `avatar` varchar(255) NOT NULL,
  3227. `url` varchar(255) NOT NULL,
  3228. `k` int(255) NOT NULL,
  3229. `k2` int(255) NOT NULL,
  3230. `k3` int(255) NOT NULL,
  3231. `d0` int(11) NOT NULL DEFAULT '0',
  3232. `d2` int(11) NOT NULL DEFAULT '0',
  3233. `bride` varchar(255) NOT NULL,
  3234. `xats` bigint(255) NOT NULL,
  3235. `reserve` bigint(255) NOT NULL,
  3236. `credit` bigint(255) NOT NULL,
  3237. `days` bigint(255) NOT NULL,
  3238. `email` varchar(999) NOT NULL,
  3239. `powers` varchar(255) NOT NULL,
  3240. `enabled` varchar(255) NOT NULL,
  3241. `dO` varchar(255) NOT NULL,
  3242. `cloneid` longtext NOT NULL,
  3243. `desc` longtext NOT NULL COMMENT 'xatspace shit',
  3244. `html` longtext NOT NULL,
  3245. `xatspaceBG` varchar(255) NOT NULL,
  3246. `transferblock` int(32) NOT NULL,
  3247. `connectedlast` varchar(200) NOT NULL,
  3248. `referrals` int(10) NOT NULL DEFAULT '0',
  3249. `active` int(255) NOT NULL DEFAULT '0',
  3250. `subscriber` int(1) NOT NULL DEFAULT '0',
  3251. `rank` int(1) NOT NULL DEFAULT '1',
  3252. `loginKey` text NOT NULL,
  3253. `xavi` varchar(40000) DEFAULT '{"xeyer":{"x":-2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"acc":{"x":0,"y":0,"c":0,"sy":0,"l":"none","sx":0,"r":0},"head":{"x":0,"y":0,"c":0,"sy":0,"l":"xhead1","sx":0,"r":0},"browsl":{"x":2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"browsr":{"x":-2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"xeyel":{"x":2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"mouth":{"x":0,"y":15,"c":0,"sy":0,"l":"xmouthdefault","sx":0,"r":0},"hair":{"x":0,"y":-25,"c":0,"sy":0,"l":"hair0","sx":0,"r":0}}',
  3254. `trolls` varchar(6) NOT NULL,
  3255. `pawn` text NOT NULL,
  3256. `foto` varchar(255) NOT NULL,
  3257. `contur` varchar(255) NOT NULL,
  3258. `latime` varchar(255) NOT NULL,
  3259. `pcback` varchar(255) NOT NULL,
  3260. `css` longtext NOT NULL,
  3261. `time_stamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  3262. `password2` varchar(255) NOT NULL,
  3263. `npass` varchar(255) NOT NULL,
  3264. `npass2` varchar(255) NOT NULL,
  3265. PRIMARY KEY (`id`)
  3266. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
  3267.  
  3268. --
  3269. -- Dumping data for table `users`
  3270. --
  3271.  
  3272. INSERT INTO `users` (`id`, `username`, `nickname`, `password`, `avatar`, `url`, `k`, `k2`, `k3`, `d0`, `d2`, `bride`, `xats`, `reserve`, `credit`, `days`, `email`, `powers`, `enabled`, `dO`, `cloneid`, `desc`, `html`, `xatspaceBG`, `transferblock`, `connectedlast`, `referrals`, `active`, `subscriber`, `rank`, `loginKey`, `xavi`, `trolls`, `pawn`, `foto`, `contur`, `latime`, `pcback`, `css`, `time_stamp`, `password2`, `npass`, `npass2`) VALUES
  3273. (-2, 'iChat', 'iChat', '7a756f0e103fa7e3a19ca77d375e559135493fefHh79RHwWGs3b08dadb94a336732161ffb6ad55e07da36b587e83604e8c3d664600cd5000c635cf6ccf0196aa005dec7840', '826', '', -973145, 930726, 921265, 0, 0, '', 900, 393939393939, 0, 1494611747, 'sxa@yahoo.com', '', '1', '', '', '', '', '', 0, '127.0.0.1', 0, 0, 0, 1, 'd021e3d7a906856daa8ee145a431940e', '{"xeyer":{"x":-2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"acc":{"x":0,"y":0,"c":0,"sy":0,"l":"none","sx":0,"r":0},"head":{"x":0,"y":0,"c":0,"sy":0,"l":"xhead1","sx":0,"r":0},"browsl":{"x":2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"browsr":{"x":-2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"xeyel":{"x":2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"mouth":{"x":0,"y":15,"c":0,"sy":0,"l":"xmouthdefault","sx":0,"r":0},"hair":{"x":0,"y":-25,"c":0,"sy":0,"l":"hair0","sx":0,"r":0}}', '', '', '', '', '', '', '', '2016-05-17 17:55:47', '', '', ''),
  3274. (1, 'iEmma', 'Dziunia(glow#000001#grad#000001#ffff99#ffff99#r#000001#r-45)(text#1818FF#grad#FFBCBC#B5B5B5#0000FF)(BEAT#r#VALENTINE#r#MATCHBAN#VORTEXFX2#R)(hat#h7#ffff99)', 'df7faf062442e3bbe8038cb83d37055f4cb827abL6T3nwt3FY8e69ebb50c91bc164d7f84191b3654df0c80ea524d325d6100b8a68006f05e4912190c1526bafe109453048a', '425', '', -732300, 370300, -727539, 0, 0, '', 49954359, 393939393939, 0, 1494497687, 'sasa@yahoo.com', '', '1', '', '', '', '', '', 0, '127.0.0.1', 0, 1, 0, 1, 'f51a03ab1ff81b2ca8d76339bb999da1', '{"xeyer":{"x":-2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"acc":{"x":0,"y":0,"c":0,"sy":0,"l":"none","sx":0,"r":0},"head":{"x":0,"y":0,"c":0,"sy":0,"l":"xhead1","sx":0,"r":0},"browsl":{"x":2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"browsr":{"x":-2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"xeyel":{"x":2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"mouth":{"x":0,"y":15,"c":0,"sy":0,"l":"xmouthdefault","sx":0,"r":0},"hair":{"x":0,"y":-25,"c":0,"sy":0,"l":"hair0","sx":0,"r":0}}', '', '', '', '', '', '', '', '2016-05-16 21:16:50', '', '', ''),
  3275. (3, 'SxBots', 'SuperBot(hat#t#ffffff)(glow#010101#ffffff)##superxat.net#010101#ffffff#010101#ffffff', 'debebeccadc6ee9ccee03e0bkaJ1hba7073bae83e86b2a5f861ae432b927d2447d57c6c336aaf4cdcc1848e4d13121018fbf134f4fc9204e8519e2aac717a8b19b668', '(bot1#)', 'www.superxat.net', -38940, 946473, -924805, 0, 0, '', 49948104, 393939393939, 0, 1761757992, 'sasasbuceta@yahoo.com', '', '1', '', '', '', '', '', 0, '127.0.0.1', 0, 1, 0, 1, 'b2f744d891f15cb3a419d54b5dcbdde7', '{"xeyer":{"x":-2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"acc":{"x":0,"y":0,"c":0,"sy":0,"l":"none","sx":0,"r":0},"head":{"x":0,"y":0,"c":0,"sy":0,"l":"xhead1","sx":0,"r":0},"browsl":{"x":2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"browsr":{"x":-2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"xeyel":{"x":2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"mouth":{"x":0,"y":15,"c":0,"sy":0,"l":"xmouthdefault","sx":0,"r":0},"hair":{"x":0,"y":-25,"c":0,"sy":0,"l":"hair0","sx":0,"r":0}}', '', '', '', '', '', '', '', '2016-05-17 18:57:34', '', '', ''),
  3276. (4, 'FortaSteaua', 'iEmmaiemma', '0d69ea7c3aef69f937dada0efa213ac7ed4af099SeYUxO0dSzbd2008684d5e274ff68b361838e31f69f11e7cf03a46dd924a3fb1e12d298a7c314f9fce000a67a7fe5f9d24', '236', '', -220032, -823731, 716858, 0, 0, '', 49998000, 393939393939, 0, 1497100406, 'hdugbwj@yahoo.com', '', '1', '', '', '', '', '', 0, '::1', 0, 1, 0, 1, 'fab4c42e27b0a0342503550a113f5dbb', '{"xeyer":{"x":-2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"acc":{"x":0,"y":0,"c":0,"sy":0,"l":"none","sx":0,"r":0},"head":{"x":0,"y":0,"c":0,"sy":0,"l":"xhead1","sx":0,"r":0},"browsl":{"x":2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"browsr":{"x":-2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"xeyel":{"x":2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"mouth":{"x":0,"y":15,"c":0,"sy":0,"l":"xmouthdefault","sx":0,"r":0},"hair":{"x":0,"y":-25,"c":0,"sy":0,"l":"hair0","sx":0,"r":0}}', '', '', '', '', '', '', '', '2016-06-15 13:13:26', '280862dae2240decc001b55daa1fee777476ed91ylYIsjpY4xafe998e09e2d907598f22b9ae89c7ec7fa9f09293a6477b372957fb99f88ba187b9e19544ff08cd59eeb45ff', '', ''),
  3277. (5, 'iEmmaiemmai', 'iEmmaiemmai', 'db2cfd9466167ab8c29df106db011f7fc9aa91dfajdg3762V15b7d00b26d137d17342a7e57357fd3603aaf938e47627663e0ffab0234646c081dab1c40dae29a141f12d4b7', '1695', '', 946290, -601013, 211792, 0, 0, '', 50000000, 393939393939, 0, 1497100535, 'bhdysbjhsbahj@Yahoo.com', '', '1', '', '', '', '', '', 0, '::1', 0, 0, 0, 1, '', '{"xeyer":{"x":-2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"acc":{"x":0,"y":0,"c":0,"sy":0,"l":"none","sx":0,"r":0},"head":{"x":0,"y":0,"c":0,"sy":0,"l":"xhead1","sx":0,"r":0},"browsl":{"x":2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"browsr":{"x":-2,"y":-11,"c":0,"sy":0,"l":"xbrowdefault","sx":0,"r":0},"xeyel":{"x":2,"y":0,"c":0,"sy":0,"l":"xeyesdefault","sx":0,"r":0},"mouth":{"x":0,"y":15,"c":0,"sy":0,"l":"xmouthdefault","sx":0,"r":0},"hair":{"x":0,"y":-25,"c":0,"sy":0,"l":"hair0","sx":0,"r":0}}', '', '', '', '', '', '', '', '2016-06-15 13:15:35', 'dc9ba6fcac16282da94c3a73cbd20b0ef916aadc8D0PiDZV3904db73e07268017c193a91ecfd8ee8594b67df48e5ff38db5c6d62ce78e76dc65cef5735909a5f1f3c089cdc', '', '');
  3278.  
  3279. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  3280. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  3281. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Add Comment
Please, Sign In to add comment