Advertisement
Guest User

Sans 1.0 Database Leak

a guest
Aug 24th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.63 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.0.10.14
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost:3306
  6. -- Generation Time: Aug 24, 2016 at 01:46 PM
  7. -- Server version: 5.6.31
  8. -- PHP Version: 5.6.20
  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: `avatarne_db`
  21. --
  22.  
  23. -- --------------------------------------------------------
  24.  
  25. --
  26. -- Table structure for table `Ads`
  27. --
  28.  
  29. CREATE TABLE IF NOT EXISTS `Ads` (
  30. `ID` int(11) NOT NULL AUTO_INCREMENT,
  31. `Image` longtext NOT NULL,
  32. `Link` longtext NOT NULL,
  33. `TimeRun` longtext NOT NULL,
  34. `Active` int(11) NOT NULL DEFAULT '0',
  35. PRIMARY KEY (`ID`)
  36. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  37.  
  38. -- --------------------------------------------------------
  39.  
  40. --
  41. -- Table structure for table `Badges`
  42. --
  43.  
  44. CREATE TABLE IF NOT EXISTS `Badges` (
  45. `UserID` int(11) NOT NULL,
  46. `ID` int(11) NOT NULL AUTO_INCREMENT,
  47. `Position` longtext NOT NULL,
  48. PRIMARY KEY (`ID`)
  49. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=69697020 ;
  50.  
  51. --
  52. -- Dumping data for table `Badges`
  53. --
  54.  
  55. INSERT INTO `Badges` (`UserID`, `ID`, `Position`) VALUES
  56. (1, 1, 'Premium'),
  57. (14, 14, 'Forum Moderator'),
  58. (2, 3, 'Premium'),
  59. (1, 4, 'Administrator'),
  60. (1, 5, 'Developer'),
  61. (3, 6, 'Premium'),
  62. (3, 7, 'Administrator'),
  63. (3, 8, 'Developer'),
  64. (4, 10, 'Premium'),
  65. (5, 11, 'Premium'),
  66. (4, 12, 'Administrator'),
  67. (5, 13, 'Administrator'),
  68. (14, 15, 'Image Moderator'),
  69. (14, 18, 'Premium'),
  70. (14, 20, 'Community Manager'),
  71. (48, 21, 'Premium'),
  72. (49, 22, 'Premium'),
  73. (50, 23, 'Premium'),
  74. (51, 24, 'Premium'),
  75. (1, 69696973, 'Artist'),
  76. (59, 26, 'Premium'),
  77. (75, 27, 'Premium'),
  78. (75, 69696969, 'Administrator'),
  79. (14, 69696972, 'Artist'),
  80. (21, 69696971, 'Premium'),
  81. (1, 69696974, 'Mega Moderator'),
  82. (94, 69696975, 'Premium'),
  83. (95, 69696976, 'Premium'),
  84. (6, 69696977, 'Premium'),
  85. (6, 69696978, 'Administrator'),
  86. (0, 69696979, 'Super Moderator'),
  87. (56, 69696980, 'Super Moderator'),
  88. (56, 69696981, 'Premium'),
  89. (66, 29, 'Ninja'),
  90. (21, 433, 'E-Girl'),
  91. (14, 69696982, 'Administrator'),
  92. (4, 69696983, 'Community Manager'),
  93. (4, 69696984, 'Forum Moderator'),
  94. (4, 69696985, 'Image Moderator'),
  95. (4, 69696986, 'Super Moderator'),
  96. (4, 69696987, 'Community Manager'),
  97. (131, 69696988, 'Premium'),
  98. (131, 69696989, 'Super Moderator'),
  99. (133, 69696990, 'Super Moderator'),
  100. (133, 69696991, 'Premium'),
  101. (134, 69696992, 'Premium'),
  102. (134, 69696993, 'Super Moderator'),
  103. (132, 69696994, 'Super Moderator'),
  104. (132, 69696995, 'Premium'),
  105. (137, 69696996, 'Premium'),
  106. (72, 69696997, 'Premium'),
  107. (139, 69696998, 'Premium'),
  108. (141, 69696999, 'Premium'),
  109. (137, 69697001, 'Forum Moderator'),
  110. (15, 69697002, 'Super Moderator'),
  111. (15, 69697003, 'Super Moderator'),
  112. (15, 69697004, 'Designer'),
  113. (15, 69697005, 'Premium'),
  114. (15, 69697006, 'Artist'),
  115. (131, 69697017, 'Image Moderator'),
  116. (137, 69697008, 'Administrator'),
  117. (15, 69697013, 'Mega Moderator'),
  118. (15, 69697012, 'Mega'),
  119. (131, 69697014, 'Mega Moderator'),
  120. (132, 69697015, 'Mega Moderator'),
  121. (141, 69697016, 'Artist'),
  122. (133, 69697018, 'Mega Moderator'),
  123. (133, 69697019, 'Image Moderator');
  124.  
  125. -- --------------------------------------------------------
  126.  
  127. --
  128. -- Table structure for table `Banner`
  129. --
  130.  
  131. CREATE TABLE IF NOT EXISTS `Banner` (
  132. `Text` longtext NOT NULL
  133. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  134.  
  135. --
  136. -- Dumping data for table `Banner`
  137. --
  138.  
  139. INSERT INTO `Banner` (`Text`) VALUES
  140. ('');
  141.  
  142. -- --------------------------------------------------------
  143.  
  144. --
  145. -- Table structure for table `BlogPosts`
  146. --
  147.  
  148. CREATE TABLE IF NOT EXISTS `BlogPosts` (
  149. `ID` int(11) NOT NULL AUTO_INCREMENT,
  150. `Title` longtext NOT NULL,
  151. `Body` longtext NOT NULL,
  152. `Poster` longtext NOT NULL,
  153. PRIMARY KEY (`ID`)
  154. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  155.  
  156. -- --------------------------------------------------------
  157.  
  158. --
  159. -- Table structure for table `Configuration`
  160. --
  161.  
  162. CREATE TABLE IF NOT EXISTS `Configuration` (
  163. `Register` longtext NOT NULL
  164. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  165.  
  166. --
  167. -- Dumping data for table `Configuration`
  168. --
  169.  
  170. INSERT INTO `Configuration` (`Register`) VALUES
  171. ('true');
  172.  
  173. -- --------------------------------------------------------
  174.  
  175. --
  176. -- Table structure for table `down`
  177. --
  178.  
  179. CREATE TABLE IF NOT EXISTS `down` (
  180. `down` int(11) NOT NULL DEFAULT '0'
  181. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  182.  
  183. -- --------------------------------------------------------
  184.  
  185. --
  186. -- Table structure for table `forumtags`
  187. --
  188.  
  189. CREATE TABLE IF NOT EXISTS `forumtags` (
  190. `id` varchar(50) NOT NULL,
  191. `text` varchar(50) NOT NULL,
  192. `color` varchar(50) NOT NULL,
  193. `userid` varchar(50) NOT NULL
  194. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  195.  
  196. -- --------------------------------------------------------
  197.  
  198. --
  199. -- Table structure for table `FRs`
  200. --
  201.  
  202. CREATE TABLE IF NOT EXISTS `FRs` (
  203. `ID` int(11) NOT NULL AUTO_INCREMENT,
  204. `SenderID` int(11) NOT NULL,
  205. `ReceiveID` int(11) NOT NULL,
  206. `Active` int(11) NOT NULL DEFAULT '0',
  207. PRIMARY KEY (`ID`)
  208. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  209.  
  210. -- --------------------------------------------------------
  211.  
  212. --
  213. -- Table structure for table `GroupAllies`
  214. --
  215.  
  216. CREATE TABLE IF NOT EXISTS `GroupAllies` (
  217. `ID` int(11) NOT NULL AUTO_INCREMENT,
  218. `GroupID` int(11) NOT NULL,
  219. `OtherGroupID` int(11) NOT NULL,
  220. `Status` int(11) NOT NULL DEFAULT '0',
  221. PRIMARY KEY (`ID`)
  222. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  223.  
  224. -- --------------------------------------------------------
  225.  
  226. --
  227. -- Table structure for table `GroupEnemies`
  228. --
  229.  
  230. CREATE TABLE IF NOT EXISTS `GroupEnemies` (
  231. `ID` int(11) NOT NULL AUTO_INCREMENT,
  232. `GroupID` int(11) NOT NULL,
  233. `OtherGroupID` int(11) NOT NULL,
  234. PRIMARY KEY (`ID`)
  235. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  236.  
  237. -- --------------------------------------------------------
  238.  
  239. --
  240. -- Table structure for table `GroupMembers`
  241. --
  242.  
  243. CREATE TABLE IF NOT EXISTS `GroupMembers` (
  244. `ID` int(11) NOT NULL AUTO_INCREMENT,
  245. `GroupID` int(11) NOT NULL,
  246. `UserID` int(11) NOT NULL,
  247. PRIMARY KEY (`ID`)
  248. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  249.  
  250. -- --------------------------------------------------------
  251.  
  252. --
  253. -- Table structure for table `Groups`
  254. --
  255.  
  256. CREATE TABLE IF NOT EXISTS `Groups` (
  257. `ID` int(11) NOT NULL AUTO_INCREMENT,
  258. `Name` longtext NOT NULL,
  259. `Description` longtext NOT NULL,
  260. `OwnerID` int(11) NOT NULL,
  261. `Logo` longtext NOT NULL,
  262. `LogoActive` int(11) NOT NULL DEFAULT '0',
  263. `GroupMembers` int(11) NOT NULL,
  264. PRIMARY KEY (`ID`)
  265. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  266.  
  267. -- --------------------------------------------------------
  268.  
  269. --
  270. -- Table structure for table `GroupsLogo`
  271. --
  272.  
  273. CREATE TABLE IF NOT EXISTS `GroupsLogo` (
  274. `ID` int(11) NOT NULL AUTO_INCREMENT,
  275. `GroupID` int(11) NOT NULL,
  276. `Logo` longtext NOT NULL,
  277. PRIMARY KEY (`ID`)
  278. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  279.  
  280. -- --------------------------------------------------------
  281.  
  282. --
  283. -- Table structure for table `GroupsPending`
  284. --
  285.  
  286. CREATE TABLE IF NOT EXISTS `GroupsPending` (
  287. `ID` int(11) NOT NULL AUTO_INCREMENT,
  288. `Name` longtext NOT NULL,
  289. `Description` longtext NOT NULL,
  290. `OwnerID` int(11) NOT NULL,
  291. `Logo` longtext NOT NULL,
  292. PRIMARY KEY (`ID`)
  293. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  294.  
  295. -- --------------------------------------------------------
  296.  
  297. --
  298. -- Table structure for table `GroupWall`
  299. --
  300.  
  301. CREATE TABLE IF NOT EXISTS `GroupWall` (
  302. `ID` int(11) NOT NULL AUTO_INCREMENT,
  303. `GroupID` int(11) NOT NULL,
  304. `PosterID` int(11) NOT NULL,
  305. `Message` longtext NOT NULL,
  306. PRIMARY KEY (`ID`)
  307. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  308.  
  309. -- --------------------------------------------------------
  310.  
  311. --
  312. -- Table structure for table `Inventory`
  313. --
  314.  
  315. CREATE TABLE IF NOT EXISTS `Inventory` (
  316. `ID` int(11) NOT NULL AUTO_INCREMENT,
  317. `UserID` int(11) NOT NULL,
  318. `ItemID` int(11) NOT NULL,
  319. `File` longtext NOT NULL,
  320. `Type` longtext NOT NULL,
  321. `code1` longtext NOT NULL,
  322. `code2` longtext NOT NULL,
  323. `SerialNum` int(11) NOT NULL,
  324. PRIMARY KEY (`ID`)
  325. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  326.  
  327. -- --------------------------------------------------------
  328.  
  329. --
  330. -- Table structure for table `IPBans`
  331. --
  332.  
  333. CREATE TABLE IF NOT EXISTS `IPBans` (
  334. `IP` longtext NOT NULL
  335. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  336.  
  337. -- --------------------------------------------------------
  338.  
  339. --
  340. -- Table structure for table `ItemComments`
  341. --
  342.  
  343. CREATE TABLE IF NOT EXISTS `ItemComments` (
  344. `ID` int(11) NOT NULL AUTO_INCREMENT,
  345. `UserID` int(11) NOT NULL,
  346. `ItemID` int(11) NOT NULL,
  347. `Post` longtext NOT NULL,
  348. `time` longtext NOT NULL,
  349. PRIMARY KEY (`ID`)
  350. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  351.  
  352. -- --------------------------------------------------------
  353.  
  354. --
  355. -- Table structure for table `ItemDrafts`
  356. --
  357.  
  358. CREATE TABLE IF NOT EXISTS `ItemDrafts` (
  359. `ID` int(11) NOT NULL AUTO_INCREMENT,
  360. `Name` longtext NOT NULL,
  361. `File` longtext NOT NULL,
  362. `Type` longtext NOT NULL,
  363. `Price` longtext NOT NULL,
  364. `CreatorID` int(11) NOT NULL,
  365. `saletype` varchar(1337) NOT NULL,
  366. `numbersales` int(11) NOT NULL,
  367. `numberstock` int(11) NOT NULL,
  368. `sell` varchar(1337) NOT NULL DEFAULT 'yes',
  369. `Description` longtext NOT NULL,
  370. `CreationTime` longtext NOT NULL,
  371. `store` varchar(1337) NOT NULL DEFAULT 'regular',
  372. `timemake` longtext NOT NULL,
  373. `itemDeleted` int(11) NOT NULL,
  374. `SalePrices` int(11) NOT NULL,
  375. `NumberSold` int(11) NOT NULL,
  376. PRIMARY KEY (`ID`)
  377. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  378.  
  379. -- --------------------------------------------------------
  380.  
  381. --
  382. -- Table structure for table `Items`
  383. --
  384.  
  385. CREATE TABLE IF NOT EXISTS `Items` (
  386. `ID` int(11) NOT NULL AUTO_INCREMENT,
  387. `Name` longtext NOT NULL,
  388. `File` longtext NOT NULL,
  389. `Type` longtext NOT NULL,
  390. `Price` longtext NOT NULL,
  391. `saletype` varchar(1337) NOT NULL,
  392. `numbersales` int(11) NOT NULL,
  393. `numberstock` int(11) NOT NULL,
  394. `sell` varchar(1337) NOT NULL DEFAULT 'yes',
  395. `Description` longtext NOT NULL,
  396. `CreationTime` longtext NOT NULL,
  397. `store` varchar(1337) NOT NULL DEFAULT 'regular',
  398. `timemake` longtext NOT NULL,
  399. `itemDeleted` int(11) NOT NULL DEFAULT '0',
  400. `SalePrices` int(11) NOT NULL DEFAULT '0',
  401. `NumberSold` int(11) NOT NULL,
  402. `CreatorID` int(11) NOT NULL DEFAULT '1',
  403. PRIMARY KEY (`ID`)
  404. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  405.  
  406. -- --------------------------------------------------------
  407.  
  408. --
  409. -- Table structure for table `Logs`
  410. --
  411.  
  412. CREATE TABLE IF NOT EXISTS `Logs` (
  413. `ID` int(11) NOT NULL AUTO_INCREMENT,
  414. `UserID` int(11) NOT NULL,
  415. `Message` longtext NOT NULL,
  416. `Page` longtext NOT NULL,
  417. PRIMARY KEY (`ID`)
  418. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  419.  
  420. -- --------------------------------------------------------
  421.  
  422. --
  423. -- Table structure for table `Maintenance`
  424. --
  425.  
  426. CREATE TABLE IF NOT EXISTS `Maintenance` (
  427. `Status` longtext NOT NULL
  428. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  429.  
  430. --
  431. -- Dumping data for table `Maintenance`
  432. --
  433.  
  434. INSERT INTO `Maintenance` (`Status`) VALUES
  435. ('false');
  436.  
  437. -- --------------------------------------------------------
  438.  
  439. --
  440. -- Table structure for table `News`
  441. --
  442.  
  443. CREATE TABLE IF NOT EXISTS `News` (
  444. `ID` int(11) NOT NULL AUTO_INCREMENT,
  445. `Username` longtext NOT NULL,
  446. `Title` longtext NOT NULL,
  447. `body` longtext NOT NULL,
  448. `PosterID` int(11) NOT NULL,
  449. `Viewed` int(11) NOT NULL,
  450. PRIMARY KEY (`ID`)
  451. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  452.  
  453. -- --------------------------------------------------------
  454.  
  455. --
  456. -- Table structure for table `objectlist`
  457. --
  458.  
  459. CREATE TABLE IF NOT EXISTS `objectlist` (
  460. `id` int(50) NOT NULL AUTO_INCREMENT,
  461. `name` varchar(50) NOT NULL,
  462. `image` varchar(50) NOT NULL,
  463. `height` varchar(50) NOT NULL,
  464. `width` varchar(50) NOT NULL,
  465. PRIMARY KEY (`id`)
  466. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
  467.  
  468. --
  469. -- Dumping data for table `objectlist`
  470. --
  471.  
  472. INSERT INTO `objectlist` (`id`, `name`, `image`, `height`, `width`) VALUES
  473. (1, 'Brick', 'brick.png', '30', '30'),
  474. (2, 'UA Flag', 'uaflag.png', '149', '108');
  475.  
  476. -- --------------------------------------------------------
  477.  
  478. --
  479. -- Table structure for table `PMs`
  480. --
  481.  
  482. CREATE TABLE IF NOT EXISTS `PMs` (
  483. `ID` int(11) NOT NULL AUTO_INCREMENT,
  484. `SenderID` int(11) NOT NULL,
  485. `ReceiveID` int(11) NOT NULL,
  486. `Title` longtext NOT NULL,
  487. `Body` longtext NOT NULL,
  488. `time` int(11) NOT NULL,
  489. `LookMessage` int(11) NOT NULL,
  490. PRIMARY KEY (`ID`)
  491. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  492.  
  493. -- --------------------------------------------------------
  494.  
  495. --
  496. -- Table structure for table `PurchaseLog`
  497. --
  498.  
  499. CREATE TABLE IF NOT EXISTS `PurchaseLog` (
  500. `ID` int(11) NOT NULL AUTO_INCREMENT,
  501. `UserID` int(11) NOT NULL,
  502. `Item` longtext NOT NULL,
  503. `TypeStore` longtext NOT NULL,
  504. PRIMARY KEY (`ID`)
  505. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  506.  
  507. -- --------------------------------------------------------
  508.  
  509. --
  510. -- Table structure for table `Referrals`
  511. --
  512.  
  513. CREATE TABLE IF NOT EXISTS `Referrals` (
  514. `ReferredID` int(11) NOT NULL,
  515. `UserID` int(11) NOT NULL
  516. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  517.  
  518. -- --------------------------------------------------------
  519.  
  520. --
  521. -- Table structure for table `Replies`
  522. --
  523.  
  524. CREATE TABLE IF NOT EXISTS `Replies` (
  525. `ID` int(11) NOT NULL AUTO_INCREMENT,
  526. `Body` longtext NOT NULL,
  527. `PosterID` int(11) NOT NULL,
  528. `tid` int(11) NOT NULL,
  529. PRIMARY KEY (`ID`)
  530. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  531.  
  532. -- --------------------------------------------------------
  533.  
  534. --
  535. -- Table structure for table `Reports`
  536. --
  537.  
  538. CREATE TABLE IF NOT EXISTS `Reports` (
  539. `ID` int(11) NOT NULL AUTO_INCREMENT,
  540. `Message` longtext NOT NULL,
  541. `OffenseID` longtext NOT NULL,
  542. `Link` longtext NOT NULL,
  543. `IP` longtext NOT NULL,
  544. `Content` longtext NOT NULL,
  545. PRIMARY KEY (`ID`)
  546. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  547.  
  548. -- --------------------------------------------------------
  549.  
  550. --
  551. -- Table structure for table `Sales`
  552. --
  553.  
  554. CREATE TABLE IF NOT EXISTS `Sales` (
  555. `ID` int(11) NOT NULL AUTO_INCREMENT,
  556. `UserID` int(11) NOT NULL,
  557. `Amount` int(11) NOT NULL,
  558. `ItemID` int(11) NOT NULL,
  559. `SerialNum` int(11) NOT NULL,
  560. PRIMARY KEY (`ID`)
  561. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  562.  
  563. -- --------------------------------------------------------
  564.  
  565. --
  566. -- Table structure for table `Staff`
  567. --
  568.  
  569. CREATE TABLE IF NOT EXISTS `Staff` (
  570. `Username` text NOT NULL,
  571. `Rank` int(11) NOT NULL AUTO_INCREMENT,
  572. `Job` text NOT NULL,
  573. PRIMARY KEY (`Rank`)
  574. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  575.  
  576. -- --------------------------------------------------------
  577.  
  578. --
  579. -- Table structure for table `Threads`
  580. --
  581.  
  582. CREATE TABLE IF NOT EXISTS `Threads` (
  583. `ID` int(11) NOT NULL AUTO_INCREMENT,
  584. `Title` longtext NOT NULL,
  585. `Body` longtext NOT NULL,
  586. `PosterID` int(11) NOT NULL,
  587. `OriginalTitle` longtext NOT NULL,
  588. `OriginalBody` int(11) NOT NULL,
  589. `Locked` int(11) NOT NULL DEFAULT '0',
  590. `Type` varchar(1337) NOT NULL DEFAULT 'regular',
  591. `tid` int(11) NOT NULL,
  592. `bump` int(11) NOT NULL,
  593. PRIMARY KEY (`ID`)
  594. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=463 ;
  595.  
  596. --
  597. -- Dumping data for table `Threads`
  598. --
  599.  
  600. INSERT INTO `Threads` (`ID`, `Title`, `Body`, `PosterID`, `OriginalTitle`, `OriginalBody`, `Locked`, `Type`, `tid`, `bump`) VALUES
  601. (2, 'Welcome to Avatar-Network!', 'We are a friendly community and we strive for fun! We love to have fun with you guys and interact. Us all can have fun by uploading items, foruming, donating BUX, and much more!', 1, '', 0, 0, 'sticky', 1, 1471387291),
  602. (3, 'Site Rules', '1. Do not try to curse.\r\n\r\n2. Attempt to have fun.\r\n\r\n3. Always show respect.\r\n\r\n4. No personal information such as phone numbers, addresses, cities, IPs, or anything related to it.\r\n\r\n5. Do not advertise.\r\n\r\n6. Don''t spam\r\n\r\n7. Welcome new users.\r\n\r\nPlease follow by these rules to have a fun time on Avatar-Network!', 1, '', 0, 0, 'sticky', 1, 1471387491),
  603. (10, 'Yo, what''s up.', 'I''m Lil Wayne, co-owner of Avatar Network, I guess.\r\nI co-own Social-Avatar and an administrator of Social-Limiteds...\r\n\r\nI was a former BloxCity member, but due to many issues I received with the community and staff, I quit.\r\n\r\nBut uh, hi.', 3, '', 0, 0, 'regular', 1, 1471566404),
  604. (6, 'I am God.', 'Fear me.', 14, '', 0, 0, 'regular', 1, 1471547355),
  605. (62, 'can i upload jeans on this website', 'because i uploaded a lot of jeans on social island and im not sure if i can make them here', 43, '', 0, 0, 'regular', 1, 1471565113),
  606. (61, 'i released the golden bucket and ice bucket', 'the golden bucket is what you all asked for\r\n\r\n:)', 1, '', 0, 0, 'regular', 1, 1471570218),
  607. (9, 'i''m new', 'so you coded all of this by yourself? :O', 18, '', 0, 0, 'regular', 1, 1471486487),
  608. (11, 'first reply gets 300 bux', 'gogogogogogogogogogogogo', 3, '', 0, 0, 'regular', 1, 1471547869),
  609. (12, 'Welcome fellow BLOX City Members!', 'I''m Ps2 @BLOX City.\r\n\r\nSee you guys there!', 14, '', 0, 0, 'regular', 4, 1471547975),
  610. (13, 'Welcome fellow ROBLOXians!', 'I am slide_show @ROBLOX\r\n\r\nHope to see you there!', 14, '', 0, 0, 'regular', 5, 1471636388),
  611. (20, '29th Id Member!', 'Yay!', 29, '', 0, 0, 'regular', 1, 1471547436),
  612. (15, 'New Limited!', 'https://www.avatar-network.tk/Store/Item.php?ID=7', 3, '', 0, 0, 'regular', 1, 1471547917),
  613. (16, 'Got the Rainbow Dominus.', 'https://www.avatar-network.tk/Store/Item.php?ID=10\r\n\r\nHaha, only one in existence.', 3, '', 0, 0, 'regular', 1, 1471486348),
  614. (19, 'I''m new', 'xFlame @ BLOXCity', 27, '', 0, 0, 'regular', 1, 1471526295),
  615. (18, 'New Here', 'Just would like to introduce myself I''m Zeus and I''m happy to be here if there''s anything you should tell me or just want to say hi just shoot me a pm or reply to this forum. :)', 21, '', 0, 0, 'regular', 1, 1471488038),
  616. (21, 'I just joined', 'Will be there 3D avatars and 3D games?\r\nPlease.', 30, '', 0, 0, 'regular', 1, 1471531983),
  617. (22, 'How do you got SANS?', 'Just asking.', 30, '', 0, 0, 'regular', 1, 1471531151),
  618. (24, 'Who''s hyped for BLOXCity games?', 'Post here!', 30, '', 0, 0, 'regular', 4, 1471860935),
  619. (25, '"Zahh" sounds familar.', 'I remember person with same name on N site.', 30, '', 0, 0, 'regular', 1, 1471562929),
  620. (29, 'How to upload shirt?', 'Do I have to upload it with template or without?', 30, '', 0, 0, 'regular', 1, 1471537384),
  621. (30, 'Font of logo?', 'What is name of the font?', 30, '', 0, 0, 'regular', 1, 1471546261),
  622. (31, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 1, 1471542420),
  623. (27, 'Uploading a item.', 'Let''s say, it will be 2sad4me.', 30, '', 0, 0, 'regular', 1, 1471535917),
  624. (33, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 3, 1471885334),
  625. (34, 'This thread makes no sense', 'So do you!', 29, '', 0, 0, 'regular', 2, 1471856055),
  626. (35, 'When this site got released?', 'Just curious.', 30, '', 0, 0, 'regular', 1, 1471546110),
  627. (36, 'Hi Guys ', 'I''m new to this game!', 31, '', 0, 0, 'regular', 1, 1471546095),
  628. (40, 'Hoping that', 'This site will have own 3D and non-roblox like avatars along with 3D games, which you can make.', 30, '', 0, 0, 'regular', 1, 1471545923),
  629. (38, 'Idea', 'Make a dominus for people, who will report a bug.', 30, '', 0, 0, 'regular', 1, 1471545983),
  630. (44, 'Is the AVATAR-NETWORK G0dfrey real one?', 'Is he?', 30, '', 0, 0, 'regular', 1, 1471562064),
  631. (41, 'QOTD!', 'How is everyone''s day going???', 14, '', 0, 0, 'regular', 1, 1471561850),
  632. (45, 'Contest', 'Im doing a contest on whoever has the coolest outfit all you got to do is reply!', 21, '', 0, 0, 'regular', 1, 1471554664),
  633. (43, 'thinking of doing a giveaway', 'should I?', 21, '', 0, 0, 'regular', 1, 1471562045),
  634. (49, 'Fr''s', 'Send me some fr''s', 21, '', 0, 0, 'regular', 1, 1471562013),
  635. (50, 'The forums r ded', 'And im sitting here, hoping for a update.', 30, '', 0, 0, 'regular', 1, 1471551845),
  636. (48, 'My avatar bullied me :(', 'LOL UR A NOOB\r\n \r\nSpaceInJourney\r\nUR A NOOB BORING HAIR MADE IN MS PAINT UGLY FACE AND JACKET GO KYS NOOB IM BETTER THAN U LOLOOLOLOLOL. \r\n\r\nReply | Delete', 30, '', 0, 0, 'regular', 1, 1471550444),
  637. (51, '30 threads!', 'Yay!', 30, '', 0, 0, 'regular', 1, 1471563357),
  638. (52, 'I bought premium', 'Yay!', 30, '', 0, 0, 'regular', 1, 1471561809),
  639. (53, 'Buying/Selling Limiteds!', 'Offer on mine, or post if you''re looking to sell!', 5, '', 0, 0, 'regular', 1, 1471561528),
  640. (54, 'Group Image Sizes', 'PLEASE. MAKE. YOUR. GROUP. IMAGE. SIZE. to 100x100\r\n\r\nIf you don''t this just messes up the page.', 1, '', 0, 0, 'regular', 1, 1471561700),
  641. (55, 'Aww man', 'I want to make a group, but I only have 292 bux.', 30, '', 0, 0, 'regular', 1, 1471561975),
  642. (56, 'What do you think!', 'Will be the next limited I hope its a dominus or a indy!', 21, '', 0, 0, 'regular', 1, 1471561786),
  643. (60, 'Holding collectibles on alts...', 'So no one else gets them is not cool.\r\n\r\nThe collectibles are very rare, especially if you aren''t using one sell it, so someone else can.', 14, '', 0, 0, 'regular', 1, 1471561484),
  644. (58, 'Buying', 'Im buying limiteds so comment down your offer on your limiteds!!!!!', 21, '', 0, 0, 'regular', 1, 1471561806),
  645. (59, 'NEED RED SWORD', 'Will sell red glowing eyes very cheap if whoever owns this sells it for cheap!', 21, '', 0, 0, 'regular', 1, 1471561596),
  646. (63, 'Hello', 'I am Bob from that Meep site, this place looks promising. Anyone care to explain how this is used and what kinds of stuff their is to do?', 45, '', 0, 0, 'regular', 1, 1471565738),
  647. (66, 'hello', 'im from bloxcity and this looks like an interesting site', 49, '', 0, 0, 'regular', 1, 1471570918),
  648. (67, 'Woah this is W2B!??', 'Woah I get to relive W2B?????\r\n\r\nI want free money please! \r\n\r\nBloxcity:\r\nExertioz', 52, '', 0, 0, 'regular', 1, 1471571347),
  649. (65, 'Alt Hoarder', 'There''s a rumor floating around that there''s a alt hoarder well I''m sorry to say I''m that alt hoarder as God is selling all my limiteds that I got on those alts as I''m going to stop hoarding acts as it will give me a new start and I hope you guys see me as a new person', 21, '', 0, 0, 'regular', 1, 1471567110),
  650. (68, 'should make girl hair', 'also there should be a suggestion thread?', 49, '', 0, 0, 'regular', 1, 1471612121),
  651. (69, 'I was told that I would get 1.5k for free!', '[ Content Deleted ]', 54, '', 0, 0, 'regular', 1, 1471882403),
  652. (73, 'That black banner is so big!', 'Can we decrease the size of it? Good lord.', 14, '', 0, 0, 'regular', 1, 1471573725),
  653. (74, 'Man this is cool why so...?', 'I get to make my own well items and i drew a saitama suit and face until the files weren''t found so i will try something else...', 51, '', 0, 0, 'regular', 1, 1471612109),
  654. (71, 'Can anyone sell the red eyes face for 100?', 'Pretty please!', 54, '', 0, 0, 'regular', 1, 1471572675),
  655. (72, 'Well alright I''m going back to bloxcity', ':''(', 54, '', 0, 0, 'regular', 1, 1471571858),
  656. (75, 'RIP My GB', 'Someone bought for 1K\r\n\r\nAt least I''m upper class now :)', 45, '', 0, 0, 'regular', 1, 1471573762),
  657. (76, 'is there a way to change username?', 'title', 49, '', 0, 0, 'regular', 1, 1471612025),
  658. (77, 'Goodnight everyone!', 'Going off here in a bit.\r\n\r\nI''ll be on tomorrow.', 14, '', 0, 0, 'regular', 1, 1471619001),
  659. (94, 'New Members!', 'I hope all the new members get into foruming :D', 14, '', 0, 0, 'regular', 1, 1471625429),
  660. (79, 'new here', 'im tradey from bc', 24, '', 0, 0, 'regular', 1, 1471618449),
  661. (80, '1.5k', 'how are people getting 1.5k!?', 21, '', 0, 0, 'regular', 1, 1471621709),
  662. (81, 'Making custom hats!', 'Just fill out this survey (It''s not one of those cheesy free samples it just has the question you need to fill out so I can make the hat)\r\nhttps://goo.gl/forms/smMrUOcYfKqYKHb93', 21, '', 0, 0, 'regular', 1, 1471623659),
  663. (82, 'Yay!', 'The site is back!', 30, '', 0, 0, 'regular', 1, 1471618155),
  664. (84, 'Good Morning!', 'Last friday off till I have to go back..\r\nand its raining :(', 45, '', 0, 0, 'regular', 1, 1471620395),
  665. (85, 'How do You Get SQL Bucket?', 'Title', 45, '', 0, 0, 'regular', 1, 1471620109),
  666. (86, 'Not enough purple items.', 'What is this crap, how am I supposed to be purple without any purple items?', 59, '', 0, 0, 'regular', 1, 1471622668),
  667. (87, 'MILESTONE', 'Reached 10 people all on at the same time keep it up guys! :)', 21, '', 0, 0, 'regular', 1, 1471620873),
  668. (88, 'QOTD', 'What''s your dream limited it doesnt have to be in the store\r\nmine is a red dominus :)', 21, '', 0, 0, 'regular', 1, 1471621622),
  669. (90, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 1, 1471622930),
  670. (91, 'we want a', 'new limited\r\n\r\n#limitedorriot', 66, '', 0, 0, 'regular', 1, 1471622788),
  671. (92, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 1, 1471622958),
  672. (93, 'Someone approve my accessorie that i made in user shop! ', 'its like been 5 minutes!', 29, '', 0, 0, 'regular', 1, 1471622998),
  673. (95, 'big boys', '[ Content Deleted ]', 66, '', 0, 0, 'regular', 1, 1471623746),
  674. (96, '69th All Things A-N and a question.', 'What size backgrounds have to be?', 30, '', 0, 0, 'regular', 1, 1471624862),
  675. (97, 'Is there going to be a hat for 100 users anniversary?', 'Will it appear?', 30, '', 0, 0, 'regular', 1, 1471624841),
  676. (98, 'Can an admin approve my body?', 'I worked hard on it.', 30, '', 0, 0, 'regular', 1, 1471625389),
  677. (99, 'God congrats on 200 Posts!', 'Congrats!', 29, '', 0, 0, 'regular', 1, 1471625905),
  678. (100, 'Thread 100!', 'Yay i got it!', 29, '', 0, 0, 'regular', 1, 1471626099),
  679. (101, 'Should I make clothing for Avatar 2.0?', 'Since normal don''t support Normal avatars, im thinking about making special clothing for them.', 30, '', 0, 0, 'regular', 1, 1471625818),
  680. (102, 'Are bumps aloud?', 'So if you would like more attention in a thread?', 29, '', 0, 0, 'regular', 1, 1471626599),
  681. (103, 'Items are too easy', 'to copy and re-texture, I''m just sayin''..\r\n\r\nhttp://imgur.com/a/ESHkU', 59, '', 0, 0, 'regular', 1, 1471627398),
  682. (104, 'i''m back', 'sorry, i had no wifi.\r\nwell, hello.\r\n\r\nand thanks god for buying my limiteds.\r\nnow i have 9k bux :(', 3, '', 0, 0, 'regular', 1, 1471629808),
  683. (105, 'Can my "BANNED" background be used for banned members?', 'so if they get banned that becomes there background so users know they were banned :D', 29, '', 0, 0, 'regular', 1, 1471627763),
  684. (106, 'any users', 'i want ice bucket', 3, '', 0, 0, 'regular', 1, 1471627569),
  685. (107, 'Games Feature...', 'Will it ever be implemented?', 29, '', 0, 0, 'regular', 1, 1471627889),
  686. (108, 'Give me a Test Warning!', 'I need to check if the system is secure! or if anyone can bypass it!', 29, '', 0, 0, 'regular', 1, 1471631198),
  687. (113, 'How about we chill with limited items...', 'And start making regular shop items that aren''t limited...?', 14, '', 0, 0, 'regular', 1, 1471631609),
  688. (110, 'OH NO!', '"It''s a forming site."\r\nSo what will happen if people will get bored of foruming?\r\nIt gets boring after some time, I think that there should be games.', 30, '', 0, 0, 'regular', 1, 1471628198),
  689. (111, 'My first limited!', 'Yay!', 30, '', 0, 0, 'regular', 1, 1471628146),
  690. (112, 'Shall i invite BloxCity members?', 'idk?', 29, '', 0, 0, 'regular', 1, 1471628585),
  691. (114, 'I made the BLOXCity Bribe....', 'I invited there members here\r\n\r\nhttps://www.bloxcity.com/forum/thread/97622', 29, '', 0, 0, 'regular', 1, 1471629388),
  692. (115, 'Nooo!', 'I missed the new limited\r\n\r\n\r\n(I''m Falcon on bc btw, got banned on there l0l)', 66, '', 0, 0, 'regular', 1, 1471629679),
  693. (116, 'binary code background!', 'https://www.avatar-network.tk/Store/UserItem.php?ID=59', 29, '', 0, 0, 'regular', 1, 1471629963),
  694. (117, 'omg new', 'limited!\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nnot\r\ndon''t ban me pls', 66, '', 0, 0, 'regular', 1, 1471630345),
  695. (118, '[ Content Deleted ]', 'Not now ice cube!', 72, '', 0, 0, 'regular', 1, 1471631219),
  696. (119, 'Can we get', 'a pair of white vans shoes and make them limited pls?\r\n\r\ninfact ill do that suggestion thing', 66, '', 0, 0, 'regular', 1, 1471630640),
  697. (120, '[ Content Deleted ]', '[ Content Deleted ]', 69, '', 0, 0, 'regular', 1, 1471631260),
  698. (121, '[ Content Deleted ]', '[ Content Deleted ]', 73, '', 0, 0, 'regular', 1, 1471631495),
  699. (122, '[ Content Deleted ]', '[ Content Deleted ]', 66, '', 0, 0, 'regular', 1, 1471631644),
  700. (123, 'Health Bar!', 'https://www.avatar-network.tk/Store/UserItem.php?ID=62', 29, '', 0, 0, 'regular', 1, 1471632241),
  701. (124, 'Cool site I guess', 'Now if we could just get games >:L', 72, '', 0, 0, 'regular', 1, 1471636821),
  702. (125, 'I found a bug!', 'I cannot remove the Epic Mouth from my character, it says the item has been removed!', 29, '', 0, 0, 'regular', 1, 1471632786),
  703. (126, 'I bought Premium', 'Title.', 72, '', 0, 0, 'regular', 1, 1471633473),
  704. (127, 'IIIIIIIIIIIIIII', 'WANT TO BE NINJAAAAAAAAAAAAAAAAA\r\n\r\n\r\nWELCOME TO CHINA TOWNN', 66, '', 0, 0, 'regular', 1, 1471633062),
  705. (128, '100th All-Things-Avatar-Network post!', 'Not 100th post in total of all posts but 100th post in this topic', 66, '', 0, 0, 'regular', 1, 1471633455),
  706. (129, 'guys post on the wall', 'its lonely', 66, '', 0, 0, 'regular', 1, 1471634054),
  707. (236, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 1, 1471704738),
  708. (237, 'Can you PLEASE', 'make all text bold and black?\r\n\r\nI really can''t see it.', 66, '', 0, 0, 'regular', 1, 1471705159),
  709. (131, 'post here to win', 'post. good luck!', 3, '', 0, 0, 'regular', 1, 1471651083),
  710. (132, 'Rate my new look', 'dank memes', 72, '', 0, 0, 'regular', 1, 1471635164),
  711. (133, 'Can someone make some devil horns?', 'Please??\r\nI am exertioz btw.', 54, '', 0, 0, 'regular', 1, 1471636760),
  712. (134, 'STAHP REMOVIN MY ITEMS', 'YOU KILLED VODITEJ KRVI AND NOW YOU KILLED MY DANK MEMES! NOOOOOOO!!!', 72, '', 0, 0, 'regular', 1, 1471635409),
  713. (135, 'New user here', 'reply if you''re from BC', 76, '', 0, 0, 'regular', 1, 1471636457),
  714. (136, 'post your bloxcity username if ur on it', 'Falcon', 66, '', 0, 0, 'regular', 4, 1471710729),
  715. (137, 'hi people', 'you never seen me before', 77, '', 0, 0, 'regular', 1, 1471636336),
  716. (138, 'Please accept my poor person sign', 'Thanks!', 72, '', 0, 0, 'regular', 1, 1471636710),
  717. (139, 'are games gonna be added', 'title', 77, '', 0, 0, 'regular', 1, 1471636531),
  718. (140, 'My account got deleted...', 'Apparently I was "alt hoarding"\r\n\r\nWell gg\r\nThe namesnipe\r\n"Satan" is long gone now.\r\n\r\n:''(', 79, '', 0, 0, 'regular', 1, 1471638121),
  719. (141, 'I''m ending the Do-It-Yourself Series', 'Give me suggestions for the last DIY hat.', 72, '', 0, 0, 'regular', 1, 1471639104),
  720. (142, 'Response from jacob', 'The reason why I was terminated because...\r\n\r\nJacob: exertioz is your main. use it.\r\n\r\n\r\nThis is obviously abusing power', 79, '', 0, 0, 'regular', 1, 1471638123),
  721. (143, 'I''m really sorry!', 'If you bought this item\r\n\r\nhttps://www.avatar-network.tk/Store/UserItem.php?ID=62', 29, '', 0, 0, 'regular', 1, 1471637691),
  722. (144, 'Welp guys', 'It looks like I''ve accidentally turned into a clothing creator.\r\n\r\nI''ve already had like 4 people ask me to make them things.', 59, '', 0, 0, 'regular', 1, 1471638197),
  723. (145, 'lol guys look', 'https://gyazo.com/cca313fd8f2c37e4d5be3bf19d028441', 66, '', 0, 0, 'regular', 1, 1471637964),
  724. (159, 'I''ll be using this account for now!', 'anyone want the 993 Bux i had on my main?', 31, '', 0, 0, 'regular', 1, 1471640130),
  725. (157, 'lord zaah is online', 'noice\r\nlimited pls?\r\nI don''t have any limiteds', 66, '', 0, 0, 'regular', 1, 1471639785),
  726. (158, 'Woo!', 'Made it on the rich list! >:D\r\n\r\nThat purple hood is getting me some good BUX!', 59, '', 0, 0, 'regular', 1, 1471640062),
  727. (152, 'so exertioz or satan', '[ Content Deleted ]', 3, '', 0, 0, 'regular', 1, 1471639346),
  728. (150, 'Is Mj glitching forums?', 'Or just me?', 14, '', 0, 0, 'regular', 1, 1471639372),
  729. (160, 'I think that Avatar-Network should have', 'A Special subforum for bloxcity games, in which user can show off his game.', 30, '', 0, 0, 'regular', 1, 1471640093),
  730. (161, 'MILESTONE ALERT!', '11 Users online!', 30, '', 0, 0, 'regular', 1, 1471640113),
  731. (162, 'NEW LIMITED!', 'SNIPED 1/8', 66, '', 0, 0, 'regular', 1, 1471640267),
  732. (163, 'willing to buy some limiteds', 'post below some limiteds you''re willing to sell', 3, '', 0, 0, 'regular', 1, 1471641064),
  733. (164, 'Zahh is wearing my hood', 'I feel special.', 59, '', 0, 0, 'regular', 1, 1471643208),
  734. (165, 'who is zahh', 'i thought cinema was the owner', 1, '', 0, 0, 'regular', 1, 1471641531),
  735. (171, 'what is this?', 'wtf is this website about?', 81, '', 0, 0, 'regular', 1, 1471642555),
  736. (167, 'Help!', 'I can''t post on giveaway thread.', 30, '', 0, 0, 'regular', 1, 1471641431),
  737. (170, 'BUX + PREMIUM GIVEAWAY', 'POST IN THIS THREAD AND SAY "cinema is best" FOR A CHANCE TO GET 1 MONTH OF PREMIUM AND 1200 BUX. \r\n\r\n15 MINUTES HURRY ', 1, '', 0, 0, 'regular', 1, 1471642870),
  738. (169, 'Giveaway Item News!', 'I will be uploading some special giveaway items into the shop.\r\nThey will NOT be collectibles, or go on sale.\r\n\r\nYou''ll know them when you see them.', 14, '', 0, 0, 'regular', 1, 1471643163),
  739. (172, 'Want 90 Bux?', 'Leave the donation link!', 81, '', 0, 0, 'regular', 1, 1471642901),
  740. (173, 'Send me friend requests', 'im lonely', 61, '', 0, 0, 'regular', 1, 1471642810),
  741. (174, 'No hate, but', 'i think you guys are giving Nelots a LITTLE too much special attention\r\n\r\nHe makes some cool hats and you make them giveaway hats - okay, I respect that, they ARE good. Then you give him a free copy of them - alright, just a tad bit too much, but I can see why you''re doing that. But then PROBABLY rigging the giveaway so he gets 1000+ Cash and 1 month free Platinum?\r\n\r\nDude...\r\n\r\nAlso, like I said, no hate, and I''m not raging or anything.', 66, '', 0, 0, 'regular', 1, 1471645247),
  742. (175, 'Want 891 Bux?', 'Leave the donation link below!', 31, '', 0, 0, 'regular', 1, 1471643445),
  743. (176, 'Opinions on the hoods?', 'Post em here!', 14, '', 0, 0, 'regular', 1, 1471643762),
  744. (177, 'Anoymous', 'IS DOWN RIGHT AWESOME!', 21, '', 0, 0, 'regular', 1, 1471644499),
  745. (178, 'New Administrator!', 'Welcome,DashingZowie11', 31, '', 0, 0, 'regular', 1, 1471643853),
  746. (179, 'How can I apply for admin?', 'Please tell.', 30, '', 0, 0, 'regular', 1, 1471644027),
  747. (180, ' The Ice Bucket', 'Bidding it off\r\nstarting price 200 bux\r\n(only 1 copy exist the otehr copys somehow glitched out and disappeared from those users)', 21, '', 0, 0, 'regular', 1, 1471645388),
  748. (181, '13 online people!', 'This site grows so fast.', 30, '', 0, 0, 'regular', 1, 1471644085),
  749. (182, '16 online!', 'It''s a milestone!', 30, '', 0, 0, 'regular', 1, 1471644221),
  750. (183, 'Idea: Minigames', 'Minigames won''t be much same as games.\r\nThey will be added from time to time, and will use every player''s avatars.\r\nThey can be a foot race, fighting or other.', 30, '', 0, 0, 'regular', 1, 1471803433),
  751. (184, 'lol gg', 'best 1,300 bux i''ve spent', 48, '', 0, 0, 'regular', 1, 1471644686),
  752. (185, 'Truth behind the black hood...', 'I felt bad for the 4 people who lost their purple hood when I took it away and made it a giveaway item.\r\n\r\nSo to make up for it, I added a collectible hood that someone sent to me in a message.\r\n\r\n4 in stock, the stock serials are "0/0" "-1/-4" because I published it in user shop, because if I don''t do that you guys would buy it somehow before I even edit it!', 14, '', 0, 0, 'regular', 1, 1471645629),
  753. (189, 'Buying rainbow background for 280', 'pm me\r\ngoing in about 2 mins', 66, '', 0, 0, 'regular', 1, 1471645644),
  754. (187, 'why is everyone who is on', 'premium\r\nwtf', 3, '', 0, 0, 'regular', 1, 1471645378),
  755. (190, 'Did I crack the BLOX City code?', 'https://www.bloxcity.com/forum/thread/97698', 14, '', 0, 0, 'regular', 4, 1471645799),
  756. (191, 'Read this forum!', 'https://www.avatar-network.tk/Forum/ViewThread.php?ID=190', 14, '', 0, 0, 'regular', 1, 1471646656),
  757. (192, 'I was just on discord server', 'lol admins are trolls hehe', 29, '', 0, 0, 'regular', 1, 1471647542),
  758. (193, 'hey guys its harambe here', 'love me', 1, '', 0, 0, 'regular', 1, 1471649151),
  759. (194, '[ Content Deleted ]', '[ Content Deleted ]', 21, '', 0, 0, 'regular', 1, 1471648096),
  760. (207, 'The user Item has been fired.', 'For breaking the TOS. From uploading items that are not his, to alt hoarding.\r\nWe are sorry for this inconvenience, and that we lost a staff member so early.\r\n\r\nbut real talk, he only had the job for like an hour lmao ', 3, '', 0, 0, 'regular', 1, 1471658660),
  761. (195, 'Trade', 'https://www.avatar-network.tk/Groups/Group.php?ID=6', 21, '', 0, 0, 'regular', 1, 1471649004),
  762. (196, 'Don''t think I''ve ever had such a lucky day..', 'First, I made glowing purple eyes that several people liked. Second, I made the Purple hood that everybody liked. Third, everybody started recoloring my hood. Fourth, I managed to get 4 limiteds in one day. Fifth, I won a Platinum membership and some bux.\r\n\r\n\r\n10/10 would love another one of these days.', 59, '', 0, 0, 'regular', 1, 1471650025),
  763. (197, 'Zeus', 'I got my username changed to Item :)', 21, '', 0, 0, 'regular', 1, 1471650060),
  764. (198, 'orange set is now worth 5k', 'https://www.avatar-network.tk/Store/Item.php?ID=43\r\nthanks to me ', 3, '', 0, 0, 'regular', 1, 1471650561),
  765. (199, '>2 limiteds come out', '>gets taken off\r\n>no refunds\r\nwow', 48, '', 0, 0, 'regular', 1, 1471651351),
  766. (200, 'I love you lil wayne', ':-) ', 54, '', 0, 0, 'regular', 1, 1471655739),
  767. (201, 'And the winner is...', 'Dark!\r\nCongratulations! Make an item for 1,000 BUX, and I will buy it!\r\nMore events will be coming!', 3, '', 0, 0, 'regular', 1, 1471651798),
  768. (202, 'new update', 'my dev is now making it so you can own multiple limiteds at once\r\n\r\nyou can only buy 1 limited before it sells out and then when it sells out you can buy other people''s limiteds\r\n\r\nhelpful for trading\r\n\r\nthe alt hoarding thing is still counted', 1, '', 0, 0, 'regular', 1, 1471652489),
  769. (203, 'thank you everyone.', '90 users? earlier today we were at only 79!\r\nyou guys are the freaking best. whether you came from bloxcity, social-avatar, doesn''t matter.\r\n\r\nyou are all awesome.', 3, '', 0, 0, 'regular', 1, 1471652613),
  770. (277, 'Future Contest Information', 'This is not describing details of a contest, yet it''s listing a few of the prizes that are available to the public.\r\n\r\n1. https://www.avatar-network.tk/Store/Item.php?ID=35\r\n2. https://www.avatar-network.tk/Store/Item.php?ID=34\r\n3. https://www.avatar-network.tk/Store/Item.php?ID=36\r\n\r\nThese are listed in the order of rarity, and how you will know these are the prize, or one of the prizes is up to whoever decides to host said giveaway/contest/event.\r\n\r\nIn the future there will also be contests to have a user made hat put into the main shop as a regular hat. Users who make items in the user shop may be randomly approached about this as well.', 14, '', 0, 0, 'sticky', 1, 1471746792),
  771. (206, 'ITEM CREATION Event', 'https://www.avatar-network.tk/Forum/ViewThread.php?ID=204\r\n\r\nI posted this up there so it wouldn''t get lost.', 14, '', 0, 0, 'regular', 1, 1471657463),
  772. (208, '[VIDEO EVENT] Best Intro for Avatar-Network', 'Here it is. It''s simple. Make a good video with text that explains Avatar-Network in a short 30 second video. Make sure it''s ATLEAST 30 seconds and not higher. You may make your video fast because it is a 30 second video.\r\n\r\nGood luck! Put your submissions in the comments below.', 1, '', 0, 0, 'regular', 1, 1471722003),
  773. (209, 'how do you all like the new premium badges?', 'made it myself\r\n\r\nlol jk i just went to the bloxcity forum and made it for my site\r\npls dont sue g0dfrey', 1, '', 0, 0, 'regular', 1, 1471660580),
  774. (210, 'wat is this supposed to be?', 'https://www.avatar-network.tk/Store/Item.php?ID=71\r\nit''s a little wierd', 48, '', 0, 0, 'regular', 1, 1471662140),
  775. (211, 'I missed every one of those limiteds', 'From the black hood onwards rip. \r\n\r\n\r\n\r\nBut my excuse is I was asleep.', 66, '', 0, 0, 'regular', 1, 1471688937),
  776. (212, 'Hello ;)', 'Hi ;)', 97, '', 0, 0, 'regular', 1, 1471678841),
  777. (228, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 1, 1471697037),
  778. (242, 'Why registration is down?', 'It''s broken', 30, '', 0, 0, 'regular', 1, 1471707681),
  779. (229, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 1, 1471698091),
  780. (224, 'people are geting into our shop', 'and uploading items\r\nhelp', 48, '', 0, 0, 'regular', 1, 1471694668),
  781. (225, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 1, 1471694176),
  782. (226, 'There is literally', '5 or 6 people on the site rn\r\n\r\nxddd', 66, '', 0, 0, 'regular', 1, 1471694320),
  783. (227, 'Join The Discord Server!', 'https://discord.gg/3ZYwz', 29, '', 0, 0, 'regular', 1, 1471694460),
  784. (223, 'GROUP ERROR!', 'I wasted 1,000 Bux to buy a group and it said wait approx ten minutes and nothing has happened!', 29, '', 0, 0, 'regular', 1, 1471690622),
  785. (221, 'Whats wrong?', 'with the forums?', 29, '', 0, 0, 'regular', 1, 1471688228),
  786. (222, 'Hilarious how many times my bucket redraw got copied and pasted xD', 'well, it look better than original.', 27, '', 0, 0, 'regular', 1, 1471689937),
  787. (220, 'Why text color is white?', 'I can''t read anything.', 30, '', 0, 0, 'regular', 1, 1471681404),
  788. (238, 'Disregard MJ''s posts.', 'They''ll be deleted as soon as I can figure out how to see through this very grey text.', 14, '', 0, 0, 'regular', 1, 1471706350),
  789. (230, 'gg dj', 'but did you change the owners password too? ', 48, '', 0, 0, 'regular', 1, 1471698546),
  790. (231, 'I was just trolling you!', 'there are some bugs on site etc... kk\r\nnothing has been changed! we are trying to fix bugs!', 29, '', 0, 0, 'regular', 1, 1471704109),
  791. (232, '[ Content Deleted ]', '[ Content Deleted ]', 29, '', 0, 0, 'regular', 1, 1471703687),
  792. (233, 'Could someone make a pitchfork?', 'So I could complete my awesome Satan look!\r\n\r\nI am exertioz btw!', 54, '', 0, 0, 'regular', 1, 1471707071),
  793. (244, '@people from bloxcity', 'I''m Falcon btw.\r\n\r\n\r\nProbably missing the stream and maybe the gameplay vid if it''s released today, since my computer has a virus. Tough luck for me, the only inaccessable browser pages for me are 1. ROBLOX and 2. BLOXCity.\r\n\r\nGG', 66, '', 0, 0, 'regular', 1, 1471726907),
  794. (235, 'Lil Wayne', 'Can we get another limited pls? ', 66, '', 0, 0, 'regular', 1, 1471704559),
  795. (239, 'Good job all users who reached over 1k.', 'https://www.avatar-network.tk/rich.php\r\nYou''re dominating Avatar-Network, and our economy.\r\nGreat job to people who reached over 10,000!\r\n(and the infinites.. hehe)', 3, '', 0, 0, 'regular', 1, 1471705751),
  796. (240, 'selling rainbow background for 600', 'pm me', 66, '', 0, 0, 'regular', 1, 1471705821),
  797. (241, 'selling silver twinkle for 900', 'buy it bbs', 48, '', 0, 0, 'regular', 1, 1471705952),
  798. (243, 'Demand refund bux.', 'I didnt know all items I bought will be deleted.\r\n\r\nI dont have any bux.\r\n\r\n\r\n\r\n\r\n#WorstSiteEver\r\n#CantRefundUsers', 102, '', 0, 0, 'regular', 1, 1471716418),
  799. (245, 'Was my pitchfork declined?', 'I uploaded a pitchfork like an hour ago and it''s still not in the usershop. I don''t see why it would have been declined though, as I did make it myself.', 59, '', 0, 0, 'regular', 1, 1471713069),
  800. (246, 'Is "marketing" thread...', 'allowed here?\r\n\r\nLike "send trades" or "selling ___ for __" stuff?\r\n\r\nIf so, selling rainbow background for 300\r\n\r\nhttps://www.avatar-network.tk/Store/Item.php?ID=32\r\n\r\nIts cos I have 0 bux, Nelots gave me good start which I thank him. :D', 102, '', 0, 0, 'regular', 1, 1471721200),
  801. (247, 'Pass on the word that the site is back on.', 'Lets go for 20 online users today.', 14, '', 0, 0, 'regular', 1, 1471713976),
  802. (248, 'twszt', 'dsxfas', 1, '', 0, 0, 'regular', 1, 1471725281),
  803. (254, 'Annnnnd it''s broken.', 'I tried uploading that new face like 7 times.. it kept saying "this item already exists". No it doesn''t.. so I re-tried it. Several time.\r\n\r\n\r\nAnd now that it''s finally here, I can''t put it on. RIP.', 59, '', 0, 0, 'regular', 1, 1471726977),
  804. (250, '5k profit', 'Item\r\nJust sold red glowing eyes to nelots for 15k which is a 3/3 copy then I bought a 1/2 copy for 10k 5k profit :) ', 21, '', 0, 0, 'regular', 1, 1471726460),
  805. (252, 'group feature', 'we should have ranks!\r\nLike you can customise the names and add ranks I think it would be really cool@', 21, '', 0, 0, 'regular', 1, 1471726407),
  806. (253, 'Watching the Streamroller!', 'Currently watching BLOXcity''s streamroller!', 56, '', 0, 0, 'regular', 4, 1471721560),
  807. (255, 'buying yellow glowing eyes', 'post below how much you want for it', 3, '', 0, 0, 'regular', 1, 1471726669),
  808. (256, 'buying any limiteds i don''t own', 'please!\r\ni need some!', 3, '', 0, 0, 'regular', 1, 1471727597),
  809. (257, 'nelots is amazing at making cash', 'this guy joined yesterday i think and already has 3k\r\nnow he almost has 5k\r\no.o\r\nhttps://www.avatar-network.tk/rich.php', 3, '', 0, 0, 'regular', 1, 1471727385),
  810. (258, 'GOING ON A UPLOADING SPREE!!', 'GOD YOU BETTER BE READY!', 21, '', 0, 0, 'regular', 1, 1471727089),
  811. (259, 'Quick question,', 'why the hell are the Glowing Yellow Eyes a background?', 59, '', 0, 0, 'regular', 1, 1471728344),
  812. (260, 'BUYING HEADLESS FOR 5K', 'PLEASEEEEEEEEEEE', 3, '', 0, 0, 'regular', 1, 1471785552),
  813. (261, 'Buying yellow indy for 400 bux!', 'PM me!', 56, '', 0, 0, 'regular', 1, 1471728694),
  814. (262, 'if you''re not gonna buy something', 'mind not crapposting on my thread with "no" or some meaningless comment?\r\nkthx', 3, '', 0, 0, 'regular', 1, 1471728484),
  815. (263, 'buying a limited you already got', 'doesnt work :/', 21, '', 0, 0, 'regular', 1, 1471728751),
  816. (264, 'going offline!', 'bai bai', 56, '', 0, 0, 'regular', 1, 1471728951),
  817. (265, 'admins help', 'I cant remove my sale on the headless item :/', 21, '', 0, 0, 'regular', 1, 1471729194),
  818. (266, 'Who likes my new username?', 'Hmmmm?', 14, '', 0, 0, 'regular', 1, 1471730933),
  819. (267, 'imma be uploadig missing body parts', 'so be ready for them', 48, '', 0, 0, 'regular', 1, 1471733570),
  820. (268, 'How do i make an item?', 'Title says it. How do i make an item? Like how do i make a hat?', 95, '', 0, 0, 'regular', 1, 1471733986),
  821. (269, 'Custom Hat', 'Just fill out these questions \r\nhttps://goo.gl/forms/QoEkRWH4OKBb5kYz1', 21, '', 0, 0, 'regular', 1, 1471732764),
  822. (270, 'Admins,', 'You REALLY need to work on releasing at least HALF the amount of limiteds during other time zones. 3 or 4 limiteds released while I''ve been in bed, and throughout the day my time I literally got ONE limited.\r\n\r\nI''m going to sleep now, I''m sure in the next few hours there will be a cr@p ton of limiteds and I''ll probably have been ignored.\r\n\r\nIf your wondering, I''m in England and its currently 11:40PM.', 66, '', 0, 0, 'regular', 1, 1471734545),
  823. (271, 'Limited Rule', 'YOU CAN ONLY UPLOAD 1 LIMITED PER 4 ITEMS. IF YOU DONT AGREE BY THIS, YOU MIGHT JUST NOT BE GOOD ENOUGH FOR STAFF.', 1, '', 0, 0, 'sticky', 1, 1471733209),
  824. (272, 'GIVEAWAY', 'All you got to do is be in my group Trade and read the commentary!', 21, '', 0, 0, 'regular', 1, 1471733749),
  825. (273, 'look at his badges lmao', 'https://www.avatar-network.tk/user.php?ID=21', 3, '', 0, 0, 'regular', 1, 1471748038),
  826. (274, 'Who remembers this?', 'https://www.youtube.com/watch?v=-rKvmI5FOhg', 59, '', 0, 0, 'regular', 1, 1471737506),
  827. (275, 'RAGE-GOD-MODE', 'RAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH', 14, '', 0, 0, 'regular', 1, 1471737881),
  828. (276, 'please don''t use my content', 'you are using images that were made by my designer, for avatar-nation.\r\n\r\ni would greatly appreciate it because i still use that content', 124, '', 0, 0, 'regular', 1, 1471743017),
  829. (278, 'About my banhammer...', 'Anybody else notice that it looks like an iPhone on a selfie stick?', 59, '', 0, 0, 'regular', 1, 1471787026),
  830. (279, 'Nice color changes,', 'they look great. I like the darker background much more then the white!', 59, '', 0, 0, 'regular', 1, 1471790146),
  831. (280, 'Wow, is this USA site?', 'I missed every newest limiteds now.\r\n\r\nGG\r\n\r\nI have 1,100 bux but I cant even buy myself a one collectible cause of users who uploads limiteds during night and during day there is almost none.\r\n\r\n\r\n\r\ny so must every site be scheluded with usa time.', 102, '', 0, 0, 'regular', 1, 1471789848),
  832. (281, 'In 3 days (give or take)', 'I became the richest user on this site! (not including everybody with the absurd amounts of cash)\r\n\r\nYay life. Now if only people would actually sell me their limiteds.', 59, '', 0, 0, 'regular', 1, 1471786754),
  833. (282, 'And I''m Back!', 'This time i wont Hack into the site k!', 127, '', 0, 0, 'regular', 1, 1471802829),
  834. (283, '15k profit', 'id think nelots heard this but when rem releases a new limited he''s gonna delete the red glowing hrons so as I was saying nelots offerd me 10k on my red glowing horns I told myself do it but I put it on sale for 15k and nelots bought it so 15k profit :)', 21, '', 0, 0, 'regular', 1, 1471794453),
  835. (284, 'We gotta advertise', 'Need more users!', 14, '', 0, 0, 'regular', 1, 1471796148),
  836. (285, 'Need an agent!', 'Need an experience agent to help me with my trading buyin and selling will get paid weekly at high wage reply down below if interested.', 21, '', 0, 0, 'regular', 1, 1471794611),
  837. (286, '[ Content Deleted ]', '[ Content Deleted ]', 127, '', 0, 0, 'regular', 1, 1471794897),
  838. (287, 'Hoping that...', 'My idea about minigames will be a thing.\r\nHere''s link to it btw: https://www.avatar-network.tk/Forum/ViewThread.php?ID=183', 30, '', 0, 0, 'regular', 1, 1471802802),
  839. (288, 'Muhahahaha!', 'My minions will destroy this website!\r\n\r\njk', 54, '', 0, 0, 'regular', 1, 1471801582),
  840. (289, 'Hi i am new', 'Donate plz ;)', 132, '', 0, 0, 'regular', 1, 1471802065),
  841. (290, 'looking to buy any limiteds', 'post below if you''re selling any!\r\ni''ll buy any of the buckets for 10k auto', 3, '', 0, 0, 'regular', 1, 1471802228),
  842. (291, 'what is up drama alert nation', 'I''M YOUR HOST, KILLER DYLAN!!!!!!!!!!!!!!', 131, '', 0, 0, 'regular', 1, 1471802787),
  843. (292, 'SECOND THREAD TO EVER LIVE', 'SSSSSSSSSSSSSSSSSSSSSS', 134, '', 0, 0, 'regular', 2, 1471810881),
  844. (293, 'made this evil bag', 'now it''s in the shop', 131, '', 0, 0, 'regular', 1, 1471803265),
  845. (294, 'Make a kfc bucket hat', 'plz ;)', 132, '', 0, 0, 'regular', 1, 1471803142),
  846. (295, 'If you post anything inapropriate I will find your post and delete it', 'ikr, its a norm thing, i could swing my banhammer but no i''m really nice but don''t get me angry.', 133, '', 0, 0, 'regular', 1, 1471803756),
  847. (296, 'i like cheese', 'i love avatar network', 134, '', 0, 0, 'regular', 1, 1471804867),
  848. (297, 'discord', 'discord.gg/kHQezuq', 3, '', 0, 0, 'regular', 1, 1471803400),
  849. (298, '[ Content Deleted ]', '[ Content Deleted ]', 130, '', 0, 0, 'regular', 1, 1471804701),
  850. (299, 'Hello. ', 'Might start posting around here despite the cringe-inducing community.', 42, '', 0, 0, 'regular', 1, 1471804931),
  851. (300, 'the bird killed the bee by eating it''s stomach (so gruesome)', 'come at me bro', 130, '', 0, 0, 'regular', 1, 1471804835),
  852. (301, 'fun forum game (super fun for all ages)', 'describe the person above you', 130, '', 0, 0, 'regular', 1, 1471805070),
  853. (302, 'its a taco!!!', 'wait no because there is no taco hat ;-;\r\n\r\nsign petition to add taco item:\r\n~flippy', 130, '', 0, 0, 'regular', 1, 1471805125),
  854. (303, 'Meghan Dogtrainer', '>obviously a 1 hit wonder trying too hard', 42, '', 0, 0, 'regular', 1, 1471806094),
  855. (304, 'missed that nice background', 'Damn...could''ve afforded it.', 66, '', 0, 0, 'regular', 1, 1471805253),
  856. (305, 'Keep releasing them limiteds guys', 'loving them (although today the only one ive gotten are those new eyes)', 66, '', 0, 0, 'regular', 1, 1471805548),
  857. (306, 'Goes afk for half hour.', '>Waits hour waiting in shop\r\n>Only 1 item non-CC gets releases\r\n\r\n\r\n>Takes 30 minute break\r\n>New CC comes with 4 in stock\r\n\r\n\r\n\r\n\r\nExcuse me but this site has f!cked up schelude.\r\n\r\nThx.\r\n\r\nNow they will but octillion in price coz y not.', 102, '', 0, 0, 'regular', 1, 1471806299),
  858. (307, 'Lifetime premium!', 'Yay!', 72, '', 0, 0, 'regular', 1, 1471808586),
  859. (308, '3RD THREAD', 'IN EXISTENCE', 139, '', 0, 0, 'regular', 2, 1471806484),
  860. (309, 'release more non lims', 'so you can release a lim', 66, '', 0, 0, 'regular', 1, 1471806825),
  861. (310, 'Hello everyone!', 'I am starting to branch off into this site, sup!', 15, '', 0, 0, 'regular', 1, 1471807511),
  862. (311, 'this is filthy', 'you get it', 143, '', 0, 0, 'regular', 1, 1471807612),
  863. (326, 'CONTEST! ', 'Anyone who posts signed in the replies will get a group for themselves of their choice (Not bad in any way)\r\n\r\nSo come on enter!', 133, '', 0, 0, 'regular', 1, 1471810494),
  864. (313, 'a golden bucket of mine is getting sold', 'for 150k\r\n\r\n\r\nthink im getting robbed or eh?', 66, '', 0, 0, 'regular', 1, 1471808647),
  865. (314, 'nice meme', 'xdeee', 146, '', 0, 0, 'regular', 1, 1471807839),
  866. (315, '[ Content Deleted ]', '[ Content Deleted ]', 102, '', 0, 0, 'regular', 1, 1471807868),
  867. (344, 'i have a video', 'https://www.youtube.com/watch?v=T0UYd6TnTfM', 134, '', 0, 0, 'regular', 3, 1471828387),
  868. (316, '[OFFICIAL EVENT] Post to Win!', 'Post here for a chance to win 1,000 BUX!\r\nGood luck!', 3, '', 0, 0, 'regular', 1, 1471814090),
  869. (322, 'Whats better? Boneless Chicken or Chicken with bones', 'Honestly Boneless chicken is good', 133, '', 0, 0, 'regular', 1, 1471808951),
  870. (318, 'you know sportakus', 'i''m willing to give you your own personal limited or 1k cash', 3, '', 0, 0, 'regular', 1, 1471808422),
  871. (328, 'Rich List-', 'Why are there users with infinite amounts of Bux? That''s not good.', 42, '', 0, 0, 'regular', 1, 1471810773),
  872. (329, 'I apologize', 'For the inconvenience about the shades I uploaded.', 15, '', 0, 0, 'regular', 1, 1471810859),
  873. (332, 'GIVEAWAY!!!', 'Hello, I''m Zajek, your new moderator.\r\n\r\nTo celebrate the new flood of active players plus the hiring of myself and the other admins, we''re going to do a giveaway.\r\n\r\nWhoever has the coolest namesnipe below wins!\r\n\r\nWe will have a Top 3 winners with prizes distributed by myself.', 72, '', 0, 0, 'regular', 1, 1471812072),
  874. (331, '[ Content Deleted ]', '[ Content Deleted ]', 149, '', 0, 0, 'regular', 1, 1471809376),
  875. (334, '21 users online?!', 'A milestone!', 30, '', 0, 0, 'regular', 1, 1471811562),
  876. (335, 'oh okay', 'HERE COME DAT BOI', 131, '', 0, 0, 'regular', 1, 1471809699),
  877. (340, 'Rate my new look', '>>>:))))', 72, '', 0, 0, 'regular', 1, 1471811341),
  878. (341, '[ Content Deleted ]', '[ Content Deleted ]', 66, '', 0, 0, 'regular', 1, 1471811263),
  879. (337, 'The site was laggy', 'Hoping it will get better servers in future.', 30, '', 0, 0, 'regular', 1, 1471810759),
  880. (338, 'Official Giveaway Threads', 'https://www.avatar-network.tk/Forum/ViewThread.php?ID=316\r\n\r\nhttps://www.avatar-network.tk/Forum/ViewThread.php?ID=332', 72, '', 0, 0, 'regular', 1, 1471810295),
  881. (339, 'If you''re reading this thread right now.', '[ Content Deleted ]', 157, '', 0, 0, 'regular', 2, 1471876706),
  882. (343, 'BLOXCity is garbage', 'Games will never come out, they''ll just keep stalling and stalling.', 158, '', 0, 0, 'regular', 4, 1471879966),
  883. (342, 'Rate my new look', 'lookin good!', 139, '', 0, 0, 'regular', 1, 1471811560),
  884. (345, 'JOIN DISCORD FOR AN EVENT', 'https://discord.gg/8aukV', 3, '', 0, 0, 'regular', 1, 1471811611),
  885. (346, 'who here has a computer and goes to avatar network', 'i do', 134, '', 0, 0, 'regular', 1, 1471811707),
  886. (347, '[ Content Deleted ]', '[ Content Deleted ]', 158, '', 0, 0, 'regular', 1, 1471811998),
  887. (348, '[ Content Deleted ]', '[ Content Deleted ]', 66, '', 0, 0, 'regular', 1, 1471812067),
  888. (349, 'ven2', 'youre my favorite person on this site', 134, '', 0, 0, 'regular', 1, 1471812102),
  889. (350, 'hey ven2', 'triggered or naw\r\ntriggered or naw', 3, '', 0, 0, 'regular', 1, 1471812167),
  890. (351, 'VEN2 FAN GROUP', 'https://www.avatar-network.tk/Groups/Group.php?ID=12', 134, '', 0, 0, 'regular', 1, 1471813390),
  891. (352, 'I guess I shouldn''t have ', 'Shown this site to ven/ven2. \r\n', 42, '', 0, 0, 'regular', 1, 1471815224),
  892. (353, 'NEW LIMITED', 'SNIPEE ITTT', 139, '', 0, 0, 'regular', 1, 1471812897),
  893. (354, 'Forumer''s Group!', 'https://www.avatar-network.tk/Groups/Group.php?ID=14\r\nJoin our community.\r\nEVERYONE IS WELCOMED!', 61, '', 0, 0, 'regular', 1, 1471814101),
  894. (355, 'post if ur', 'mlg memer', 66, '', 0, 0, 'regular', 1, 1471813567),
  895. (356, 'BUYING ANY TYPE OF EYES FOR 200K', 'SELL IT!!', 139, '', 0, 0, 'regular', 1, 1471813914),
  896. (357, 'when are these events ending', 'make it soon please, it''s 10:20PM here where I live', 66, '', 0, 0, 'regular', 1, 1471814877),
  897. (358, 'DONATING 500 BUX', 'EVERY USER, POST YOUR DONATION LINKS BELOW!!!!!!!!!\r\n\r\nMUST JOIN GROUP FOR DONATION - \r\nhttps://www.avatar-network.tk/Groups/Group.php?ID=14\r\n\r\nDo not abuse my generosity, im watching u guys', 61, '', 0, 0, 'regular', 1, 1471817258),
  898. (359, 'its literally item hour', 'items wont stop coming', 48, '', 0, 0, 'regular', 1, 1471815061),
  899. (360, 'up for 1k', 'https://www.avatar-network.tk/Store/Item.php?ID=146', 53, '', 0, 0, 'regular', 1, 1471816099),
  900. (361, 'stahp drowning us in items', 'it''s making a frighten', 48, '', 0, 0, 'regular', 1, 1471815826),
  901. (362, 'i think you should stop the item spree', 'in 15 minutes', 66, '', 0, 0, 'regular', 1, 1471815926),
  902. (363, '[ Content Deleted ]', '[ Content Deleted ]', 130, '', 0, 0, 'regular', 1, 1471815966),
  903. (366, 'need 50 bux back admins', 'two limiteds i bought were deleted', 66, '', 0, 0, 'regular', 1, 1471817296),
  904. (364, '[ Content Deleted ]', '[ Content Deleted ]', 139, '', 0, 0, 'regular', 1, 1471816510),
  905. (365, 'item spree over already?', 'atleast keep going ''till the hour', 66, '', 0, 0, 'regular', 1, 1471816486),
  906. (367, 'SNIPE THIS', 'http://www.avatar-network.tk/Store/Item.php?ID=124', 148, '', 0, 0, 'regular', 1, 1471817894),
  907. (370, '>Banned for something stupid', 'Seems legit.\r\n\r\nGod''s really pissed off that I proved him wrong isn''t he?', 162, '', 0, 0, 'regular', 1, 1471817573),
  908. (371, 'lolwtf', 'Damn right you put ''...owner(s)''.\r\n\r\nYou do not own those hoods, God.\r\n\r\nInfact, give credit to Nelots, it was hit idea originally and he put the effort into making them.', 66, '', 0, 0, 'regular', 1, 1471817613),
  909. (369, 'Join our discord!', 'https://discord.gg/tQqYHy2', 131, '', 0, 0, 'regular', 1, 1471816987),
  910. (372, 'Am i allowed to use the bucket design?', 'I''m gonna try to make one, am i allowed to use it?', 131, '', 0, 0, 'regular', 1, 1471817456),
  911. (373, 'refund?', 'i bought some limtied from zajek, it got deleted\r\n\r\ncan i get a refund?', 148, '', 0, 0, 'regular', 1, 1471817887),
  912. (374, 'Unban my main', 'Unfairly banned.\r\n\r\n- Zajek', 162, '', 0, 0, 'regular', 1, 1471817919),
  913. (375, '300TH FORUM!', 'SNOIPE!', 21, '', 0, 0, 'regular', 1, 1471817915),
  914. (376, '[ Content Deleted ]', '[ Content Deleted ]', 72, '', 0, 0, 'regular', 1, 1471818236),
  915. (401, 'Zajek you can re-apply at a later date', 'You can really. and you can come back to the team!', 133, '', 0, 0, 'regular', 1, 1471823507),
  916. (377, 'I used to look like a wimp', 'now i look rich.', 48, '', 0, 0, 'regular', 1, 1471818338),
  917. (378, 'BUYING LIMITEDS', 'Just reply saying your willing to and I will pm you a offer!', 21, '', 0, 0, 'regular', 1, 1471818174),
  918. (379, 'Got my custom sql bucket', 'Woo!', 139, '', 0, 0, 'regular', 1, 1471818545),
  919. (380, 'goodnight', 'sleep triggered ;)', 66, '', 0, 0, 'regular', 1, 1471818437),
  920. (381, 'HOLY MOLY MY INVISIBLE CHARACTER BODY WORKS', 'OMFGG BUY IT', 139, '', 0, 0, 'regular', 1, 1471819174),
  921. (382, 'lol this badge', 'https://gyazo.com/fe3ce7fc565f917596c16b4cc617eddf', 131, '', 0, 0, 'regular', 1, 1471827382),
  922. (383, 'Be on your best behaviour', 'Cause i''m gonna be swinging the ban hammer if you don''t!', 133, '', 0, 0, 'regular', 1, 1471824798),
  923. (384, 'TO THE HAT COPIERS', 'I can see what you did and I have authority to ban you. So be careful and have a good day!\r\n\r\n-plainoldbread', 133, '', 0, 0, 'regular', 1, 1471820623),
  924. (385, 'make sure you don''t', 'get hit by the iphone hammer. Iphones will make you have a bad time because that''s how apple roles.', 131, '', 0, 0, 'regular', 1, 1471819767),
  925. (386, 'what do you think of this hat', 'http://www.avatar-network.tk/Store/UserItem.php?ID=197', 131, '', 0, 0, 'regular', 1, 1471819942),
  926. (387, '[ Content Deleted ]', '[ Content Deleted ]', 72, '', 0, 0, 'regular', 1, 1471820546),
  927. (388, 'As I am certainly about to be terminated.', '[ Content Deleted ]', 72, '', 0, 0, 'regular', 1, 1471821137),
  928. (389, 'another item deleted....', 'wasting my bux yo', 148, '', 0, 0, 'regular', 1, 1471820971),
  929. (402, '[ Content Deleted ]', '[ Content Deleted ]', 131, '', 0, 0, 'regular', 1, 1471856966),
  930. (391, 'It looks like harambe', 'is wearing my bucket.', 131, '', 0, 0, 'regular', 1, 1471823342),
  931. (392, 'diy rainbow dominus was deleted', 'ripppp', 148, '', 0, 0, 'regular', 1, 1471858726),
  932. (403, 'People are posting inapropriate things in the general discord', 'stop pls', 133, '', 0, 0, 'regular', 1, 1471875629),
  933. (405, '@Admins Reminder', 'Please use the correct subforums, you have to as well.', 14, '', 0, 0, 'regular', 1, 1471827501),
  934. (395, '[ Content Deleted ]', '[ Content Deleted ]', 72, '', 0, 0, 'regular', 1, 1471854915),
  935. (407, 'You people', 'release way too many limiteds at one time. I feel bad for the people that live in countries other then the US and come online to see 20 collectible released that they missed, and have none they can actually buy.', 59, '', 0, 0, 'regular', 1, 1471876299),
  936. (406, 'UMBELLI UMBELLI UMBELLI', 'COME TO THE BIG BLEW HOEUSE', 133, '', 0, 0, 'regular', 2, 1471827550),
  937. (408, 'Was the scribbled dominus deleted?', 'As limited? PRety sure what I have on now was removed from shop.\r\n\r\nAnd also there was limited that costed originally 500 bux, but I do not see that limited in shop again.\r\n\r\n>wastingbuxlikejackassandnotknowingwhichgetdeleted\r\n\r\n#ShoppingRussianRoulette', 102, '', 0, 0, 'regular', 1, 1471879393),
  938. (409, 'how y''all doing', 'to the other 3 online', 66, '', 0, 0, 'regular', 1, 1471875576),
  939. (410, 'Why was my ''Injured'' body deleted?', 'I loved that thing.. and it was deleted. Why? It looked beautiful!\r\n\r\nLegit really upset that thing was deleted. There was nothing wrong with it..', 59, '', 0, 0, 'regular', 1, 1471874965),
  940. (411, 'GAMES THIS WEEK!', 'All aboard hype train!', 30, '', 0, 0, 'regular', 4, 1471879987),
  941. (412, '[ Content Deleted ]', '[ Content Deleted ]', 66, '', 0, 0, 'regular', 1, 1471875544),
  942. (418, 'Any coming updates except layout?', 'For example, signatures, improved shop layout, bugfixes or anything?', 30, '', 0, 0, 'regular', 1, 1471876518),
  943. (413, 'Sunglasses for sale! [DISCOUNT]', 'https://www.avatar-network.tk/Store/UserItem.php?ID=171\r\n\r\n"MAYBE makes you hot..."\r\nfrom 333 bux to 50 bux discount!', 140, '', 0, 0, 'regular', 1, 1471861229),
  944. (414, 'as far as i can remember', 'the LeafyIsHere mask and the DIY Rainbow Dominus were the only limiteds that were in a way ''demoted'' to non-limiteds.', 66, '', 0, 0, 'regular', 1, 1471861324),
  945. (415, 'soo, i lost 500 bux, right?', 'yesterday i bought zajek really bad limited dominus and paper bag for 515 bux, now i dont get refund\r\n\r\ngg ', 140, '', 0, 0, 'regular', 1, 1471891246),
  946. (416, 'My long list of problems with this site', 'Prepare to either read a LOT or exit out of this thread.\r\n\r\nEvery mod/admin shouldn''t be able to upload items to the shop, because we end up with like 30 limiteds a day ALL being released at one time. One admin uploads and item, and all the other admins think "oh right, I haven''t uploaded mine yet". Smart people will be able to see this happens every day, and when one limited is released they''ll F5-bomb the shop and buy every one of them. This means the same group of people will end up with every single limited item every day. No chances for the others. They''re also very random items and some shouldn''t even BE limited. I''ll put links to SOME of them at the bottom of this.\r\n\r\nToo many characters, I''ll proceed in the comments.', 59, '', 0, 0, 'regular', 1, 1471959707),
  947. (417, 'FanArt Contest', 'The winner of the fanart contest gets a prize decided by the admins.\r\nEither a BUX giveaway, or a free limited, or etc.\r\nAdmins choice!\r\n\r\nPost a link to your imgur (Yes use that for the fanart, its a image uploading and hosting site) In the reply to this post.\r\n\r\nContest runs from now to September 10th 2016', 133, '', 0, 0, 'regular', 1, 1471875466),
  948. (419, 'EVERYONE WHO BOUGHT GREEN EYES', 'Post a link below for a refund, 666 bux.\r\n\r\nThe artist who uploaded didn''t follow the rule so it was deleted for now.', 14, '', 0, 0, 'regular', 1, 1471884962),
  949. (420, 'If the admins could add a chat section', 'it''ll be nice', 133, '', 0, 0, 'regular', 1, 1471880408),
  950. (421, 'Rate my outfit!', 'Use rmade shades!\r\nRare af Indy!', 14, '', 0, 0, 'regular', 1, 1471881967),
  951. (422, 'uh wot', 'Offensive Content: Title: [ Content Deleted ] Body: [ Content Deleted ] \r\n\r\n\r\ndam i guess we cant say [Content Deleted] anymore', 130, '', 0, 0, 'regular', 1, 1471882340),
  952. (423, 'post if ur', '...online\r\n\r\n\r\n\r\n\r\n\r\nalso trading is a premium-only feature rite?\r\n\r\nbecause someone sent me a msg asking to trade ecks dee', 66, '', 0, 0, 'regular', 1, 1471890239),
  953. (424, 'why hasnt my background been uploaded', 'it''s been a couple days now :/', 21, '', 0, 0, 'regular', 1, 1471891515),
  954. (425, 'theres been 4 items', 'limited confirmed!/?', 66, '', 0, 0, 'regular', 1, 1471891890);
  955. INSERT INTO `Threads` (`ID`, `Title`, `Body`, `PosterID`, `OriginalTitle`, `OriginalBody`, `Locked`, `Type`, `tid`, `bump`) VALUES
  956. (426, 'release the limiteds!!!!!!!!!!!!', 'COME FORTH!', 21, '', 0, 0, 'regular', 1, 1471894110),
  957. (427, 'Help!', 'I cant remove scribbled dominus that I have now. If I wear any other hat that replaces it, it doesnt but shows code near "wear" text.\r\n\r\nAnyone purge me?', 102, '', 0, 0, 'regular', 1, 1471892443),
  958. (428, 'is lil wayne coming on?', 'then we can have 2 artists\r\n\r\n\r\n\r\nmissed that crown LOLRIP', 66, '', 0, 0, 'regular', 1, 1471893651),
  959. (429, '[ Content Deleted ]', '[ Content Deleted ]', 66, '', 0, 0, 'regular', 1, 1471948164),
  960. (430, 'Andddddd now I''m poor.', 'Just burned through 100k, WOO!', 59, '', 0, 0, 'regular', 1, 1471948077),
  961. (431, 'anybody wanna trade', 'anybody I wil give decent offers thats good for both sides :)', 21, '', 0, 0, 'regular', 1, 1471895051),
  962. (432, 'Pink Starslide', 'is worth over 500k?\r\n\r\n\r\nSeems a good price, I''d agree.', 66, '', 0, 0, 'regular', 1, 1471894956),
  963. (433, 'about a value list', 'the dominus'' and buckets will be top of list guaranteed', 66, '', 0, 0, 'regular', 1, 1471895122),
  964. (440, 'more items pls?', 'plspslsp\r\n\r\n\r\n', 66, '', 0, 0, 'regular', 1, 1471900047),
  965. (441, 'going off in a bit', 'like in 15 minutes\r\n\r\n\r\ncan u release another lim pls lil or god?', 66, '', 0, 0, 'regular', 1, 1471901381),
  966. (442, 'Official Avatar Network Value List!', 'http://pastebin.com/DAwbuTCN\r\n\r\nCredit to 420 for writing most of it down.', 14, '', 0, 0, 'sticky', 1, 1471902309),
  967. (443, 'VALUE LIST IS OUT ', 'http://pastebin.com/DAwbuTCN', 14, '', 0, 0, 'regular', 1, 1471946957),
  968. (435, 'did god seriously buy this!?', 'https://www.avatar-network.tk/Store/UserItem.php?ID=251', 21, '', 0, 0, 'regular', 1, 1471948116),
  969. (436, '[ Content Deleted ]', '[ Content Deleted ]', 21, '', 0, 0, 'regular', 1, 1471900501),
  970. (437, 'Cs go', 'anybody want to play cs go?', 21, '', 0, 0, 'regular', 2, 1471909287),
  971. (444, '"All users; the economy is getting reset."', '*acts happy*\r\nAll my hard work for nothing...\r\nHOW COULD YOU DO THIS ADMINS WHY WHY', 48, '', 0, 0, 'regular', 1, 1471950260),
  972. (439, 'selling demon pjuk', 'for 54,321', 66, '', 0, 0, 'regular', 1, 1471900110),
  973. (445, 'BUX GIVEAWAY EVENT!!!', 'I will choose at random to award 250 cash to.\r\n\r\nHere''s the catch, users on the rich list CANNOT participate, neither can admins.\r\n\r\n\r\nYou have to post: "God is the best" to enter.', 14, '', 0, 0, 'regular', 1, 1471972837),
  974. (446, 'In case you don''t know,', 'I have banned leansquad for 3 days.\r\nReason? Poking fun at autistic people.\r\nListen closely.\r\n\r\nI do not take kindly to people calling other people autistic, as I have aspergers, a form of autism. If I catch *any* of you insulting another person, especially with "autistic" or "lmao this kid has autism", I will be banning you for 7 days. I don''t respect people who use such childish insults.\r\nThank you.', 3, '', 0, 0, 'regular', 1, 1471959778),
  975. (447, 'Great..', 'So the economy reset AFTER I sold all my expensive collectibles. GREAT!', 59, '', 0, 0, 'regular', 1, 1471959985),
  976. (448, 'Use to have like, 14k.', 'Like, wtf. "Economy reset".', 72, '', 0, 0, 'regular', 1, 1471947803),
  977. (449, 'Get over it.', 'The economy needed to be reset.\r\nYou''re obviously new to SANS sites if you didn''t expect this.\r\n\r\nNo user should have over 10K in the first week, much less 300K+.\r\nIt''s just not right.\r\n\r\n\r\nIt breaks the economy, which results in a reset.', 5, '', 0, 0, 'regular', 1, 1471947083),
  978. (450, 'What tf is this', 'Like srsly wtf.', 173, '', 0, 0, 'regular', 1, 1471948148),
  979. (451, 'how 2 earn bux?', 'I''m not sure If there''s many ways except selling lims or waiting.', 131, '', 0, 0, 'regular', 1, 1471947875),
  980. (452, '''Scuse me if I''m late, but...', 'Why am I down on cash only about, y''know, 177k?', 66, '', 0, 0, 'regular', 1, 1471946881),
  981. (453, 'Should I retire?', 'I don''t know if I should retire from becoming a Super Mod...', 56, '', 0, 0, 'regular', 1, 1471973200),
  982. (454, 'Is social avatar...', 'Worth registering? Its same stuff basically.\r\n\r\n\r\nIdk if I should or not. Matters how and when they release collectibles.', 102, '', 0, 0, 'regular', 1, 1471960963),
  983. (455, 'Join us on Discord!', 'It''s too quiet.', 14, '', 0, 0, 'regular', 1, 1471963284),
  984. (456, 'bloxcity is better', 'bloxcity > roblox', 140, '', 0, 0, 'regular', 5, 1471972941),
  985. (457, 'What is the shirt template?', 'I need it.', 182, '', 0, 0, 'regular', 1, 1471973970),
  986. (458, 'Can A admin approve my shirt?', 'Please.', 30, '', 0, 0, 'regular', 1, 1471975162),
  987. (459, 'I have 0 BUX', 'How am I supposed to purchase stuff and gain BUX?', 61, '', 0, 0, 'regular', 1, 1471984649),
  988. (460, 'lol god', 'he kicked u from chat', 3, '', 0, 0, 'regular', 1, 1471986565),
  989. (461, 'JOIN DISCORD', 'https://discordapp.com/channels/217752169523183616', 3, '', 0, 0, 'regular', 1, 1471986629),
  990. (462, 'uh oh', 'quick join my discord https://discord.gg/RaJVBUG', 131, '', 0, 0, 'regular', 1, 1471986622);
  991.  
  992. -- --------------------------------------------------------
  993.  
  994. --
  995. -- Table structure for table `tools`
  996. --
  997.  
  998. CREATE TABLE IF NOT EXISTS `tools` (
  999. `id` int(50) NOT NULL AUTO_INCREMENT,
  1000. `name` varchar(50) NOT NULL,
  1001. `image` varchar(50) NOT NULL,
  1002. PRIMARY KEY (`id`)
  1003. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
  1004.  
  1005. --
  1006. -- Dumping data for table `tools`
  1007. --
  1008.  
  1009. INSERT INTO `tools` (`id`, `name`, `image`) VALUES
  1010. (1, 'Build Tool', 'build.png');
  1011.  
  1012. -- --------------------------------------------------------
  1013.  
  1014. --
  1015. -- Table structure for table `Topics`
  1016. --
  1017.  
  1018. CREATE TABLE IF NOT EXISTS `Topics` (
  1019. `ID` int(11) NOT NULL AUTO_INCREMENT,
  1020. `TopicName` longtext NOT NULL,
  1021. `TopicDescription` longtext NOT NULL,
  1022. PRIMARY KEY (`ID`)
  1023. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;
  1024.  
  1025. --
  1026. -- Dumping data for table `Topics`
  1027. --
  1028.  
  1029. INSERT INTO `Topics` (`ID`, `TopicName`, `TopicDescription`) VALUES
  1030. (1, 'All Things Avatar-Network', 'Talk about Avatar-Network here!'),
  1031. (2, 'Off Topic', 'Talk about topics that make no sense in this subforum!'),
  1032. (3, 'YouTube Videos', 'Talk about your YouTube stuff... here!'),
  1033. (4, 'BloxCity Talk', 'Talk about BloxCity and your experiences here!'),
  1034. (5, 'ROBLOX Central', 'Talk about ROBLOX and how awesome your DIY Dominus looks on your beautiful character!');
  1035.  
  1036. -- --------------------------------------------------------
  1037.  
  1038. --
  1039. -- Table structure for table `TradeDrafts`
  1040. --
  1041.  
  1042. CREATE TABLE IF NOT EXISTS `TradeDrafts` (
  1043. `ID` int(11) NOT NULL AUTO_INCREMENT,
  1044. `SenderID` int(11) NOT NULL,
  1045. `ReceiveID` int(11) NOT NULL,
  1046. `GetID1` int(11) NOT NULL,
  1047. `GetID2` int(11) NOT NULL,
  1048. `GetID3` int(11) NOT NULL,
  1049. `GetID4` int(11) NOT NULL,
  1050. `GetID5` int(11) NOT NULL,
  1051. `LoseID1` int(11) NOT NULL,
  1052. `LoseID2` int(11) NOT NULL,
  1053. `LoseID3` int(11) NOT NULL,
  1054. `LoseID4` int(11) NOT NULL,
  1055. `LoseID5` int(11) NOT NULL,
  1056. `tradeExpire` int(11) NOT NULL,
  1057. PRIMARY KEY (`ID`)
  1058. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  1059.  
  1060. -- --------------------------------------------------------
  1061.  
  1062. --
  1063. -- Table structure for table `TradeRequests`
  1064. --
  1065.  
  1066. CREATE TABLE IF NOT EXISTS `TradeRequests` (
  1067. `ID` int(11) NOT NULL AUTO_INCREMENT,
  1068. `SendorID` int(11) NOT NULL,
  1069. `RecieverID` int(11) NOT NULL,
  1070. `Status` int(11) NOT NULL,
  1071. `Bux` int(11) NOT NULL,
  1072. `RequestedItem` longtext COLLATE utf8_unicode_ci NOT NULL,
  1073. `RequestedFile` int(11) NOT NULL,
  1074. `Gems` int(11) NOT NULL,
  1075. `Discount` int(11) NOT NULL,
  1076. `TradeFile` int(11) NOT NULL,
  1077. `TradeItem` int(11) NOT NULL,
  1078. `Read` int(11) NOT NULL,
  1079. PRIMARY KEY (`ID`)
  1080. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
  1081.  
  1082. -- --------------------------------------------------------
  1083.  
  1084. --
  1085. -- Table structure for table `UserIPs`
  1086. --
  1087.  
  1088. CREATE TABLE IF NOT EXISTS `UserIPs` (
  1089. `ID` int(11) NOT NULL AUTO_INCREMENT,
  1090. `UserID` int(11) NOT NULL,
  1091. `IP` longtext NOT NULL,
  1092. PRIMARY KEY (`ID`)
  1093. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  1094.  
  1095. -- --------------------------------------------------------
  1096.  
  1097. --
  1098. -- Table structure for table `UserItemComments`
  1099. --
  1100.  
  1101. CREATE TABLE IF NOT EXISTS `UserItemComments` (
  1102. `ID` int(11) NOT NULL AUTO_INCREMENT,
  1103. `UserID` int(11) NOT NULL,
  1104. `ItemID` int(11) NOT NULL,
  1105. `Post` longtext NOT NULL,
  1106. `time` int(11) NOT NULL,
  1107. PRIMARY KEY (`ID`)
  1108. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  1109.  
  1110. -- --------------------------------------------------------
  1111.  
  1112. --
  1113. -- Table structure for table `Users`
  1114. --
  1115.  
  1116. CREATE TABLE IF NOT EXISTS `Users` (
  1117. `Username` longtext NOT NULL,
  1118. `Password` longtext NOT NULL,
  1119. `ID` int(11) NOT NULL AUTO_INCREMENT,
  1120. `Rank` int(11) NOT NULL DEFAULT '0',
  1121. `PowerAdmin` varchar(1337) NOT NULL DEFAULT 'false',
  1122. `Description` varchar(20000) NOT NULL DEFAULT 'none',
  1123. `Email` longtext NOT NULL,
  1124. `IP` longtext NOT NULL,
  1125. `visitTick` longtext NOT NULL,
  1126. `expireTime` longtext NOT NULL,
  1127. `PowerGame` varchar(1337) NOT NULL DEFAULT 'false',
  1128. `PowerImageModerator` varchar(1337) NOT NULL DEFAULT 'false',
  1129. `PowerForumModerator` varchar(1337) NOT NULL DEFAULT 'false',
  1130. `PowerArtist` varchar(1337) NOT NULL DEFAULT 'false',
  1131. `PowerMegaModerator` varchar(1337) NOT NULL DEFAULT 'false',
  1132. `OriginalName` longtext NOT NULL,
  1133. `Eyes` varchar(1337) NOT NULL,
  1134. `Mouth` varchar(1337) NOT NULL,
  1135. `Hair` varchar(1337) NOT NULL,
  1136. `Bottom` varchar(1337) NOT NULL,
  1137. `Top` varchar(1337) NOT NULL,
  1138. `Hat` varchar(1337) NOT NULL,
  1139. `Shoes` varchar(1337) NOT NULL,
  1140. `Accessory` varchar(1337) NOT NULL,
  1141. `forumflood` longtext NOT NULL,
  1142. `Bux` varchar(1337) NOT NULL DEFAULT '15',
  1143. `Rubies` varchar(1337) NOT NULL DEFAULT '10',
  1144. `Background` longtext NOT NULL,
  1145. `Body` varchar(1337) NOT NULL DEFAULT 'Avatar.png',
  1146. `Ban` int(11) NOT NULL DEFAULT '0',
  1147. `BanType` longtext NOT NULL,
  1148. `BanTime` longtext NOT NULL,
  1149. `BanDescription` longtext NOT NULL,
  1150. `BanLength` longtext NOT NULL,
  1151. `Hash` longtext NOT NULL,
  1152. `SuccessReferrer` int(11) NOT NULL DEFAULT '0',
  1153. `Premium` int(11) NOT NULL DEFAULT '0',
  1154. `PremiumExpire` longtext NOT NULL,
  1155. `isTester` int(11) NOT NULL DEFAULT '0',
  1156. `pviews` int(11) NOT NULL DEFAULT '0',
  1157. `BanContent` longtext NOT NULL,
  1158. `status` varchar(1) NOT NULL DEFAULT '0',
  1159. `PowerTop` varchar(1337) NOT NULL DEFAULT '0',
  1160. `vipStart` varchar(1000) NOT NULL DEFAULT '0',
  1161. `vipEnd` varchar(100) NOT NULL DEFAULT '0',
  1162. `vipsubscrid` varchar(50) NOT NULL DEFAULT '0',
  1163. `adminID` varchar(3) NOT NULL DEFAULT '0',
  1164. `room` varchar(50) NOT NULL,
  1165. `myroomID` varchar(250) NOT NULL,
  1166. `myroomIMG` varchar(250) NOT NULL DEFAULT 'templates/default/background.jpg ',
  1167. `roomaccess` varchar(3) NOT NULL DEFAULT '1',
  1168. `roomname` varchar(32) NOT NULL,
  1169. `roommax` varchar(4) NOT NULL DEFAULT '5',
  1170. `roomMaxStart` varchar(100) NOT NULL DEFAULT '0',
  1171. `roomMaxEnd` varchar(100) NOT NULL DEFAULT '0',
  1172. `roommaxsubscrid` varchar(20) NOT NULL DEFAULT '0',
  1173. `startX` varchar(3) NOT NULL DEFAULT '100',
  1174. `startY` varchar(3) NOT NULL DEFAULT '180',
  1175. `music` varchar(255) NOT NULL DEFAULT 'music/index.php',
  1176. `avatar` varchar(1000) NOT NULL,
  1177. `avatara` varchar(250) NOT NULL,
  1178. `avatarb` varchar(250) NOT NULL,
  1179. `avatarc` varchar(250) NOT NULL,
  1180. `avatar_x` varchar(10) NOT NULL,
  1181. `avatar_y` varchar(10) NOT NULL,
  1182. `online_time` varchar(50) NOT NULL,
  1183. `photo` varchar(255) NOT NULL DEFAULT 'nopic.jpg',
  1184. `WallFlood` int(11) NOT NULL,
  1185. `MainGroupID` int(11) NOT NULL,
  1186. `userx` int(50) NOT NULL DEFAULT '5',
  1187. `usery` int(50) NOT NULL DEFAULT '5',
  1188. `gameid` int(50) NOT NULL,
  1189. `CommentFlood` int(11) NOT NULL,
  1190. `getBux` int(11) NOT NULL,
  1191. `ingamenum` varchar(5) NOT NULL,
  1192. `chatid` varchar(50) NOT NULL,
  1193. `chatstatus` varchar(50) NOT NULL,
  1194. `ingame` varchar(50) NOT NULL,
  1195. PRIMARY KEY (`ID`)
  1196. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  1197.  
  1198. -- --------------------------------------------------------
  1199.  
  1200. --
  1201. -- Table structure for table `UserStore`
  1202. --
  1203.  
  1204. CREATE TABLE IF NOT EXISTS `UserStore` (
  1205. `ID` int(11) NOT NULL AUTO_INCREMENT,
  1206. `Name` longtext NOT NULL,
  1207. `File` longtext NOT NULL,
  1208. `Type` longtext NOT NULL,
  1209. `Price` int(11) NOT NULL,
  1210. `CreatorID` int(11) NOT NULL,
  1211. `saletype` varchar(1337) NOT NULL DEFAULT 'regular',
  1212. `numbersales` varchar(50) NOT NULL DEFAULT 'regular',
  1213. `numberstock` varchar(50) NOT NULL DEFAULT 'regular',
  1214. `sell` varchar(50) NOT NULL DEFAULT 'yes',
  1215. `ns` varchar(100) NOT NULL DEFAULT '0',
  1216. `active` int(11) NOT NULL DEFAULT '0',
  1217. `code1` longtext NOT NULL,
  1218. `code2` longtext NOT NULL,
  1219. `Description` longtext NOT NULL,
  1220. `CreationTime` longtext NOT NULL,
  1221. `store` varchar(1337) NOT NULL DEFAULT 'user',
  1222. `itemDeleted` int(11) NOT NULL DEFAULT '0',
  1223. PRIMARY KEY (`ID`)
  1224. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  1225.  
  1226. -- --------------------------------------------------------
  1227.  
  1228. --
  1229. -- Table structure for table `Wall`
  1230. --
  1231.  
  1232. CREATE TABLE IF NOT EXISTS `Wall` (
  1233. `ID` int(11) NOT NULL AUTO_INCREMENT,
  1234. `PosterID` int(11) NOT NULL,
  1235. `Body` longtext NOT NULL,
  1236. `time` longtext NOT NULL,
  1237. PRIMARY KEY (`ID`)
  1238. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
  1239.  
  1240. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  1241. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  1242. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement