· 9 years ago · Dec 21, 2016, 12:48 AM
1-- phpMyAdmin SQL Dump
2-- version 4.0.10.14
3-- http://www.phpmyadmin.net
4--
5-- Host: localhost:3306
6-- Generation Time: Dec 21, 2016 at 12:32 AM
7-- Server version: 5.6.34
8-- PHP Version: 5.6.20
9
10SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
11SET 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: `brickpla_db`
21--
22
23-- --------------------------------------------------------
24
25--
26-- Table structure for table `Ads`
27--
28
29CREATE 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
44CREATE 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=26 ;
50
51--
52-- Dumping data for table `Badges`
53--
54
55INSERT INTO `Badges` (`UserID`, `ID`, `Position`) VALUES
56(2, 1, 'Premium'),
57(2, 2, 'Rich'),
58(1, 3, 'Rich'),
59(3, 4, 'Premium'),
60(3, 5, 'Rich'),
61(2, 6, 'Developer'),
62(3, 7, 'Administrator'),
63(3, 8, 'Artist'),
64(3, 9, 'Developer'),
65(3, 10, 'Forum Moderator'),
66(10, 11, 'Image Moderator'),
67(3, 12, 'Mega Moderator'),
68(10, 0, 'Administrator'),
69(10, 22, 'Rich'),
70(10, 16, 'Artist'),
71(0, 17, 'Developer'),
72(49, 24, 'Administrator'),
73(48, 23, 'Artist'),
74(10, 21, 'Premium'),
75(49, 25, 'Administrator');
76
77-- --------------------------------------------------------
78
79--
80-- Table structure for table `Banner`
81--
82
83CREATE TABLE IF NOT EXISTS `Banner` (
84 `Text` longtext NOT NULL
85) ENGINE=MyISAM DEFAULT CHARSET=latin1;
86
87--
88-- Dumping data for table `Banner`
89--
90
91INSERT INTO `Banner` (`Text`) VALUES
92('');
93
94-- --------------------------------------------------------
95
96--
97-- Table structure for table `BlogPosts`
98--
99
100CREATE TABLE IF NOT EXISTS `BlogPosts` (
101 `ID` int(11) NOT NULL AUTO_INCREMENT,
102 `Title` longtext NOT NULL,
103 `Body` longtext NOT NULL,
104 `Poster` longtext NOT NULL,
105 PRIMARY KEY (`ID`)
106) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
107
108-- --------------------------------------------------------
109
110--
111-- Table structure for table `Configuration`
112--
113
114CREATE TABLE IF NOT EXISTS `Configuration` (
115 `Register` longtext NOT NULL
116) ENGINE=MyISAM DEFAULT CHARSET=latin1;
117
118--
119-- Dumping data for table `Configuration`
120--
121
122INSERT INTO `Configuration` (`Register`) VALUES
123('true');
124
125-- --------------------------------------------------------
126
127--
128-- Table structure for table `FRs`
129--
130
131CREATE TABLE IF NOT EXISTS `FRs` (
132 `ID` int(11) NOT NULL AUTO_INCREMENT,
133 `SenderID` int(11) NOT NULL,
134 `ReceiveID` int(11) NOT NULL,
135 `Active` int(11) NOT NULL DEFAULT '0',
136 PRIMARY KEY (`ID`)
137) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=156 ;
138
139--
140-- Dumping data for table `FRs`
141--
142
143INSERT INTO `FRs` (`ID`, `SenderID`, `ReceiveID`, `Active`) VALUES
144(1, 2, 3, 1),
145(2, 3, 2, 1),
146(3, 2, 4, 1),
147(4, 4, 2, 1),
148(5, 2, 5, 1),
149(6, 5, 2, 1),
150(7, 10, 2, 1),
151(8, 2, 10, 1),
152(9, 13, 2, 1),
153(10, 2, 15, 1),
154(11, 2, 13, 1),
155(12, 2, 16, 1),
156(13, 16, 2, 1),
157(14, 22, 2, 1),
158(15, 22, 3, 1),
159(16, 19, 2, 1),
160(17, 22, 4, 0),
161(18, 22, 5, 0),
162(19, 22, 10, 1),
163(20, 22, 16, 1),
164(21, 22, 13, 0),
165(22, 16, 22, 1),
166(23, 19, 22, 1),
167(24, 22, 19, 1),
168(25, 17, 19, 1),
169(26, 22, 17, 1),
170(27, 19, 17, 1),
171(28, 17, 22, 1),
172(29, 19, 1, 1),
173(30, 17, 27, 1),
174(31, 29, 17, 1),
175(32, 30, 31, 1),
176(33, 31, 30, 1),
177(34, 32, 2, 1),
178(35, 27, 17, 1),
179(36, 29, 31, 1),
180(37, 24, 2, 1),
181(38, 32, 1, 1),
182(39, 29, 36, 0),
183(40, 31, 29, 1),
184(41, 17, 29, 1),
185(42, 35, 19, 1),
186(43, 35, 22, 1),
187(44, 35, 16, 1),
188(45, 17, 1, 1),
189(46, 17, 12, 1),
190(47, 12, 17, 1),
191(48, 17, 2, 1),
192(49, 17, 3, 1),
193(50, 17, 4, 0),
194(51, 17, 5, 0),
195(52, 17, 6, 0),
196(53, 17, 7, 0),
197(54, 18, 12, 1),
198(55, 17, 8, 1),
199(56, 17, 9, 1),
200(57, 17, 10, 1),
201(58, 17, 11, 0),
202(59, 17, 13, 0),
203(60, 17, 14, 0),
204(61, 12, 18, 1),
205(62, 17, 15, 1),
206(63, 17, 16, 1),
207(64, 17, 18, 0),
208(65, 17, 20, 1),
209(66, 17, 21, 0),
210(67, 17, 23, 0),
211(68, 17, 24, 0),
212(69, 17, 25, 0),
213(70, 17, 26, 1),
214(71, 17, 28, 0),
215(72, 17, 30, 1),
216(73, 17, 31, 1),
217(74, 17, 32, 0),
218(75, 17, 33, 0),
219(76, 17, 35, 1),
220(77, 17, 36, 0),
221(78, 17, 37, 0),
222(79, 17, 38, 0),
223(80, 17, 39, 0),
224(81, 17, 40, 0),
225(82, 17, 41, 0),
226(83, 17, 42, 1),
227(84, 17, 43, 0),
228(85, 17, 44, 0),
229(86, 2, 22, 1),
230(87, 2, 19, 1),
231(88, 2, 32, 1),
232(89, 2, 24, 1),
233(90, 2, 17, 1),
234(91, 2, 27, 1),
235(92, 2, 9, 1),
236(93, 42, 17, 1),
237(94, 27, 2, 1),
238(95, 26, 17, 1),
239(96, 31, 17, 1),
240(97, 19, 35, 1),
241(98, 10, 22, 1),
242(99, 10, 17, 1),
243(100, 16, 35, 1),
244(101, 16, 17, 1),
245(102, 20, 17, 1),
246(103, 3, 17, 1),
247(104, 3, 22, 1),
248(105, 22, 35, 1),
249(106, 15, 2, 1),
250(107, 15, 17, 1),
251(108, 26, 2, 1),
252(109, 26, 19, 1),
253(110, 26, 22, 0),
254(111, 26, 10, 1),
255(112, 26, 42, 1),
256(113, 2, 26, 1),
257(114, 19, 26, 1),
258(115, 42, 26, 1),
259(116, 10, 26, 1),
260(117, 35, 17, 1),
261(118, 30, 17, 1),
262(119, 9, 2, 1),
263(120, 9, 17, 1),
264(121, 9, 49, 0),
265(122, 2, 52, 0),
266(123, 8, 17, 1),
267(124, 17, 45, 0),
268(125, 17, 46, 0),
269(126, 17, 47, 1),
270(127, 17, 48, 1),
271(128, 17, 49, 0),
272(129, 17, 50, 0),
273(130, 17, 51, 0),
274(131, 17, 52, 0),
275(132, 17, 53, 1),
276(133, 17, 54, 0),
277(134, 17, 55, 0),
278(135, 17, 56, 0),
279(136, 17, 57, 0),
280(137, 17, 58, 1),
281(138, 17, 59, 0),
282(139, 17, 60, 1),
283(140, 60, 17, 1),
284(141, 58, 17, 1),
285(142, 47, 17, 1),
286(143, 48, 17, 1),
287(144, 53, 17, 1),
288(145, 17, 61, 0),
289(146, 17, 62, 0),
290(147, 47, 8, 1),
291(148, 8, 47, 1),
292(149, 47, 4, 0),
293(150, 48, 9, 1),
294(151, 9, 48, 1),
295(152, 1, 19, 1),
296(153, 1, 32, 1),
297(154, 1, 17, 1),
298(155, 48, 75, 0);
299
300-- --------------------------------------------------------
301
302--
303-- Table structure for table `GroupAllies`
304--
305
306CREATE TABLE IF NOT EXISTS `GroupAllies` (
307 `ID` int(11) NOT NULL AUTO_INCREMENT,
308 `GroupID` int(11) NOT NULL,
309 `OtherGroupID` int(11) NOT NULL,
310 `Status` int(11) NOT NULL DEFAULT '0',
311 PRIMARY KEY (`ID`)
312) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;
313
314--
315-- Dumping data for table `GroupAllies`
316--
317
318INSERT INTO `GroupAllies` (`ID`, `GroupID`, `OtherGroupID`, `Status`) VALUES
319(1, 1, 4, 0),
320(2, 1, 4, 0),
321(3, 3, 4, 1),
322(4, 2, 4, 0),
323(5, 4, 4, 1),
324(6, 3, 4, 1),
325(7, 4, 4, 1),
326(8, 3, 3, 1),
327(9, 3, 3, 1),
328(10, 4, 3, 1),
329(11, 1, 4, 0),
330(12, 2, 3, 0),
331(13, 5, 4, 0),
332(14, 7, 4, 0),
333(15, 7, 4, 0),
334(16, 7, 4, 0);
335
336-- --------------------------------------------------------
337
338--
339-- Table structure for table `GroupEnemies`
340--
341
342CREATE TABLE IF NOT EXISTS `GroupEnemies` (
343 `ID` int(11) NOT NULL AUTO_INCREMENT,
344 `GroupID` int(11) NOT NULL,
345 `OtherGroupID` int(11) NOT NULL,
346 PRIMARY KEY (`ID`)
347) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=87 ;
348
349--
350-- Dumping data for table `GroupEnemies`
351--
352
353INSERT INTO `GroupEnemies` (`ID`, `GroupID`, `OtherGroupID`) VALUES
354(4, 4, 3),
355(2, 4, 3),
356(3, 4, 1),
357(5, 4, 3),
358(7, 4, 3),
359(9, 4, 3),
360(10, 4, 3),
361(11, 3, 4),
362(12, 3, 5),
363(13, 4, 3),
364(15, 4, 3),
365(16, 4, 3),
366(17, 4, 3),
367(18, 4, 2),
368(19, 4, 2),
369(20, 4, 2),
370(21, 3, 7),
371(22, 3, 8),
372(23, 3, 9),
373(24, 3, 10),
374(25, 4, 5),
375(26, 3, 11),
376(27, 4, 5),
377(28, 4, 999999999),
378(29, 3, 4),
379(30, 3, 4),
380(31, 3, 4),
381(32, 3, 4),
382(33, 3, 4),
383(34, 3, 4),
384(35, 3, 4),
385(36, 3, 4),
386(37, 3, 4),
387(38, 3, 5),
388(39, 3, 4),
389(40, 3, 4),
390(41, 4, 3),
391(42, 4, 2),
392(43, 4, 1),
393(44, 4, 5),
394(45, 4, 2147483647),
395(46, 4, 2147483647),
396(47, 4, 3),
397(48, 4, 2),
398(49, 4, 1),
399(50, 4, 1),
400(51, 4, 2),
401(52, 4, 3),
402(53, 4, 7),
403(54, 4, 7),
404(55, 4, 7),
405(56, 4, 7),
406(57, 4, 7),
407(58, 4, 7),
408(59, 4, 7),
409(60, 4, 7),
410(61, 4, 7),
411(62, 4, 7),
412(63, 4, 7),
413(64, 4, 7),
414(65, 4, 7),
415(66, 4, 7),
416(67, 4, 7),
417(68, 4, 7),
418(69, 4, 7),
419(70, 4, 7),
420(71, 4, 7),
421(72, 4, 7),
422(73, 4, 7),
423(74, 4, 7),
424(75, 4, 7),
425(76, 4, 7),
426(77, 4, 7),
427(78, 4, 7),
428(79, 4, 7),
429(80, 4, 7),
430(81, 4, 7),
431(82, 4, 7),
432(83, 4, 7),
433(84, 4, 7),
434(85, 4, 7),
435(86, 4, 7);
436
437-- --------------------------------------------------------
438
439--
440-- Table structure for table `GroupMembers`
441--
442
443CREATE TABLE IF NOT EXISTS `GroupMembers` (
444 `ID` int(11) NOT NULL AUTO_INCREMENT,
445 `GroupID` int(11) NOT NULL,
446 `UserID` int(11) NOT NULL,
447 PRIMARY KEY (`ID`)
448) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=42 ;
449
450--
451-- Dumping data for table `GroupMembers`
452--
453
454INSERT INTO `GroupMembers` (`ID`, `GroupID`, `UserID`) VALUES
455(1, 1, 2),
456(2, 2, 2),
457(3, 3, 9),
458(4, 4, 8),
459(5, 3, 2),
460(6, 5, 11),
461(7, 1, 19),
462(8, 1, 23),
463(9, 3, 21),
464(10, 3, 32),
465(11, 3, 29),
466(12, 2, 32),
467(13, 2, 40),
468(14, 3, 17),
469(15, 6, 18),
470(16, 7, 19),
471(17, 8, 21),
472(18, 9, 36),
473(19, 10, 34),
474(20, 5, 18),
475(21, 7, 12),
476(22, 10, 42),
477(23, 7, 18),
478(24, 11, 2),
479(25, 11, 1),
480(26, 9, 1),
481(27, 11, 19),
482(28, 12, 10),
483(29, 9, 42),
484(30, 3, 42),
485(31, 5, 19),
486(32, 13, 48),
487(34, 7, 30),
488(35, 13, 9),
489(37, 7, 10),
490(38, 5, 49),
491(39, 3, 58),
492(40, 5, 6),
493(41, 13, 10);
494
495-- --------------------------------------------------------
496
497--
498-- Table structure for table `GroupWall`
499--
500
501CREATE TABLE IF NOT EXISTS `GroupWall` (
502 `ID` int(11) NOT NULL AUTO_INCREMENT,
503 `GroupID` int(11) NOT NULL,
504 `PosterID` int(11) NOT NULL,
505 `Message` longtext NOT NULL,
506 PRIMARY KEY (`ID`)
507) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;
508
509--
510-- Dumping data for table `GroupWall`
511--
512
513INSERT INTO `GroupWall` (`ID`, `GroupID`, `PosterID`, `Message`) VALUES
514(1, 2, 40, 'Malum sicarius.'),
515(2, 5, 49, 'yes dad'),
516(3, 3, 58, 'hi');
517
518-- --------------------------------------------------------
519
520--
521-- Table structure for table `Groups`
522--
523
524CREATE TABLE IF NOT EXISTS `Groups` (
525 `ID` int(11) NOT NULL AUTO_INCREMENT,
526 `Name` longtext NOT NULL,
527 `Description` longtext NOT NULL,
528 `OwnerID` int(11) NOT NULL,
529 `Logo` longtext NOT NULL,
530 `LogoActive` int(11) NOT NULL DEFAULT '0',
531 `GroupMembers` int(11) NOT NULL,
532 PRIMARY KEY (`ID`)
533) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;
534
535--
536-- Dumping data for table `Groups`
537--
538
539INSERT INTO `Groups` (`ID`, `Name`, `Description`, `OwnerID`, `Logo`, `LogoActive`, `GroupMembers`) VALUES
540(1, '[ Content Deleted 1 ]', '[ Content Deleted ]', 2, '07099f53e3dc53a2b06f7c7000ebfdc7a60f4508', 0, 3),
541(2, 'ksiodjas', 'fsasa', 2, 'e16bd0699fc517b5e84ba8f20f0615a4eedbdc3c', 0, 3),
542(3, 'Users', 'For Users Of Brick Planet', 9, 'e775d59d713f80ee6734699d4f6f702ee3615ff5', 0, 8),
543(4, '1337 fans', 'fans of me', 8, '446333e231cecd9e97e4be74ac0421966e58038b', 0, 1),
544(5, 'OGs of BP', 'kek', 11, 'e0a75a10a48d21a38bb3e487d7bdfb302e37b20c', 0, 5),
545(6, ':(', 'Old', 18, 'cef50f7c239d6f2893a556ba2ff793b5c45d63fa', 0, 1),
546(7, 'Namesnipe United', 'Welcome to namesnipe united of Brick Planet!', 19, '08fb6bf112a141a29d2baefbbc40cd964d36030f', 0, 5),
547(8, 'League of Members', 'Where Brick Planet members can get together.', 21, '0afb3102e67556a049b43b0d978453afe3a01ab9', 0, 1),
548(9, 'BrickPlanet', 'WIP', 36, '200555659a63d3bd9e77a623509224b700e0d076', 0, 3),
549(10, 'The 16ers.', 'Were from 2016. \r\n17ers are permitted, just receive a different rank.', 34, '0472fc26adf2fa2a817cd8f377e50378e3fbdd0b', 0, 2),
550(11, 'Bearded Men', 'We are bearded men.', 2, '7b7bbb5fe8fd9c151244e93736a148c033cf5c27', 0, 3),
551(12, 'GOD', 'Powah', 10, '5df8daec29909223711dbc8db2e3ee69882694a4', 0, 1),
552(13, 'PWNAGE', 'I haz bucket', 48, 'c10fa4df3373918e4e3f6b972e9ef9d02b828ea2', 0, 3);
553
554-- --------------------------------------------------------
555
556--
557-- Table structure for table `GroupsLogo`
558--
559
560CREATE TABLE IF NOT EXISTS `GroupsLogo` (
561 `ID` int(11) NOT NULL AUTO_INCREMENT,
562 `GroupID` int(11) NOT NULL,
563 `Logo` longtext NOT NULL,
564 PRIMARY KEY (`ID`)
565) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
566
567-- --------------------------------------------------------
568
569--
570-- Table structure for table `GroupsPending`
571--
572
573CREATE TABLE IF NOT EXISTS `GroupsPending` (
574 `ID` int(11) NOT NULL AUTO_INCREMENT,
575 `Name` longtext NOT NULL,
576 `Description` longtext NOT NULL,
577 `OwnerID` int(11) NOT NULL,
578 `Logo` longtext NOT NULL,
579 PRIMARY KEY (`ID`)
580) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;
581
582-- --------------------------------------------------------
583
584--
585-- Table structure for table `IPBans`
586--
587
588CREATE TABLE IF NOT EXISTS `IPBans` (
589 `IP` longtext NOT NULL
590) ENGINE=MyISAM DEFAULT CHARSET=latin1;
591
592-- --------------------------------------------------------
593
594--
595-- Table structure for table `Inventory`
596--
597
598CREATE TABLE IF NOT EXISTS `Inventory` (
599 `ID` int(11) NOT NULL AUTO_INCREMENT,
600 `UserID` int(11) NOT NULL,
601 `ItemID` int(11) NOT NULL,
602 `File` longtext NOT NULL,
603 `Type` longtext NOT NULL,
604 `code1` longtext NOT NULL,
605 `code2` longtext NOT NULL,
606 `SerialNum` int(11) NOT NULL,
607 PRIMARY KEY (`ID`)
608) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=367 ;
609
610--
611-- Dumping data for table `Inventory`
612--
613
614INSERT INTO `Inventory` (`ID`, `UserID`, `ItemID`, `File`, `Type`, `code1`, `code2`, `SerialNum`) VALUES
615(69, 45, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'fb644351560d8296fe6da332236b1f8d61b2828a', 8),
616(68, 10, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
617(67, 9, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '0ade7c2cf97f75d009975f4d720d1fa6c19f4897', 7),
618(66, 19, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 6),
619(190, 10, 14, '13_83c8111d20a8c35580a188ada7b0a46a.png', 'Background', '601a156bbebb41a26b9a63a1a4495b928a28887a', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
620(64, 31, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '632667547e7cd3e0466547863e1207a8c0c0c549', 4),
621(63, 19, 5, '80c85226d9d615f34eed41f3f35db0dd', 'Top', '0ebd7cb649d3bae34007f7d5d05e83c2e452d7b9', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
622(142, 18, 9, '0ef2eaadc23c606497155fe35545a154', 'Top', '3348f52517d1720f7e23026cd6ba3dfa11e9e80d', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
623(143, 10, 9, '0ef2eaadc23c606497155fe35545a154', 'Top', '3348f52517d1720f7e23026cd6ba3dfa11e9e80d', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
624(144, 42, 9, '0ef2eaadc23c606497155fe35545a154', 'Top', '3348f52517d1720f7e23026cd6ba3dfa11e9e80d', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
625(138, 4, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', '1b6453892473a467d07372d45eb05abc2031647a', 6),
626(137, 49, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 18),
627(59, 42, 5, '80c85226d9d615f34eed41f3f35db0dd', 'Top', '0ebd7cb649d3bae34007f7d5d05e83c2e452d7b9', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
628(58, 2, 5, '80c85226d9d615f34eed41f3f35db0dd', 'Top', '0ebd7cb649d3bae34007f7d5d05e83c2e452d7b9', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
629(57, 17, 5, '80c85226d9d615f34eed41f3f35db0dd', 'Top', '0ebd7cb649d3bae34007f7d5d05e83c2e452d7b9', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
630(56, 26, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '887309d048beef83ad3eabf2a79a64a389ab1c9f', -17),
631(192, 9, 15, '80ddbbabbb654bcf153b773120bb1e8c', 'Background', '568c20b7839e1fcb92f6b29963a98cdec3ba2e3c', '0ade7c2cf97f75d009975f4d720d1fa6c19f4897', 0),
632(54, 2, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', -19),
633(53, 1, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
634(136, 51, 8, '51ea5b50121681185b84881e5420fe63', 'Top', '90023f52d1fb095554c68672efd956e1e0406e93', 'b7eb6c689c037217079766fdb77c3bac3e51cb4c', 0),
635(135, 50, 8, '51ea5b50121681185b84881e5420fe63', 'Top', '90023f52d1fb095554c68672efd956e1e0406e93', 'e1822db470e60d090affd0956d743cb0e7cdf113', 0),
636(133, 45, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', 'fb644351560d8296fe6da332236b1f8d61b2828a', 10),
637(134, 4, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '1b6453892473a467d07372d45eb05abc2031647a', 17),
638(71, 45, 5, '80c85226d9d615f34eed41f3f35db0dd', 'Top', '0ebd7cb649d3bae34007f7d5d05e83c2e452d7b9', 'fb644351560d8296fe6da332236b1f8d61b2828a', 0),
639(72, 3, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '77de68daecd823babbb58edb1c8e14d7106e83bb', 9),
640(73, 16, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '1574bddb75c78a6fd2251d61e2993b5146201319', 10),
641(132, 31, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', '632667547e7cd3e0466547863e1207a8c0c0c549', 9),
642(75, 1, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
643(76, 10, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
644(77, 26, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', '887309d048beef83ad3eabf2a79a64a389ab1c9f', 0),
645(78, 45, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', 'fb644351560d8296fe6da332236b1f8d61b2828a', 0),
646(79, 46, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'fe2ef495a1152561572949784c16bf23abb28057', 11),
647(80, 19, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
648(81, 42, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
649(82, 2, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
650(104, 19, 8, '51ea5b50121681185b84881e5420fe63', 'Top', '90023f52d1fb095554c68672efd956e1e0406e93', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
651(84, 10, 5, '80c85226d9d615f34eed41f3f35db0dd', 'Top', '0ebd7cb649d3bae34007f7d5d05e83c2e452d7b9', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
652(98, 15, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'f1abd670358e036c31296e66b3b66c382ac00812', 13),
653(203, 19, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
654(211, 2, 20, '0030a92472cfc30fea7d15dd96d6dfb2', 'Bottom', '941abbbcbaef35e3d19e68ae360c95b352813a38', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
655(202, 19, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
656(89, 22, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '12c6fc06c99a462375eeb3f43dfd832b08ca9e17', 12),
657(215, 38, 14, '13_83c8111d20a8c35580a188ada7b0a46a.png', 'Background', '601a156bbebb41a26b9a63a1a4495b928a28887a', '5b384ce32d8cdef02bc3a139d4cac0a22bb029e8', 0),
658(339, 73, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', '35e995c107a71caeb833bb3b79f9f54781b33fa1', 10),
659(200, 19, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
660(94, 22, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', '12c6fc06c99a462375eeb3f43dfd832b08ca9e17', 0),
661(199, 1, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
662(213, 1, 21, '23_a6bc28f079d490c33608a0965861c8b1.png', 'Hat', '61db15a7b566e734cbd7f18871e7afb64c95fc46', 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 0),
663(129, 2, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 8),
664(214, 42, 14, '13_83c8111d20a8c35580a188ada7b0a46a.png', 'Background', '601a156bbebb41a26b9a63a1a4495b928a28887a', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
665(210, 17, 20, '0030a92472cfc30fea7d15dd96d6dfb2', 'Bottom', '941abbbcbaef35e3d19e68ae360c95b352813a38', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
666(106, 42, 8, '51ea5b50121681185b84881e5420fe63', 'Top', '90023f52d1fb095554c68672efd956e1e0406e93', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
667(109, 38, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '5b384ce32d8cdef02bc3a139d4cac0a22bb029e8', 15),
668(108, 28, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '0a57cb53ba59c46fc4b692527a38a87c78d84028', 14),
669(115, 2, 8, '51ea5b50121681185b84881e5420fe63', 'Top', '90023f52d1fb095554c68672efd956e1e0406e93', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
670(209, 2, 19, '2426d69355219d5e22f8f22b7ab47315', 'Shoes', 'c8923be10417476c76e9b08ce7105474470c656a', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
671(123, 10, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 2),
672(269, 10, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
673(356, 10, 33, '1fec0d5b3bd3d9aa2fd542b07541a4fb', 'Bottom', '05e586b7f05ef72a4a0a43c360a4d72f4cd17631', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
674(121, 1, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
675(124, 42, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 3),
676(125, 26, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', '887309d048beef83ad3eabf2a79a64a389ab1c9f', 4),
677(126, 22, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', '12c6fc06c99a462375eeb3f43dfd832b08ca9e17', 5),
678(141, 10, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
679(128, 16, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', '1574bddb75c78a6fd2251d61e2993b5146201319', 7),
680(166, 10, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
681(146, 18, 10, '6d7e317699c9d0f2dca68f5f06c215cf', 'Bottom', 'edd33a03efdaf935085a35f47bc929e80e9d2278', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
682(147, 10, 10, '6d7e317699c9d0f2dca68f5f06c215cf', 'Bottom', 'edd33a03efdaf935085a35f47bc929e80e9d2278', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
683(148, 2, 9, '0ef2eaadc23c606497155fe35545a154', 'Top', '3348f52517d1720f7e23026cd6ba3dfa11e9e80d', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
684(149, 2, 10, '6d7e317699c9d0f2dca68f5f06c215cf', 'Bottom', 'edd33a03efdaf935085a35f47bc929e80e9d2278', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
685(150, 53, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', 'c5b76da3e608d34edb07244cd9b875ee86906328', 0),
686(151, 53, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'c5b76da3e608d34edb07244cd9b875ee86906328', 20),
687(159, 42, 12, '85898384a4b2c2d102366c89c66ad95b', 'Background', '5fc3a9142cbf1ffae9ab5e92b8b64b67a3fda389', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
688(158, 10, 12, '85898384a4b2c2d102366c89c66ad95b', 'Background', '5fc3a9142cbf1ffae9ab5e92b8b64b67a3fda389', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
689(154, 42, 10, '6d7e317699c9d0f2dca68f5f06c215cf', 'Bottom', 'edd33a03efdaf935085a35f47bc929e80e9d2278', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
690(157, 52, 12, '85898384a4b2c2d102366c89c66ad95b', 'Background', '5fc3a9142cbf1ffae9ab5e92b8b64b67a3fda389', '0ade7c2cf97f75d009975f4d720d1fa6c19f4897', 0),
691(208, 17, 19, '2426d69355219d5e22f8f22b7ab47315', 'Shoes', 'c8923be10417476c76e9b08ce7105474470c656a', '0ade7c2cf97f75d009975f4d720d1fa6c19f4897', 0),
692(160, 2, 12, '85898384a4b2c2d102366c89c66ad95b', 'Background', '5fc3a9142cbf1ffae9ab5e92b8b64b67a3fda389', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
693(161, 49, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 0),
694(162, 1, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
695(163, 2, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
696(164, 18, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', '9e6a55b6b4563e652a23be9d623ca5055c356940', 0),
697(165, 55, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '8effee409c625e1a2d8f5033631840e6ce1dcb64', 19),
698(326, 15, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', 'f1abd670358e036c31296e66b3b66c382ac00812', 0),
699(168, 49, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 0),
700(194, 10, 15, '80ddbbabbb654bcf153b773120bb1e8c', 'Background', '568c20b7839e1fcb92f6b29963a98cdec3ba2e3c', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
701(193, 17, 14, '13_83c8111d20a8c35580a188ada7b0a46a.png', 'Background', '601a156bbebb41a26b9a63a1a4495b928a28887a', '0716d9708d321ffb6a00818614779e779925365c', 0),
702(191, 56, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '54ceb91256e8190e474aa752a6e0650a2df5ba37', -18),
703(189, 57, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '9109c85a45b703f87f1413a405549a2cea9ab556', 5),
704(188, 17, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', '0716d9708d321ffb6a00818614779e779925365c', 0),
705(187, 2, 14, '13_83c8111d20a8c35580a188ada7b0a46a.png', 'Background', '601a156bbebb41a26b9a63a1a4495b928a28887a', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
706(182, 53, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', 'c5b76da3e608d34edb07244cd9b875ee86906328', 0),
707(265, 10, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 3),
708(195, 49, 14, '13_83c8111d20a8c35580a188ada7b0a46a.png', 'Background', '601a156bbebb41a26b9a63a1a4495b928a28887a', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 0),
709(197, 52, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', 'a9334987ece78b6fe8bf130ef00b74847c1d3da6', 0),
710(204, 19, 17, '086e37f550dac6df1f7e076e68e63307', 'Background', '243407c62d8beca1b0818f679c3009f02d570799', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
711(205, 2, 17, '086e37f550dac6df1f7e076e68e63307', 'Background', '243407c62d8beca1b0818f679c3009f02d570799', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
712(206, 17, 18, 'd876759aed3cf1567ed2d945266ac2e2', 'Top', '1cb070ffcd05e3826e956a1e2dd0a890e3d8af22', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
713(207, 2, 18, 'd876759aed3cf1567ed2d945266ac2e2', 'Top', '1cb070ffcd05e3826e956a1e2dd0a890e3d8af22', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
714(216, 60, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', 'e6c3dd630428fd54834172b8fd2735fed9416da4', 0),
715(217, 6, 26, '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '3f8efd2f4d1d91f4abbe5e00ed3d5089af4af565', 'c1dfd96eea8cc2b62785275bca38ac261256e278', 0),
716(218, 2, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
717(219, 58, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', '667be543b02294b7624119adc3a725473df39885', 0),
718(220, 58, 8, '51ea5b50121681185b84881e5420fe63', 'Top', '90023f52d1fb095554c68672efd956e1e0406e93', '667be543b02294b7624119adc3a725473df39885', 0),
719(221, 58, 10, '6d7e317699c9d0f2dca68f5f06c215cf', 'Bottom', 'edd33a03efdaf935085a35f47bc929e80e9d2278', '667be543b02294b7624119adc3a725473df39885', 0),
720(222, 49, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 1),
721(223, 1, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
722(224, 2, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 1),
723(225, 9, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', '0ade7c2cf97f75d009975f4d720d1fa6c19f4897', 2),
724(313, 2, 38, '38_3379d0e56e4f59e86a5a5d4d428e2a2e.png', 'Eyes', 'ff91df6b0e560882ad25844f129f10a28e44ee14', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
725(314, 48, 37, '48_45c760c41a44e6a32a980f4bd8a0c864.png', 'Hat', '7b2e9c472d41a98156db853afea72aecccef830c', '64e095fe763fc62418378753f9402623bea9e227', 0),
726(228, 8, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', 'fe5dbbcea5ce7e2988b8c69bcfdfde8904aabc1f', 5),
727(309, 1, 37, '48_45c760c41a44e6a32a980f4bd8a0c864.png', 'Hat', '7b2e9c472d41a98156db853afea72aecccef830c', 'fe5dbbcea5ce7e2988b8c69bcfdfde8904aabc1f', 0),
728(322, 49, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 0),
729(232, 56, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', '54ceb91256e8190e474aa752a6e0650a2df5ba37', 9),
730(233, 38, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', '5b384ce32d8cdef02bc3a139d4cac0a22bb029e8', 2),
731(234, 8, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', 'fe5dbbcea5ce7e2988b8c69bcfdfde8904aabc1f', 0),
732(235, 8, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', 'fe5dbbcea5ce7e2988b8c69bcfdfde8904aabc1f', 0),
733(236, 58, 15, '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', 'e096d44ecd20f51138f3d290105aeec47f42b8e2', '667be543b02294b7624119adc3a725473df39885', 0),
734(237, 17, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', '0716d9708d321ffb6a00818614779e779925365c', 3),
735(308, 49, 33, '16_324622f43403f9d640118711d1ee85cd.png', 'Hat', '18f86772fcf796ed39aa31d4e6a428d1b2e7e960', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 0),
736(239, 42, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
737(240, 8, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', 'fe5dbbcea5ce7e2988b8c69bcfdfde8904aabc1f', 4),
738(241, 42, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 5),
739(323, 15, 37, '48_45c760c41a44e6a32a980f4bd8a0c864.png', 'Hat', '7b2e9c472d41a98156db853afea72aecccef830c', 'f1abd670358e036c31296e66b3b66c382ac00812', 0),
740(243, 58, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', '667be543b02294b7624119adc3a725473df39885', 10),
741(244, 38, 23, '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', 'db4b649d6138aa1ff9e1e050a0d93c25d51b6462', '5b384ce32d8cdef02bc3a139d4cac0a22bb029e8', 0),
742(245, 9, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', '0ade7c2cf97f75d009975f4d720d1fa6c19f4897', 7),
743(315, 19, 38, '38_3379d0e56e4f59e86a5a5d4d428e2a2e.png', 'Eyes', 'ff91df6b0e560882ad25844f129f10a28e44ee14', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
744(247, 59, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', '5a5b0f9b7d3f8fc84c3cef8fd8efaaa6c70d75ab', 9),
745(248, 56, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', '54ceb91256e8190e474aa752a6e0650a2df5ba37', 10),
746(253, 6, 17, '086e37f550dac6df1f7e076e68e63307', 'Background', '243407c62d8beca1b0818f679c3009f02d570799', 'c1dfd96eea8cc2b62785275bca38ac261256e278', 0),
747(250, 8, 24, 'b64810fde7027715e614449aff1d595f', 'Background', '2ae4048b84c6bb67281187d489d1c70419128ce4', 'fe5dbbcea5ce7e2988b8c69bcfdfde8904aabc1f', 0),
748(251, 6, 10, '6d7e317699c9d0f2dca68f5f06c215cf', 'Bottom', 'edd33a03efdaf935085a35f47bc929e80e9d2278', 'c1dfd96eea8cc2b62785275bca38ac261256e278', 0),
749(252, 6, 9, '0ef2eaadc23c606497155fe35545a154', 'Top', '3348f52517d1720f7e23026cd6ba3dfa11e9e80d', 'c1dfd96eea8cc2b62785275bca38ac261256e278', 0),
750(316, 19, 37, '48_45c760c41a44e6a32a980f4bd8a0c864.png', 'Hat', '7b2e9c472d41a98156db853afea72aecccef830c', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
751(317, 63, 34, '42_b794bee8b838192a0c5e707235accb04.png', 'Eyes', '3e09045b5e98e977bb54401b0606b5ed9629787c', 'a17554a0d2b15a664c0e73900184544f19e70227', 0),
752(310, 8, 37, '48_45c760c41a44e6a32a980f4bd8a0c864.png', 'Hat', '7b2e9c472d41a98156db853afea72aecccef830c', 'fe5dbbcea5ce7e2988b8c69bcfdfde8904aabc1f', 0),
753(324, 15, 34, '42_b794bee8b838192a0c5e707235accb04.png', 'Eyes', '3e09045b5e98e977bb54401b0606b5ed9629787c', 'f1abd670358e036c31296e66b3b66c382ac00812', 0),
754(311, 1, 38, '38_3379d0e56e4f59e86a5a5d4d428e2a2e.png', 'Eyes', 'ff91df6b0e560882ad25844f129f10a28e44ee14', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
755(260, 64, 8, '51ea5b50121681185b84881e5420fe63', 'Top', '90023f52d1fb095554c68672efd956e1e0406e93', 'c66c65175fecc3103b3b587be9b5b230889c8628', 0),
756(264, 9, 33, '1fec0d5b3bd3d9aa2fd542b07541a4fb', 'Bottom', '05e586b7f05ef72a4a0a43c360a4d72f4cd17631', '0ade7c2cf97f75d009975f4d720d1fa6c19f4897', 0),
757(262, 9, 31, '31059785f8fff330d0cb790e8543bc7e', 'Top', 'dcd34e921846307b633ebf5c8d1101db275d7159', '0ade7c2cf97f75d009975f4d720d1fa6c19f4897', 0),
758(312, 2, 37, '48_45c760c41a44e6a32a980f4bd8a0c864.png', 'Hat', '7b2e9c472d41a98156db853afea72aecccef830c', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 0),
759(270, 10, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
760(328, 19, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 1),
761(325, 15, 33, '16_324622f43403f9d640118711d1ee85cd.png', 'Hat', '18f86772fcf796ed39aa31d4e6a428d1b2e7e960', 'f1abd670358e036c31296e66b3b66c382ac00812', 0),
762(273, 10, 17, '086e37f550dac6df1f7e076e68e63307', 'Background', '243407c62d8beca1b0818f679c3009f02d570799', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
763(278, 47, 14, '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '2d7177737fa757ee7e6a7aa2021127b6d4ba8034', '827bfc458708f0b442009c9c9836f7e4b65557fb', 0),
764(275, 17, 28, 'a14fa83e18268f931c6650b160ae5ad0', 'Top', '8ef2a74fb702c4235ae454dfa562080d790a8c93', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
765(276, 10, 28, 'a14fa83e18268f931c6650b160ae5ad0', 'Top', '8ef2a74fb702c4235ae454dfa562080d790a8c93', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
766(279, 10, 21, '23_a6bc28f079d490c33608a0965861c8b1.png', 'Hat', '61db15a7b566e734cbd7f18871e7afb64c95fc46', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
767(280, 19, 21, '23_a6bc28f079d490c33608a0965861c8b1.png', 'Hat', '61db15a7b566e734cbd7f18871e7afb64c95fc46', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
768(284, 19, 33, '16_324622f43403f9d640118711d1ee85cd.png', 'Hat', '18f86772fcf796ed39aa31d4e6a428d1b2e7e960', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
769(283, 1, 33, '16_324622f43403f9d640118711d1ee85cd.png', 'Hat', '18f86772fcf796ed39aa31d4e6a428d1b2e7e960', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
770(299, 42, 34, '42_b794bee8b838192a0c5e707235accb04.png', 'Eyes', '3e09045b5e98e977bb54401b0606b5ed9629787c', '92cfceb39d57d914ed8b14d0e37643de0797ae56', 0),
771(297, 6, 34, '42_b794bee8b838192a0c5e707235accb04.png', 'Eyes', '3e09045b5e98e977bb54401b0606b5ed9629787c', 'c1dfd96eea8cc2b62785275bca38ac261256e278', 0),
772(327, 1, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
773(296, 1, 34, '42_b794bee8b838192a0c5e707235accb04.png', 'Eyes', '3e09045b5e98e977bb54401b0606b5ed9629787c', 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 0),
774(320, 49, 38, '38_3379d0e56e4f59e86a5a5d4d428e2a2e.png', 'Eyes', 'ff91df6b0e560882ad25844f129f10a28e44ee14', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 0),
775(321, 49, 37, '48_45c760c41a44e6a32a980f4bd8a0c864.png', 'Hat', '7b2e9c472d41a98156db853afea72aecccef830c', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 0),
776(303, 63, 33, '16_324622f43403f9d640118711d1ee85cd.png', 'Hat', '18f86772fcf796ed39aa31d4e6a428d1b2e7e960', 'a17554a0d2b15a664c0e73900184544f19e70227', 0),
777(307, 49, 34, '42_b794bee8b838192a0c5e707235accb04.png', 'Eyes', '3e09045b5e98e977bb54401b0606b5ed9629787c', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 0),
778(329, 69, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'a72b20062ec2c47ab2ceb97ac1bee818f8b6c6cb', 2),
779(330, 2, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'da4b9237bacccdf19c0760cab7aec4a8359010b0', 3),
780(331, 8, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'fe5dbbcea5ce7e2988b8c69bcfdfde8904aabc1f', 4),
781(332, 18, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', '9e6a55b6b4563e652a23be9d623ca5055c356940', 5),
782(333, 63, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'a17554a0d2b15a664c0e73900184544f19e70227', 6),
783(334, 49, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 7),
784(335, 6, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'c1dfd96eea8cc2b62785275bca38ac261256e278', 8),
785(336, 6, 12, '85898384a4b2c2d102366c89c66ad95b', 'Background', '5fc3a9142cbf1ffae9ab5e92b8b64b67a3fda389', 'c1dfd96eea8cc2b62785275bca38ac261256e278', 0),
786(337, 72, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'c097638f92de80ba8d6c696b26e6e601a5f61eb7', 9),
787(341, 19, 34, '42_b794bee8b838192a0c5e707235accb04.png', 'Eyes', '3e09045b5e98e977bb54401b0606b5ed9629787c', 'b3f0c7f6bb763af1be91d9e74eabfeb199dc1f1f', 0),
788(354, 10, 33, '16_324622f43403f9d640118711d1ee85cd.png', 'Hat', '18f86772fcf796ed39aa31d4e6a428d1b2e7e960', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
789(344, 65, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
790(345, 65, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
791(346, 65, 16, '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '2420d0db63b7fea2fade26545d42fe29e4014d0d', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
792(347, 65, 21, '23_a6bc28f079d490c33608a0965861c8b1.png', 'Hat', '61db15a7b566e734cbd7f18871e7afb64c95fc46', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
793(350, 10, 39, '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '416a81ad65b02cb7fa6aa0456b4c29403f674d49', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
794(357, 10, 31, '31059785f8fff330d0cb790e8543bc7e', 'Top', 'dcd34e921846307b633ebf5c8d1101db275d7159', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
795(359, 10, 19, '2426d69355219d5e22f8f22b7ab47315', 'Shoes', 'c8923be10417476c76e9b08ce7105474470c656a', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
796(366, 49, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', '2e01e17467891f7c933dbaa00e1459d23db3fe4f', 6),
797(360, 10, 18, 'd876759aed3cf1567ed2d945266ac2e2', 'Top', '1cb070ffcd05e3826e956a1e2dd0a890e3d8af22', 'b1d5781111d84f7b3fe45a0852e59758cd7a87e5', 0),
798(365, 57, 31, '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '6da3b15532e4056ebea6278c86304ad088eddd3a', '9109c85a45b703f87f1413a405549a2cea9ab556', 4);
799
800-- --------------------------------------------------------
801
802--
803-- Table structure for table `ItemComments`
804--
805
806CREATE TABLE IF NOT EXISTS `ItemComments` (
807 `ID` int(11) NOT NULL AUTO_INCREMENT,
808 `UserID` int(11) NOT NULL,
809 `ItemID` int(11) NOT NULL,
810 `Post` longtext NOT NULL,
811 `time` longtext NOT NULL,
812 PRIMARY KEY (`ID`)
813) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=70 ;
814
815--
816-- Dumping data for table `ItemComments`
817--
818
819INSERT INTO `ItemComments` (`ID`, `UserID`, `ItemID`, `Post`, `time`) VALUES
820(1, 18, 13, 'This is probably the best item youll ever release.', '1482261614'),
821(2, 26, 14, 'Cool Item', '1482262513'),
822(3, 19, 14, 'cant buy', '1482262781'),
823(4, 42, 14, '@player\r\nyes you can', '1482262826'),
824(5, 18, 14, 'I cant? v', '1482262861'),
825(6, 31, 14, '@Rag it doesnt show the buy button for me, sir', '1482262884'),
826(7, 26, 16, 'Best item yet!', '1482263808'),
827(8, 19, 16, 'rare af', '1482263907'),
828(9, 42, 18, 'impossible to buy', '1482264242'),
829(10, 26, 18, 'WANT ALSO I FOUND A BUG', '1482264297'),
830(11, 26, 19, 'Only people who found bugs get this right? ', '1482264370'),
831(12, 26, 19, 'YAY', '1482264380'),
832(13, 42, 21, 'holy christ', '1482264517'),
833(14, 26, 21, 'Do i get it? Plz i found a bug Sniff Sniff', '1482264525'),
834(15, 10, 21, 'Sorry guys, we had some problems in the making of this hat.\r\n', '1482264538'),
835(16, 26, 21, 'Rip me', '1482264613'),
836(17, 26, 21, 'My bug is being invisible.\r\nI know how to do it ', '1482264682'),
837(18, 26, 21, 'OMG THANKS SO MUCH', '1482264707'),
838(19, 26, 21, 'BEST SITE EVER', '1482264716'),
839(20, 19, 21, 'Got it <3', '1482264890'),
840(21, 42, 22, 'lower it pls', '1482264895'),
841(22, 19, 22, 'Lower please', '1482264911'),
842(23, 19, 23, 'I think I got #1', '1482264993'),
843(24, 26, 21, 'I tried to wear some else now im invisible again', '1482265003'),
844(25, 19, 23, 'I got #1 yee', '1482265014'),
845(26, 42, 24, 'best item', '1482265638'),
846(27, 18, 23, 'Buy mine. ', '1482266193'),
847(28, 19, 23, 'cant buy', '1482266243'),
848(29, 49, 14, 'bought\r\n', '1482266291'),
849(54, 49, 16, 'then leave lol', '1482274772'),
850(31, 18, 14, 'Sell out please.', '1482266733'),
851(55, 48, 21, 'wat', '1482275594'),
852(33, 19, 26, 'First\r\n\r\nAlso cant buy', '1482269581'),
853(34, 49, 26, 'cant buy wtf', '1482269628'),
854(35, 19, 26, '5h', '1482269714'),
855(36, 19, 27, '5th', '1482270282'),
856(37, 19, 16, 'rare', '1482272701'),
857(38, 49, 16, '#1 lol', '1482272793'),
858(39, 8, 31, 'first', '1482272828'),
859(40, 19, 31, '1st', '1482272834'),
860(41, 58, 31, 'Wont let me buy.. :(', '1482272882'),
861(42, 19, 16, '#2', '1482272911'),
862(43, 42, 31, 'funny how i cant buy\r\n', '1482272941'),
863(44, 17, 31, 'rip no buy button', '1482273003'),
864(45, 58, 31, 'yes bought the last one!', '1482273076'),
865(46, 8, 16, '#4 i think', '1482273086'),
866(47, 38, 16, '#2 cool\r\n', '1482273170'),
867(48, 49, 16, 'make this hat rare lol', '1482273178'),
868(49, 6, 31, 'Dang', '1482273295'),
869(50, 52, 31, 'put for 50 and Ill buy', '1482273324'),
870(51, 17, 16, 'lol this is selling for a lot', '1482273454'),
871(52, 49, 16, 'duhh', '1482273770'),
872(53, 35, 16, 'this is the worst sans site', '1482274429'),
873(56, 9, 21, '#all', '1482275623'),
874(57, 49, 32, 'youwild', '1482275697'),
875(58, 19, 21, 'I won!', '1482275857'),
876(59, 19, 33, '1st sale', '1482276212'),
877(60, 49, 33, '18 bux\r\n', '1482276304'),
878(61, 63, 33, 'I cant buy', '1482277204'),
879(62, 6, 14, 'Rick ross beard', '1482277655'),
880(63, 19, 38, 'Made by me', '1482277830'),
881(64, 63, 16, 'can I have for 1 bux plz', '1482277949'),
882(65, 69, 39, 'first', '1482278604'),
883(66, 8, 39, '2nd', '1482278619'),
884(67, 19, 39, 'ID #1', '1482278640');
885
886-- --------------------------------------------------------
887
888--
889-- Table structure for table `ItemDrafts`
890--
891
892CREATE TABLE IF NOT EXISTS `ItemDrafts` (
893 `ID` int(11) NOT NULL AUTO_INCREMENT,
894 `Name` longtext NOT NULL,
895 `File` longtext NOT NULL,
896 `Type` longtext NOT NULL,
897 `Price` longtext NOT NULL,
898 `CreatorID` int(11) NOT NULL,
899 `saletype` varchar(1337) NOT NULL,
900 `numbersales` int(11) NOT NULL,
901 `numberstock` int(11) NOT NULL,
902 `sell` varchar(1337) NOT NULL DEFAULT 'yes',
903 `Description` longtext NOT NULL,
904 `CreationTime` longtext NOT NULL,
905 `store` varchar(1337) NOT NULL DEFAULT 'regular',
906 `timemake` longtext NOT NULL,
907 `itemDeleted` int(11) NOT NULL,
908 `SalePrices` int(11) NOT NULL,
909 `NumberSold` int(11) NOT NULL,
910 PRIMARY KEY (`ID`)
911) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=35 ;
912
913-- --------------------------------------------------------
914
915--
916-- Table structure for table `Items`
917--
918
919CREATE TABLE IF NOT EXISTS `Items` (
920 `ID` int(11) NOT NULL AUTO_INCREMENT,
921 `Name` longtext NOT NULL,
922 `File` longtext NOT NULL,
923 `Type` longtext NOT NULL,
924 `Price` longtext NOT NULL,
925 `saletype` varchar(1337) NOT NULL,
926 `numbersales` int(11) NOT NULL,
927 `numberstock` int(11) NOT NULL,
928 `sell` varchar(1337) NOT NULL DEFAULT 'yes',
929 `Description` longtext NOT NULL,
930 `CreationTime` longtext NOT NULL,
931 `store` varchar(1337) NOT NULL DEFAULT 'regular',
932 `timemake` longtext NOT NULL,
933 `itemDeleted` int(11) NOT NULL DEFAULT '0',
934 `SalePrices` int(11) NOT NULL DEFAULT '0',
935 `NumberSold` int(11) NOT NULL,
936 `CreatorID` int(11) NOT NULL DEFAULT '1',
937 PRIMARY KEY (`ID`),
938 FULLTEXT KEY `saletype` (`saletype`)
939) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=40 ;
940
941--
942-- Dumping data for table `Items`
943--
944
945INSERT INTO `Items` (`ID`, `Name`, `File`, `Type`, `Price`, `saletype`, `numbersales`, `numberstock`, `sell`, `Description`, `CreationTime`, `store`, `timemake`, `itemDeleted`, `SalePrices`, `NumberSold`, `CreatorID`) VALUES
946(23, 'Derp Face', '50_e5e94eb8ec1895e6912f7294d8f103af.png', 'Eyes', '25', 'regular', 10, 0, 'yes', '', '1482264963', 'regular', '', 0, 90, 1, 1),
947(16, 'RobRekts Bucket of Death', '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', 'Hat', '25', 'limited', 10, 0, '', 'RobRekts is coming! RUN!!!', '1482263443', 'regular', '', 0, 0, 0, 1),
948(26, 'Chaotic Funk', '7_7bcad528f3d882b4829169166dcd091e.png', 'Hair', '10', 'regular', 0, 0, 'yes', 'Funky Funky Friday!', '1482269497', 'regular', '', 0, 0, 0, 1),
949(15, 'Grey Beanie', '39_d77a6f155c5f552a0a1d0b420fcfff88.png', 'Hat', '5', 'regular', 0, 0, 'yes', '', '1482263030', 'regular', '', 0, 0, 0, 1),
950(14, 'Bearded Epic Mouth', '45_d8664bf2348a86a014972e7884a7c34b.png', 'Mouth', '10', 'regular', 20, 0, 'yes', '*This may not work well with shirts*', '1482262373', 'regular', '', 0, 145, 3, 1),
951(21, 'Pumpkin Astro', '23_a6bc28f079d490c33608a0965861c8b1.png', 'Hat', '1010101010101', 'regular', 0, 0, '', 'Win this in RobRekts Giveaways.', '1482264483', 'regular', '', 0, 0, 0, 1),
952(31, 'Bronze Bucket of Rektness', '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', 'Hat', '25', 'limited', 10, 0, 'yes', 'ROB UPGRADED AND TURNED TO BRONZE, RUN!11!1', '1482272649', 'regular', '', 0, 1787, 26, 1),
953(33, 'Purple Dream', '16_324622f43403f9d640118711d1ee85cd.png', 'Hat', '20', 'regular', 0, 0, 'yes', ' A purple man with a purple dream', '1482276046', 'regular', '', 0, 0, 0, 1),
954(34, 'Oh...', '42_b794bee8b838192a0c5e707235accb04.png', 'Eyes', '9', 'regular', 0, 0, 'yes', 'Crawling in my skin.', '1482277088', 'regular', '', 0, 0, 0, 1),
955(38, 'Puzzled', '38_3379d0e56e4f59e86a5a5d4d428e2a2e.png', 'Eyes', '10', 'regular', 0, 0, 'yes', '', '1482277411', 'regular', '', 0, 0, 0, 1),
956(37, 'Santas Hat', '48_45c760c41a44e6a32a980f4bd8a0c864.png', 'Hat', '5', 'regular', 0, 0, 'yes', '', '1482277663', 'regular', '', 0, 0, 0, 1),
957(39, 'Immortalis Cuculio', '43_08bc8343d406545d56d000933f2bb30e.png', 'Hat', '50', 'limited', 10, 0, 'yes', '', '1482278543', 'regular', '', 0, 0, 0, 1);
958
959-- --------------------------------------------------------
960
961--
962-- Table structure for table `Logs`
963--
964
965CREATE TABLE IF NOT EXISTS `Logs` (
966 `ID` int(11) NOT NULL AUTO_INCREMENT,
967 `UserID` int(11) NOT NULL,
968 `Message` longtext NOT NULL,
969 `Page` longtext NOT NULL,
970 PRIMARY KEY (`ID`)
971) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=534 ;
972
973--
974-- Dumping data for table `Logs`
975--
976
977INSERT INTO `Logs` (`ID`, `UserID`, `Message`, `Page`) VALUES
978(1, 2, 'uploaded Ban Hammer', '/Store/StoreUpload.php'),
979(2, 2, 'approved in the main store', '/ItemRelease.php'),
980(3, 2, 'purchased Ban Hammer for 100101011101', '/Store/Item.php'),
981(4, 2, 'unbanned Zach', '/BanUser.php'),
982(5, 2, 'modified Ban Hammer in main store', '/Store/ConfigureItem.php'),
983(6, 3, 'purchased Ban Hammer from Zach for 2147483647', '/Store/Item.php'),
984(7, 2, 'modified Ban Hammer in main store', '/Store/ConfigureItem.php'),
985(8, 2, 'gave the item Ban Hammer to BrickPlanet', '/Admin/index.php'),
986(9, 2, 'hired Zach as a Developer', '/Admin/index.php'),
987(10, 3, 'hired Zahh as a Administrator', '/Admin/index.php'),
988(11, 3, 'hired Zahh as a Artist', '/Admin/index.php'),
989(12, 3, 'hired Zahh as a Developer', '/Admin/index.php'),
990(13, 3, 'hired Zahh as a Forum Moderator', '/Admin/index.php'),
991(14, 3, 'hired Zahh as a Image Moderator', '/Admin/index.php'),
992(15, 3, 'hired Zahh as a Mega Moderator', '/Admin/index.php'),
993(16, 2, 'uploaded Devil Body', '/Store/StoreUpload.php'),
994(17, 2, 'approved in the main store', '/ItemRelease.php'),
995(18, 2, 'purchased Devil Body for 10', '/Store/Item.php'),
996(19, 5, 'purchased Devil Body for 10', '/Store/Item.php'),
997(20, 4, 'purchased Devil Body for 10', '/Store/Item.php'),
998(21, 5, 'uploaded Crown', '/Store/UserUpload.php'),
999(22, 2, 'modified Ban Hammer in main store', '/Store/ConfigureItem.php'),
1000(23, 9, 'purchased Devil Body for 10', '/Store/Item.php'),
1001(24, 8, 'purchased Devil Body for 10', '/Store/Item.php'),
1002(25, 12, 'purchased Devil Body for 10', '/Store/Item.php'),
1003(26, 10, 'purchased Devil Body for 10', '/Store/Item.php'),
1004(27, 11, 'purchased Devil Body for 10', '/Store/Item.php'),
1005(28, 2, 'gave the item Ban Hammer to BrickPlanet', '/Admin/index.php'),
1006(29, 10, 'uploaded Grey Beanie', '/Store/StoreUpload.php'),
1007(30, 10, 'approved in the main store', '/ItemRelease.php'),
1008(31, 2, 'purchased Grey Beanie for 2', '/Store/Item.php'),
1009(32, 10, 'purchased Grey Beanie for 2', '/Store/Item.php'),
1010(33, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1011(34, 2, 'banned 1337 for 0 days', '/BanUser.php'),
1012(35, 10, 'uploaded Grey Beanie', '/Store/StoreUpload.php'),
1013(36, 10, 'approved in the main store', '/ItemRelease.php'),
1014(37, 2, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1015(38, 10, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1016(39, 10, 'modified Ban Hammer in main store', '/Store/ConfigureItem.php'),
1017(40, 10, 'modified Ban Hammer in main store', '/Store/ConfigureItem.php'),
1018(41, 10, 'modified Ban Hammer in main store', '/Store/ConfigureItem.php'),
1019(42, 2, 'modified Ban Hammer in main store', '/Store/ConfigureItem.php'),
1020(43, 10, 'uploaded Robs Bucket of Rekters', '/Store/StoreUpload.php'),
1021(44, 10, 'approved in the main store', '/ItemRelease.php'),
1022(45, 2, 'approved in the main store', '/ItemRelease.php'),
1023(46, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1024(47, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1025(48, 10, 'uploaded Robs Bucket of Rekters', '/Store/StoreUpload.php'),
1026(49, 10, 'approved in the main store', '/ItemRelease.php'),
1027(50, 10, 'purchased Robs Bucket of Rekters for 25', '/Store/Item.php'),
1028(51, 10, 'modified Robs Bucket of Rekters in main store', '/Store/ConfigureItem.php'),
1029(52, 10, 'modified Robs Bucket of Rekters in main store', '/Store/ConfigureItem.php'),
1030(53, 10, 'hired RobRekts as a Developer', '/Admin/index.php'),
1031(54, 10, 'hired RobRekts as a Artist', '/Admin/index.php'),
1032(55, 2, 'unbanned [ Content Deleted 10 ]', '/BanUser.php'),
1033(56, 2, 'hired RobRekts as a Artist', '/Admin/index.php'),
1034(57, 2, 'purchased Robs Bucket of Rekters for 25', '/Store/Item.php'),
1035(58, 2, 'uploaded Tornado Legs', '/Store/StoreUpload.php'),
1036(59, 2, 'approved in the main store', '/ItemRelease.php'),
1037(60, 2, 'purchased Tornado Legs for 10', '/Store/Item.php'),
1038(61, 4, 'purchased Robs Bucket of Rekters for 25', '/Store/Item.php'),
1039(62, 10, 'hired as a Developer', '/Admin/index.php'),
1040(63, 10, 'hired RobRekts as a Developer', '/Admin/index.php'),
1041(64, 10, 'hired RobRekts as a Developer', '/Admin/index.php'),
1042(65, 7, 'purchased Robs Bucket of Rekters for 25', '/Store/Item.php'),
1043(66, 2, 'banned King for forever days', '/BanUser.php'),
1044(67, 2, 'unbanned King', '/BanUser.php'),
1045(68, 2, 'IP Banned King', '/user.php'),
1046(69, 12, 'purchased Robs Bucket of Rekters for 25', '/Store/Item.php'),
1047(70, 2, 'uploaded 1221', '/Store/StoreUpload.php'),
1048(71, 2, 'approved in the main store', '/ItemRelease.php'),
1049(72, 2, 'purchased 1221 for 12121', '/Store/Item.php'),
1050(73, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1051(74, 2, 'uploaded ook', '/Store/StoreUpload.php'),
1052(75, 2, 'approved in the main store', '/ItemRelease.php'),
1053(76, 2, 'purchased ook for 1000', '/Store/Item.php'),
1054(77, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1055(78, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1056(79, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1057(80, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1058(81, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1059(82, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1060(83, 2, 'unbanned 1337', '/BanUser.php'),
1061(84, 2, 'modified Links: in user store', '/Forum/EditThread.php'),
1062(85, 17, 'uploaded Black Tshirt', '/Store/UserUpload.php'),
1063(86, 2, 'banned Banana for 0 days', '/BanUser.php'),
1064(87, 2, 'banned Banana for forever days', '/BanUser.php'),
1065(88, 2, 'banned Bob for forever days', '/BanUser.php'),
1066(89, 2, 'purchased Black Tshirt for 2', '/Store/UserItem.php'),
1067(90, 2, 'uploaded Bearded Epic Mouth', '/Store/StoreUpload.php'),
1068(91, 2, 'approved in the main store', '/ItemRelease.php'),
1069(92, 2, 'purchased Bearded Epic Mouth for 5', '/Store/Item.php'),
1070(93, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1071(94, 17, 'uploaded Shorts', '/Store/UserUpload.php'),
1072(95, 18, 'purchased Bearded Epic Mouth for 5', '/Store/Item.php'),
1073(96, 27, 'purchased Bearded Epic Mouth for 5', '/Store/Item.php'),
1074(97, 2, 'uploaded Floating Above', '/Store/StoreUpload.php'),
1075(98, 2, 'approved in the main store', '/ItemRelease.php'),
1076(99, 12, 'purchased Bearded Epic Mouth for 5', '/Store/Item.php'),
1077(100, 18, 'purchased Floating Above for 10', '/Store/Item.php'),
1078(101, 2, 'purchased Floating Above for 10', '/Store/Item.php'),
1079(102, 17, 'purchased Floating Above for 10', '/Store/Item.php'),
1080(103, 17, 'purchased Bearded Epic Mouth for 5', '/Store/Item.php'),
1081(104, 17, 'uploaded T-Shirt', '/Store/UserUpload.php'),
1082(105, 42, 'purchased Bearded Epic Mouth for 5', '/Store/Item.php'),
1083(106, 42, 'purchased Floating Above for 10', '/Store/Item.php'),
1084(107, 27, 'purchased Floating Above for 10', '/Store/Item.php'),
1085(108, 26, 'purchased Bearded Epic Mouth for 5', '/Store/Item.php'),
1086(109, 2, 'uploaded Bearded Epic Mouth', '/Store/StoreUpload.php'),
1087(110, 2, 'approved in the main store', '/ItemRelease.php'),
1088(111, 42, 'uploaded Red T-Shirt', '/Store/UserUpload.php'),
1089(112, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1090(113, 2, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1091(114, 42, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1092(115, 26, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1093(116, 1, 'modified Bearded Epic Mouth in main store', '/Store/ConfigureItem.php'),
1094(117, 2, 'purchased T-Shirt for 2', '/Store/UserItem.php'),
1095(118, 2, 'modified Bearded Epic Mouth in main store', '/Store/ConfigureItem.php'),
1096(119, 2, 'modified Bearded Epic Mouth in main store', '/Store/ConfigureItem.php'),
1097(120, 42, 'purchased T-Shirt for 2', '/Store/UserItem.php'),
1098(121, 26, 'purchased Floating Above for 10', '/Store/Item.php'),
1099(122, 2, 'modified Bearded Epic Mouth in main store', '/Store/ConfigureItem.php'),
1100(123, 19, 'purchased Floating Above for 10', '/Store/Item.php'),
1101(124, 10, 'purchased Floating Above for 10', '/Store/Item.php'),
1102(125, 19, 'purchased T-Shirt for 2', '/Store/UserItem.php'),
1103(126, 1, 'modified Bearded Epic Mouth in main store', '/Store/ConfigureItem.php'),
1104(127, 31, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1105(128, 18, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1106(129, 19, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1107(130, 9, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1108(131, 10, 'gave the item Bearded Epic Mouth to kerr', '/Admin/index.php'),
1109(132, 45, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1110(133, 45, 'purchased Floating Above for 10', '/Store/Item.php'),
1111(134, 45, 'purchased T-Shirt for 2', '/Store/UserItem.php'),
1112(135, 3, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1113(136, 16, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1114(137, 3, 'purchased Floating Above for 10', '/Store/Item.php'),
1115(138, 10, 'uploaded Grey Beanie', '/Store/StoreUpload.php'),
1116(139, 10, 'approved in the main store', '/ItemRelease.php'),
1117(140, 10, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1118(141, 26, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1119(142, 45, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1120(143, 46, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1121(144, 19, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1122(145, 42, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1123(146, 19, 'uploaded Brick Planet White Tee *ORIGINAL*', '/Store/UserUpload.php'),
1124(147, 2, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1125(148, 10, 'uploaded RobRekts Bucket of Death', '/Store/StoreUpload.php'),
1126(149, 2, 'unbanned Banana', '/BanUser.php'),
1127(150, 10, 'approved in the main store', '/ItemRelease.php'),
1128(151, 10, 'purchased T-Shirt for 2', '/Store/UserItem.php'),
1129(152, 42, 'purchased Brick Planet White Tee *ORIGINAL* for 2', '/Store/UserItem.php'),
1130(153, 10, 'purchased Brick Planet White Tee *ORIGINAL* for 2', '/Store/UserItem.php'),
1131(154, 19, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1132(155, 22, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1133(156, 10, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1134(157, 22, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1135(158, 22, 'purchased Floating Above for 10', '/Store/Item.php'),
1136(159, 2, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1137(160, 22, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1138(161, 42, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1139(162, 26, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1140(163, 10, 'modified RobRekts Bucket of Death in main store', '/Store/ConfigureItem.php'),
1141(164, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1142(165, 19, 'uploaded Brick Planet White Tee *ORIGINAL*', '/Store/UserUpload.php'),
1143(166, 10, 'uploaded Astro Pumpkin Head', '/Store/StoreUpload.php'),
1144(167, 10, 'approved in the main store', '/ItemRelease.php'),
1145(168, 10, 'deleted in main store', '/Store/ConfigureItem.php'),
1146(169, 10, 'uploaded Astro Pumpkin Head', '/Store/StoreUpload.php'),
1147(170, 10, 'approved in the main store', '/ItemRelease.php'),
1148(171, 15, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1149(172, 10, 'modified Astro Pumpkin Head in main store', '/Store/ConfigureItem.php'),
1150(173, 10, 'gave the item Astro Pumpkin Head to Chaos', '/Admin/index.php'),
1151(174, 2, 'uploaded Bug Squashing Pumpkin', '/Store/StoreUpload.php'),
1152(175, 2, 'approved in the main store', '/ItemRelease.php'),
1153(176, 9, 'purchased Bug Squashing Pumpkin for 0', '/Store/Item.php'),
1154(177, 15, 'purchased Bug Squashing Pumpkin for 0', '/Store/Item.php'),
1155(178, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1156(179, 26, 'purchased Bug Squashing Pumpkin for 0', '/Store/Item.php'),
1157(180, 42, 'purchased Brick Planet White Tee *ORIGINAL* for 2', '/Store/UserItem.php'),
1158(181, 18, 'purchased Bug Squashing Pumpkin for 0', '/Store/Item.php'),
1159(182, 28, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1160(183, 2, 'modified Pumpkin Astro in main store', '/Store/ConfigureItem.php'),
1161(184, 10, 'modified Astro Pumpkin Head in main store', '/Store/ConfigureItem.php'),
1162(185, 10, 'modified Pumpkin Astro in main store', '/Store/ConfigureItem.php'),
1163(186, 10, 'modified Pumpkin Astro in main store', '/Store/ConfigureItem.php'),
1164(187, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1165(188, 2, 'uploaded Pumpkin Astro', '/Store/StoreUpload.php'),
1166(189, 2, 'approved in the main store', '/ItemRelease.php'),
1167(190, 38, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1168(191, 15, 'purchased Floating Above for 10', '/Store/Item.php'),
1169(192, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1170(193, 2, 'uploaded Pumpkin Astro', '/Store/StoreUpload.php'),
1171(194, 2, 'approved in the main store', '/ItemRelease.php'),
1172(195, 10, 'uploaded Astro Pumpkin Head', '/Store/StoreUpload.php'),
1173(196, 10, 'denied in the main store', '/ItemRelease.php'),
1174(197, 2, 'modified Pumpkin Astro in main store', '/Store/ConfigureItem.php'),
1175(198, 10, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1176(199, 2, 'modified Pumpkin Astro in main store', '/Store/ConfigureItem.php'),
1177(200, 2, 'modified Pumpkin Astro in main store', '/Store/ConfigureItem.php'),
1178(201, 10, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1179(202, 2, 'purchased Brick Planet White Tee *ORIGINAL* for 2', '/Store/UserItem.php'),
1180(203, 10, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1181(204, 10, 'uploaded DERP', '/Store/StoreUpload.php'),
1182(205, 10, 'approved in the main store', '/ItemRelease.php'),
1183(206, 10, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1184(207, 10, 'purchased DERP for 75', '/Store/Item.php'),
1185(208, 2, 'purchased DERP for 75', '/Store/Item.php'),
1186(209, 10, 'deleted in main store', '/Store/ConfigureItem.php'),
1187(210, 10, 'uploaded Derp Face', '/Store/StoreUpload.php'),
1188(211, 10, 'approved in the main store', '/ItemRelease.php'),
1189(212, 19, 'purchased Derp Face for 25', '/Store/Item.php'),
1190(213, 10, 'purchased Derp Face for 25', '/Store/Item.php'),
1191(214, 42, 'purchased Derp Face for 25', '/Store/Item.php'),
1192(215, 26, 'purchased Derp Face for 25', '/Store/Item.php'),
1193(216, 22, 'purchased Derp Face for 25', '/Store/Item.php'),
1194(217, 18, 'purchased Derp Face for 25', '/Store/Item.php'),
1195(218, 16, 'purchased Derp Face for 25', '/Store/Item.php'),
1196(219, 10, 'uploaded Grapes', '/Store/StoreUpload.php'),
1197(220, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1198(221, 2, 'purchased Derp Face for 25', '/Store/Item.php'),
1199(222, 2, 'denied in the main store', '/ItemRelease.php'),
1200(223, 48, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1201(224, 10, 'approved in the main store', '/ItemRelease.php'),
1202(225, 10, 'deleted in main store', '/Store/ConfigureItem.php'),
1203(226, 31, 'purchased Derp Face for 25', '/Store/Item.php'),
1204(227, 19, 'modified Brick Planet White Tee *ORIGINAL* in user store', '/Store/UserConfigureItem.php'),
1205(228, 45, 'purchased Derp Face for 25', '/Store/Item.php'),
1206(229, 4, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1207(230, 50, 'purchased Brick Planet White Tee *ORIGINAL* for 100', '/Store/UserItem.php'),
1208(231, 51, 'purchased Brick Planet White Tee *ORIGINAL* for 100', '/Store/UserItem.php'),
1209(232, 49, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1210(233, 4, 'purchased Derp Face from Chaos for 90', '/Store/Item.php'),
1211(234, 19, 'modified Brick Planet White Tee *ORIGINAL* in user store', '/Store/UserConfigureItem.php'),
1212(235, 10, 'uploaded Grape Background', '/Store/StoreUpload.php'),
1213(236, 10, 'approved in the main store', '/ItemRelease.php'),
1214(237, 10, 'purchased Grape Background for 1', '/Store/Item.php'),
1215(238, 10, 'deleted in main store', '/Store/ConfigureItem.php'),
1216(239, 10, 'gave the item Derp Face to Admin', '/Admin/index.php'),
1217(240, 18, 'uploaded Chaoss plaid vest', '/Store/UserUpload.php'),
1218(241, 10, 'purchased Chaoss plaid vest for 10', '/Store/UserItem.php'),
1219(242, 42, 'purchased Chaoss plaid vest for 10', '/Store/UserItem.php'),
1220(243, 18, 'uploaded Blackout 12s', '/Store/UserUpload.php'),
1221(244, 30, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1222(245, 18, 'modified Chaoss plaid vest in user store', '/Store/UserConfigureItem.php'),
1223(246, 18, 'modified Chaos s plaid vest in user store', '/Store/UserConfigureItem.php'),
1224(247, 10, 'purchased Blackout 12s for 10', '/Store/UserItem.php'),
1225(248, 2, 'purchased Chaos s plaid vest for 10', '/Store/UserItem.php'),
1226(249, 2, 'purchased Blackout 12s for 10', '/Store/UserItem.php'),
1227(250, 18, 'modified Blackout 12s in user store', '/Store/UserConfigureItem.php'),
1228(251, 52, 'uploaded Bill Cipher', '/Store/UserUpload.php'),
1229(252, 53, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1230(253, 53, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1231(254, 10, 'purchased Bill Cipher for 113', '/Store/UserItem.php'),
1232(255, 42, 'purchased Blackout 12s for 10', '/Store/UserItem.php'),
1233(256, 2, 'purchased Bill Cipher for 113', '/Store/UserItem.php'),
1234(257, 3, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1235(258, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1236(259, 52, 'uploaded tree of space', '/Store/UserUpload.php'),
1237(260, 10, 'purchased tree of space for 5', '/Store/UserItem.php'),
1238(261, 42, 'purchased tree of space for 5', '/Store/UserItem.php'),
1239(262, 2, 'purchased tree of space for 5', '/Store/UserItem.php'),
1240(263, 49, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1241(264, 2, 'uploaded Chaotic Funk', '/Store/StoreUpload.php'),
1242(265, 2, 'approved in the main store', '/ItemRelease.php'),
1243(266, 2, 'purchased Chaotic Funk for 10', '/Store/Item.php'),
1244(267, 18, 'purchased Chaotic Funk for 10', '/Store/Item.php'),
1245(268, 2, 'modified Chaotic Funk in main store', '/Store/ConfigureItem.php'),
1246(269, 55, 'purchased Bearded Epic Mouth from Roberto for 50', '/Store/Item.php'),
1247(270, 10, 'gave the item Chaotic Funk to Vertix', '/Admin/index.php'),
1248(271, 2, 'modified Chaotic Funk in main store', '/Store/ConfigureItem.php'),
1249(272, 1, 'modified Chaotic Funk in main store', '/Store/ConfigureItem.php'),
1250(273, 19, 'purchased Chaotic Funk for 10', '/Store/Item.php'),
1251(274, 49, 'purchased Chaotic Funk for 10', '/Store/Item.php'),
1252(275, 10, 'modified Clothing Template: in user store', '/Forum/EditThread.php'),
1253(276, 2, 'uploaded Sinister', '/Store/StoreUpload.php'),
1254(277, 2, 'approved in the main store', '/ItemRelease.php'),
1255(278, 2, 'purchased Sinister for 10', '/Store/Item.php'),
1256(279, 18, 'purchased Sinister for 10', '/Store/Item.php'),
1257(280, 19, 'purchased Sinister for 10', '/Store/Item.php'),
1258(281, 48, 'purchased Sinister for 10', '/Store/Item.php'),
1259(282, 10, 'purchased Sinister for 10', '/Store/Item.php'),
1260(283, 10, 'uploaded Death Eyed Bucket', '/Store/StoreUpload.php'),
1261(284, 10, 'approved in the main store', '/ItemRelease.php'),
1262(285, 10, 'modified Death Eyed Bucket in main store', '/Store/ConfigureItem.php'),
1263(286, 10, 'gave the item Death Eyed Bucket to henry', '/Admin/index.php'),
1264(287, 10, 'gave the item Death Eyed Bucket to henry', '/Admin/index.php'),
1265(288, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1266(289, 49, 'purchased Sinister for 10', '/Store/Item.php'),
1267(290, 10, 'modified Death Eyed Bucket in main store', '/Store/ConfigureItem.php'),
1268(291, 19, 'uploaded Puzzled', '/Store/UserUpload.php'),
1269(292, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1270(293, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1271(294, 49, 'purchased Puzzled for 10', '/Store/Item.php'),
1272(295, 9, 'deleted in main store', '/Store/ConfigureItem.php'),
1273(296, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1274(297, 53, 'purchased Chaotic Funk for 10', '/Store/Item.php'),
1275(298, 10, 'uploaded Black Background', '/Store/StoreUpload.php'),
1276(299, 10, 'approved in the main store', '/ItemRelease.php'),
1277(300, 49, 'purchased Black Background for 1', '/Store/Item.php'),
1278(301, 10, 'purchased Black Background for 1', '/Store/Item.php'),
1279(302, 57, 'purchased Black Background for 1', '/Store/Item.php'),
1280(303, 2, 'purchased Black Background for 1', '/Store/UserItem.php'),
1281(304, 17, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1282(305, 57, 'purchased Bearded Epic Mouth from Chaos for 45', '/Store/Item.php'),
1283(306, 10, 'purchased Black Background for 1', '/Store/UserItem.php'),
1284(307, 56, 'purchased Bearded Epic Mouth from Rag for 50', '/Store/Item.php'),
1285(308, 9, 'uploaded White', '/Store/UserUpload.php'),
1286(309, 17, 'purchased Black Background for 1', '/Store/UserItem.php'),
1287(310, 10, 'purchased White for 5', '/Store/UserItem.php'),
1288(311, 19, 'uploaded Puzzled', '/Store/UserUpload.php'),
1289(312, 49, 'purchased Black Background for 1', '/Store/UserItem.php'),
1290(313, 9, 'modified Puzzled in user store', '/Store/UserConfigureItem.php'),
1291(314, 10, 'purchased Puzzled for 10', '/Store/UserItem.php'),
1292(315, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1293(316, 52, 'purchased Chaotic Funk for 10', '/Store/Item.php'),
1294(317, 2, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1295(318, 10, 'gave the item RobRekts Bucket of Death to aeo', '/Admin/index.php'),
1296(319, 10, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1297(320, 10, 'gave the item Derp Face to Admin', '/Admin/index.php'),
1298(321, 10, 'gave the item Chaotic Funk to Vertix', '/Admin/index.php'),
1299(322, 19, 'uploaded Puzzled', '/Store/UserUpload.php'),
1300(323, 2, 'purchased Puzzled for 10', '/Store/UserItem.php'),
1301(324, 17, 'uploaded Black shirt and tie', '/Store/UserUpload.php'),
1302(325, 2, 'purchased Black shirt and tie for 5', '/Store/UserItem.php'),
1303(326, 17, 'uploaded Blue socks', '/Store/UserUpload.php'),
1304(327, 17, 'uploaded Black Pants', '/Store/UserUpload.php'),
1305(328, 9, 'uploaded Christmas Socks', '/Store/UserUpload.php'),
1306(329, 9, 'deleted in user store', '/Store/UserConfigureItem.php'),
1307(330, 2, 'purchased Blue socks for 2', '/Store/UserItem.php'),
1308(331, 2, 'purchased Black Pants for 5', '/Store/UserItem.php'),
1309(332, 9, 'uploaded Christmas Socks', '/Store/UserUpload.php'),
1310(333, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1311(334, 9, 'modified in user store', '/Store/UserConfigureItem.php'),
1312(335, 9, 'uploaded Shocked', '/Store/UserUpload.php'),
1313(336, 42, 'purchased Black Background for 1', '/Store/UserItem.php'),
1314(337, 38, 'purchased Black Background for 1', '/Store/UserItem.php'),
1315(338, 1, 'modified RobRekts Bucket of Death in main store', '/Store/ConfigureItem.php'),
1316(339, 60, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1317(340, 6, 'purchased Chaotic Funk for 10', '/Store/Item.php'),
1318(341, 2, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1319(342, 58, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1320(343, 2, 'uploaded Brown Bucket of Rektness', '/Store/StoreUpload.php'),
1321(344, 2, 'modified RobRekts Bucket of Death in main store', '/Store/ConfigureItem.php'),
1322(345, 58, 'purchased Brick Planet White Tee *ORIGINAL* for 2', '/Store/UserItem.php'),
1323(346, 58, 'purchased Blackout 12s for 10', '/Store/UserItem.php'),
1324(347, 1, 'modified RobRekts Bucket of Death in main store', '/Store/ConfigureItem.php'),
1325(348, 1, 'modified RobRekts Bucket of Death in main store', '/Store/ConfigureItem.php'),
1326(349, 49, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1327(350, 1, 'modified Bearded Epic Mouth in main store', '/Store/ConfigureItem.php'),
1328(351, 1, 'modified Derp Face in main store', '/Store/ConfigureItem.php'),
1329(352, 2, 'approved in the main store', '/ItemRelease.php'),
1330(353, 2, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1331(354, 9, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1332(355, 18, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1333(356, 49, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1334(357, 8, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1335(358, 38, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1336(359, 19, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1337(360, 48, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1338(361, 56, 'purchased Brown Bucket of Rektness for 25', '/Store/Item.php'),
1339(362, 38, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1340(363, 2, 'modified Bronze Bucket of Rektness in main store', '/Store/ConfigureItem.php'),
1341(364, 8, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1342(365, 8, 'purchased Derp Face for 25', '/Store/Item.php'),
1343(366, 58, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1344(367, 17, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1345(368, 11, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1346(369, 42, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1347(370, 8, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1348(371, 42, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1349(372, 48, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1350(373, 1, 'modified Bronze Bucket of Rektness in main store', '/Store/ConfigureItem.php'),
1351(374, 58, 'purchased Bronze Bucket of Rektness for 25', '/Store/Item.php'),
1352(375, 38, 'purchased Derp Face for 25', '/Store/Item.php'),
1353(376, 9, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1354(377, 11, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1355(378, 59, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1356(379, 56, 'purchased RobRekts Bucket of Death for 25', '/Store/Item.php'),
1357(380, 8, 'uploaded anime', '/Store/UserUpload.php'),
1358(381, 9, 'uploaded Christmas Shocked Face', '/Store/UserUpload.php'),
1359(382, 9, 'modified Christmas Shocked Face in user store', '/Store/UserConfigureItem.php'),
1360(383, 6, 'purchased Blackout 12s for 10', '/Store/UserItem.php'),
1361(384, 6, 'purchased Chaos s plaid vest for 10', '/Store/UserItem.php'),
1362(385, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1363(386, 6, 'purchased Puzzled for 10', '/Store/UserItem.php'),
1364(387, 19, 'uploaded Puzzled', '/Store/UserUpload.php'),
1365(388, 11, 'purchased Derp Face for 25', '/Store/Item.php'),
1366(389, 11, 'purchased Grey Beanie for 5', '/Store/Item.php'),
1367(390, 9, 'uploaded Face Pants', '/Store/UserUpload.php'),
1368(391, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1369(392, 17, 'uploaded Black', '/Store/UserUpload.php'),
1370(393, 19, 'uploaded Puzzled', '/Store/UserUpload.php'),
1371(394, 48, 'purchased Puzzled for 10', '/Store/UserItem.php'),
1372(395, 8, 'purchased Puzzled for 10', '/Store/UserItem.php'),
1373(396, 8, 'uploaded santa hat', '/Store/UserUpload.php'),
1374(397, 19, 'modified Brick Planet White Tee *ORIGINAL* in user store', '/Store/UserConfigureItem.php'),
1375(398, 64, 'purchased Brick Planet White Tee *ORIGINAL* for 115', '/Store/UserItem.php'),
1376(399, 9, 'uploaded Red Body', '/Store/UserUpload.php'),
1377(400, 9, 'modified Red Body in user store', '/Store/UserConfigureItem.php'),
1378(401, 9, 'purchased Red Body for 0', '/Store/UserItem.php'),
1379(402, 9, 'modified Red Body in user store', '/Store/UserConfigureItem.php'),
1380(403, 8, 'purchased Chaotic Funk for 10', '/Store/Item.php'),
1381(404, 8, 'deleted santa hat in user store', '/Store/UserConfigureItem.php'),
1382(405, 8, 'uploaded santa hat', '/Store/UserUpload.php'),
1383(406, 9, 'uploaded Red Shorts', '/Store/UserUpload.php'),
1384(407, 9, 'modified Red Shorts in user store', '/Store/UserConfigureItem.php'),
1385(408, 10, 'purchased Bronze Bucket of Rektness from Chaos for 145', '/Store/Item.php'),
1386(409, 9, 'modified Red Shorts in user store', '/Store/UserConfigureItem.php'),
1387(410, 48, 'uploaded Purple Dream', '/Store/UserUpload.php'),
1388(411, 10, 'purchased Puzzled for 10', '/Store/UserItem.php'),
1389(412, 48, 'uploaded Oh...', '/Store/UserUpload.php'),
1390(413, 10, 'modified RobRekts Bucket of Death in main store', '/Store/ConfigureItem.php'),
1391(414, 10, 'gave the item RobRekts Bucket of Death to aeo', '/Admin/index.php'),
1392(415, 10, 'gave the item RobRekts Bucket of Death to aeo', '/Admin/index.php'),
1393(416, 10, 'modified RobRekts Bucket of Death in main store', '/Store/ConfigureItem.php'),
1394(417, 10, 'purchased Oh... for 9', '/Store/UserItem.php'),
1395(418, 10, 'purchased Puzzled for 10', '/Store/UserItem.php'),
1396(419, 10, 'gave the item to Lem', '/Admin/index.php'),
1397(420, 10, 'purchased Black for 5', '/Store/UserItem.php'),
1398(421, 10, 'gave the item to Lem', '/Admin/index.php'),
1399(422, 47, 'purchased Bearded Epic Mouth for 10', '/Store/Item.php'),
1400(423, 10, 'modified santa hat in main store', '/Store/ConfigureItem.php'),
1401(424, 10, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1402(425, 9, 'modified Purple Dream in user store', '/Store/UserConfigureItem.php'),
1403(426, 10, 'modified Pumpkin Astro in main store', '/Store/ConfigureItem.php'),
1404(427, 10, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1405(428, 10, 'modified santa hat in user store', '/Store/UserConfigureItem.php'),
1406(429, 10, 'purchased santa hat for 25', '/Store/UserItem.php'),
1407(430, 10, 'deleted in user store', '/Store/UserConfigureItem.php'),
1408(431, 10, 'modified anime in user store', '/Store/UserConfigureItem.php'),
1409(432, 18, 'uploaded Purple Dream', '/Store/StoreUpload.php'),
1410(433, 9, 'approved in the main store', '/ItemRelease.php'),
1411(434, 19, 'purchased Purple Dream for 20', '/Store/Item.php'),
1412(435, 8, 'purchased Purple Dream for 20', '/Store/Item.php'),
1413(436, 9, 'modified Purple Dream in main store', '/Store/ConfigureItem.php'),
1414(437, 9, 'modified Purple Dream in main store', '/Store/ConfigureItem.php'),
1415(438, 11, 'uploaded Timberlands', '/Store/UserUpload.php'),
1416(439, 18, 'uploaded Oh...', '/Store/StoreUpload.php'),
1417(440, 66, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1418(441, 49, 'purchased Bronze Bucket of Rektness from hat for 1', '/Store/Item.php'),
1419(442, 9, 'approved in the main store', '/ItemRelease.php'),
1420(443, 19, 'purchased Oh... for 9', '/Store/Item.php'),
1421(444, 9, 'modified Oh... in main store', '/Store/ConfigureItem.php'),
1422(445, 8, 'uploaded Santa hat', '/Store/UserUpload.php'),
1423(446, 67, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1424(447, 49, 'purchased Bronze Bucket of Rektness from 666 for 1', '/Store/Item.php'),
1425(448, 1, 'modified Purple Dream in main store', '/Store/ConfigureItem.php'),
1426(449, 1, 'modified Oh... in main store', '/Store/ConfigureItem.php'),
1427(450, 11, 'purchased Santa hat for 15', '/Store/UserItem.php'),
1428(451, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1429(452, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1430(453, 18, 'uploaded Puzzled', '/Store/StoreUpload.php'),
1431(454, 68, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1432(455, 6, 'purchased Oh... for 9', '/Store/Item.php'),
1433(456, 49, 'purchased Bronze Bucket of Rektness from boat for 1', '/Store/Item.php'),
1434(457, 42, 'purchased Oh... for 9', '/Store/Item.php'),
1435(458, 63, 'purchased Puzzled for 10', '/Store/Item.php'),
1436(459, 2, 'purchased Puzzled for 10', '/Store/Item.php'),
1437(460, 63, 'purchased Purple Dream for 20', '/Store/Item.php'),
1438(461, 19, 'modified Puzzled in main store', '/Store/ConfigureItem.php'),
1439(462, 2, 'deleted in user store', '/Store/UserConfigureItem.php'),
1440(463, 2, 'purchased Santa hat for 15', '/Store/Item.php'),
1441(464, 19, 'purchased Santa hat for 15', '/Store/Item.php'),
1442(465, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1443(466, 2, 'deleted in main store', '/Store/ConfigureItem.php'),
1444(467, 49, 'purchased Oh... for 9', '/Store/Item.php'),
1445(468, 49, 'purchased Purple Dream for 20', '/Store/Item.php'),
1446(469, 2, 'uploaded Santas Hat', '/Store/StoreUpload.php'),
1447(470, 2, 'approved in the main store', '/ItemRelease.php'),
1448(471, 2, 'approved in the main store', '/ItemRelease.php'),
1449(472, 8, 'purchased Santas Hat for 5', '/Store/Item.php'),
1450(473, 2, 'purchased Santas Hat for 5', '/Store/Item.php'),
1451(474, 2, 'purchased Puzzled for 10', '/Store/Item.php'),
1452(475, 48, 'purchased Santas Hat for 5', '/Store/Item.php'),
1453(476, 19, 'purchased Puzzled for 10', '/Store/Item.php'),
1454(477, 19, 'purchased Santas Hat for 5', '/Store/Item.php'),
1455(478, 63, 'purchased Oh... for 9', '/Store/Item.php'),
1456(479, 70, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1457(480, 8, 'uploaded Light Cuculio', '/Store/UserUpload.php'),
1458(481, 49, 'purchased Bronze Bucket of Rektness from too for 1', '/Store/Item.php'),
1459(482, 49, 'purchased Puzzled for 10', '/Store/Item.php'),
1460(483, 49, 'purchased Santas Hat for 5', '/Store/Item.php'),
1461(484, 49, 'purchased Derp Face for 25', '/Store/Item.php'),
1462(485, 2, 'hired 111 as a Artist', '/Admin/index.php'),
1463(486, 15, 'purchased Santas Hat for 5', '/Store/Item.php'),
1464(487, 15, 'purchased Oh... for 9', '/Store/Item.php'),
1465(488, 15, 'purchased Purple Dream for 20', '/Store/Item.php'),
1466(489, 15, 'purchased Derp Face for 25', '/Store/Item.php'),
1467(490, 2, 'uploaded Immortalis Cuculio', '/Store/StoreUpload.php'),
1468(491, 2, 'approved in the main store', '/ItemRelease.php'),
1469(492, 19, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1470(493, 69, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1471(494, 2, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1472(495, 8, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1473(496, 18, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1474(497, 63, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1475(498, 49, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1476(499, 6, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1477(500, 6, 'purchased tree of space for 5', '/Store/UserItem.php'),
1478(501, 72, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1479(502, 71, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1480(503, 73, 'purchased Immortalis Cuculio for 50', '/Store/Item.php'),
1481(504, 49, 'purchased Bronze Bucket of Rektness from hoe for 1', '/Store/Item.php'),
1482(505, 63, 'uploaded 101 Face', '/Store/UserUpload.php'),
1483(506, 19, 'purchased Oh... for 9', '/Store/Item.php'),
1484(507, 74, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1485(508, 49, 'purchased Bronze Bucket of Rektness from sam for 1', '/Store/Item.php'),
1486(509, 2, 'hired jordan as a Administrator', '/Admin/index.php'),
1487(510, 10, 'gave the item Immortalis Cuculio to Shedletsky', '/Admin/index.php'),
1488(511, 10, 'gave the item Bronze Bucket of Rektness to Voltzy', '/Admin/index.php'),
1489(512, 10, 'gave the item RobRekts Bucket of Death to aeo', '/Admin/index.php'),
1490(513, 10, 'gave the item Pumpkin Astro to maxa', '/Admin/index.php'),
1491(514, 76, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1492(515, 49, 'purchased Bronze Bucket of Rektness from lies for 1', '/Store/Item.php'),
1493(516, 10, 'gave the item Immortalis Cuculio to Shedletsky', '/Admin/index.php'),
1494(517, 77, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1495(518, 49, 'purchased Bronze Bucket of Rektness from cry for 1', '/Store/Item.php'),
1496(519, 79, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1497(520, 10, 'purchased Purple Dream for 20', '/Store/Item.php'),
1498(521, 49, 'purchased Bronze Bucket of Rektness from 555 for 1', '/Store/Item.php'),
1499(522, 10, 'purchased Red Shorts for 5', '/Store/UserItem.php'),
1500(523, 10, 'purchased Red Body for 5', '/Store/UserItem.php'),
1501(524, 2, 'hired jordan as a Administrator', '/Admin/index.php'),
1502(525, 80, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1503(526, 10, 'purchased Blue socks for 2', '/Store/UserItem.php'),
1504(527, 10, 'purchased Black shirt and tie for 5', '/Store/UserItem.php'),
1505(528, 49, 'purchased Bronze Bucket of Rektness from bot for 1', '/Store/Item.php'),
1506(529, 81, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1507(530, 49, 'purchased Bronze Bucket of Rektness from toe for 1', '/Store/Item.php'),
1508(531, 82, 'purchased Bronze Bucket of Rektness from jordan for 115', '/Store/Item.php'),
1509(532, 57, 'purchased Bronze Bucket of Rektness from overlords for 1', '/Store/Item.php'),
1510(533, 49, 'purchased Bronze Bucket of Rektness from Natsu for 250', '/Store/Item.php');
1511
1512-- --------------------------------------------------------
1513
1514--
1515-- Table structure for table `Maintenance`
1516--
1517
1518CREATE TABLE IF NOT EXISTS `Maintenance` (
1519 `Status` longtext NOT NULL
1520) ENGINE=MyISAM DEFAULT CHARSET=latin1;
1521
1522--
1523-- Dumping data for table `Maintenance`
1524--
1525
1526INSERT INTO `Maintenance` (`Status`) VALUES
1527('Site hacked by Team Firey Fuckers'),
1528('My dad fucked me so hard that I cummed');
1529
1530-- --------------------------------------------------------
1531
1532--
1533-- Table structure for table `News`
1534--
1535
1536CREATE TABLE IF NOT EXISTS `News` (
1537 `ID` int(11) NOT NULL AUTO_INCREMENT,
1538 `Username` longtext NOT NULL,
1539 `Title` longtext NOT NULL,
1540 `body` longtext NOT NULL,
1541 `PosterID` int(11) NOT NULL,
1542 `Viewed` int(11) NOT NULL,
1543 PRIMARY KEY (`ID`)
1544) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
1545
1546-- --------------------------------------------------------
1547
1548--
1549-- Table structure for table `Notifications`
1550--
1551
1552CREATE TABLE IF NOT EXISTS `Notifications` (
1553 `Text` longtext COLLATE utf8_unicode_ci NOT NULL,
1554 `Creator` text COLLATE utf8_unicode_ci NOT NULL
1555) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
1556
1557-- --------------------------------------------------------
1558
1559--
1560-- Table structure for table `PMs`
1561--
1562
1563CREATE TABLE IF NOT EXISTS `PMs` (
1564 `ID` int(11) NOT NULL AUTO_INCREMENT,
1565 `SenderID` int(11) NOT NULL,
1566 `ReceiveID` int(11) NOT NULL,
1567 `Title` longtext NOT NULL,
1568 `Body` longtext NOT NULL,
1569 `time` int(11) NOT NULL,
1570 `LookMessage` int(11) NOT NULL,
1571 PRIMARY KEY (`ID`)
1572) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=135 ;
1573
1574--
1575-- Dumping data for table `PMs`
1576--
1577
1578INSERT INTO `PMs` (`ID`, `SenderID`, `ReceiveID`, `Title`, `Body`, `time`, `LookMessage`) VALUES
1579(1, 0, 2, 'Zahh just bought one of your limiteds!', 'Zahh just bought Ban Hammer for 2147483647!', 1482176531, 0),
1580(2, 1, 2, 'Friend Request Accepted', 'Zahh has accepted your friend request!', 1482177464, 0),
1581(3, 1, 2, 'Friend Request Accepted', 'Dylan has accepted your friend request!', 1482177824, 0),
1582(4, 1, 3, 'Site Notification by Zahhads', 'ads', 1482177824, 1),
1583(5, 1, 2, 'Friend Request Accepted', 'King has accepted your friend request!', 1482178076, 0),
1584(6, 0, 1, 'Site Notification by Zach', 'hi', 0, 1),
1585(7, 0, 1, 'Site Notification by Zahh', 'Killer memer', 0, 1),
1586(8, 0, 1, 'Site Notification by Zahh', 'dsf', 0, 1),
1587(9, 0, 1, 'Site Notification by Zahh', 'Welcome to BrickPlanet!', 0, 1),
1588(10, 1, 10, 'Premium Suspended', 'Your premium membership has been suspended by a staff member. Refund is not available.', 1482195896, 0),
1589(11, 1, 10, 'Premium Suspended', 'Your premium membership has been suspended by a staff member. Refund is not available.', 1482196248, 0),
1590(12, 1, 10, 'Premium Suspended', 'Your premium membership has been suspended by a staff member. Refund is not available.', 1482196264, 0),
1591(13, 1, 10, 'Friend Request Accepted', 'John Doe has accepted your friend request!', 1482196984, 0),
1592(14, 1, 5, 'Premium Suspended', 'Your premium membership has been suspended by a staff member. Refund is not available.', 1482239720, 0),
1593(15, 1, 13, 'Friend Request Accepted', 'Zach has accepted your friend request!', 1482251684, 0),
1594(16, 1, 2, 'Friend Request Accepted', 'aeo has accepted your friend request!', 1482252521, 0),
1595(17, 22, 2, 'hello zach', 'If you are ever looking for mods, I would love to work for Brick Planet! I used to be an admin (for about 4 months) at BLOX City (if you know the site) so I have some experience. \r\n\r\nRegards, \r\nBanana', 1482252574, 0),
1596(18, 1, 22, 'Friend Request Accepted', 'aeo has accepted your friend request!', 1482252702, 1),
1597(19, 22, 19, 'HIII', 'would u want to give namesnipe united ownership to me and u get co-owner? ', 1482252964, 1),
1598(20, 19, 22, 'RE: HIII', '\r\nSure, as long as we manage it together. When its available\r\n_________________________________________\r\nSent by Banana\r\nwould u want to give namesnipe united ownership to me and u get co-owner? \r\n', 1482253117, 1),
1599(21, 22, 19, 'RE: RE: HIII', 'yea well manage togheter\r\n\r\nthx\r\n\r\ndid you use the same logo\r\n\r\n_________________________________________\r\nSent by Player\r\n\r\nSure, as long as we manage it together. When its available\r\n_________________________________________\r\nSent by Banana\r\nwould u want to give namesnipe united ownership to me and u get co-owner? \r\n\r\n', 1482253153, 1),
1600(22, 1, 19, 'Friend Request Accepted', 'Banana has accepted your friend request!', 1482253160, 1),
1601(23, 1, 17, 'Friend Request Accepted', 'Player has accepted your friend request!', 1482253195, 0),
1602(24, 19, 22, 'RE: RE: RE: HIII', 'No I used the 2048 game, I wanted to make the first non-admin group so ya.\r\n\r\n________________________________________\r\nSent by Banana\r\nyea well manage togheter\r\n\r\nthx\r\n\r\ndid you use the same logo\r\n\r\n_________________________________________\r\nSent by Player\r\n\r\nSure, as long as we manage it together. When its available\r\n_________________________________________\r\nSent by Banana\r\nwould u want to give namesnipe united ownership to me and u get co-owner? \r\n\r\n\r\n', 1482253229, 1),
1603(25, 1, 22, 'Friend Request Accepted', 'cufflink has accepted your friend request!', 1482253244, 1),
1604(26, 22, 19, 'RE: RE: RE: RE: HIII', '\r\nok i have the logo on my pc\r\n_________________________________________\r\nSent by Player\r\nNo I used the 2048 game, I wanted to make the first non-admin group so ya.\r\n\r\n________________________________________\r\nSent by Banana\r\nyea well manage togheter\r\n\r\nthx\r\n\r\ndid you use the same logo\r\n\r\n_________________________________________\r\nSent by Player\r\n\r\nSure, as long as we manage it together. When its available\r\n_________________________________________\r\nSent by Banana\r\nwould u want to give namesnipe united ownership to me and u get co-owner? \r\n\r\n\r\n\r\n', 1482253307, 1),
1605(27, 16, 22, 'already with the trashposts', 'nice', 1482254696, 1),
1606(28, 1, 30, 'Friend Request Accepted', 'Voltzy has accepted your friend request!', 1482254785, 1),
1607(29, 1, 17, 'Friend Request Accepted', 'SpaceInJourney has accepted your friend request!', 1482254960, 0),
1608(30, 24, 2, 'NO i cannot code', 'I cannot sorry.\r\nI just cant replie', 1482255043, 0),
1609(31, 22, 16, 'RE: already with the trashposts', '\r\nwhat\r\n_________________________________________\r\nSent by aeo\r\nnice\r\n', 1482255496, 1),
1610(32, 16, 22, 'RE: RE: already with the trashposts', 'blasting ahead with those posts\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nwhat\r\n_________________________________________\r\nSent by aeo\r\nnice\r\n\r\n', 1482255665, 1),
1611(33, 22, 16, 'RE: RE: RE: already with the trashposts', '\r\nok \r\n_________________________________________\r\nSent by aeo\r\nblasting ahead with those posts\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nwhat\r\n_________________________________________\r\nSent by aeo\r\nnice\r\n\r\n\r\n', 1482255772, 1),
1612(34, 16, 22, 'RE: RE: RE: RE: already with the trashposts', 'yes\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nok \r\n_________________________________________\r\nSent by aeo\r\nblasting ahead with those posts\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nwhat\r\n_________________________________________\r\nSent by aeo\r\nnice\r\n\r\n\r\n\r\n', 1482256053, 1),
1613(35, 22, 16, 'RE: RE: RE: RE: RE: already with the trashposts', '\r\nshut up\r\n_________________________________________\r\nSent by aeo\r\nyes\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nok \r\n_________________________________________\r\nSent by aeo\r\nblasting ahead with those posts\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nwhat\r\n_________________________________________\r\nSent by aeo\r\nnice\r\n\r\n\r\n\r\n\r\n', 1482256078, 1),
1614(36, 1, 29, 'Friend Request Accepted', 'Voltzy has accepted your friend request!', 1482258070, 0),
1615(37, 1, 29, 'Friend Request Accepted', 'cufflink has accepted your friend request!', 1482258297, 1),
1616(38, 16, 22, 'RE: RE: RE: RE: RE: RE: already with the trashposts', 'bully\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nshut up\r\n_________________________________________\r\nSent by aeo\r\nyes\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nok \r\n_________________________________________\r\nSent by aeo\r\nblasting ahead with those posts\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nwhat\r\n_________________________________________\r\nSent by aeo\r\nnice\r\n\r\n\r\n\r\n\r\n\r\n', 1482258602, 1),
1617(39, 22, 16, 'RE: RE: RE: RE: RE: RE: RE: already with the trashposts', '\r\nnoob\r\n_________________________________________\r\nSent by aeo\r\nbully\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nshut up\r\n_________________________________________\r\nSent by aeo\r\nyes\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nok \r\n_________________________________________\r\nSent by aeo\r\nblasting ahead with those posts\r\n\r\n_________________________________________\r\nSent by Banana\r\n\r\nwhat\r\n_________________________________________\r\nSent by aeo\r\nnice\r\n\r\n\r\n\r\n\r\n\r\n\r\n', 1482258665, 1),
1618(40, 1, 17, 'Friend Request Accepted', 'Trillest has accepted your friend request!', 1482261042, 0),
1619(41, 1, 18, 'Friend Request Accepted', 'Trillest has accepted your friend request!', 1482261341, 1),
1620(42, 2, 17, 'Hey, a little note', 'Take out the body before creating an ITEM, the body will just overlap everything else.', 1482261579, 1),
1621(43, 1, 22, 'Friend Request Accepted', 'Zach has accepted your friend request!', 1482261631, 1),
1622(44, 1, 19, 'Friend Request Accepted', 'Zach has accepted your friend request!', 1482261632, 1),
1623(45, 1, 32, 'Friend Request Accepted', 'Zach has accepted your friend request!', 1482261633, 0),
1624(46, 1, 24, 'Friend Request Accepted', 'Zach has accepted your friend request!', 1482261634, 0),
1625(47, 1, 17, 'Friend Request Accepted', 'Zach has accepted your friend request!', 1482261634, 0),
1626(48, 1, 17, 'Friend Request Accepted', 'Rag has accepted your friend request!', 1482262000, 0),
1627(49, 1, 2, 'Friend Request Accepted', 'SpaceInJourney has accepted your friend request!', 1482262163, 0),
1628(50, 1, 17, 'Friend Request Accepted', 'Vertix has accepted your friend request!', 1482262339, 0),
1629(51, 1, 17, 'Friend Request Accepted', 'Voltzy has accepted your friend request!', 1482262819, 0),
1630(52, 1, 35, 'Friend Request Accepted', 'Player has accepted your friend request!', 1482262824, 0),
1631(53, 1, 22, 'Friend Request Accepted', 'RobRekts has accepted your friend request!', 1482262908, 1),
1632(54, 1, 17, 'Friend Request Accepted', 'RobRekts has accepted your friend request!', 1482262910, 0),
1633(55, 1, 10, 'get on discord', '-zach(killed)', 1482262965, 0),
1634(56, 1, 35, 'Friend Request Accepted', 'aeo has accepted your friend request!', 1482263034, 0),
1635(57, 1, 17, 'Friend Request Accepted', 'aeo has accepted your friend request!', 1482263035, 0),
1636(58, 26, 16, 'I know how to become invisible ', 'Yeah', 1482263101, 1),
1637(59, 16, 26, 'RE: I know how to become invisible ', 'wow u are just so cool\r\n\r\n_________________________________________\r\nSent by Vertix\r\nYeah\r\n', 1482263165, 1),
1638(60, 1, 17, 'Friend Request Accepted', 'John Doe has accepted your friend request!', 1482263245, 0),
1639(61, 1, 17, 'Friend Request Accepted', 'Zahh has accepted your friend request!', 1482263325, 0),
1640(62, 1, 22, 'Friend Request Accepted', 'Zahh has accepted your friend request!', 1482263326, 1),
1641(63, 1, 35, 'Friend Request Accepted', 'Banana has accepted your friend request!', 1482263553, 0),
1642(64, 26, 2, 'I found a bug....', 'Im invisible but can you give me an invisible body reward thank you.\r\n:3', 1482264184, 1),
1643(65, 26, 2, 'Any good item', 'Plz', 1482264201, 0),
1644(66, 19, 2, 'Bug Found', 'The url for logging out is non existant thus you are unable to log out\r\n\r\nPrize?', 1482264480, 1),
1645(67, 1, 2, 'Friend Request Accepted', 'subwuf has accepted your friend request!', 1482264656, 0),
1646(68, 1, 17, 'Friend Request Accepted', 'subwuf has accepted your friend request!', 1482264660, 0),
1647(69, 42, 2, 'i maybe found a bug', 'http://imgur.com/a/XQnBR\r\nits pretty weird', 1482264705, 1),
1648(70, 15, 2, 'Programmer', 'Hey there, Im subwuf. If youre looking for a HTML5/CSS/Javascript(jQuery included) programmer, feel free to contact me, the sites UI could be enhanced.', 1482264830, 0),
1649(71, 2, 42, 'RE: i maybe found a bug', 'it was fixed before u reported sorry bro\r\n\r\n_________________________________________\r\nSent by Rag\r\nhttp://imgur.com/a/XQnBR\r\nits pretty weird\r\n', 1482264845, 1),
1650(72, 26, 2, 'You have to fix the bug i have to wear a body or im invisible ', 'You do it by wearing thee cloud body then you wear the beard then the beanie Finally you have to take off you body then your invisible ', 1482264953, 1),
1651(73, 1, 26, 'Friend Request Accepted', 'Zach has accepted your friend request!', 1482265322, 1),
1652(74, 1, 26, 'Friend Request Accepted', 'Player has accepted your friend request!', 1482265341, 1),
1653(75, 1, 26, 'Friend Request Accepted', 'Rag has accepted your friend request!', 1482265499, 1),
1654(76, 42, 2, 'i found bug (pls)', 'somehow im invis and so is some other people', 1482265542, 1),
1655(77, 45, 2, 'I found a bug', 'it keeps let me being invisible.', 1482266294, 1),
1656(78, 1, 26, 'Friend Request Accepted', 'RobRekts has accepted your friend request!', 1482266338, 0),
1657(79, 0, 18, 'Dylan just bought one of your limiteds!', 'Dylan just bought Derp Face for 90!', 1482266355, 1),
1658(80, 1, 10, 'Premium Suspended', 'Your premium membership has been suspended by a staff member. Refund is not available.', 1482266444, 0),
1659(81, 1, 17, 'Friend Request Accepted', 'Fire has accepted your friend request!', 1482267495, 0),
1660(82, 1, 17, 'Friend Request Accepted', 'Roberto has accepted your friend request!', 1482267585, 0),
1661(83, 1, 2, 'Friend Request Accepted', 'User has accepted your friend request!', 1482268696, 0),
1662(84, 1, 17, 'Friend Request Accepted', 'User has accepted your friend request!', 1482268698, 0),
1663(85, 9, 2, 'Bug', 'You can enemy groups that arent out yet.\r\nProof:\r\nhttps://brickplanet.gq/Groups/Group.php?ID=3\r\nAnd you can enemy groups more than once.\r\n', 1482269557, 1),
1664(86, 0, 30, 'rex just bought one of your limiteds!', 'rex just bought Bearded Epic Mouth for 50!', 1482269587, 0),
1665(87, 0, 18, 'abc just bought one of your limiteds!', 'abc just bought Bearded Epic Mouth for 45!', 1482270907, 1),
1666(88, 0, 42, 'pged just bought one of your limiteds!', 'pged just bought Bearded Epic Mouth for 50!', 1482270930, 1),
1667(89, 1, 17, 'Friend Request Accepted', '1337 has accepted your friend request!', 1482272503, 0),
1668(90, 1, 17, 'Friend Request Accepted', 'Tanooki has accepted your friend request!', 1482272646, 0),
1669(91, 1, 17, 'Friend Request Accepted', 'Norm has accepted your friend request!', 1482272680, 0),
1670(92, 1, 17, 'Friend Request Accepted', 'john has accepted your friend request!', 1482272787, 0),
1671(93, 58, 58, 'Hi There', 'Damn', 1482273033, 0),
1672(94, 1, 17, 'Friend Request Accepted', '111 has accepted your friend request!', 1482273041, 0),
1673(95, 58, 2, 'Bug', 'You can send messages to yourself. ', 1482273053, 0),
1674(96, 1, 17, 'Friend Request Accepted', 'Royal has accepted your friend request!', 1482273932, 0),
1675(97, 1, 47, 'Friend Request Accepted', '1337 has accepted your friend request!', 1482274593, 1),
1676(98, 0, 18, '[ Content Deleted 10 ] just bought one of your limiteds!', '[ Content Deleted 10 ] just bought Bronze Bucket of Rektness for 145!', 1482274635, 1),
1677(99, 9, 9, 'Hello', 'User', 1482276850, 1),
1678(100, 9, 9, 'RE: Hello', '\r\nhi\r\n_________________________________________\r\nSent by User\r\nUser\r\n', 1482276915, 1),
1679(101, 0, 49, 'hat just bought one of your limiteds!', 'hat just bought Bronze Bucket of Rektness for 115!', 1482277102, 0),
1680(102, 0, 66, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482277169, 0),
1681(104, 0, 49, '666 just bought one of your limiteds!', '666 just bought Bronze Bucket of Rektness for 115!', 1482277281, 0),
1682(105, 0, 67, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482277328, 0),
1683(106, 0, 49, 'boat just bought one of your limiteds!', 'boat just bought Bronze Bucket of Rektness for 115!', 1482277425, 0),
1684(107, 0, 68, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482277482, 0),
1685(108, 0, 49, 'too just bought one of your limiteds!', 'too just bought Bronze Bucket of Rektness for 115!', 1482277790, 0),
1686(109, 0, 70, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482277854, 0),
1687(130, 0, 49, 'toe just bought one of your limiteds!', 'toe just bought Bronze Bucket of Rektness for 115!', 1482279910, 0),
1688(110, 0, 49, 'hoe just bought one of your limiteds!', 'hoe just bought Bronze Bucket of Rektness for 115!', 1482278707, 0),
1689(111, 0, 71, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482278733, 0),
1690(112, 0, 49, 'sam just bought one of your limiteds!', 'sam just bought Bronze Bucket of Rektness for 115!', 1482278978, 0),
1691(113, 0, 74, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482279002, 0),
1692(114, 0, 49, 'lies just bought one of your limiteds!', 'lies just bought Bronze Bucket of Rektness for 115!', 1482279257, 0),
1693(115, 0, 76, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482279277, 0),
1694(116, 0, 1, 'Site Notification by Zahh', '[ Content Deleted ]', 0, 1),
1695(117, 75, 19, 'give me ', 'a lumine', 1482279288, 1),
1696(118, 75, 2, 'Hello.', 'Is there a way to apply for a staff position?', 1482279326, 1),
1697(119, 1, 19, 'Friend Request Accepted', 'BrickPlanet has accepted your friend request!', 1482279331, 1),
1698(120, 1, 32, 'Friend Request Accepted', 'BrickPlanet has accepted your friend request!', 1482279333, 0),
1699(121, 1, 17, 'Friend Request Accepted', 'BrickPlanet has accepted your friend request!', 1482279334, 0),
1700(122, 0, 49, 'cry just bought one of your limiteds!', 'cry just bought Bronze Bucket of Rektness for 115!', 1482279366, 0),
1701(123, 0, 77, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482279384, 0),
1702(124, 0, 49, '555 just bought one of your limiteds!', '555 just bought Bronze Bucket of Rektness for 115!', 1482279452, 0),
1703(125, 0, 79, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482279471, 0),
1704(126, 2, 75, 'RE: Hello.', 'Yes:\r\nhttps://docs.google.com/forms/d/e/1FAIpQLSdBQ228h9KYFQHnP1n90wuqkDJyt_TvF2z7ZMaQyAHx-XseTg/viewform\r\n\r\n_________________________________________\r\nSent by fancy\r\nIs there a way to apply for a staff position?\r\n', 1482279522, 1),
1705(127, 0, 49, 'bot just bought one of your limiteds!', 'bot just bought Bronze Bucket of Rektness for 115!', 1482279545, 0),
1706(128, 19, 75, 'RE: give me ', '\r\nI got 3. When trading is out maybe\r\n_________________________________________\r\nSent by fancy\r\na lumine\r\n', 1482279580, 1),
1707(129, 0, 80, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482279649, 0),
1708(131, 0, 81, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 1!', 1482279951, 0),
1709(132, 0, 49, 'overlords just bought one of your limiteds!', 'overlords just bought Bronze Bucket of Rektness for 115!', 1482280228, 0),
1710(133, 0, 82, 'abc just bought one of your limiteds!', 'abc just bought Bronze Bucket of Rektness for 1!', 1482280258, 0),
1711(134, 0, 38, 'jordan just bought one of your limiteds!', 'jordan just bought Bronze Bucket of Rektness for 250!', 1482280265, 0);
1712
1713-- --------------------------------------------------------
1714
1715--
1716-- Table structure for table `PurchaseLog`
1717--
1718
1719CREATE TABLE IF NOT EXISTS `PurchaseLog` (
1720 `ID` int(11) NOT NULL AUTO_INCREMENT,
1721 `UserID` int(11) NOT NULL,
1722 `Item` longtext NOT NULL,
1723 `TypeStore` longtext NOT NULL,
1724 PRIMARY KEY (`ID`)
1725) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
1726
1727-- --------------------------------------------------------
1728
1729--
1730-- Table structure for table `Referrals`
1731--
1732
1733CREATE TABLE IF NOT EXISTS `Referrals` (
1734 `ReferredID` int(11) NOT NULL,
1735 `UserID` int(11) NOT NULL
1736) ENGINE=MyISAM DEFAULT CHARSET=latin1;
1737
1738-- --------------------------------------------------------
1739
1740--
1741-- Table structure for table `Replies`
1742--
1743
1744CREATE TABLE IF NOT EXISTS `Replies` (
1745 `ID` int(11) NOT NULL AUTO_INCREMENT,
1746 `Body` longtext NOT NULL,
1747 `PosterID` int(11) NOT NULL,
1748 `tid` int(11) NOT NULL,
1749 PRIMARY KEY (`ID`)
1750) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=811 ;
1751
1752--
1753-- Dumping data for table `Replies`
1754--
1755
1756INSERT INTO `Replies` (`ID`, `Body`, `PosterID`, `tid`) VALUES
1757(8, 'OMG\r\n(hey, join discord: https://discord.gg/tN5kD )', 2, 14),
1758(2, 'yes you are', 8, 5),
1759(3, 'heh', 10, 5),
1760(711, 'I am.', 18, 100),
1761(5, 'no\r\n', 9, 9),
1762(6, 'Yes', 12, 9),
1763(7, 'idk man... idk', 2, 7),
1764(9, 'bye', 16, 11),
1765(10, 'sup', 2, 11),
1766(11, 'hello', 17, 11),
1767(12, 'Crap, i forgot to remove that. I just removed it, but because you found the bug, I will allow you to keep the username.', 2, 17),
1768(13, 'okcool', 22, 20),
1769(14, 'dddddd', 23, 20),
1770(15, 'damn youre lucky you get to keep it lol I want one', 22, 17),
1771(16, 'were trapped!', 22, 18),
1772(17, '@admin why is your avatar invisible', 22, 20),
1773(18, 'hacks', 16, 17),
1774(19, 'u are just so cool', 16, 20),
1775(20, 'change the colores', 22, 19),
1776(21, 'hello :)', 22, 21),
1777(22, 'cotton eyed joe', 22, 6),
1778(23, 'crap i wanted to make it', 22, 8),
1779(24, 'True', 19, 19),
1780(25, 'yeee', 22, 22),
1781(26, 'im more og then you skrub', 16, 22),
1782(27, 'Thanks man', 19, 20),
1783(28, 'Also we need more staff. Id apply ', 19, 23),
1784(29, 'I made Namesnipe United its just pending.\r\n\r\nIl give u high ranking though and we will make it big', 19, 24),
1785(30, 'we need staff yeah', 22, 23),
1786(31, '@player whyyyyyyyyyyyyyyyyyyyyy my group :( i worked hard for that on BC qq\r\n\r\n', 22, 24),
1787(32, 'Yeh yeh', 19, 23),
1788(33, 'Bump', 19, 25),
1789(34, 'no i made it\r\n\r\n:p', 22, 25),
1790(35, 'lol newbag', 17, 22),
1791(36, 'maybe they can fix the fonts first before anything else', 22, 26),
1792(37, 'True. Its too white', 19, 26),
1793(38, 'im just clicking everything so its more visible lol', 22, 26),
1794(39, ':-(', 22, 22),
1795(40, 'bump', 17, 19),
1796(41, 'thanks 4 the free bump', 22, 19),
1797(42, 'Under 20 Squad where u at', 19, 22),
1798(43, 'tfw when youre 22', 22, 22),
1799(44, 'newbag', 16, 22),
1800(45, 'theres no items yet anyways', 22, 16),
1801(46, 'say that in my face', 22, 22),
1802(47, 'True but still.', 19, 16),
1803(48, 'ikr', 17, 28),
1804(49, 'i think black color would work out', 22, 28),
1805(50, 'added', 22, 29),
1806(51, 'Im 17', 17, 22),
1807(52, 'btw why cant I see my character? xd', 25, 28),
1808(53, 'True', 19, 28),
1809(54, 'hacks', 22, 28),
1810(55, '19 over here', 19, 22),
1811(56, 'This place sucks, Im going back to BloxCity.', 25, 28),
1812(57, 'what youve only been here for like 2 minutes', 22, 28),
1813(58, 'I like this place', 17, 28),
1814(59, '[ Content Deleted ]', 22, 30),
1815(60, 'Perfect', 19, 30),
1816(61, 'grape', 22, 30),
1817(62, 'they did a ok job on the filter', 22, 30),
1818(63, 'potato', 17, 30),
1819(64, 'lol', 17, 31),
1820(65, 'Yee ', 19, 32),
1821(66, 'aw thank you', 17, 32),
1822(67, 'np :-)', 22, 32),
1823(68, 'Idk what to do. xd Theres literally nothing to do.', 25, 28),
1824(69, 'i want some items on my body', 22, 31),
1825(70, 'just like bc', 22, 28),
1826(71, '1st reply too', 19, 33),
1827(72, 'what a milestone', 22, 33),
1828(73, 'muahahahahahhhhhhh', 22, 34),
1829(74, '9 x 4 is 69 though', 22, 36),
1830(75, 'k\r\n', 25, 28),
1831(76, 'LET ME OUT OF THIS PLACE!', 32, 34),
1832(77, 'Yeah, I want items! Ive got 115 BUCKS!', 32, 40),
1833(78, 'Hi Voltzy', 29, 40),
1834(79, 'Bump', 30, 38),
1835(80, 'Most of the people here are from bloxcity.com\r\n\r\nWhen was this game made?', 32, 38),
1836(81, 'today idk lmao', 29, 38),
1837(82, 'today', 30, 38),
1838(83, 'LOTS of work...', 32, 39),
1839(84, 'Awesome.', 34, 39),
1840(85, 'Probably in a long time.\r\n\r\nThis site has to be on its first day.', 32, 41),
1841(86, 'yeee right xdddddddddddd', 29, 39),
1842(87, 'Hopefully this site thrives because Ill be a super duper OG!', 32, 39),
1843(88, 'This site probably was JUST made.\r\n\r\nSo there are none!', 32, 42),
1844(89, 'First post ever.\r\n\r\nXD', 32, 4),
1845(90, 'We can have as many ripoffs as we want!', 32, 44),
1846(91, 'maybe there will be some', 29, 42),
1847(92, 'No one knows, but hopefully soon...', 32, 43),
1848(93, 'please no', 35, 44),
1849(94, 'So many BLOXCity users!', 32, 40),
1850(95, 'hi u ok', 29, 44),
1851(96, 'Awesome @Lem.', 34, 43),
1852(97, 'this has nothing to do with roblox its not even 3d', 16, 44),
1853(98, 'ye true', 29, 40),
1854(99, 'This is good IMO.', 34, 44),
1855(100, 'Yeah, just let it die in a few months, enjoy it for now.', 32, 44),
1856(101, 'look at those newbags', 16, 40),
1857(102, 'I aint no newbag. My name is awesome.', 34, 40),
1858(103, 'We all have 115', 34, 40),
1859(104, 'I want to be the bob of this site.', 34, 40),
1860(105, 'magic', 30, 40),
1861(106, '[ Content Deleted ]', 37, 44),
1862(107, 'bo esta', 30, 40),
1863(719, 'coolio', 42, 107),
1864(723, 'Make sure, when you make clothes, remove the body.', 2, 113),
1865(110, 'lol', 22, 37),
1866(111, 'No.', 34, 40),
1867(112, 'Yeah Im the best named OG though. Heh.', 34, 40),
1868(113, 'this is a decent site', 22, 44),
1869(114, 'This is quite a game.\r\n\r\nSite, not game.\r\n\r\nWoops', 32, 37),
1870(115, 'Bob in the houseee', 34, 40),
1871(116, 'we need el itemes', 22, 40),
1872(117, 'um hi', 22, 47),
1873(118, 'im ok @ lyric writing so ill freestyle something', 34, 48),
1874(119, 'Isnt Little_Cobra Enhance?', 32, 45),
1875(120, 'anybody?', 34, 48),
1876(121, 'BUMP', 34, 48),
1877(122, 'https://www.youtube.com/watch?v=gWju37TZfo0\r\n\r\nGo to 4:19', 32, 48),
1878(123, 'bob\r\nhes a doorknob\r\nhes invisible\r\nthats risible\r\n\r\n*drops mic*\r\n', 22, 48),
1879(124, 'Hello', 29, 45),
1880(125, 'lem no offsite link no', 34, 48),
1881(126, 'banana dont be a big meany', 34, 48),
1882(127, '@Lem\r\n\r\nYea :)', 38, 45),
1883(128, 'Which one of you Speaker Boxes hit me in the love below?', 32, 47),
1884(129, 'hi welcome im the coolest here', 34, 45),
1885(130, '[ Content Deleted ]', 34, 45),
1886(131, '-Eats +1-\r\n\r\nONE UP!', 32, 49),
1887(132, 'wow they have a filter system\r\nnewbags coming and stealing our IDs', 34, 45),
1888(133, 'hi 4sci', 22, 45),
1889(134, 'NOM NOM', 30, 49),
1890(135, '1st Trashpost on BrickPlanet. Congrats!', 29, 49),
1891(136, 'did u know they had a filtering system?', 34, 50),
1892(137, 'now', 22, 43),
1893(138, 'am i the only one who will actually stay till tommorow?', 34, 50),
1894(139, '>ot', 22, 50),
1895(140, 'maybe', 29, 50),
1896(141, 'i freestyled that', 22, 48),
1897(142, 'no banana', 34, 50),
1898(143, 'yes', 22, 50),
1899(144, 'maybe what', 34, 50),
1900(145, 'im getting angryyyy', 34, 50),
1901(146, 'why is there a clothes template if there isnt even an avatar yet', 34, 50),
1902(147, 'Im so proud of myself1', 32, 49),
1903(148, 'holy this is ID 50 the sixth snipe', 34, 50),
1904(149, 'maybe you will stay till tomorrow', 29, 50),
1905(150, 'Ill be here for MONTHS!\r\n\r\nMONTHS!\r\n\r\n-Site dies in 1 week-', 32, 50),
1906(151, 'aaaaaaaa', 22, 50),
1907(152, 'me too son', 29, 49),
1908(153, 'i added this to bookmarks either way @blox city', 34, 50),
1909(154, '@lem could happen but fingers crossed itll survive\r\nive never had such a good snipe or ID', 34, 50),
1910(155, 'SHE NEEDS A GOLDEN CALCULATOR TO DIVIDE!', 32, 48),
1911(156, 'same @banana', 34, 50),
1912(157, 'Sadly, thats actually 51st.\r\n\r\nU got TROLLLEDDDDD', 32, 51),
1913(158, 'im staying here if items come soon :)', 22, 50),
1914(159, 'ok lol NOOBS', 34, 48),
1915(160, '51 lmao you shouldve ID surfed first', 22, 51),
1916(161, 'same if they dont make clothes ill abandon\r\nhey banana how do u have an avatar\r\nare they applying some NOW? :O', 34, 50),
1917(162, 'wow meany', 22, 48),
1918(163, 'Hope it survives, I can be the Oest of Gs.', 32, 50),
1919(164, 'Then why doesnt it say Little_Cobra in previous names on BLOXCity?', 32, 45),
1920(165, 'if you dont have an avatar it means youre glitched haha noob', 22, 50),
1921(166, 'i hope it survives\r\nif theyre applying avatars itll be a bigger step that it seems', 34, 50),
1922(167, 'This site tops BLOX City.', 32, 45),
1923(168, '@banana youre the only one here w/ an avatar', 34, 50),
1924(169, 'change it to hot pink', 22, 27),
1925(170, 'XD U got trolled.\r\n\r\nLooks like Banana will hit 100 posts first.', 32, 51),
1926(171, 'no open your eyes ', 22, 50),
1927(172, 'so guys how do u earn money here', 34, 50),
1928(173, 'bump', 32, 46),
1929(174, '@banana it shows to me ur the only one with avatar', 34, 50),
1930(175, 'this is the most popular BP thread ever.\r\n\r\nWOW!\r\n', 32, 50),
1931(176, 'i know right', 34, 50),
1932(177, '+ i might apply for a moderation job\r\nshould i? \r\nnot today but some other time', 34, 50),
1933(178, 'We must make a bigger one!\r\n\r\nGO!', 32, 50),
1934(179, 'bob check my other thread', 22, 50),
1935(180, 'no ', 22, 53),
1936(181, 'no @lem this only we can make a superthread', 34, 50),
1937(182, 'it means everyone who doesnt have one is a noob', 22, 54),
1938(183, 'I have no avatar!\r\n\r\nIm special!', 32, 54),
1939(184, 'no youre not special youre a noob', 22, 54),
1940(185, 'Thats the spirit!', 32, 53),
1941(186, 'never', 22, 53),
1942(187, 'its depressing this is bigger than most BC threads aswell lol', 34, 50),
1943(188, 'TODAY IS GONNA BE THE DAY', 22, 46),
1944(189, 'Ok make this one hit 100!\r\n\r\nLETS GO!', 32, 50),
1945(190, '100???? whatttt', 22, 50),
1946(191, 'THE DAY IT WILL BE!\r\n\r\nWOOOOOO!!!!!', 32, 46),
1947(192, 'im a noob :(', 34, 50),
1948(193, '69 years', 22, 52),
1949(194, 'well @banana were at like 30', 34, 50),
1950(195, 'Im the first to not have an avatar.', 32, 54),
1951(196, '@lem sure lets go free posts innit', 34, 50),
1952(197, 'idk', 22, 45),
1953(198, 'ok a bit special then', 22, 54),
1954(199, 'KEEEP ON POSTING!!\r\n\r\nGO GO GO!', 32, 50),
1955(200, 'hey its the talent show tommorow and then we watch movies until 1:10 and then we go home for some reason @ my school', 34, 50),
1956(201, 'lem that was the plan lol', 34, 50),
1957(202, 'yo what the scrolling down is too hard', 22, 50),
1958(203, 'ikr banana they ned pages just use the bar', 34, 50),
1959(204, 'i had my last exam today', 22, 50),
1960(205, 'need* ', 34, 50),
1961(206, 'A few weeks is my guess.\r\n\r\nMaybe a few months?', 32, 52),
1962(207, 'years', 22, 52),
1963(208, 'did u do well @banana?', 34, 50),
1964(209, 'Were chatting so hard rn.', 32, 50),
1965(210, 'well me and banana are you arent much lol', 34, 50),
1966(211, 'Haha!\r\n\r\nIm a little special!', 32, 54),
1967(212, 'arent*', 34, 50),
1968(213, 'I believe I can hit 100 posts 3rd!', 32, 55),
1969(214, '+1 im gonna try and be the top 10 most posts', 34, 50),
1970(215, 'Bob, youre 2nd rn, bananas 1st, Im 3rd.', 32, 50),
1971(216, 'rite', 34, 50),
1972(217, 'We about to hit 50!', 32, 50),
1973(218, 'were all noobs, and this site will die in a few days', 35, 54),
1974(219, 'yea it went well\r\n\r\n\r\nbtw where do i set a blurb', 22, 50),
1975(220, 'wowowowow 50 as in the id aswell hah', 34, 50),
1976(221, 'gg ', 29, 55),
1977(222, 'I hope so, well be OP OGs...', 32, 52),
1978(223, '@banana go to settings', 34, 50),
1979(224, 'its a funny meme cmon guys', 22, 55),
1980(225, 'Ey! We broke 50, yay!', 32, 50),
1981(226, 'if items come out ', 22, 52),
1982(227, 'hey they have a chat setting ', 34, 50),
1983(228, 'thats cool', 34, 50),
1984(229, 'Yay, I did it! 3rd person ever!', 32, 56),
1985(230, 'yay @Lem', 34, 50),
1986(231, 'We chat like gods!', 32, 50),
1987(232, 'A cheers to the best OGs in town!', 32, 50),
1988(233, 'thx i have a blurb', 22, 50),
1989(234, 'its good u should read it', 22, 50),
1990(235, 'Yeah, thatll fuel the site for some time.', 32, 52),
1991(236, 'they need to make a new email\r\nhelp@social-paradise.net\r\nnot rly a very related email', 34, 50),
1992(237, 'lol maybe', 22, 54),
1993(238, 'ur welcome banana', 34, 50),
1994(239, 'ok banana i will', 34, 50),
1995(240, 'they need to hire staff', 22, 50),
1996(241, 'Ok then.\r\n\r\nTheyd be spammed with emails, this site has work to do!', 32, 50),
1997(242, 'this used to be called social paradise they just had a URL change', 34, 50),
1998(243, 'btw lets stop spamming here at 100 ok', 22, 50),
1999(244, 'Ok then.\r\n\r\nKeep spamming until then.', 32, 50),
2000(245, '@banana id send in an application myself but i joined like 15 mins ag\r\nill send one in about a month if it survives', 34, 50),
2001(246, 'This site will be baws.', 32, 50),
2002(247, 'doesnt make us look good spamming here tbh lol do u think they should hire staff?', 22, 50),
2003(248, 'its nice banana', 34, 50),
2004(249, 'yeah and i should be one', 34, 50),
2005(250, 'Yeah, welcome to the next ROBLOX Ripoff!', 32, 57),
2006(251, 'i would apply too if they announce they need staff i guess', 22, 50),
2007(252, 'banana go and check the template', 34, 50),
2008(253, '80!!', 22, 50),
2009(254, 'Same.\r\n\r\nWe chat like bawses.', 32, 50),
2010(255, 'u should m,ake some clothes ready for wen u can upload', 34, 50),
2011(256, 'About to hit 60! TOOT TOOT!', 32, 50),
2012(257, 'what about the template its hot', 22, 50),
2013(258, 'yay banana', 34, 50),
2014(259, 'u should make some clothes', 34, 50),
2015(260, 'ill draw you some nice short trousers )', 22, 50),
2016(261, 'Oh yeah, that hawt template.\r\n\r\nI love it.\r\n\r\nMMMM SPECUL', 32, 50),
2017(262, '+ idk wat i was gon say', 34, 50),
2018(263, '90!!', 22, 50),
2019(264, 'Oh cool I hit 60.', 32, 50),
2020(265, 'the template is a good sign of clothes soon', 34, 50),
2021(266, 'idk if ill download the client', 34, 50),
2022(267, 'Yeah, pretty much.', 32, 54),
2023(268, 'IM SNAGGING 100TH', 22, 50),
2024(269, 'wen it first comes out', 34, 50),
2025(270, 'im a true picasso btw', 22, 50),
2026(271, 'R.I.P. you, site will die in like 2 days.', 36, 3),
2027(272, 'About to hit 100!', 32, 50),
2028(273, 'no ur not', 34, 50),
2029(274, 'my drawings are top tier quality', 22, 50),
2030(275, '100!\r\n\r\nyay', 32, 50),
2031(276, '100', 22, 50),
2032(277, 'omg yay', 34, 50),
2033(278, 'congrats on having the first thread with 100 replies lets stop now :)', 22, 50),
2034(279, 'banana look @ the games page', 34, 50),
2035(280, 'Ok, stop spamming now.\r\n\r\nSpam somewhere else.', 32, 50),
2036(281, 'theres nothing on it', 34, 50),
2037(282, 'im no nooob', 22, 54),
2038(283, 'no lem we will soon', 34, 50),
2039(284, 'ok banana go and make a relevant thread then', 34, 50),
2040(285, 'XD There is no games page.', 32, 50),
2041(286, 'wat games page', 22, 50),
2042(287, 'im almost at 80 yay ', 34, 50),
2043(288, 'there is none hahaahha scammed', 34, 50),
2044(289, 'idk maybe theyll make it free, items arent even out yet ', 22, 58),
2045(290, '80 shrekt', 34, 50),
2046(291, 'stahp bob', 22, 50),
2047(292, 'this is an id snipe so i want it to be the most replied thread', 34, 50),
2048(293, 'Aww, Im at like 70', 32, 50),
2049(294, 'itll be chosen for a necrobump', 34, 50),
2050(295, 'insert generic copypasta', 22, 59),
2051(296, '70 here I come', 32, 50),
2052(297, 'in the future because of id snipe', 34, 50),
2053(298, 'can we stop now', 22, 50),
2054(299, 'lem stop spamming geeze', 34, 50),
2055(300, 'Oh snap, youa about to hit 100!\r\n\r\nWow, magical!', 32, 59),
2056(301, 'ok banana u go and make a relevant thread', 34, 50),
2057(302, 'YEEEE BOI', 22, 59),
2058(303, 'u go and makke 1', 34, 50),
2059(304, 'No, chatting thread shall forever rule us.', 32, 60),
2060(305, 'rename to free posts thread ', 22, 60),
2061(306, 'bcos idk wot to make it abt', 34, 50),
2062(307, '4 more posts.\r\n\r\nWowwww', 32, 59),
2063(308, 'ok on it', 22, 50),
2064(309, 'im new so idk abt this site', 34, 50),
2065(310, 'hi u ok\r\n', 29, 60),
2066(311, 'yay burnanaaaa', 34, 50),
2067(312, 'We are all new. XD', 32, 50),
2068(313, 'done', 22, 50),
2069(314, 'But we are all OGs at the same time.\r\n\r\nIm user 32!', 32, 50),
2070(315, 'omg im lagging', 34, 50),
2071(316, 'Lumine\r\n', 19, 62),
2072(317, 'ok banana ill check it out', 34, 50),
2073(318, 'Good idea.\r\n\r\nFedora and Sicarius/Dominus Ripoffs', 32, 62),
2074(319, 'this is hard to scroll on', 34, 50),
2075(320, 'road to 1k', 22, 63),
2076(321, 'banana u did it by crap posting noob', 34, 50),
2077(322, 'i thought u was gonna stop bob', 22, 50),
2078(323, 'Ikr.\r\n\r\nWe da best chatters EVAH!', 32, 50),
2079(324, 'aiming for my 100 before i go on urs', 34, 50),
2080(325, 'youre crap posting more than me you just did 4 posts in a row...', 22, 50),
2081(326, 'ill stop in a minute im just getting too 100 banana', 34, 50),
2082(327, '@lem best crapposters ever', 34, 50),
2083(328, '2 away', 34, 50),
2084(329, 'doesnt feel rewarding at all', 22, 64),
2085(330, 'XD\r\n\r\nLong road there, and Bob is about to hit 100 too!\r\n\r\nAnd Im coming!', 32, 63),
2086(331, ' a big fat banana hat', 22, 62),
2087(332, 'XD\r\n\r\nJust wait until you hit 1K!', 32, 64),
2088(333, 'A lemonade accesory, of course!', 32, 62),
2089(334, 'i have 14k on bc so doesnt feel that special', 22, 64),
2090(335, 'Ill be hitting 3rd to 100 soon!\r\n\r\nIll be so proud!', 32, 65),
2091(336, 'good job noob', 22, 65),
2092(337, 'yayayaya \r\nwe the real OGs', 34, 65),
2093(338, 'thanks boob', 34, 65),
2094(339, 'innapropiate ass', 22, 65),
2095(340, 'Well done children', 32, 65),
2096(341, '[ Content Deleted ]', 22, 66),
2097(342, '[ Content Deleted ]', 22, 66),
2098(343, 'Really?\r\n\r\nLemme try.', 32, 66),
2099(344, '[ Content Deleted ]', 34, 66),
2100(345, 'clitoris', 22, 66),
2101(346, 'No it is filtered.\r\n\r\nFailed', 32, 66),
2102(347, 'clit', 34, 66),
2103(348, 'WHY IS THAT NOT FILTERED OH MY GOD CLITORIS', 22, 66),
2104(349, '[ Content Deleted ]', 34, 66),
2105(350, 'ballsack', 22, 66),
2106(351, 'Let the crapposts continue!', 32, 50),
2107(352, '[ Content Deleted ]', 34, 66),
2108(353, '[ Content Deleted ]', 22, 66),
2109(354, 'pedophile', 22, 66),
2110(355, '[ Content Deleted ]', 34, 66),
2111(356, 'It isnt filtered in all caps I think.', 32, 66),
2112(357, 'i walk a lonely road', 22, 67),
2113(358, '[ Content Deleted ]', 34, 66),
2114(359, 'raped', 22, 66),
2115(360, '[ Content Deleted ]', 34, 66),
2116(361, 'Yeah, but you have the most on here!', 32, 64),
2117(362, 'rapist', 22, 66),
2118(363, 'condom', 34, 66),
2119(364, 'XD\r\n\r\nSomeone hop on my road!', 32, 67),
2120(365, 'wow \r\njimmy savile will rape u', 34, 66),
2121(366, 'Not even!\r\n\r\nONLY 9!', 32, 61),
2122(367, '[ Content Deleted ]', 22, 66),
2123(368, 'lol already?', 17, 67),
2124(369, '[ Content Deleted ]', 34, 66),
2125(370, 'triggerd', 34, 66),
2126(371, 'I cant wait until an Owner comes on and sees us.\r\n\r\nWeird.', 32, 66),
2127(372, '[ Content Deleted ]', 34, 66),
2128(373, '[ Content Deleted ]', 34, 66),
2129(374, 'A was 1 away from a snipe.\r\n\r\nI had 32.\r\n\r\nI wanted 33...', 32, 69),
2130(375, 'is this a new spam thread', 22, 66),
2131(376, 'NIPPLES', 34, 66),
2132(377, 'Thanks for the lesson.', 32, 68),
2133(378, 'no im just looking for unfilterd words', 34, 66),
2134(379, 'i got 69 i can die peacefully', 22, 69),
2135(380, '[ Content Deleted ]', 34, 66),
2136(381, '3rd person to get it.\r\n\r\n1st Banana\r\n2nd Bob\r\n3rd Me (Almost)', 32, 67),
2137(382, 'they got most of them so its ok', 34, 66),
2138(383, 'milk', 22, 66),
2139(384, 'dont tell your mommy kids )', 22, 68),
2140(385, 'Oh the humanity.', 32, 69),
2141(386, 'titty milk from juicy nipples', 34, 66),
2142(387, 'but those sem fwendwy wurds!', 32, 68),
2143(388, 'lol thats funny', 34, 66),
2144(389, 'four', 22, 61),
2145(390, 'titty milk from juicy nipples', 34, 66),
2146(391, '1 MORE POST!', 32, 71),
2147(392, 'yay', 22, 71),
2148(393, 'bob stop spamming', 22, 66),
2149(394, 'can an admin help me', 22, 72),
2150(395, 'wait what theres scrolling in posts o.o', 22, 73),
2151(396, 'Thank you, thank you...', 32, 73),
2152(397, 'ok what you do is spam everywhere', 22, 70),
2153(398, 'Apparently there is!\r\n\r\n-Gasp-\r\n\r\nI made the longest GP post ever!', 32, 73),
2154(399, 'trashposter', 36, 73),
2155(400, 'ok ', 34, 66),
2156(401, 'Spam, thats how me, Banana, and Bob got it.', 32, 70),
2157(402, 'u just dont want competition like a lil noob c', 34, 66),
2158(403, 'TITTY MILK ', 34, 66),
2159(404, 'its not cool if u spam for posts', 22, 66),
2160(405, '=Gasps=\r\n\r\nNOOOOOOO!!!!', 32, 74),
2161(406, 'fua', 30, 61),
2162(407, 'wait nvm the link just dont work u can still see his profile if you go to users', 22, 74),
2163(408, 'okok cus ur posts r legit\r\nk im stopping', 34, 66),
2164(409, '0 I did it!\r\n\r\nYay!', 32, 61),
2165(410, 'lol rip', 34, 74),
2166(411, 'only i did is on your chat thread and less than u', 22, 66),
2167(412, 'it was a prank', 22, 75),
2168(413, 'What a drama queen.\r\n\r\nSmh', 32, 74),
2169(414, 'what', 22, 74),
2170(415, 'why am i in a funeral', 34, 75),
2171(416, 'ITS ALIVE!\r\n\r\nHow I faked my death.', 32, 75),
2172(417, 'what is this', 34, 75),
2173(418, 'yes', 22, 61),
2174(419, '[ Content Deleted ]', 34, 75),
2175(420, 'you cant stop me smoking w33d', 34, 75),
2176(421, 'It was, \r\nFAKING MY DEATH!\r\n\r\nCONGRATULATIONS! YOU HAVE WON 0 BUCKS!', 32, 75),
2177(422, 'i have risen', 34, 61),
2178(423, 'dont do drugs', 22, 75),
2179(424, 'lol', 34, 61),
2180(425, 'well done on reaching 100 btw', 34, 61),
2181(426, 'i thought you were gonna stop @bob', 22, 61),
2182(427, 'i just said well done dude', 34, 61),
2183(428, 'but ur not exactly quality at posts either', 34, 61),
2184(429, 'https://gyazo.com/0a2454b351b27f365be7a62d239c3881', 22, 61),
2185(430, '-Burts into tears-\r\n\r\nId like to thank my best friend, invisible bily', 32, 61),
2186(431, 'okie dokie', 17, 70),
2187(432, 'ur a big meany banana', 34, 61),
2188(433, 'i thort i was best friend', 34, 61),
2189(434, 'i know', 22, 61),
2190(435, 'we are no longer best buds', 34, 61),
2191(436, 'no yur not', 22, 61),
2192(437, 'i wasnt your best friend ever ok', 22, 61),
2193(438, 'tear drop', 34, 61),
2194(439, 'not u banana lol ur a mouldy banana', 34, 61),
2195(440, 'haha', 22, 61),
2196(441, 'bob is ugly', 22, 61),
2197(442, 'banana lets be best friends on this website pls were OGs', 34, 61),
2198(443, 'yi mane gremr is kool', 22, 76),
2199(444, 'what the thats a bit mean :(', 34, 61),
2200(445, 'nevar >:)', 22, 61),
2201(446, 'OG Buddies for life!\r\n\r\nDOO DOO DOO DO DOOOOO', 32, 61),
2202(447, 'plz banana we must destroy lem', 34, 61),
2203(448, 'hes getting too excited', 34, 61),
2204(449, 'bob eats poop', 22, 77),
2205(450, 'I only get bothered when people try to use grammar and dont use it to my standards.\r\n\r\nLike quaintpokemon11.', 32, 76),
2206(451, 'nooooooooooooooooooo', 22, 61),
2207(452, 'excited lem = suicidal bob', 34, 61),
2208(453, 'cmon banana together we can create..', 34, 61),
2209(454, 'lol quaints posts are so annoying to read', 22, 76),
2210(455, 'Im the best lemonade youll never drink.', 32, 77),
2211(456, 'BOBANA. THE BRAND NEW POWER RANGERS', 34, 61),
2212(457, 'no no no no noooooooo', 22, 61),
2213(458, 'BANANA THE PINK RANGER', 34, 61),
2214(459, 'bob eats ass', 22, 77),
2215(460, 'Ikr.\r\n\r\nI am like\r\n\r\n\r\nKILLLLLLLLL MEEEEEEEE\r\n\r\nI R NEEEEEdDD Dd dejwv GRAMMAARRRRR', 32, 76),
2216(461, 'BOB THE SILVER RANGER', 34, 61),
2217(462, 'hot pink* ', 22, 61),
2218(463, 'Ok, you can stop now young Banananayanaya', 32, 77),
2219(464, 'LETS GET SOME ROBOTS TO DO 69 AND CREATE A BIG ROBOTS', 34, 61),
2220(465, 'yes ok banan', 34, 61),
2221(466, 'You suck, youve only gained 1 post so far.\r\n\r\nYOU FAILED!', 32, 70),
2222(467, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 22, 61),
2223(468, 'hot pink ranger the asian one', 34, 61),
2224(469, 'this is the best one tbh', 22, 79),
2225(470, '( á° Üʖ á°)', 34, 61),
2226(471, 'First copy right sign\r\n\r\n©', 32, 79),
2227(472, 'triggerd ( á° Üʖ á°)', 34, 79),
2228(473, 'What do you expect, this site is completely broken!', 32, 78),
2229(474, 'brilliant', 17, 79),
2230(475, 'First cathlic cross sign\r\n\r\n†', 32, 79),
2231(476, 'true', 17, 78),
2232(477, 'first rights reserved sign\r\n\r\n®', 32, 79),
2233(478, 'no lenny >', 22, 79),
2234(479, 'it sure is!\r\n\r\nNow I can overtake your post count! MUAHAHAhAhAH!', 32, 80),
2235(480, 'forever', 22, 80),
2236(481, 'bcus i have new milestone', 34, 81),
2237(482, 'so many posts already wow', 16, 81),
2238(483, 'im not coming back bye', 22, 80),
2239(484, 'banana drink some bleach', 34, 81),
2240(485, '*cries*', 17, 70),
2241(486, 'i quit', 22, 81),
2242(487, 'I want posts', 17, 81),
2243(488, 'thought you were banana', 34, 81),
2244(489, 'well bye', 17, 80),
2245(490, 'then post on my general chat thread', 34, 81),
2246(491, 'fezzzzzzzzzzzgrgzrgr', 22, 83),
2247(492, '*claps*', 17, 83),
2248(493, 'well done', 34, 83),
2249(494, 'i deserve one too!', 32, 84),
2250(495, 'nevr', 22, 84),
2251(496, 'thats very interesting but i dont care', 34, 83),
2252(497, 'no you havent', 17, 82),
2253(498, 'lol sorry that was very mean but i dont care', 34, 83),
2254(499, 'Actually no, I want to keep because I am the first to not have an avatar.', 32, 84),
2255(500, 'plus idk what forte is', 34, 83),
2256(501, 'triggrd', 34, 84),
2257(502, 'you dont\r\nthe admins hate you', 17, 84),
2258(503, 'i do the admins love me', 34, 84),
2259(504, 'uh huh', 17, 85),
2260(505, 'i wana get dresd', 34, 84),
2261(506, 'aka have boxers on', 34, 84),
2262(507, '@admins did u just assume my gender', 34, 84),
2263(508, 'But it says 85, odd.', 32, 85),
2264(509, 'i could have a pink thong and be a girl but you know', 34, 84),
2265(510, 'give me male boxers grrr', 34, 84),
2266(511, 'tbh this probably isnt first', 17, 86),
2267(512, 'its not thumbnail was lol', 34, 86),
2268(513, 'yet he was the first one on bc to mention it as a link and on a thread', 34, 86),
2269(514, 'noob', 34, 85),
2270(515, 'sorry but you have to face the facts\r\nThe admins dont love you', 17, 84),
2271(516, 'OK IM ALMOST AT 200', 34, 82),
2272(517, 'Oh yes we can!', 32, 85),
2273(518, 'OHHH YES WE CAAAN', 34, 85),
2274(519, '*cri*', 17, 86),
2275(520, 'sooo close to 200', 34, 85),
2276(521, 'any reply?', 34, 83),
2277(522, 'Face the facts...\r\n\r\nThe admins are offline.', 32, 84),
2278(523, 'lol rekt u hated on ur site and u didnt achieve anything\r\nrekt noscope', 34, 86),
2279(524, 'Oh sorry.', 32, 83),
2280(525, 'whats the f', 34, 83),
2281(526, 'OK! ILL BE SECOND TO HIT 200!\r\n\r\nLEGGO TRASHPOST MODE!', 32, 82),
2282(527, 'bump', 17, 87),
2283(528, '+1 ', 34, 87),
2284(529, '+2 ', 34, 87),
2285(530, 'we need to get mor posts go gogo', 32, 87),
2286(531, '+3 ', 34, 87),
2287(532, 'ALMOST THERE, 64 MORE!', 32, 87),
2288(533, '+4 ', 34, 87),
2289(534, 'the far right of this site is quite beautiful <3', 17, 87),
2290(535, '24 more for me +5', 34, 87),
2291(536, '+68906q398246592086357 SO HIGH NMBER I LIKE MADDEN!', 32, 87),
2292(537, 'bump', 17, 87),
2293(538, '+63\r\n\r\nI MADE IT!', 32, 87),
2294(539, '23 for me +6', 34, 87),
2295(540, 'KEEP ON SPAMMING!\r\n\r\nWE NEED MOAR POST1', 32, 87),
2296(541, 'bump', 17, 87),
2297(542, '22 for me +7', 34, 87),
2298(543, 'KEEEP ON PUSHIN FORWARD', 32, 87),
2299(544, '11 for me +8', 34, 87),
2300(545, '+59\r\n\r\n1 MORE1', 32, 87),
2301(546, 'THE ULTIMATE SPAM THREAD IS GOING!', 32, 87),
2302(547, 'that or banana will be\r\nim the first', 34, 88),
2303(548, 'bump', 17, 87),
2304(549, 'bump', 17, 87),
2305(550, 'KEEEEP ON GOING!', 32, 87),
2306(551, 'lol watch all the posts we spammed just get deleted', 34, 88),
2307(552, 'ALMOST!', 32, 87),
2308(553, 'bump', 17, 87),
2309(554, 'KEEP\r\n\r\nON\r\n\r\nGOING!', 32, 87),
2310(555, 'bump', 17, 87),
2311(556, 'I LIKE PLAYING WR!', 32, 87),
2312(557, '+1 6 left', 34, 89),
2313(558, 'lol', 17, 87),
2314(559, 'AND RB AND QB AND ALL POSITIONS IN FOOTBALL!', 32, 87),
2315(560, '+1 5 left', 34, 89),
2316(561, 'bump', 17, 87),
2317(562, 'EXCEPT FOR CB I HATE IT!', 32, 87),
2318(563, '+1 4 left', 34, 89),
2319(564, 'THE POWER OF SPAM!\r\n\r\nGO GO GO!', 32, 87),
2320(565, 'hurry frend', 34, 88),
2321(566, '2 left', 34, 89),
2322(567, 'yayayyayayay', 17, 87),
2323(568, '1 left threasd time', 34, 89),
2324(569, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2325(570, 'POST POST POST!\r\n\r\nON AN ADVENTURE', 32, 87),
2326(571, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2327(572, 'THE BEAUTY OF SPAMMING UP TO THE TOP!', 32, 87),
2328(573, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2329(574, 'bump', 32, 87),
2330(575, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2331(576, 'keep it up', 32, 87),
2332(577, 'SPEAKERBOX', 32, 87),
2333(578, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2334(579, 'I CAN DO IT', 17, 87),
2335(580, 'ROSES SMELL LIKE OOO OOO OO', 32, 87),
2336(581, 'YOU JUST NEED TO BELIEVE!', 32, 87),
2337(582, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2338(583, 'Bump.', 34, 90),
2339(584, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2340(585, 'Oh yay!\r\n\r\nIll be second to hit 200!', 32, 90),
2341(586, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2342(587, 'THE LOVE BELOW!', 32, 90),
2343(588, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2344(589, 'The power of spamming.', 32, 87),
2345(590, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2346(591, 'Yay )', 34, 90),
2347(592, 'song\r\nhttps://www.youtube.com/watch?v=gWju37TZfo0', 32, 87),
2348(593, '39 more!', 32, 87),
2349(594, '51 ', 17, 87),
2350(595, 'school fights umchsuh', 32, 87),
2351(596, '163\r\n\r\nYAYAYAYA!', 32, 87),
2352(597, 'WHICH ONE HIT ME', 32, 87),
2353(598, 'rgevwjoihbe jvuij4tuifv jfuigouivs9o25hburg4ttrygrgjoi32rghjuiywegv brgei9ufu8vsygvruinjhrgeyguqfryuhr', 17, 87),
2354(599, 'GOGOGOG', 32, 87),
2355(600, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2356(601, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2357(602, 'GOGOGOGOGOG\r\n\r\nWE BELIEVE!', 32, 87),
2358(603, 'XD\r\n\r\nHe will, just not today!', 32, 91),
2359(604, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2360(605, 'I agree this site is pretty boring though qq.', 34, 91),
2361(606, 'CAROLINE!', 32, 87),
2362(607, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2363(608, 'ALL THE GUYS THINK SHE MIGHTY FINE!', 32, 87),
2364(609, 'This is sad that we spam so well.\r\n\r\nMmmmm mmm mmm', 32, 87),
2365(610, 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, 87),
2366(611, '29 more omg I beliebe', 32, 87),
2367(612, 'spamming is life', 17, 87),
2368(613, 'the power of spam\r\n\r\nMUAHAHAHAHAHAHHAHAAH', 32, 87),
2369(614, 'you can do it', 17, 87),
2370(615, 'bump', 17, 87),
2371(616, 'Yeah, it gets old.\r\n\r\n', 32, 91),
2372(617, 'Bump', 32, 87),
2373(618, '61 ', 17, 87),
2374(619, '25 more!', 32, 87),
2375(620, 'bumpity bump', 17, 87),
2376(621, 'WOOO', 32, 87),
2377(622, 'I made a group, got a good ID, made a milestone or two, got a namesnipe, I think I can go off now.\r\n', 34, 91),
2378(623, 'youve got this', 17, 87),
2379(624, 'bump', 32, 87),
2380(625, 'bump', 17, 87),
2381(626, 'tooy yooy\r\n\r\nwooo lets go post', 32, 87),
2382(627, 'bump', 17, 87),
2383(628, 'NO FIGHTING KIDS!', 32, 87),
2384(629, '20 moore omggggggg yaaaaaaaa', 32, 87),
2385(630, 'bump', 32, 87),
2386(631, '66 ', 17, 87),
2387(632, 'This is sad XD', 32, 87),
2388(633, '67 ', 17, 87),
2389(634, 'wooo\r\n\r\nbump', 32, 87),
2390(635, 'it really is', 17, 87),
2391(636, '15 more!', 32, 93),
2392(637, '69 ( á° Üʖ á°)', 17, 87),
2393(638, 'Mine didnt work.\r\n\r\nIt was Lems Lemonade', 32, 94),
2394(639, 'bump', 17, 87),
2395(640, '13 more!\r\n\r\nwooo', 32, 93),
2396(641, 'bumpity bump', 17, 87),
2397(642, '12 more!', 32, 93),
2398(643, 'bumpity bumpity bump', 17, 87),
2399(644, '11 more!', 32, 93),
2400(645, '10 more!\r\n\r\nTOOT TOOT!', 32, 93),
2401(646, '9 ', 32, 93),
2402(647, 'hype block', 34, 93),
2403(648, 'YOU NEED A GOLDEN CALCUlTOR TO DIVIDE!!!\r\n\r\nWOOO', 32, 93),
2404(649, 'yeah, Im going soon too.', 32, 91),
2405(650, '6 more', 32, 93),
2406(651, 'gogoogogo 5', 32, 93),
2407(652, 'Yeah u do', 32, 92),
2408(653, 'Yeaa', 34, 92),
2409(654, 'so close 3', 32, 93),
2410(655, '2 moe', 32, 93),
2411(656, 'speakerbox 1', 32, 93),
2412(657, 'Mines The 16ers', 34, 94),
2413(658, 'XD no.\r\n\r\nU did well stop spamming now', 32, 95),
2414(659, 'yay\r\nlets go back to blox city', 34, 96),
2415(660, 'i sent u an upgrade on BC btw', 34, 96),
2416(661, 'idk.\r\n\r\none.com i guess', 32, 97),
2417(662, 'o kewl', 32, 96),
2418(663, 'nah, it wont sell for 375, thats actualy a downgrade', 32, 96),
2419(664, 'k im going offline\r\nill probs be online again tommorow', 34, 96),
2420(665, 'bye, Ill break your count then leave', 32, 96),
2421(666, 'Idk exactly how doe', 32, 97),
2422(667, 'But I am about to have more!', 32, 92),
2423(668, 'almost there!\r\n\r\ngooo oooogooo', 32, 92),
2424(669, 'o kewl\r\n\r\nthere wont be many of those', 32, 94),
2425(670, 'boredom is coming\r\n\r\nabout to leave', 32, 95),
2426(671, '2 more, lets go wooo toot toot', 32, 98),
2427(672, '1 more boeredom post so close', 32, 98),
2428(673, 'toot toot bye', 32, 95),
2429(674, 'I SAID NOW PEASANTS', 17, 95),
2430(675, 'bump', 17, 95),
2431(676, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 95),
2432(677, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2433(678, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2434(679, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2435(680, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2436(681, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2437(682, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2438(683, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2439(684, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2440(685, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2441(686, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2442(687, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2443(688, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2444(689, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2445(690, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2446(691, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2447(692, 'lol', 17, 101),
2448(693, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2449(694, 'best respond eva', 12, 101),
2450(695, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2451(696, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2452(697, '( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)( á° Üʖ á°)', 17, 87),
2453(698, '"changed"\r\n\r\nI choose a diff name to start', 12, 103),
2454(699, '( á° Üʖ á°)', 17, 87),
2455(700, '( á° Üʖ á°)', 17, 87),
2456(701, '100', 17, 87),
2457(702, 'Yo phill. Its marcher.', 18, 103),
2458(703, 'Eyyyyyy \r\n\r\n', 12, 103),
2459(704, 'This site trash lmao, I doubt itll even last a week.', 18, 103),
2460(705, 'Stores back up, but this beard wack.', 18, 101),
2461(706, 'This cloud jumping.', 18, 101),
2462(707, 'Its still WIP', 12, 103),
2463(708, 'I have to say that the beard is kinda awful..', 12, 101),
2464(709, 'hi.', 2, 103),
2465(710, 'Sorry', 2, 101),
2466(712, 'BOI', 12, 102),
2467(713, 'meeeee', 12, 100),
2468(714, 'yo waddup', 42, 100),
2469(715, 'me.', 2, 100),
2470(716, 'new beard.', 2, 104),
2471(717, 'We cant buy it', 19, 101),
2472(718, 'cant buy\r\n', 19, 104),
2473(720, 'hot', 22, 104),
2474(721, 'True, also i found this bug too.', 45, 112),
2475(722, 'https://gyazo.com/f129029474f64784a33ef6a909bc5398', 45, 112),
2476(724, 'Zahh fixed it.', 2, 112),
2477(725, 'Alright, verify mine thanks\r\n\r\nAlso, ima make a hood, if I do, do I get granted one?', 19, 113),
2478(726, 'Found this too', 19, 115),
2479(727, 'Do I get a bug finders prize?', 19, 112),
2480(728, 'circle and a ring', 42, 117),
2481(729, 'Try making it updated.', 2, 117),
2482(730, 'mk. If you add it will I get 1 for free?', 19, 117),
2483(731, 'same\r\nlook at me', 42, 120),
2484(732, 'lol', 49, 120),
2485(733, 'Yeh', 19, 122),
2486(734, 'everyone can get a namesnipe now lol but i like it babe', 49, 122),
2487(735, 'That moment when.. you get refreshed after posting..', 18, 124),
2488(736, 'what is the bug', 49, 126),
2489(737, 'Dylan bought mine.', 18, 127),
2490(738, 'bump', 19, 128),
2491(739, 'really?', 49, 127),
2492(740, 'Yeah, for 90.\r\n\r\nhttps://gyazo.com/dffc7100889c79692fd4a8b1a6bcd8a4', 18, 127),
2493(741, 'lol', 10, 128),
2494(742, 'nice :p', 48, 130),
2495(743, 'Thank you :)', 18, 130),
2496(744, 'beard', 30, 130),
2497(745, 'Vest.', 18, 130),
2498(746, 'guesee', 52, 131),
2499(747, 'Hi bill', 18, 131),
2500(748, 'when i get ranked up', 30, 128),
2501(750, 'not this', 49, 131),
2502(751, '\r\nThank you. We are already aware of this Bug.', 10, 132),
2503(752, 'ok thx', 49, 132),
2504(753, 'no.', 49, 128),
2505(754, 'i website', 49, 136),
2506(755, 'He published it!:)', 18, 135),
2507(756, 'how you making clothes lol', 49, 135),
2508(757, 'wow', 49, 133),
2509(758, 'take our template Jordan. :)', 10, 135),
2510(759, 'link please?', 49, 135),
2511(760, 'cc yes', 49, 121),
2512(761, 'woah crazy', 49, 138),
2513(762, 'not anymore', 17, 138),
2514(763, 'you have pumpkin', 49, 140),
2515(764, 'fixed', 49, 138),
2516(765, 'ive noticed', 49, 141),
2517(766, 'neither does BC but thats been public since March', 17, 143),
2518(767, '@cuffllink\r\n\r\nThat site is actually legit and have proof of games, this is a bad 2d avatar knock off site.\r\n', 35, 143),
2519(768, 'theres a template you can download at https://brickplanet.gq/Store/UserUpload.php\r\nmake the clothes on top of the template then remove the skin so its just the clothes you made. Then upload it at the same link', 17, 144),
2520(769, 'lol thanks', 17, 146),
2521(770, 'Lets hope it changes it the near future :)', 58, 145),
2522(771, 'in the near future*', 58, 145),
2523(772, 'true', 17, 143),
2524(773, 'hi ', 17, 142),
2525(774, 'hi there!', 58, 142),
2526(775, 'No problem ^', 38, 146),
2527(776, 'Probably will.', 38, 145),
2528(777, 'ello', 58, 21),
2529(778, 'Oh, hey buddy!', 38, 142),
2530(779, 'Have hope, the creator will probably update everything soon.', 38, 143),
2531(780, 'The template isnt there', 38, 144),
2532(781, '@Natsu\r\n\r\nDont make me laugh, they literally copy items from Roblox ', 35, 143),
2533(782, 'since when did roblox copywrite a bucket\r\nand hair', 52, 143),
2534(783, '@Fire\r\n\r\nSince when did roblox own all of these', 38, 143),
2535(784, 'thanks', 17, 141),
2536(785, 'there is never an end to these avatar sites\r\n\r\nthe source of these sites will always remain a mystery to me', 47, 147),
2537(786, 'lol', 53, 145),
2538(787, 'bloxcity sucks', 47, 143),
2539(788, 'jk i like bloxcity', 47, 143),
2540(789, 'lol', 53, 146),
2541(790, 'i like all roblox knock offs', 47, 143),
2542(791, 'im too poor', 47, 146),
2543(792, 'Dont worry, itll change soon. )', 15, 145),
2544(793, 'nvm its working again', 47, 149),
2545(794, 'goood', 49, 150),
2546(795, 'dont talk about this bc', 49, 149),
2547(796, 'bloxcity has false promises..', 48, 149),
2548(797, 'itll be changing.', 49, 145),
2549(798, 'needs a css touch up :)', 48, 145),
2550(799, 'how long has bloxcity been saying they release games', 49, 143),
2551(800, 'I have 2 hats and a soon to be face published!!!!!!!!', 48, 150),
2552(801, 'hot', 49, 107),
2553(802, 'lol', 49, 137),
2554(803, 'okay', 48, 137),
2555(804, 'not anymore ', 48, 107),
2556(805, 'I think I am invisible', 63, 107),
2557(806, 'you are :O', 48, 107),
2558(807, 'new lmader here', 48, 152),
2559(808, 'doesnt look cc worthy tbh', 48, 121),
2560(809, 'I could approve this for you but we are already uploading at a fast rate.', 48, 121),
2561(810, 'Bloxcity might release games by January but who knows :/', 63, 143);
2562
2563-- --------------------------------------------------------
2564
2565--
2566-- Table structure for table `Reports`
2567--
2568
2569CREATE TABLE IF NOT EXISTS `Reports` (
2570 `ID` int(11) NOT NULL AUTO_INCREMENT,
2571 `Message` longtext NOT NULL,
2572 `OffenseID` longtext NOT NULL,
2573 `Link` longtext NOT NULL,
2574 `IP` longtext NOT NULL,
2575 `Content` longtext NOT NULL,
2576 PRIMARY KEY (`ID`)
2577) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=30 ;
2578
2579-- --------------------------------------------------------
2580
2581--
2582-- Table structure for table `Sales`
2583--
2584
2585CREATE TABLE IF NOT EXISTS `Sales` (
2586 `ID` int(11) NOT NULL AUTO_INCREMENT,
2587 `UserID` int(11) NOT NULL,
2588 `Amount` int(11) NOT NULL,
2589 `ItemID` int(11) NOT NULL,
2590 `SerialNum` int(11) NOT NULL,
2591 PRIMARY KEY (`ID`)
2592) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=59 ;
2593
2594--
2595-- Dumping data for table `Sales`
2596--
2597
2598INSERT INTO `Sales` (`ID`, `UserID`, `Amount`, `ItemID`, `SerialNum`) VALUES
2599(17, 19, 1000000, 16, 0),
2600(4, 16, 2147483647, 23, 7),
2601(39, 18, 1200, 39, 5),
2602(9, 45, 2147483647, 23, 10),
2603(11, 19, 696969, 14, 6),
2604(21, 49, 10000000, 16, 1),
2605(38, 49, 666666, 39, 7),
2606(43, 63, 40000, 39, 6);
2607
2608-- --------------------------------------------------------
2609
2610--
2611-- Table structure for table `Staff`
2612--
2613
2614CREATE TABLE IF NOT EXISTS `Staff` (
2615 `Username` text NOT NULL,
2616 `Rank` int(11) NOT NULL AUTO_INCREMENT,
2617 `Job` text NOT NULL,
2618 PRIMARY KEY (`Rank`)
2619) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
2620
2621-- --------------------------------------------------------
2622
2623--
2624-- Table structure for table `Threads`
2625--
2626
2627CREATE TABLE IF NOT EXISTS `Threads` (
2628 `ID` int(11) NOT NULL AUTO_INCREMENT,
2629 `Title` longtext NOT NULL,
2630 `Body` longtext NOT NULL,
2631 `PosterID` int(11) NOT NULL,
2632 `OriginalTitle` longtext NOT NULL,
2633 `OriginalBody` int(11) NOT NULL,
2634 `Locked` int(11) NOT NULL DEFAULT '0',
2635 `Type` varchar(1337) NOT NULL DEFAULT 'regular',
2636 `tid` int(11) NOT NULL,
2637 `bump` int(11) NOT NULL,
2638 PRIMARY KEY (`ID`)
2639) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=157 ;
2640
2641--
2642-- Dumping data for table `Threads`
2643--
2644
2645INSERT INTO `Threads` (`ID`, `Title`, `Body`, `PosterID`, `OriginalTitle`, `OriginalBody`, `Locked`, `Type`, `tid`, `bump`) VALUES
2646(14, 'about site', 'if youre looking for a developer & new design (html5/css3/javascript), hmu.', 15, '', 0, 0, 'regular', 1, 1482251717),
2647(3, 'First OT post', 'nice', 2, '', 0, 0, 'regular', 2, 1482256932),
2648(105, 'The beard is back on sale.', 'Sorry for the inconvenience.', 1, '', 0, 0, 'regular', 1, 1482262901),
2649(5, 'Im not alive.', 'Deal with it.', 2, '', 0, 0, 'regular', 1, 1482194400),
2650(6, 'fav song', 'https://www.youtube.com/watch?v=PfYnvDL0Qcw', 11, '', 0, 0, 'regular', 3, 1482252635),
2651(7, 'WHAT IS LIFEEEE', 'BABY DONT HURT ME DONT HURT ME NO MORE', 9, '', 0, 0, 'regular', 1, 1482197179),
2652(8, 'first post', 'i was unable to make a group but then the owner helped\r\n\r\n\r\nthanks!', 8, '', 0, 0, 'regular', 4, 1482252645),
2653(9, 'Lick my ears', 'Pl0x', 12, '', 0, 0, 'regular', 1, 1482195293),
2654(10, '[ Content Deleted ]', '[ Content Deleted ]', 8, '', 0, 0, 'regular', 1, 1482195345),
2655(11, 'Hello!', 'Hello!!!', 13, '', 0, 0, 'regular', 1, 1482252104),
2656(16, 'Why is trading vip only', '? I dont wanna buy and I cant trade?', 19, '', 0, 0, 'regular', 1, 1482253132),
2657(15, 'Can you code?', 'PM me.', 2, '', 0, 0, 'sticky', 1, 1482252065),
2658(17, 'Nice, I got a spaced name', 'nice.', 20, '', 0, 0, 'regular', 1, 1482252488),
2659(18, 'Bug Found', 'You cant logout', 19, '', 0, 0, 'regular', 1, 1482252461),
2660(19, 'its hard to see thread titles', 'fix pls', 22, '', 0, 0, 'regular', 1, 1482253080),
2661(20, '20th thread', 'Yea boi', 19, '', 0, 0, 'regular', 1, 1482252787),
2662(21, 'First non admin post', 'Hi guys', 19, '', 0, 0, 'regular', 2, 1482273350),
2663(22, 'Welcome OGs', 'We shall be known as the 2016 OGs\r\n\r\nCause were in the last few days of 2016 so\r\n\r\n#Under100 OG', 19, '', 0, 0, 'regular', 1, 1482253328),
2664(23, 'Incoming', 'Bugs everywhere! Hide', 19, '', 0, 0, 'regular', 1, 1482252904),
2665(24, 'bug with groups', 'when I try to create a group it says "That group name already exists, sorry!"\r\n\r\nbut i dont see it anywhere on the groups tab..', 22, '', 0, 0, 'regular', 1, 1482252875),
2666(25, 'Approve Namensipe United', 'Made it, approve\r\n\r\nSupport below', 19, '', 0, 0, 'regular', 1, 1482252994),
2667(26, 'Suggestion', 'Username changes\r\n\r\nFirst change is free\r\n\r\nChanges after that are 1000 cash', 19, '', 0, 0, 'regular', 1, 1482253046),
2668(27, 'The color of the font makes it a little difficult to use...', 'The color of the font (white on blue, etc.) makes it a little difficult to use the site. Just a suggestion to maybe change it.', 21, '', 0, 0, 'regular', 4, 1482256134),
2669(28, 'damn', 'Its so hard to see the thread names', 25, '', 0, 0, 'regular', 1, 1482254011),
2670(29, 'Add me', 'I have no friends :c', 17, '', 0, 0, 'regular', 1, 1482253188),
2671(30, 'filter test', '[ Content Deleted ]', 22, '', 0, 0, 'regular', 1, 1482253419),
2672(31, 'inb4', 'They make a lumine remake for 1000 bux', 19, '', 0, 0, 'regular', 1, 1482253505),
2673(32, 'this place is', 'all the cool people from bc', 22, '', 0, 0, 'regular', 1, 1482253490),
2674(33, 'First foreign post', 'Hola amigo', 19, '', 0, 0, 'regular', 1, 1482253662),
2675(34, 'WOAH NOW', 'I click logout\r\n\r\nNot found\r\n\r\nBananas right were trapped', 19, '', 0, 0, 'regular', 1, 1482254823),
2676(35, 'first post', 'with the word giraffe in it', 22, '', 0, 0, 'regular', 1, 1482253707),
2677(36, '9 x 4', 'Is this threads ID', 19, '', 0, 0, 'regular', 1, 1482253805),
2678(37, 'Welcome marcher', 'Thank you alt.', 18, '', 0, 0, 'regular', 1, 1482255528),
2679(38, 'Hi im new!', 'say hello', 30, '', 0, 0, 'regular', 1, 1482254909),
2680(39, 'Dang Boi', 'This website has work to do.', 32, '', 0, 0, 'regular', 1, 1482255065),
2681(40, 'Hello.', 'i want to be bunny items on this website.', 31, '', 0, 0, 'regular', 1, 1482255538),
2682(41, 'Sup?', 'Will you add 3D avatars?', 27, '', 0, 0, 'regular', 1, 1482255025),
2683(42, 'Hello', 'Where are the items? I hope there will be a coke item :P', 29, '', 0, 0, 'regular', 1, 1482255173),
2684(43, 'When is the first clothing coming out?', 'Title.', 34, '', 0, 0, 'regular', 1, 1482255799),
2685(44, 'Seriously guys?', 'Do we really need another roblox rip off? BLOXCity is actually good and Brick Hill is decent, but this... Just no.', 35, '', 0, 0, 'regular', 1, 1482255517),
2686(45, 'Hey Bloxcity players!', 'Its me Little_Cobra on Bloxcity!\r\n\r\nHow you guys doing?', 38, '', 0, 0, 'regular', 1, 1482256401),
2687(46, 'Today is...', 'THE MARCH 6TH OF BRICK PLANET!', 32, '', 0, 0, 'regular', 1, 1482256368),
2688(47, 'd4nkm4nyforum (I am Meme).', 'h3h m8 (Hey its killer memestar here).', 36, '', 0, 0, 'regular', 1, 1482255707),
2689(48, 'my rap', '*tap tap*\r\n\r\nim jk got any suggestions of what i should rap about?', 34, '', 0, 0, 'regular', 1, 1482256059),
2690(49, 'Yummy +1 Thread', 'Omm Nom Nom', 32, '', 0, 0, 'regular', 1, 1482255970),
2691(50, 'chatting thread', 'talk below\r\n', 34, '', 0, 0, 'regular', 1, 1482257486),
2692(51, '50th', 'Woooo\r\n', 19, '', 0, 0, 'regular', 1, 1482256159),
2693(52, 'How long...', 'Do you think the site will live?', 32, '', 0, 0, 'regular', 1, 1482256713),
2694(53, 'Lets make the biggest...', 'BP thread ever!\r\n\r\nBUMPIDY TRASHPOST GO!', 32, '', 0, 0, 'regular', 1, 1482256319),
2695(54, 'i was the last one to join and get an avatar', 'https://brickplanet.gq/users/?Page=1\r\n\r\nno one after me has one', 22, '', 0, 0, 'regular', 1, 1482256988),
2696(55, '69 POSTS ', '🖕ðŸÂ¼ðŸ–•ðŸÂ¼ðŸ–•ðŸÂ¼ðŸ–•ðŸÂ¼ðŸ–•ðŸÂ¼ðŸ–•ðŸÂ¼ðŸ–•ðŸÂ¼ðŸ–•ðŸÂ¼ðŸ–•ðŸÂ¼', 22, '', 0, 0, 'regular', 1, 1482256613),
2697(56, 'About to hit 50 posts!', 'First post celebration ever.', 32, '', 0, 0, 'regular', 1, 1482256655),
2698(57, 'Hello', 'i am in right room?', 44, '', 0, 0, 'regular', 1, 1482256816),
2699(58, 'Why trade is not free?', 'Tell me', 44, '', 0, 0, 'regular', 1, 1482257037),
2700(59, 'Official Spamming Thread of GP', 'Jk, dont spam.', 32, '', 0, 0, 'regular', 1, 1482257142),
2701(60, '👉The worlds longest thread 👈', 'Bump this forever and it will become the largest thread', 19, '', 0, 0, 'regular', 1, 1482257169),
2702(61, 'OMG!', 'Only 27 more posts until I hit 100 posts!', 32, '', 0, 0, 'regular', 1, 1482258503),
2703(62, 'Item Suggestions', 'hey guys do some item suggestions so they can shower us in pixels when hats come out', 22, '', 0, 0, 'regular', 1, 1482257345),
2704(63, '100 posts', 'yay first', 22, '', 0, 0, 'regular', 1, 1482257306),
2705(64, 'Banana', 'How does it feel to be the first to ever hit 100 posts?', 32, '', 0, 0, 'regular', 1, 1482257547),
2706(65, '100th post.', 'Second user to 100 posts.\r\nNailed it.', 34, '', 0, 0, 'regular', 1, 1482257422),
2707(66, 'AN UNFILTERD WORD', 'BOOB', 34, '', 0, 0, 'regular', 1, 1482258037),
2708(67, '#ROADTO100', 'ALMOST THERE!', 32, '', 0, 0, 'regular', 1, 1482257689),
2709(68, 'nice words', 'BOOB\r\nclitoris\r\nrapist\r\nraped\r\nballsack\r\npedophile', 22, '', 0, 0, 'regular', 1, 1482257734),
2710(69, 'ID SNIPE', 'GOTEMMMMMMMMM', 22, '', 0, 0, 'regular', 1, 1482257715),
2711(70, 'Please', 'Help me get more posts. I fell behind because I had to see my dentist.', 17, '', 0, 0, 'regular', 1, 1482258637),
2712(71, 'Count Down To 100!', 'TWO MORE POSTS!', 32, '', 0, 0, 'regular', 1, 1482257798),
2713(72, 'help i need help', 'help me', 22, '', 0, 0, 'regular', 4, 1482257836),
2714(73, 'My Non-Trashpost 100 Post Celebration', 'This is about nelson Mandela\r\n\r\nTo celebrate 100 Posts:\r\n\r\nNelson Rolihlahla Mandela (/mænˈdÉ›lÉ™/[1] 18 July 1918 – 5 December 2013) was a South African anti-apartheid revolutionary, politician, and philanthropist, who served as President of South Africa from 1994 to 1999. He was the countrys first black head of state and the first elected in a fully representative democratic election. His government focused on dismantling the legacy of apartheid by tackling institutionalised racism and fostering racial reconciliation. Ideologically an African nationalist and socialist, he served as President of the African National Congress (ANC) party from 1991 to 1997.\r\n\r\nA Xhosa, Mandela was born in Mvezo to the Thembu royal family. He studied law at the University of Fort Hare and the University of the Witwatersrand before working as a lawyer in Johannesburg. There he became involved in anti-colonial and African nationalist politics, joining the ANC and co-founding its Youth League. After the National Partys white-only government established apartheidâ€â€a system of racial segregation that privileged whitesâ€â€he and the ANC committed themselves to the apartheid governments overthrow. Mandela was appointed President of the ANCs Transvaal branch, rising to prominence for his involvement in the 1952 anti-apartheid Defiance Campaign and the 1955 ', 32, '', 0, 0, 'regular', 1, 1482257881),
2715(74, 'WHAT HAPPENED TO BOB :OOO', 'https://brickplanet.gq/User.php?ID=34', 22, '', 0, 0, 'regular', 1, 1482258084),
2716(75, 'Bobs Funeral', 'may we mourn in peace...', 32, '', 0, 0, 'regular', 1, 1482258140),
2717(76, 'Im legit getting OCD', 'I normally go all out with grammar.\r\n\r\nI cant use apostrophes.\r\n\r\nNOOOOOO!!!!', 32, '', 0, 0, 'regular', 1, 1482258436),
2718(77, 'Bob Eats this', 'Bob eats Bananas and drinks lemonade.', 32, '', 0, 0, 'regular', 1, 1482258461),
2719(78, 'I cant make a group', 'Whenever I click create group it just refreshes the page.', 17, '', 0, 0, 'regular', 1, 1482258565),
2720(79, 'another milestone', 'first lenny face\r\n\r\n( á° Üʖ á°)', 22, '', 0, 0, 'regular', 1, 1482258597),
2721(80, 'bye guys', 'this site is boring', 22, '', 0, 0, 'regular', 1, 1482258662),
2722(81, 'another milestone-first @ thread @Banana', 'banana post below', 34, '', 0, 0, 'regular', 1, 1482258666),
2723(82, 'QUICKLY COMPLETE MILESTONES!', 'BOB, WE GOT THIS!', 32, '', 0, 0, 'regular', 1, 1482259016),
2724(83, 'Accomplishements', 'First Forte Sign\r\n\r\nÆ’', 32, '', 0, 0, 'regular', 1, 1482259005),
2725(84, '@admins', 'when do i get an avatar', 34, '', 0, 0, 'regular', 1, 1482258968),
2726(85, '75th post', 'muahahaha', 32, '', 0, 0, 'regular', 1, 1482258946),
2727(86, 'First hater milestone', 'This site copied bloxcity lol', 17, '', 0, 0, 'regular', 1, 1482258990),
2728(87, 'spam', 'yayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayayyayyayayayyayayayayyayyayyayayayayayayayayayayayayayayayayayayayayayayayayayayayayyayayayayayayayayayayayyayayayayayayayayayay', 17, '', 0, 0, 'regular', 1, 1482261208),
2729(88, 'I will be the 2nd', 'To hit 200 posts...', 32, '', 0, 0, 'regular', 1, 1482259237),
2730(89, 'gonna be first to 200', 'quick before banana comes back', 34, '', 0, 0, 'regular', 1, 1482259263),
2731(90, '200 posts. First user to 200.', 'Id like to thank Lem and Banana for helping me post.\r\nCufflink for helping me post.\r\nThis website seems fun, strange setup though.\r\nHoping itll last.\r\nYay! Milestone!', 34, '', 0, 0, 'regular', 1, 1482259435),
2732(91, 'Since Banana isnt coming back..', 'Im the first active user to 100 posts. ', 34, '', 0, 0, 'regular', 1, 1482260019),
2733(92, 'Can I have an avatar?', 'I have the most posts on the website, I think I deserve an avatar now. ', 34, '', 0, 0, 'regular', 1, 1482260389),
2734(93, 'COUNT DOWN TO 200!', 'Here we go!', 32, '', 0, 0, 'regular', 1, 1482260121),
2735(94, 'made a group', 'under moderation', 34, '', 0, 0, 'regular', 1, 1482260410),
2736(95, 'Im bored', 'entertain me now', 17, '', 0, 0, 'regular', 1, 1482260654),
2737(96, '2nd to hit 200!', 'So proud!', 32, '', 0, 0, 'regular', 1, 1482260327),
2738(97, 'how do i make a website', 'like this?', 31, '', 0, 0, 'regular', 1, 1482260341),
2739(98, 'About to be nubmer 1', 'ooooo yeah!', 32, '', 0, 0, 'regular', 1, 1482260493),
2740(99, 'NUMBER #1 POST COUNT', 'FINALLY!', 32, '', 0, 0, 'regular', 1, 1482260513),
2741(100, 'Whos online', 'title', 17, '', 0, 0, 'regular', 1, 1482262731),
2742(101, 'What happened to the store?', 'MAN I BOUGHT THAT LIMITED FOR NOTHING', 12, '', 0, 0, 'regular', 1, 1482262767),
2743(102, 'This thread is dead', 'Rate my avatar - https://gyazo.com/68812075a248b22ff5b60c38fc4429ab', 18, '', 0, 0, 'regular', 3, 1482262036),
2744(103, 'Just to know', 'I am PhillyFrm069\r\n\r\n\r\nI just changed my name.', 12, '', 0, 0, 'regular', 1, 1482261678),
2745(104, 'New beard coming soon.', 'Sorry, had to get some old items in the store.', 2, '', 0, 0, 'regular', 1, 1482263683),
2746(106, 'THANK YOU ZACH', 'He let me keep the space username because I found the space username bug.', 20, '', 0, 0, 'regular', 1, 1482263012),
2747(107, 'Im invisable', 'Yeah.....\r\nI LOVE IT :3', 26, '', 0, 0, 'regular', 1, 1482279353),
2748(114, 'Find a bug?', 'If so, report it to me, and you will get a special surprise.', 2, '', 0, 0, 'sticky', 1, 1482263941),
2749(110, 'New Shirt *Buy*', 'https://brickplanet.gq/Store/UserItem.php?ID=7\r\n\r\n!!', 19, '', 0, 0, 'regular', 1, 1482263514),
2750(111, 'my shirt is still pending', 'why wont you accept it', 42, '', 0, 0, 'regular', 1, 1482263514),
2751(112, 'Cannot see cash', 'Bug. Also, make a hat for bug finders, I have soo many', 19, '', 0, 0, 'regular', 1, 1482264526),
2752(113, 'I want to be an Asset Creator', 'Il get started on making some.Im quite good with 2D models.', 19, '', 0, 0, 'regular', 1, 1482263993),
2753(115, 'I FOUND A BUG....', 'Look at my avatar', 26, '', 0, 0, 'regular', 1, 1482264509),
2754(116, 'heres a little bug', 'http://imgur.com/a/XQnBR\r\nsomehow this happens randomly and its suspicous', 42, '', 0, 0, 'regular', 1, 1482264638),
2755(117, 'New Limited - Cuculio of Light', 'http://prnt.sc/dlvzun\r\n\r\nCuculio = Hood\r\n\r\nStock: 10\r\n\r\nPrice: 5 cash\r\n\r\nI want one cause I made it :)', 19, '', 0, 0, 'regular', 1, 1482265040),
2756(118, 'Huge Bug - Cant log out', 'The Log out button doesnt work.\r\n\r\nI hope this gets me Astro', 19, '', 0, 0, 'regular', 1, 1482264829),
2757(119, 'Want a shirt? Wanna look cool? I got you!', 'https://brickplanet.gq/Store/UserItem.php?ID=8\r\n\r\nOnly 2 cash! What a steal!', 19, '', 0, 0, 'regular', 1, 1482265067),
2758(120, 'It wont let me stop being invisable', 'Every time i try to wear something else it still happens', 26, '', 0, 0, 'regular', 1, 1482265755),
2759(121, 'Face Idea - Yay!', 'Face Name: Yay\r\nDesc: Im so happy for you!\r\nPrice: 5 Bux\r\nCC: No\r\n\r\nhttp://prnt.sc/dlw9c7\r\n\r\nOfc if it gets published I get granted one cause I made it', 19, '', 0, 0, 'regular', 1, 1482279442),
2760(122, 'does anyone like my name?', 'I think its a good snipe.', 48, '', 0, 0, 'regular', 1, 1482265917),
2761(123, 'Bug with purchasing', 'PayPal doesnt work. It says theres a problem with the website\r\n\r\nIf I got 2 astros that would be lit XD\r\n\r\nprobs not tho.', 19, '', 0, 0, 'regular', 1, 1482265914),
2762(124, 'This new collectible is hot', 'So hot melted my entire body.', 18, '', 0, 0, 'regular', 1, 1482266128),
2763(125, 'I found a bug', 'i keep being invisible', 45, '', 0, 0, 'regular', 1, 1482266105),
2764(126, 'everyone is using my bug', 'Great :{', 26, '', 0, 0, 'regular', 1, 1482266421),
2765(127, 'Cant buy limiteds?', 'Cant buy Chaoss', 19, '', 0, 0, 'regular', 1, 1482266586),
2766(128, 'Join NameSnipe United', 'In groups', 19, '', 0, 0, 'regular', 1, 1482268983),
2767(129, 'Bugs', 'Certain urls dont exist\r\n\r\n-Logout\r\n-Users on forum\r\n-etc.', 19, '', 0, 0, 'regular', 1, 1482266542),
2768(130, 'Thanks so much guys!:)', 'I just uploaded my vest and got 3 sales.', 18, '', 0, 0, 'regular', 1, 1482267989),
2769(131, 'swag', 'secretly we are guess', 52, '', 0, 0, 'regular', 1, 1482268929),
2770(132, 'Small Bug', 'Items show twice on their page\r\n\r\nOnce above and once below', 19, '', 0, 0, 'regular', 1, 1482268954),
2771(133, 'Bug?', '1: You can enemy group IDs that arent out yet.\r\nYou can enemy the same group multiple times.\r\nPROOF: https://brickplanet.gq/Groups/Group.php?ID=3', 9, '', 0, 0, 'regular', 1, 1482269678),
2772(134, 'Clothing Template:', 'https://cdn.discordapp.com/attachments/259311744441122816/260879986569904130/Social2.png', 2, '', 0, 0, '', 1, 1482269072),
2773(135, 'Zack is publishing my afro', 'https://gyazo.com/ac7f1949d3800edda9730acf9b842461\r\n\r\nHopefully soon.', 18, '', 0, 0, 'regular', 1, 1482269770),
2774(136, 'What is this', '????', 54, '', 0, 0, 'regular', 1, 1482269549),
2775(137, '://///', 'beta testers woo', 49, '', 0, 0, 'regular', 1, 1482277284),
2776(138, 'aaaaaaaah', 'im invisible', 55, '', 0, 0, 'regular', 1, 1482272213),
2777(139, 'Yay my face got uploaded!', 'I made the "Puzzled" face', 19, '', 0, 0, 'regular', 1, 1482270640),
2778(140, 'Losing my items', 'Where did my derp face, pumpkin, and other hats go', 19, '', 0, 0, 'regular', 1, 1482271329),
2779(141, 'Cuff makes good clothes.', 'Noice.', 2, '', 0, 0, 'regular', 1, 1482273654),
2780(142, 'hello', 'sup im nook', 60, '', 0, 0, 'regular', 1, 1482273354),
2781(143, 'Lmao', 'Dosent even have games.. It will die in a few days', 35, '', 0, 0, 'regular', 1, 1482279788),
2782(144, 'Alright.', 'This site is new and all, how do I make clothing.', 38, '', 0, 0, 'regular', 1, 1482273435),
2783(145, 'i dont like this website layout and design', 'its very icky', 60, '', 0, 0, 'regular', 1, 1482276756),
2784(146, 'Hey guys!', 'https://brickplanet.gq/Store/Item.php?ID=16\r\n\r\nBe sure to get it!', 38, '', 0, 0, 'regular', 1, 1482274455),
2785(147, 'howdy', 'columbus from bloxcity here', 47, '', 0, 0, 'regular', 1, 1482273825),
2786(148, 'the clothing template is broken', 'https://brickplanet.gq/Store/UserUpload.php', 47, '', 0, 0, 'regular', 4, 1482274497),
2787(149, 'bloxcity is down?????????', 'all i see are white pages wherever i go\r\n\r\ni am sad ', 47, '', 0, 0, 'regular', 1, 1482276682),
2788(150, 'Won RobRekts Giveaway | Also MY FACE IS PUBLISHED', 'DOUBLE WHAMMY', 19, '', 0, 0, 'regular', 1, 1482276852),
2789(151, 'NEW FACE', 'My third item uploaded yay https://brickplanet.gq/Store/Item.php?ID=34\r\n\r\nhttps://brickplanet.gq/Store/Item.php?ID=31\r\nhttps://brickplanet.gq/Store/Item.php?ID=33', 48, '', 0, 0, 'regular', 1, 1482277204),
2790(152, '445 bux finally', 'im about to get 1,000', 49, '', 0, 0, 'regular', 1, 1482279371),
2791(153, 'Cuculio ', 'Its beautiful\r\n\r\nI got ID #1 Noice!', 19, '', 0, 0, 'regular', 1, 1482279505),
2792(154, 'Oh ok', 'The site said hacked by Men Overloaders and now it says nothing', 63, '', 0, 0, 'regular', 1, 1482279647),
2793(155, 'How do u make items', 'I made 3 faces and I cant find them on the user store. Are they being moderated?', 63, '', 0, 0, 'regular', 1, 1482279719),
2794(156, 'WHAT', '"Database of this site will be leaked. (inappropriate stuff) - Men Overloaders"? Guys u gotta get rid of the Men Overloaders or else this website will be doomed', 63, '', 0, 0, 'regular', 1, 1482280076);
2795
2796-- --------------------------------------------------------
2797
2798--
2799-- Table structure for table `Topics`
2800--
2801
2802CREATE TABLE IF NOT EXISTS `Topics` (
2803 `ID` int(11) NOT NULL AUTO_INCREMENT,
2804 `TopicName` longtext NOT NULL,
2805 `TopicDescription` longtext NOT NULL,
2806 PRIMARY KEY (`ID`)
2807) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
2808
2809--
2810-- Dumping data for table `Topics`
2811--
2812
2813INSERT INTO `Topics` (`ID`, `TopicName`, `TopicDescription`) VALUES
2814(1, 'Planet Central', 'Yeah! You heard it. Talk about anything BrickPlanet.'),
2815(2, 'Off-Topic', 'Does your post not make sense? Post here.'),
2816(3, 'Media', 'If you wanna talk about your incredible YouTube videos, or your last season on a show, post here.'),
2817(4, 'Technical Support', 'Have any account inquiries? Post here and we''ll get to it as soon as possible.');
2818
2819-- --------------------------------------------------------
2820
2821--
2822-- Table structure for table `TradeDrafts`
2823--
2824
2825CREATE TABLE IF NOT EXISTS `TradeDrafts` (
2826 `ID` int(11) NOT NULL AUTO_INCREMENT,
2827 `SenderID` int(11) NOT NULL,
2828 `ReceiveID` int(11) NOT NULL,
2829 `GetID1` int(11) NOT NULL,
2830 `GetID2` int(11) NOT NULL,
2831 `GetID3` int(11) NOT NULL,
2832 `GetID4` int(11) NOT NULL,
2833 `GetID5` int(11) NOT NULL,
2834 `LoseID1` int(11) NOT NULL,
2835 `LoseID2` int(11) NOT NULL,
2836 `LoseID3` int(11) NOT NULL,
2837 `LoseID4` int(11) NOT NULL,
2838 `LoseID5` int(11) NOT NULL,
2839 `tradeExpire` int(11) NOT NULL,
2840 PRIMARY KEY (`ID`)
2841) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
2842
2843-- --------------------------------------------------------
2844
2845--
2846-- Table structure for table `TradeRequests`
2847--
2848
2849CREATE TABLE IF NOT EXISTS `TradeRequests` (
2850 `ID` int(11) NOT NULL AUTO_INCREMENT,
2851 `SendorID` int(11) NOT NULL,
2852 `RecieverID` int(11) NOT NULL,
2853 `Status` int(11) NOT NULL,
2854 `Bux` int(11) NOT NULL,
2855 `RequestedItem` longtext COLLATE utf8_unicode_ci NOT NULL,
2856 `RequestedFile` int(11) NOT NULL,
2857 `Gems` int(11) NOT NULL,
2858 `Discount` int(11) NOT NULL,
2859 `TradeFile` int(11) NOT NULL,
2860 `TradeItem` int(11) NOT NULL,
2861 `Read` int(11) NOT NULL,
2862 PRIMARY KEY (`ID`)
2863) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;
2864
2865-- --------------------------------------------------------
2866
2867--
2868-- Table structure for table `UserIPs`
2869--
2870
2871CREATE TABLE IF NOT EXISTS `UserIPs` (
2872 `ID` int(11) NOT NULL AUTO_INCREMENT,
2873 `UserID` int(11) NOT NULL,
2874 `IP` longtext NOT NULL,
2875 PRIMARY KEY (`ID`)
2876) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=103 ;
2877
2878--
2879-- Dumping data for table `UserIPs`
2880--
2881
2882INSERT INTO `UserIPs` (`ID`, `UserID`, `IP`) VALUES
2883(1, 1, '24.214.71.251'),
2884(2, 0, '24.214.71.251'),
2885(3, 1, '76.22.180.196'),
2886(4, 2, '24.214.71.251'),
2887(5, 2, '76.22.180.196'),
2888(6, 0, '76.22.180.196'),
2889(7, 3, '24.214.71.251'),
2890(8, 4, '184.174.132.223'),
2891(9, 5, '64.62.175.77'),
2892(10, 3, '94.142.242.84'),
2893(11, 3, '163.172.170.212'),
2894(12, 6, '70.50.63.36'),
2895(13, 7, '82.21.246.202'),
2896(14, 8, '198.13.189.146'),
2897(15, 9, '71.192.90.248'),
2898(16, 10, '50.189.66.193'),
2899(17, 11, '98.197.168.60'),
2900(18, 12, '2a02:214d:822d:d500:ad51:4212:e8a0:f978'),
2901(19, 12, '178.128.213.42'),
2902(20, 0, '50.189.66.193'),
2903(21, 13, '171.100.89.155'),
2904(22, 14, '90.206.239.243'),
2905(23, 15, '187.79.188.19'),
2906(24, 16, '98.219.19.170'),
2907(25, 17, '2.123.48.254'),
2908(26, 18, '71.79.50.243'),
2909(27, 19, '64.113.191.24'),
2910(28, 20, '76.22.180.196'),
2911(29, 21, '108.71.150.77'),
2912(30, 22, '81.247.3.61'),
2913(31, 23, '88.110.98.42'),
2914(32, 24, '94.187.48.25'),
2915(33, 25, '31.201.138.26'),
2916(34, 26, '75.154.181.177'),
2917(35, 27, '89.74.237.17'),
2918(36, 28, '82.38.60.63'),
2919(37, 6, '70.50.62.177'),
2920(38, 29, '77.2.11.255'),
2921(39, 19, '166.137.102.49'),
2922(40, 30, '82.213.252.163'),
2923(41, 31, '78.96.139.204'),
2924(42, 32, '108.16.103.141'),
2925(43, 33, '122.53.245.255'),
2926(44, 34, '81.103.93.225'),
2927(45, 35, '51.175.234.200'),
2928(46, 36, '68.33.90.115'),
2929(47, 37, '76.95.124.138'),
2930(48, 38, '208.54.35.236'),
2931(49, 19, '166.216.159.19'),
2932(50, 39, '68.33.90.115'),
2933(51, 40, '89.40.226.88'),
2934(52, 41, '178.37.201.42'),
2935(53, 42, '98.161.55.211'),
2936(54, 43, '46.99.37.169'),
2937(55, 44, '212.90.62.1'),
2938(56, 19, '99.32.148.179'),
2939(57, 9, '174.192.13.93'),
2940(58, 45, '78.96.139.204'),
2941(59, 46, '174.100.173.102'),
2942(60, 38, '208.54.40.189'),
2943(61, 47, '205.200.81.46'),
2944(62, 48, '71.199.208.150'),
2945(63, 49, '188.213.171.174'),
2946(64, 50, '99.32.148.179'),
2947(65, 51, '99.32.148.179'),
2948(66, 49, '71.121.212.238'),
2949(67, 19, '166.137.102.28'),
2950(68, 52, '74.76.224.46'),
2951(69, 53, '64.62.175.62'),
2952(70, 54, '71.183.252.233'),
2953(71, 55, '74.105.93.166'),
2954(72, 56, '74.105.93.166'),
2955(73, 57, '74.105.93.166'),
2956(74, 38, '99.35.171.33'),
2957(75, 58, '125.237.150.64'),
2958(76, 59, '125.237.150.64'),
2959(77, 60, '74.83.125.70'),
2960(78, 61, '142.162.91.180'),
2961(79, 11, '70.196.81.161'),
2962(80, 62, '125.237.150.64'),
2963(81, 53, '64.62.175.37'),
2964(82, 63, '104.53.137.15'),
2965(83, 64, '99.32.148.179'),
2966(84, 65, '50.189.66.193'),
2967(85, 66, '188.213.171.174'),
2968(86, 67, '188.213.171.174'),
2969(87, 68, '188.213.171.174'),
2970(88, 69, '74.105.93.166'),
2971(89, 70, '188.213.171.174'),
2972(90, 71, '188.213.171.174'),
2973(91, 72, '99.32.148.179'),
2974(92, 73, '99.32.148.179'),
2975(93, 74, '188.213.171.174'),
2976(94, 75, '71.231.112.35'),
2977(95, 76, '188.213.171.174'),
2978(96, 77, '188.213.171.174'),
2979(97, 78, '24.214.71.251'),
2980(98, 79, '188.213.171.174'),
2981(99, 80, '188.213.171.174'),
2982(100, 81, '188.213.171.174'),
2983(101, 82, '188.213.171.174'),
2984(102, 83, '188.213.171.174');
2985
2986-- --------------------------------------------------------
2987
2988--
2989-- Table structure for table `UserItemComments`
2990--
2991
2992CREATE TABLE IF NOT EXISTS `UserItemComments` (
2993 `ID` int(11) NOT NULL AUTO_INCREMENT,
2994 `UserID` int(11) NOT NULL,
2995 `ItemID` int(11) NOT NULL,
2996 `Post` longtext NOT NULL,
2997 `time` int(11) NOT NULL,
2998 PRIMARY KEY (`ID`)
2999) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
3000
3001--
3002-- Dumping data for table `UserItemComments`
3003--
3004
3005INSERT INTO `UserItemComments` (`ID`, `UserID`, `ItemID`, `Post`, `time`) VALUES
3006(1, 42, 5, 'oh come on\r\ni dont get approved?', 1482262669),
3007(2, 42, 7, 'you failed', 1482263592),
3008(3, 19, 8, 'The Owner Wears it', 1482265718),
3009(4, 19, 8, 'Testing things, thats why its 100 cash', 1482265960),
3010(5, 10, 9, 'Hot', 1482267202),
3011(6, 18, 9, 'Thank you :)', 1482267342),
3012(7, 49, 9, 'how to make clothes', 1482268757),
3013(8, 47, 24, 'woah', 1482274381);
3014
3015-- --------------------------------------------------------
3016
3017--
3018-- Table structure for table `UserStore`
3019--
3020
3021CREATE TABLE IF NOT EXISTS `UserStore` (
3022 `ID` int(11) NOT NULL AUTO_INCREMENT,
3023 `Name` longtext NOT NULL,
3024 `File` longtext NOT NULL,
3025 `Type` longtext NOT NULL,
3026 `Price` int(11) NOT NULL,
3027 `CreatorID` int(11) NOT NULL,
3028 `saletype` varchar(1337) NOT NULL DEFAULT 'regular',
3029 `numbersales` varchar(50) NOT NULL DEFAULT 'regular',
3030 `numberstock` varchar(50) NOT NULL DEFAULT 'regular',
3031 `sell` varchar(50) NOT NULL DEFAULT 'yes',
3032 `ns` varchar(100) NOT NULL DEFAULT '0',
3033 `active` int(11) NOT NULL DEFAULT '0',
3034 `code1` longtext NOT NULL,
3035 `code2` longtext NOT NULL,
3036 `Description` longtext NOT NULL,
3037 `CreationTime` longtext NOT NULL,
3038 `store` varchar(1337) NOT NULL DEFAULT 'user',
3039 `itemDeleted` int(11) NOT NULL DEFAULT '0',
3040 PRIMARY KEY (`ID`)
3041) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=41 ;
3042
3043--
3044-- Dumping data for table `UserStore`
3045--
3046
3047INSERT INTO `UserStore` (`ID`, `Name`, `File`, `Type`, `Price`, `CreatorID`, `saletype`, `numbersales`, `numberstock`, `sell`, `ns`, `active`, `code1`, `code2`, `Description`, `CreationTime`, `store`, `itemDeleted`) VALUES
3048(5, 'T-Shirt', '80c85226d9d615f34eed41f3f35db0dd', 'Top', 2, 17, 'regular', '', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 1:25 pm', 'user', 0),
3049(9, 'Chaos s plaid vest', '0ef2eaadc23c606497155fe35545a154', 'Top', 10, 18, '', '3', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 2:51 pm', 'user', 0),
3050(8, 'Brick Planet White Tee *ORIGINAL*', '51ea5b50121681185b84881e5420fe63', 'Top', 115, 19, '', '3', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 1:57 pm', 'user', 0),
3051(10, 'Blackout 12s', '6d7e317699c9d0f2dca68f5f06c215cf', 'Bottom', 10, 18, '', '3', '', 'yes', '0', 1, '', '', 'Messed up on the layout bit guys, sorry about that.', 'December 20th, 2016, 2:57 pm', 'user', 0),
3052(12, 'tree of space', '85898384a4b2c2d102366c89c66ad95b', 'Background', 5, 52, 'regular', '', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 3:21 pm', 'user', 0),
3053(14, 'Black Background', '13_83c8111d20a8c35580a188ada7b0a46a.png', 'Background', 1, 1, 'regular', '0', '0', 'yes', '0', 1, '', '', '', '', 'user', 0),
3054(15, 'White', '80ddbbabbb654bcf153b773120bb1e8c', 'Background', 5, 9, 'regular', '', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 3:56 pm', 'user', 0),
3055(17, 'Puzzled', '086e37f550dac6df1f7e076e68e63307', 'Background', 10, 19, 'regular', '', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 4:09 pm', 'user', 0),
3056(18, 'Black shirt and tie', 'd876759aed3cf1567ed2d945266ac2e2', 'Top', 5, 17, 'regular', '', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 4:14 pm', 'user', 0),
3057(19, 'Blue socks', '2426d69355219d5e22f8f22b7ab47315', 'Shoes', 2, 17, 'regular', '', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 4:15 pm', 'user', 0),
3058(20, 'Black Pants', '0030a92472cfc30fea7d15dd96d6dfb2', 'Bottom', 5, 17, 'regular', '', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 4:15 pm', 'user', 0),
3059(24, 'anime', 'b64810fde7027715e614449aff1d595f', 'Background', 999999999, 8, '', '1', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 4:33 pm', 'user', 0),
3060(28, 'Black', 'a14fa83e18268f931c6650b160ae5ad0', 'Top', 5, 17, 'regular', '', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 4:44 pm', 'user', 0),
3061(31, 'Red Body', '31059785f8fff330d0cb790e8543bc7e', 'Top', 5, 9, '', '1', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 4:51 pm', 'user', 0),
3062(33, 'Red Shorts', '1fec0d5b3bd3d9aa2fd542b07541a4fb', 'Bottom', 5, 9, '', '1', '', 'yes', '0', 1, '', '', '', 'December 20th, 2016, 4:56 pm', 'user', 0);
3063
3064-- --------------------------------------------------------
3065
3066--
3067-- Table structure for table `Users`
3068--
3069
3070CREATE TABLE IF NOT EXISTS `Users` (
3071 `Username` longtext NOT NULL,
3072 `Password` longtext NOT NULL,
3073 `ID` int(11) NOT NULL AUTO_INCREMENT,
3074 `Rank` int(11) NOT NULL DEFAULT '0',
3075 `PowerAdmin` varchar(1337) NOT NULL DEFAULT 'false',
3076 `Description` varchar(20000) NOT NULL DEFAULT 'none',
3077 `Email` longtext NOT NULL,
3078 `IP` longtext NOT NULL,
3079 `visitTick` longtext NOT NULL,
3080 `expireTime` longtext NOT NULL,
3081 `PowerGame` varchar(1337) NOT NULL DEFAULT 'false',
3082 `PowerImageModerator` varchar(1337) NOT NULL DEFAULT 'false',
3083 `PowerForumModerator` varchar(1337) NOT NULL DEFAULT 'false',
3084 `PowerArtist` varchar(1337) NOT NULL DEFAULT 'false',
3085 `PowerMegaModerator` varchar(1337) NOT NULL DEFAULT 'false',
3086 `OriginalName` longtext NOT NULL,
3087 `Eyes` varchar(1337) NOT NULL,
3088 `Mouth` varchar(1337) NOT NULL,
3089 `Hair` varchar(1337) NOT NULL,
3090 `Bottom` varchar(1337) NOT NULL,
3091 `Top` varchar(1337) NOT NULL,
3092 `Hat` varchar(1337) NOT NULL,
3093 `Shoes` varchar(1337) NOT NULL,
3094 `Accessory` varchar(1337) NOT NULL,
3095 `forumflood` longtext NOT NULL,
3096 `Bux` varchar(1337) NOT NULL DEFAULT '15',
3097 `Rubies` varchar(1337) NOT NULL DEFAULT '10',
3098 `Background` longtext NOT NULL,
3099 `Body` varchar(1337) NOT NULL DEFAULT 'Avatar.png',
3100 `Ban` int(11) NOT NULL DEFAULT '0',
3101 `BanType` longtext NOT NULL,
3102 `BanTime` longtext NOT NULL,
3103 `BanDescription` longtext NOT NULL,
3104 `BanLength` longtext NOT NULL,
3105 `Hash` longtext NOT NULL,
3106 `SuccessReferrer` int(11) NOT NULL DEFAULT '0',
3107 `Premium` int(11) NOT NULL DEFAULT '0',
3108 `PremiumExpire` longtext NOT NULL,
3109 `isTester` int(11) NOT NULL DEFAULT '0',
3110 `pviews` int(11) NOT NULL DEFAULT '0',
3111 `BanContent` longtext NOT NULL,
3112 `status` varchar(1) NOT NULL DEFAULT '0',
3113 `PowerTop` varchar(1337) NOT NULL DEFAULT '0',
3114 `vipStart` varchar(1000) NOT NULL DEFAULT '0',
3115 `vipEnd` varchar(100) NOT NULL DEFAULT '0',
3116 `vipsubscrid` varchar(50) NOT NULL DEFAULT '0',
3117 `adminID` varchar(3) NOT NULL DEFAULT '0',
3118 `room` varchar(50) NOT NULL,
3119 `myroomID` varchar(250) NOT NULL,
3120 `myroomIMG` varchar(250) NOT NULL DEFAULT 'templates/default/background.jpg ',
3121 `roomaccess` varchar(3) NOT NULL DEFAULT '1',
3122 `roomname` varchar(32) NOT NULL,
3123 `roommax` varchar(4) NOT NULL DEFAULT '5',
3124 `roomMaxStart` varchar(100) NOT NULL DEFAULT '0',
3125 `roomMaxEnd` varchar(100) NOT NULL DEFAULT '0',
3126 `roommaxsubscrid` varchar(20) NOT NULL DEFAULT '0',
3127 `startX` varchar(3) NOT NULL DEFAULT '100',
3128 `startY` varchar(3) NOT NULL DEFAULT '180',
3129 `music` varchar(255) NOT NULL DEFAULT 'music/index.php',
3130 `avatar` varchar(1000) NOT NULL,
3131 `avatara` varchar(250) NOT NULL,
3132 `avatarb` varchar(250) NOT NULL,
3133 `avatarc` varchar(250) NOT NULL,
3134 `avatar_x` varchar(10) NOT NULL,
3135 `avatar_y` varchar(10) NOT NULL,
3136 `online_time` varchar(50) NOT NULL,
3137 `photo` varchar(255) NOT NULL DEFAULT 'nopic.jpg',
3138 `WallFlood` int(11) NOT NULL,
3139 `MainGroupID` int(11) NOT NULL,
3140 `userx` int(50) NOT NULL DEFAULT '5',
3141 `usery` int(50) NOT NULL DEFAULT '5',
3142 `gameid` int(50) NOT NULL,
3143 `CommentFlood` int(11) NOT NULL,
3144 `getBux` int(11) NOT NULL,
3145 `ingamenum` varchar(5) NOT NULL,
3146 `chatid` varchar(50) NOT NULL,
3147 `chatstatus` varchar(50) NOT NULL,
3148 `ingame` varchar(50) NOT NULL,
3149 `ProfileStatus` longtext NOT NULL,
3150 `TextNot` longtext NOT NULL,
3151 `CreatorNot` longtext NOT NULL,
3152 `NoticeRead` int(11) NOT NULL,
3153 PRIMARY KEY (`ID`)
3154) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=84 ;
3155
3156--
3157-- Dumping data for table `Users`
3158--
3159
3160INSERT INTO `Users` (`Username`, `Password`, `ID`, `Rank`, `PowerAdmin`, `Description`, `Email`, `IP`, `visitTick`, `expireTime`, `PowerGame`, `PowerImageModerator`, `PowerForumModerator`, `PowerArtist`, `PowerMegaModerator`, `OriginalName`, `Eyes`, `Mouth`, `Hair`, `Bottom`, `Top`, `Hat`, `Shoes`, `Accessory`, `forumflood`, `Bux`, `Rubies`, `Background`, `Body`, `Ban`, `BanType`, `BanTime`, `BanDescription`, `BanLength`, `Hash`, `SuccessReferrer`, `Premium`, `PremiumExpire`, `isTester`, `pviews`, `BanContent`, `status`, `PowerTop`, `vipStart`, `vipEnd`, `vipsubscrid`, `adminID`, `room`, `myroomID`, `myroomIMG`, `roomaccess`, `roomname`, `roommax`, `roomMaxStart`, `roomMaxEnd`, `roommaxsubscrid`, `startX`, `startY`, `music`, `avatar`, `avatara`, `avatarb`, `avatarc`, `avatar_x`, `avatar_y`, `online_time`, `photo`, `WallFlood`, `MainGroupID`, `userx`, `usery`, `gameid`, `CommentFlood`, `getBux`, `ingamenum`, `chatid`, `chatstatus`, `ingame`, `ProfileStatus`, `TextNot`, `CreatorNot`, `NoticeRead`) VALUES
3161('BrickPlanet', '2d19d40f1824d4352ac1f221c144848476b4ccac581270ab34d55ed70df6116a08f24dcb2eb5084c63b9eae2c9569c3ddc602d2fe6b0c173d1c2c460e79d0430', 1, 0, 'false', 'none', 'tylerrigdon64@gmail.com', '24.214.71.251', '1482279335', '1482279635', 'false', 'false', 'false', 'false', 'true', '', '', '', '', '', '', '', '', '', '1482262911', '100101027264', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '61de083fdecd8da1ae223f8b2a270358', 0, 0, '', 0, 121, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482348923, '', '', '', '', '....', '', '', 1),
3162('Zach', 'b4dd32b60eb45863612bbb381f3a792a77f4f814faba7d3cf00a4892561b8ecb68f9d55513a9a71608429127a1d95dffc913d93056f0d5cc4a108f536b052414', 2, 0, 'true', 'hey', 'zacharytgooch@gmail.com', '76.22.180.196', '1482280318', '1482280618', 'false', 'true', 'true', 'true', 'true', '', '38_3379d0e56e4f59e86a5a5d4d428e2a2e.png', '', '', '0030a92472cfc30fea7d15dd96d6dfb2', 'd876759aed3cf1567ed2d945266ac2e2', '43_08bc8343d406545d56d000933f2bb30e.png', '2426d69355219d5e22f8f22b7ab47315', '', '1482272246', '1.7976931348623157e308', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '26ae6c3840c47e9eb58d766dcb565cf3', 0, 1, 'unlimited', 0, 133, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482347929, '', '', '', '', 'sup', '', '', 1),
3163('Zahh', '6826dff5e72bfceef5a131dd8c6fb074302d66132d109daa096b681a4c300aa27a0552c1fa8162b4a63913ea570d01ef011072b8d2dbb3cb5199e9e4a7f178d2', 3, 0, 'true', 'Hey, Im Zahh. I am a co-founder of BrickPlanet.', 'tylerrigdon64@gmail.com', '24.214.71.251', '1482279291', '1482279591', 'false', 'true', 'true', 'true', 'true', '', '', '', '', '', '', '23_a6bc28f079d490c33608a0965861c8b1.png', '', '', '', '1.7976931348623157e308', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '14c4638e40f0cf39754cd16ca37b6029', 0, 1, 'unlimited', 0, 40, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482349360, '', '', '', '', '[ Content Deleted ]', '', '', 1),
3164('King', 'b16d142399a58aaf152be424d6f0848fdbaf037a4b1bad31b9de7cf8c31eb661d5dd95678120b7133c655fc20566d4bf15eb912d467d5e4b55abb1ae10ae731e', 5, 0, 'false', 'none', 'shadowprezident@Gmail.com', '64.62.175.77', '1482181164', '1482181464', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482178424', '105', '10', '', '/Avatars/Avatar.png', 0, 'Other', 'forever', 'dont get mad', 'forever', 'a6e71cbfc7ffcae94909782deb38f3c5', 0, 0, '', 0, 37, 'just testing big fella', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482264379, '', '', '', '', '', '', '', 1),
3165('Dylan', 'caed0c076ad068d73e5af6f946dbf00b3d491d84f8820b651f0b02ae47673b722030f00e12978c986db803dd9340c206ac94a164c2dd9ede1673a826e30d95b3', 4, 0, 'false', 'none', 'epicgonletatroblox@gmail.com', '184.174.132.223', '1482269683', '1482269983', 'false', 'false', 'false', 'false', 'false', '', '50_e5e94eb8ec1895e6912f7294d8f103af.png', '45_d8664bf2348a86a014972e7884a7c34b.png', '', '', '', '', '', '', '1482180184', '80', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '2eba0dbcbea7f0bd801e73a6f620592e', 0, 0, '', 0, 30, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482352402, '', '', '', '', '', '', '', 1),
3166('xb1', '899829efbe07c7d776c7bd8e2f778dc1218253060f72e741e2ffbb1b64c0e17b7cb8f10c7f833a4cf959d9e2b2af586ed3a117bb2cbcb662a5020860c26f86bc', 6, 0, 'false', 'none', 'onword.and.jay.play@gmail.com', '70.50.62.177', '1482280169', '1482280469', 'false', 'false', 'false', 'false', 'false', '', '42_b794bee8b838192a0c5e707235accb04.png', '', '', '6d7e317699c9d0f2dca68f5f06c215cf', '0ef2eaadc23c606497155fe35545a154', '43_08bc8343d406545d56d000933f2bb30e.png', '', '', '', '111', '10', '85898384a4b2c2d102366c89c66ad95b', '/Avatars/Avatar.png', 0, '', '', '', '', '7ab165e9729ace0aabfc49ac6dcbe2ec', 0, 0, '', 0, 11, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482360836, '', '', '', '', '', '', '', 1),
3167('Luke', 'cca1231f42f32d861960c70855a0d047d849a21323c0370e8784fccc79e0c4b087078b2d34eb93e7ea39017fc87735f9f4c3e919a16b73eab15abeb40b666122', 7, 0, 'false', 'none', 'myemailistemporary@gmail.com', '82.21.246.202', '1482269469', '1482269769', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '90', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '463e715fbcaab77982152559ec48cc4b', 0, 0, '', 0, 8, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482278021, '', '', '', '', 'kill yourself', '', '', 1),
3168('1337', 'd93fafc715acc9cc7dc6c4747fdac06838b0cc2780883c19b019e5b59787d52153dc6ef2aac4604ebb85bdacc9c2bb0d5c92fd48525df62f1c614dcfa0c6fae6', 8, 0, 'false', 'none', 'kamol.naj@gmail.com', '198.13.189.146', '1482280344', '1482280644', 'false', 'false', 'false', 'false', 'false', '', '50_e5e94eb8ec1895e6912f7294d8f103af.png', '45_d8664bf2348a86a014972e7884a7c34b.png', '', '', '', '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', '', '', '1482195355', '250', '10', 'b64810fde7027715e614449aff1d595f', '/Avatars/Avatar.png', 0, 'Other', '1482197208', 'sorry dude', '0', 'cc495981d6d6cc264b31a67388ba3a8e', 0, 0, '', 0, 21, 'testing ban', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482280632, '', '', '', '', '', '', '', 1),
3169('User', '83d042ebcd1cb1e33e069e5caffff96958471cf037704b571d77a98d564f12fb7be9cd710ae8f39188a93eb3c735f28ecf5e0819baf552ffdf15910b9035b276', 9, 0, 'true', 'none', 'matthewd5150@aol.com', '71.192.90.248', '1482280337', '1482280637', 'false', 'true', 'true', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482269018', '35', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'bf2e21af801d939c2c9d8fecbeacdf0f', 0, 0, '', 0, 24, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 3, 5, 5, 0, 0, 1482280642, '', '', '', '', '', '', '', 1),
3170('[ Content Deleted 10 ]', '14c08ff5e8523f24f876dde45460a209fb32db2bba100c51f13e2a72cc89d0b531e8ec8bbcea86becba6285cc1bf1776be9ef6c4280a7ee920c75da4c9fac593', 10, 0, 'true', 'none', 'ahhtherobloxmemoriesrblx@mgiail.com', '50.189.66.193', '1482280343', '1482280643', 'false', 'true', 'false', 'true', 'true', '', '', '', '', '6d7e317699c9d0f2dca68f5f06c215cf', 'd876759aed3cf1567ed2d945266ac2e2', '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', '2426d69355219d5e22f8f22b7ab47315', '', '1482269709', '11449', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '43c977f0d68692efe6c0ec18779fd545', 0, 1, 'unlimited', 0, 101, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482280715, '', '', '', '', '', '', '', 1),
3171('kek', 'c96813fef7314bd8ff3200f4611eca6bc79fc2b5d598ddb946eeb4f34cf02bdacecf4541d59d5cd7ad4220f27ee1b4f611347ce347ba95b7847a8cf3d3f752d6', 11, 0, 'false', 'none', 'xman.koehler@gmail.com', '98.197.168.60', '1482277389', '1482277689', 'false', 'false', 'false', 'false', 'false', '', '50_e5e94eb8ec1895e6912f7294d8f103af.png', '', '', '', '', '', '', '', '1482194484', '0', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '3e775154e6ad7e4769319168ef68590a', 0, 0, '', 0, 10, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482280753, '', '', '', '', '', '', '', 1),
3172('Trillest', '4f80710e11dfd659cd893dbf251a2624327f5c7bc6193915a26860a2500bd5015e842436cfb892a2c89d03f7af73fe15d7622cfb46cb8099dfdb41e41fd514a3', 12, 0, 'false', 'You may know me, I am PhillyFrm069 at Bloxcity. I recently quit BC so I looking forwards on this site', 'Phillyblx@gmail.com.com', '178.128.213.42', '1482275050', '1482275350', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482262179', '75', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'c666511a31b96006d406578daebc9f6c', 0, 0, '', 0, 16, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482280953, '', '', '', '', '', '', '', 1),
3173('Daniel', '699f92ee3b4fdf821e27ff8f0ce8833282b2b9cb05d9981af7ddc0e07293d74aaee6a8cd74d35d30184415a0fbd0a1fe63b9fbf04b6c8bb500c35403ec736a54', 13, 0, 'false', 'none', 'danielkaapro@gmail.com', '171.100.89.155', '1482249703', '1482250003', 'false', 'ture', 'true', 'true', 'true', '', '', '', '', '', '', '', '', '', '1482248652', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '89179a8445e93cdef2d19932c9201005', 0, 0, '', 0, 11, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482334999, '', '', '', '', '', '', '', 1),
3174('subwuf', '9b458ffa09bcb44c3b7a2f20eef859d854ab85e9b3550b9a7aa145e9b9d119214eecc42224f496460db498fe7e9f74afc41f75235fee08dfd056462996c57084', 15, 0, 'false', 'none', 'peridaxx@gmail.com', '187.79.188.19', '1482280325', '1482280625', 'false', 'false', 'false', 'false', 'false', '', '', '45_d8664bf2348a86a014972e7884a7c34b.png', '', '', '', '16_324622f43403f9d640118711d1ee85cd.png', '', '', '1482274939', '36', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'd47f6dff7ca8a57de91aa23806de9534', 0, 0, '', 0, 12, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482336341, '', '', '', '', 'yrdt', '', '', 1),
3175('kerr', '8a2ff7a11d62acd364a6a20b893f7dd557d6875be33b3be58033b4d2c0c8ee3ffed811e1bd93af1beb84a99a5c087e00de3d97d288512fc4475631accff34802', 14, 0, 'false', 'none', 'kerbodeviantart@gmail.com', '90.206.239.243', '1482249491', '1482249791', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '57dfa07bb832b6001a945e7e15599dcb', 0, 0, '', 0, 8, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482335858, '', '', '', '', '', '', '', 1),
3176('aeo', '691ae96df3a3a83abd25149ac549ebe5f1efe593a3fe7b79d1c194c601062b017d19590c5590060948662fb58a1bff012f1747aab84f7e77dfdcce01e18ff2bc', 16, 0, 'false', 'deez nuts', 'thatssomaximus@gmail.com', '98.219.19.170', '1482280044', '1482280344', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482258630', '80', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'f0b1dbec53f645c31eefe8df5e494c50', 0, 0, '', 0, 22, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482336407, '', '', '', '', '', '', '', 1),
3177('cufflink', 'b68ccf1291d239e82e2e748ab8c5f377c05d7317bdc0546ce8998366e9e11eb565b8ee45a84aa0bd9c1164d4670369c7591cfa1e2678ed3c810ac703523f487c', 17, 0, 'false', 'Hi, Im cufflink.', 'arsbarp@gmail.com', '2.123.48.254', '1482274048', '1482274348', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', 'd876759aed3cf1567ed2d945266ac2e2', '39_d77a6f155c5f552a0a1d0b420fcfff88.png', '2426d69355219d5e22f8f22b7ab47315', '', '1482273664', '105', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '7a09d55464e0ba7f7e2419e6a2493ad5', 0, 0, '', 0, 29, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482338339, '', '', '', '', '100 posts at 7:13 GMT', '', '', 1),
3178('Chaos', '89b4f8a466c37fae8ef8b974f554be0f845417611134cd0ec056eea6292ff611cbf9f7de3d64e7398f1c403ffb26cc128fced0673bbc548accdb68e96f12e469', 18, 0, 'false', 'none', 'Bailey.JsOnFire@outlook.com', '71.79.50.243', '1482280248', '1482280548', 'false', 'false', 'false', 'true', 'false', '', '', '', '7_7bcad528f3d882b4829169166dcd091e.png', '6d7e317699c9d0f2dca68f5f06c215cf', '0ef2eaadc23c606497155fe35545a154', '', '', '', '1482269585', '315', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '436d075dc7fe367ae5f6a87de08867e0', 0, 0, '', 0, 18, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 6, 5, 5, 0, 0, 1482338436, '', '', '', '', '', '', '', 1),
3179('Player', '7c4c81f7a2c108a51f9926c541736c4742f3c88754c66f5db4405513b85b88a4e983d3b7723fc46459e203a7d2b1ca3b6e3a6c7b473f6e8168bf5a127a8fc2ad', 19, 0, 'false', '19th user on the site\r\n\r\n*First user to 10 posts*\r\n\r\nEarly bag', 'Kingbluboy@gmail.com', '99.32.148.179', '1482280334', '1482280634', 'false', 'false', 'false', 'false', 'false', '', '38_3379d0e56e4f59e86a5a5d4d428e2a2e.png', '', '', '', '51ea5b50121681185b84881e5420fe63', '43_08bc8343d406545d56d000933f2bb30e.png', '', '', '1482279515', '275', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'd958b15cdefdf20db786f9941608fdff', 0, 0, '', 0, 77, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 7, 5, 5, 0, 0, 1482338494, '', '', '', '', 'Hey!', '', '', 1),
3180('John Doe', 'b4dd32b60eb45863612bbb381f3a792a77f4f814faba7d3cf00a4892561b8ecb68f9d55513a9a71608429127a1d95dffc913d93056f0d5cc4a108f536b052414', 20, 0, 'false', 'none', 'zacharytgooch@gmail.com', '76.22.180.196', '1482263353', '1482263653', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482263022', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'd419a1c80cdbfbec9e865f21052866e6', 0, 0, '', 0, 10, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482338582, '', '', '', '', '', '', '', 1),
3181('maxa', 'b74bd665133d57f11ffec55b94e1184ab52d60a0809cc1f2cd97a65ae2e210b4607e98b3fafe09831c15ee15364a62f4754fdc5bfb04d11278d191f5f6d95f16', 21, 0, 'false', 'none', 'therichnixon@zoho.com', '108.71.150.77', '1482253509', '1482253809', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482253000', '90', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'b512f7bb57131068ec2bb45147849265', 0, 0, '', 0, 5, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482338671, '', '', '', '', 'im ok :)', '', '', 1),
3182('Banana', '58b4fd30e9be2bb79e506d4ffa1715d14a7133ef24d87c76c120250a15fc701cabe0bc023ed2f9337b32285cbd8a28211416919429d54aea1963bf73d0d0a903', 22, 0, 'false', 'hi im fruit [quit]\r\n\r\nfirst to 50 and 100 and 150 posts\r\nsniped thread 69 https://brickplanet.gq/Forum/ViewThread.php?ID=69\r\n( á° Üʖ á°) https://brickplanet.gq/Forum/ViewThread.php?ID=79', 'michieltjedb@hotmail.com', '81.247.3.61', '1482265305', '1482265605', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482263693', '125', '10', '', '/Avatars/Avatar.png', 0, 'Spamming', 'forever', 'Saying the N word multiple times.', 'forever', '994dcbbaa5f1b5e4f9f9c42adafe345d', 0, 0, '', 0, 58, 'Cussing', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482338693, '', '', '', '', 'im some yellow guy', '', '', 1),
3183('Dimatrix', '2197d4cc40ee307896e49af835d637678721488b68193626ce0c3ccb1a3edd32468206193a5fc640caa3d4d825ddc9a5afa22d6d7861c3790ffe282ee0f29888', 25, 0, 'false', 'k', 'ChristopherWelsing@hotmail.com', '31.201.138.26', '1482254233', '1482254533', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482254021', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '9ec943d6e3280bcfdba52e40d834e44b', 0, 0, '', 0, 10, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482339283, '', '', '', '', '', '', '', 1),
3184('Admin', 'f2d14b4dcd922bc10dc210bce6c7d6f28d67a272c318561c9dba6dd54a6a6c7f6b55065900285c21d688ece39c66d6dd4731949583295a654bb1757275060b55', 23, 0, 'false', 'none', 'johnshedletsky@gmail.com', '88.110.98.42', '1482253370', '1482253670', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482252430', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '1ba2fdd84a502096fa928a4efcec7dbe', 0, 0, '', 0, 7, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482338792, '', '', '', '', '', '', '', 1),
3185('Retro', 'f7b0aac31a5ac290b07d83c21e4af967ec7c8a0d532230e250773b2cbd050376b5fdb93572b88201e7661164ce7aef347bc30345be88cad81a0d7885709184e8', 24, 0, 'false', 'none', 'scoutkaboom@gmail.com', '94.187.48.25', '1482255109', '1482255409', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '9eb2c09762ea46b40f27503af21d7edf', 0, 0, '', 0, 7, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482338862, '', '', '', '', 'SAVE CHRISTMAS!', '', '', 1),
3186('Vertix', '8e9d18c9aee4df8c3610fae56ddaf62b40660703bc5cdf9dfc00681096083d3bf2f17fbd25a1b44ca22b54288639dabc21c129ea8da388d52d325b404d635e53', 26, 0, 'false', 'Best Website Ever!\r\n\r\n\r\nAlso thinking about getting premium ?', 'supersamouri@gmail.com', '75.154.181.177', '1482267940', '1482268240', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482266210', '35', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '5437734440df86a7644168476c52c033', 0, 0, '', 0, 52, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482339320, '', '', '', '', 'Chilling', '', '', 1),
3187('SpaceInJourney', '92f848f49a2718d33a6f1524b51fb6379f091f1e239d94cb4a4dd0b23b571a61dc04cc7214e7648f9b86e7cd89ed743098473e5b0f0c9670947d62e93f0f39f2', 27, 0, 'false', 'none', 'kpiotr2005@gmail.com', '89.74.237.17', '1482269721', '1482270021', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482254961', '100', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '55948585b89ef79be475c0f61fa91fe8', 0, 0, '', 0, 16, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482339527, '', '', '', '', '', '', '', 1),
3188('henry', '66be062ed359658e22d26dbac3466bbc9098a42ce0213b267bb57c136abbf8f73868787f7b4b14a0c5c7dea4bbda9e8e3faa9b90dbc0701af6ac2e26cad71e43', 28, 0, 'false', 'none', 'wojt20021@gmail.com', '82.38.60.63', '1482266958', '1482267258', 'false', 'false', 'false', 'false', 'false', '', '', '45_d8664bf2348a86a014972e7884a7c34b.png', '', '', '', '', '', '', '', '105', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '01ea03b22dfb6c80898356f1a6b025cc', 0, 0, '', 0, 6, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482339901, '', '', '', '', '', '', '', 1),
3189('BLOXCity', '1b99eb8e50aa7978d351219988dfde19adbc9c3e8651142173809198a781f6957c45bd1588b0537002efc95c455f62974cf616727a9a2805451476758aac40f1', 29, 0, 'false', 'best name ever xdddddddddddddddddd\r\n\r\nBLOXCity:KingoftheCokes\r\nRoadblocks:Snowmannick1409', '', '77.2.11.255', '1482258549', '1482258849', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482257179', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '25ee45f037a21ff03de20b4fd10ef3c0', 0, 0, '', 0, 16, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482340193, '', '', '', '', 'ayy', '', '', 1),
3190('Link', '7c4c81f7a2c108a51f9926c541736c4742f3c88754c66f5db4405513b85b88a4e983d3b7723fc46459e203a7d2b1ca3b6e3a6c7b473f6e8168bf5a127a8fc2ad', 50, 0, 'false', 'none', 'superluigi994@gmail.com', '99.32.148.179', '1482266069', '1482266369', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '15', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '3ac38397f3b255c2ce126df437e3a09c', 0, 0, '', 0, 8, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482352460, '', '', '', '', '', '', '', 1),
3191('Roberto', '62c7c88e3a2b2ed02411863839183ac77a91511f03efedf308ea3567ab2128da4c7639f8679ea5cf88b9fdb0fc5e6a984883d218ef32057a72dd84afd954cfb3', 30, 0, 'false', 'none', 'rolours@hotmail.com', '82.213.252.163', '1482268852', '1482269152', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482268657', '155', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'fe4e482876e9e64ab88cc9f961910f52', 0, 0, '', 0, 13, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482341008, '', '', '', '', '', '', '', 1),
3192('Voltzy', '90f81975c899bfcf90b2313d164bc8b25ce6ac87ddd27ac372200e75fd182badbccb06b60571880793cb7b43f47c4e73d8c81902d3223b9dab6059d8d5bb91fd', 31, 0, 'false', 'none', 'costelionescu2@gmail.com', '78.96.139.204', '1482265970', '1482266270', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482260145', '80', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '74074d92ee9141dce85a2f46c248037b', 0, 0, '', 0, 16, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482341023, '', '', '', '', '', '', '', 1),
3193('Lem', '1bf4049f3be6198c4ba630dab84f34cf25003893e4a280e6267dcc3ddcd6924d5e5da777def5dcb6d6eda7c4fd82c7ec29409117954f140c503d10c0ad2f8822', 32, 0, 'false', 'Hi, Im Lem. The best Lemonade youll never drink, and ever see!\r\n\r\nI am the third to hit 100 posts, 2nd to hit 200, and have the #1 post count! Props to Banana and Bob for beating me to 100, and Bob for beating me to 200. Send me a FQ, Ill accept. And have fun! I hope this site lives to be the next big ROBLOX!', 'falconsfanatic2798@gmail.com', '108.16.103.141', '1482260563', '1482260863', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482260534', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '9d4d6451b299f8e17931de194ffb5cdf', 0, 0, '', 0, 18, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 3, 5, 5, 0, 0, 1482341026, '', '', '', '', '', '', '', 1),
3194('ScrubLord', '1acfee84a33dce501364d92aa444d7416518af6c859892d05dd0c52726773c051b81811dc99ff51b2ae1575b6c6c4875abd8c72a09ce8bbc0214f58ccfed55f2', 33, 0, 'false', 'none', 'almatimtimco23@gmail.com', '122.53.245.255', '1482255220', '1482255520', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'dcbfe22dfe28fa06e1a7a04d020ece79', 0, 0, '', 0, 6, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482341244, '', '', '', '', '', '', '', 1),
3195('Bob', '02e6769d4febc34b37eadf55c308d02dc85be0981c845ee48ec700cd6424147a10decae081603d881e91d934b8ddfb6d7be6a974443bd5e7ea1cf03a862a7de6', 34, 0, 'false', 'Hello, how are you today?\r\nIm Bob, and I love to forum!\r\nBob will respond to your messages and friend you any time!\r\nIm the third user with a three letter name.\r\nIm the 34th user.\r\nThread ID Snipe:\r\nhttps://brickplanet.gq/Forum/ViewThread.php?ID=50#148\r\nFirst user to 100 posts.\r\nFirst user to 200 posts.', 'deanhoganuk@gmail.com', '81.103.93.225', '1482260271', '1482260571', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482260281', '90', '10', '', '/Avatars/Avatar.png', 1, 'Other', 'forever', '', 'forever', 'e3a759c245fc8e5b91bc51b32af70dcb', 0, 0, '', 0, 11, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482341362, '', '', '', '', '', '', '', 1),
3196('Fire', '11654a1af0814ef042f6ac4fe7c3a14c4a4194a47e503e2f231be219a614f4d729b325695bd417523e201a79424417d8f3e711d94fba837f5daf2c322b3ec8a7', 35, 0, 'false', 'none', 'Mathias.stoltenberg@altiboxmail.no', '51.175.234.200', '1482274429', '1482274729', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482273511', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '89e6efc72c87513f070377af348333c9', 0, 0, '', 0, 9, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482341465, '', '', '', '', '', '', '', 1),
3197('Meme', 'da2f0bc4b5324d73251ea5c774185e85a48db40f35f7e8469b6a92c131559e96c4ee86cbd846c066c18674b64954efd21c19353067a1516ef516da44755c49a5', 36, 0, 'false', 'none', 'beacon_BC@yahoo.com', '68.33.90.115', '1482259410', '1482259710', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482257891', '90', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'db101e4aa0258781e7808ced10de68c9', 0, 0, '', 0, 8, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482341609, '', '', '', '', '', '', '', 1),
3198('boy', '80c7f25746d39e116ae9b1ee7b6ab4b428bf1b3d23eef0805090979fa0aab8568fe379ef49408ff8fe3ea01430b116ec2d5fb0062ec05577ac46db14212306c8', 37, 0, 'false', 'none', 'krowtodementus@gmail.com', '76.95.124.138', '1482269460', '1482269760', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482255477', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'e3da4efc1aed0cbe5d8e37805b23c6f4', 0, 0, '', 0, 6, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482341764, '', '', '', '', '', '', '', 1),
3199('Natsu', 'e2313313ec7d7a8ebbd0f21d14b3b0a940053432cc428983e883c720d027a67113143a7762b1addbc68664c1ec72f511f444c0d4964896c38a5b18e3d2d138b2', 38, 0, 'false', 'none', 'Kejean02@gmail.com', '99.35.171.33', '1482275748', '1482276048', 'false', 'false', 'false', 'false', 'false', '', '50_e5e94eb8ec1895e6912f7294d8f103af.png', '', '', '', '', '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', '', '', '1482273648', '279', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'c717111694dff7c54223b5f1e7800a67', 0, 0, '', 0, 8, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482341782, '', '', '', '', '', '', '', 1),
3200('Shedletsky', 'da2f0bc4b5324d73251ea5c774185e85a48db40f35f7e8469b6a92c131559e96c4ee86cbd846c066c18674b64954efd21c19353067a1516ef516da44755c49a5', 39, 0, 'false', 'none', 'beacon_BC@yahoo.com', '68.33.90.115', '1482256162', '1482256462', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '06f934f9eb18a26459898c038cb6b253', 0, 0, '', 0, 7, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482342562, '', '', '', '', '', '', '', 1),
3201('knetz', 'f8643526c8cd1b68cf02b2a2b2a5f938cc5cbe13f5914b88208a84418b1b1caf08b03e071558ae871b317d0f9807de2a590009afcafad7011dda560950b89545', 40, 0, 'false', 'none', 'digknetz@yahoo.com', '89.40.226.88', '1482256456', '1482256756', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '11443db9d72649ebea2c33a082bfdf9c', 0, 0, '', 0, 6, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 1482256438, 1482342718, '', '', '', '', '', '', '', 1),
3202('Nxthan', 'c856cfad272a9ecba555487f1ebce17501e14f5246a5b3b6f87038836d3e20c0732c53efe89c01fd548cf926a6bd06c490ceca766aef479b5060d14212a5dc4f', 41, 0, 'false', 'none', 'sjdjs@fds.com', '178.37.201.42', '1482256629', '1482256929', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '2f1bda043ba878e060b95ef2439e988e', 0, 0, '', 0, 6, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482342933, '', '', '', '', '', '', '', 1),
3203('Rag', '856194184f999ab027817beefb3e1958059010db74a3f349d0ae72835783402a089b973035ad71cf8430ae0f837f92a00e5f16af6d90483aed0c72a856662326', 42, 0, 'false', 'none', 'doodle45shane@gmail.com', '98.161.55.211', '1482277749', '1482278049', 'false', 'false', 'false', 'false', 'false', '', '42_b794bee8b838192a0c5e707235accb04.png', '', '', '6d7e317699c9d0f2dca68f5f06c215cf', '0ef2eaadc23c606497155fe35545a154', '39_d77a6f155c5f552a0a1d0b420fcfff88.png', '', '', '1482265622', '9', '10', '85898384a4b2c2d102366c89c66ad95b', '/Avatars/Avatar.png', 0, '', '', '', '', 'bdea0d88139cc7f583905c4358d8a5f7', 0, 0, '', 0, 27, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482343059, '', '', '', '', '', '', '', 1),
3204('kosova', 'fa22388048baab818255b14a22acdd54abc5eb9c82cb007c98aee9d4aa38454fafd74e37bd61caaba4d29f933e116f5fa6c0109e32913e2b9348f33fd4ca07eb', 43, 0, 'false', 'none', 'donati.2001@hotmail.com', '46.99.37.169', '1482256791', '1482257091', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '6f154779f4c7ea030134f3cdf97dbd76', 0, 0, '', 0, 6, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482343157, '', '', '', '', '', '', '', 1),
3205('BinaryBoss', '683037686c85e805c50a8f4d7177b3ad1030c39d3a151df8b868f800f5f83ed9378724c132e2e3a75934c7f3594747adccd09fef624b38badfcbf313f22e610e', 44, 0, 'false', 'none', 'theminecraftzhenya@gmail.com', '212.90.62.1', '1482257894', '1482258194', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482257014', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '30e69a42aac56eac595de578306fc07f', 0, 0, '', 0, 7, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482343157, '', '', '', '', '', '', '', 1),
3206('Norm', '57eae613549aa6666f1d614131e2c9a4a000e704e41128b08bce592da300004da31e15e53627cfcdcba15885d84313613f6733efb023d0b79dfc3c6c3840f82e', 58, 0, 'false', 'none', 'normancardon@xtra.co.nz', '125.237.150.64', '1482273568', '1482273868', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '6d7e317699c9d0f2dca68f5f06c215cf', '51ea5b50121681185b84881e5420fe63', '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', '', '', '1482273360', '48', '10', '', 'Avatar.png', 0, '', '', '', '', 'b73466febbd38cdd96ae9f3b67f5c996', 0, 0, '', 0, 4, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 1482273323, 1482358853, '', '', '', '', '', '', '', 1),
3207('abc', '87a4dda3b45bd577acb1f59840c701577723fc25902677cdc36afaa5c82ce70dfe1fc737e49943d9b1120b980c7cfcb4d22875fc6a04868ebea825de486115bb', 57, 0, 'false', 'none', 'thebluefootgaming@gmail.com', '74.105.93.166', '1482280344', '1482280644', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '68', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '591e028e0e3c919afcda69703b2c33a8', 0, 0, '', 0, 5, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482357020, '', '', '', '', '', '', '', 1),
3208('English', '90f81975c899bfcf90b2313d164bc8b25ce6ac87ddd27ac372200e75fd182badbccb06b60571880793cb7b43f47c4e73d8c81902d3223b9dab6059d8d5bb91fd', 45, 0, 'false', 'none', 'costelionescu2@gmail.com', '78.96.139.204', '1482266660', '1482266960', 'false', 'false', 'false', 'false', 'false', '', '50_e5e94eb8ec1895e6912f7294d8f103af.png', '45_d8664bf2348a86a014972e7884a7c34b.png', '', '', '80c85226d9d615f34eed41f3f35db0dd', '39_d77a6f155c5f552a0a1d0b420fcfff88.png', '', '', '1482266115', '63', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '51da10f1dd2ad31bf32356ac6dd06484', 0, 0, '', 0, 6, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482349364, '', '', '', '', '', '', '', 1),
3209('Slurp', 'd0abe0768c73474f3831231298f493f1d2268e64d210f15dcd42285629973052fa082638fa8077bb8931e0ecf4f5fd29c3cadaed526a94bdd3043037544b60c4', 46, 0, 'false', 'none', 'bloxcityslurp@gmail.com', '174.100.173.102', '1482263194', '1482263494', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '105', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '6fa33526a85c09cb00c0ceea453572c0', 0, 0, '', 0, 5, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482349575, '', '', '', '', '', '', '', 1),
3210('SixtyNine', '87a4dda3b45bd577acb1f59840c701577723fc25902677cdc36afaa5c82ce70dfe1fc737e49943d9b1120b980c7cfcb4d22875fc6a04868ebea825de486115bb', 69, 0, 'false', 'none', 'thebluefootgaming@gmail.com', '74.105.93.166', '1482278956', '1482279256', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '43_08bc8343d406545d56d000933f2bb30e.png', '', '', '', '65', '10', '', 'Avatar.png', 0, '', '', '', '', '2201509c25a0c71c1f709cd3ae2d9603', 0, 0, '', 0, 1, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482363990, '', '', '', '', '', '', '', 1),
3211('WhatsApp', '7c4c81f7a2c108a51f9926c541736c4742f3c88754c66f5db4405513b85b88a4e983d3b7723fc46459e203a7d2b1ca3b6e3a6c7b473f6e8168bf5a127a8fc2ad', 51, 0, 'false', 'none', 'reddominokidd@gmail.com', '99.32.148.179', '1482266120', '1482266420', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '15', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '42d9946d46058c8fd9a37d060ea7c80e', 0, 0, '', 0, 9, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482352516, '', '', '', '', '', '', '', 1),
3212('john', 'd716a4188569b68ab1b6dfac178e570114cdf0ea3a1cc0e31486c3e41241bc6a76424e8c37ab26f096fc85ef9886c8cb634187f4fddff645fb099f1ff54c6b8c', 47, 0, 'false', 'none', 'cowboystantheman@gmail.com', '205.200.81.46', '1482276083', '1482276383', 'false', 'false', 'false', 'false', 'false', '', '', '45_d8664bf2348a86a014972e7884a7c34b.png', '', '', '', '', '', '', '1482275474', '105', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'fe67c9887e58fdd6763d4e1ffbb04668', 0, 0, '', 0, 7, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482351789, '', '', '', '', 'bloxcity', '', '', 1),
3213('hoe', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 71, 0, 'false', 'none', 'demandings@outlook.com', '188.213.171.174', '1482278722', '1482279022', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', '0c09fc2e210d53d9a410a57fc76daf6e', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482364867, '', '', '', '', '', '', '', 1),
3214('111', 'c6f70dbeb7b7a8990ba02ea531358181ecac8b521cce12bc1597480719d4b94c402beb5570c4aae76c9fe1c21fb5b7f3bd330845ed8dc4f584eeea6c83f298e1', 48, 0, 'false', 'Hey Im 111!', 'colinharless@yahoo.com', '71.199.208.150', '1482280277', '1482280577', 'false', 'false', 'false', 'true', 'false', '', '', '45_d8664bf2348a86a014972e7884a7c34b.png', '', '', '', '36_468de9d71f9a5dc42dc1357e5e7c9c31.png', '', '', '1482279452', '14', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '1e4f3c08f930ccdf7c2a40a339061654', 0, 0, '', 0, 17, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 13, 5, 5, 0, 0, 1482351872, '', '', '', '', '3 assets uploaded.', '', '', 1),
3215('jordan', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 49, 0, 'true', 'og', 'demandings@outlook.com', '188.213.171.174', '1482280287', '1482280587', 'false', 'false', 'false', 'false', 'false', '', '', '45_d8664bf2348a86a014972e7884a7c34b.png', '', '', '', '43_08bc8343d406545d56d000933f2bb30e.png', '', '', '1482277926', '1018', '10', '13_83c8111d20a8c35580a188ada7b0a46a.png', '/Avatars/Avatar.png', 0, '', '', '', '', '40001c2b55911515b92b34b1dba6bd33', 0, 0, '', 0, 25, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 1482271051, 1482352131, '', '', '', '', 'future m', '', '', 1),
3216('BillCipher', '552dc2e616c351e1a6ffaadb32dbacbaaeeb8359a9f6ec33668e9265997c8aa8fa8b501c6759b989742bf0b4e566ecf2079f9359d3224ecef116ce42c4ec07ad', 52, 0, 'false', 'swag\r\nsecretly we are guese', 'ssaf2000@gmail.com', '74.76.224.46', '1482276816', '1482277116', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482273579', '351', '10', '85898384a4b2c2d102366c89c66ad95b', '/Avatars/Avatar.png', 0, '', '', '', '', 'bb7df0078bafc80ce9a7c728b9df5b65', 0, 0, '', 0, 18, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482354634, '', '', '', '', '', '', '', 1),
3217('Royal', 'b16d142399a58aaf152be424d6f0848fdbaf037a4b1bad31b9de7cf8c31eb661d5dd95678120b7133c655fc20566d4bf15eb912d467d5e4b55abb1ae10ae731e', 53, 0, 'false', 'none', 'shadowprezident@Gmail.com', '64.62.175.37', '1482279708', '1482280008', 'false', 'false', 'false', 'false', 'false', '', '', '45_d8664bf2348a86a014972e7884a7c34b.png', '7_7bcad528f3d882b4829169166dcd091e.png', '', '', '', '', '', '1482274117', '90', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '8bd9f72a87094dc7ca91db87b414ee1b', 0, 0, '', 0, 8, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482355031, '', '', '', '', 'Hello', '', '', 1),
3218('Matt', '999581f1ba1201940140a8d45d6e8a89ff2a8883bbfe11f897c6b2a4fde0fbe566f0d5af47f1dd71a0ef5ff7a3f0f9693cae0cf0e7d157f06b20a30a1b8d52e8', 54, 0, 'false', 'none', 'Mathwall100@gmail.com', '71.183.252.233', '1482272584', '1482272884', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482269513', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '4ed06ed8450a205dc0768442500bf064', 0, 0, '', 0, 8, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482355873, '', '', '', '', '', '', '', 1),
3219('rex', '87a4dda3b45bd577acb1f59840c701577723fc25902677cdc36afaa5c82ce70dfe1fc737e49943d9b1120b980c7cfcb4d22875fc6a04868ebea825de486115bb', 55, 0, 'false', 'none', 'thebluefootgaming@gmail.com', '74.105.93.166', '1482270326', '1482270626', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '1482270246', '65', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '91edc41564cdf9d6425f19bfda5feb50', 0, 0, '', 0, 7, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482355966, '', '', '', '', '', '', '', 1),
3220('pged', '87a4dda3b45bd577acb1f59840c701577723fc25902677cdc36afaa5c82ce70dfe1fc737e49943d9b1120b980c7cfcb4d22875fc6a04868ebea825de486115bb', 56, 0, 'false', 'none', 'thebluefootgaming@gmail.com', '74.105.93.166', '1482277565', '1482277865', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', '', '', '', '15', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'ef9898eaefae0d31ffe8aed28c66e715', 0, 0, '', 0, 10, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482356956, '', '', '', '', '', '', '', 1),
3221('Code', '57eae613549aa6666f1d614131e2c9a4a000e704e41128b08bce592da300004da31e15e53627cfcdcba15885d84313613f6733efb023d0b79dfc3c6c3840f82e', 59, 0, 'false', 'none', 'normancardon@xtra.co.nz', '125.237.150.64', '1482273119', '1482273419', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', '', '', '', '90', '10', '', 'Avatar.png', 0, '', '', '', '', 'e5140784868a6d09702de0cdacbabed2', 0, 0, '', 0, 3, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482358910, '', '', '', '', '', '', '', 1),
3222('Tanooki', 'f526cdf3ee7f8ef619bf0bea20c59d383adf558399edfb50884d0151050e4660b6bb67334acff6843a3d1587351db3f330dbf1bb39dea1266e78d14ab78fd829', 60, 0, 'false', 'none', 'superpapershyguy@gmail.com', '74.83.125.70', '1482276500', '1482276800', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '42_d8d19c7c340b77f602a8af9ea5cdaad2.png', '', '', '1482272829', '90', '10', '', 'Avatar.png', 0, '', '', '', '', 'b9018daa754bdb140ca8a53aa0cc3b0e', 0, 0, '', 0, 4, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482358935, '', '', '', '', '', '', '', 1),
3223('tho', '54a82cba2af6e707228385cb38aeb803e8f7ed865938537dcec604f65f9c5e8eb03622bbffa3b2ae9c016239ec48157bb5789650daabea440c33d640246fda39', 61, 0, 'false', 'none', 'cmoc4346@gmail.com', '142.162.91.180', '1482272853', '1482273153', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', 'Avatar.png', 0, '', '', '', '', '060b74f8f42c57850690176365b52995', 0, 0, '', 0, 2, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482359212, '', '', '', '', '', '', '', 1),
3224('internet', '57eae613549aa6666f1d614131e2c9a4a000e704e41128b08bce592da300004da31e15e53627cfcdcba15885d84313613f6733efb023d0b79dfc3c6c3840f82e', 62, 0, 'false', 'none', 'normancardon@xtra.co.nz', '125.237.150.64', '1482273152', '1482273452', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', 'Avatar.png', 0, '', '', '', '', '71300cced4a10e6c00982bb65406ce90', 0, 0, '', 0, 2, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482359543, '', '', '', '', '', '', '', 1),
3225('Trash', '3498d15803dc0d73f4cf0151b29777143f205d7f492cfc47425f1fc58985d71727bfe6ae698da691d0bf90f31aa21e34500334eed74423a741cfa678a7a42faa', 63, 0, 'false', 'What is this', 'mrlittlewichman@gmail.com', '104.53.137.15', '1482280340', '1482280640', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '43_08bc8343d406545d56d000933f2bb30e.png', '', '', '1482280086', '26', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'ff45bf8c46c6895ad3be2be735c71b0f', 0, 0, '', 0, 4, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482360686, '', '', '', '', '', '', '', 1),
3226('KingKaliente', '3c19109a53e1f15504c13b6e38461e4671f4c7c24400db253afcc610664c2a1e288c0a8a94054fb0a0b2e64e9f3473890937340ac1fa7c89d812f92c3467d616', 64, 0, 'false', 'none', 'superluigi994@gmail.com', '99.32.148.179', '1482274294', '1482274594', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '0', '10', '', 'Avatar.png', 0, '', '', '', '', 'a63e00859db71782b13ce6d679e4e7ba', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482360687, '', '', '', '', '', '', '', 1);
3227INSERT INTO `Users` (`Username`, `Password`, `ID`, `Rank`, `PowerAdmin`, `Description`, `Email`, `IP`, `visitTick`, `expireTime`, `PowerGame`, `PowerImageModerator`, `PowerForumModerator`, `PowerArtist`, `PowerMegaModerator`, `OriginalName`, `Eyes`, `Mouth`, `Hair`, `Bottom`, `Top`, `Hat`, `Shoes`, `Accessory`, `forumflood`, `Bux`, `Rubies`, `Background`, `Body`, `Ban`, `BanType`, `BanTime`, `BanDescription`, `BanLength`, `Hash`, `SuccessReferrer`, `Premium`, `PremiumExpire`, `isTester`, `pviews`, `BanContent`, `status`, `PowerTop`, `vipStart`, `vipEnd`, `vipsubscrid`, `adminID`, `room`, `myroomID`, `myroomIMG`, `roomaccess`, `roomname`, `roommax`, `roomMaxStart`, `roomMaxEnd`, `roommaxsubscrid`, `startX`, `startY`, `music`, `avatar`, `avatara`, `avatarb`, `avatarc`, `avatar_x`, `avatar_y`, `online_time`, `photo`, `WallFlood`, `MainGroupID`, `userx`, `usery`, `gameid`, `CommentFlood`, `getBux`, `ingamenum`, `chatid`, `chatstatus`, `ingame`, `ProfileStatus`, `TextNot`, `CreatorNot`, `NoticeRead`) VALUES
3228('Test', 'ebddf925519c32c0df18863805d0865c6ea217fe0635f3c3ae02f8a157772374fbc6073b29946c7715cdd53dcafa9372fd89032992a0bf25d332fb81cf4db671', 65, 0, 'false', 'none', 'ahhtherobloxmemoriesrblx@mgiail.com', '50.189.66.193', '1482279320', '1482279620', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', 'Avatar.png', 0, '', '', '', '', '163099d970e7b09762a347ff88688623', 0, 0, '', 0, 6, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482362447, '', '', '', '', '', '', '', 1),
3229('hat', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 66, 0, 'false', 'none', 'demandings@outlook.com', '188.213.171.174', '1482277153', '1482277453', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', 'cd9474824bc247c3564ea54f054eb8d3', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482363488, '', '', '', '', '', '', '', 1),
3230('666', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 67, 0, 'false', 'none', 'complainings@outlook.com', '188.213.171.174', '1482277314', '1482277614', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', '7e00beff4e1c7d73ca4bf5f69084b9a5', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482363634, '', '', '', '', '', '', '', 1),
3231('boat', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 68, 0, 'false', 'none', 'demandings@outlook.com', '188.213.171.174', '1482277471', '1482277771', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', 'aa93380d8f546eccd8285ddc984ea7aa', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482363792, '', '', '', '', '', '', '', 1),
3232('too', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 70, 0, 'false', 'none', 'demandings@outlook.com', '188.213.171.174', '1482277844', '1482278144', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', 'd6f124239d5483cd69961b647fb62ce7', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482364131, '', '', '', '', '', '', '', 1),
3233('Cuculio', '7c4c81f7a2c108a51f9926c541736c4742f3c88754c66f5db4405513b85b88a4e983d3b7723fc46459e203a7d2b1ca3b6e3a6c7b473f6e8168bf5a127a8fc2ad', 72, 0, 'false', 'none', 'kulekidd19@gmail.com', '99.32.148.179', '1482278694', '1482278994', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '65', '10', '', 'Avatar.png', 0, '', '', '', '', '23e1000f0bd467be943ebe744253ce80', 0, 0, '', 0, 1, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365079, '', '', '', '', '', '', '', 1),
3234('Lorde', '3c19109a53e1f15504c13b6e38461e4671f4c7c24400db253afcc610664c2a1e288c0a8a94054fb0a0b2e64e9f3473890937340ac1fa7c89d812f92c3467d616', 73, 0, 'false', 'none', 'superluigi994@gmail.com', '99.32.148.179', '1482278762', '1482279062', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '65', '10', '', 'Avatar.png', 0, '', '', '', '', '77a6ef66f2db15b176b001607ab67204', 0, 0, '', 0, 4, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365128, '', '', '', '', '', '', '', 1),
3235('sam', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 74, 0, 'false', 'none', 'complainings@outlook.com', '188.213.171.174', '1482278990', '1482279290', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', 'cda99e9187ea7e4b31f2132b1d96fd51', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365314, '', '', '', '', '', '', '', 1),
3236('fancy', 'c9a56a0b74303be4d06168755f643f8a3312c1016b48a9407d3622cfae26e75442fe5a27f0fee68fc26b4a847d47527426c47489f53d58af7d3428a6dddf22c3', 75, 0, 'false', 'none', 'brobro990@gmail.com', '71.231.112.35', '1482280249', '1482280549', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '6701de9972645e26132fbeb0389655b3', 0, 0, '', 0, 12, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365607, '', '', '', '', '', '', '', 1),
3237('lies', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 76, 0, 'false', 'none', 'complainings@outlook.com', '188.213.171.174', '1482279265', '1482279565', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', '840a8718dde124a85cef6c84fec2d31a', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365620, '', '', '', '', '', '', '', 1),
3238('cry', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 77, 0, 'false', 'none', 'complainings@outlook.com', '188.213.171.174', '1482279374', '1482279674', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', '25365839bc3ff300a7202d49042207f7', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365735, '', '', '', '', '', '', '', 1),
3239('Rem', '6914952d504670b9d0cb25b3ce1e0861442e3960bbab7756a4eba6751cb34c129b3901defabe3278f6d43930cb1032d268914f1d8313bb8622f3a99c95c8ad6f', 78, 0, 'true', 'none', 'tylerrigdon64@gmail.com', '24.214.71.251', '1482280302', '1482280602', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', '6568be3e47ab6f59a3eecdd5b39e4e1a', 0, 0, '', 0, 3, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365785, '', '', '', '', '', '', '', 1),
3240('555', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 79, 0, 'false', 'none', 'complainings@outlook.com', '188.213.171.174', '1482279462', '1482279762', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', 'ee33e114226b1d6c48c56923f6bff3f0', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365826, '', '', '', '', '', '', '', 1),
3241('bot', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 80, 0, 'false', 'none', 'wwdsa@mail.com', '188.213.171.174', '1482279640', '1482279940', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'a5e12f7f4d13b7ceb191f2c654b8b0f1', 0, 0, '', 0, 3, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482365920, '', '', '', '', '', '', '', 1),
3242('toe', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 81, 0, 'false', 'none', 'complainings@outlook.com', '188.213.171.174', '1482279927', '1482280227', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', '/Avatars/Avatar.png', 0, '', '', '', '', 'd1a6dc3ccba9dca2f16c9aab28274b29', 0, 0, '', 0, 3, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482366169, '', '', '', '', '', '', '', 1),
3243('overlords', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 82, 0, 'false', 'none', 'complainings@outlook.com', '188.213.171.174', '1482280255', '1482280555', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '1', '10', '', 'Avatar.png', 0, '', '', '', '', '54c1489a75e4aaf92ef49a4929906d99', 0, 0, '', 0, 12, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482366564, '', '', '', '', '', '', '', 1),
3244('vvv', 'de44e850e944b277805bd852c0f97c304f6513c0db126fc2a24dc7a2e4c1c7df36fc34264ed3e3cfe39dabfc440439956bdfdb2037b29302a5bc2f1f688b40e0', 83, 0, 'false', 'none', 'complainings@outlook.com', '188.213.171.174', '1482280344', '1482280644', 'false', 'false', 'false', 'false', 'false', '', '', '', '', '', '', '', '', '', '', '115', '10', '', 'Avatar.png', 0, '', '', '', '', '3b29e2b550a9773e5cccb61a20633554', 0, 0, '', 0, 0, '', '0', '0', '0', '0', '0', '0', '', '', 'templates/default/background.jpg ', '1', '', '5', '0', '0', '0', '100', '180', 'music/index.php', '', '', '', '', '', '', '', 'nopic.jpg', 0, 0, 5, 5, 0, 0, 1482366744, '', '', '', '', '', '', '', 1);
3245
3246-- --------------------------------------------------------
3247
3248--
3249-- Table structure for table `Wall`
3250--
3251
3252CREATE TABLE IF NOT EXISTS `Wall` (
3253 `ID` int(11) NOT NULL AUTO_INCREMENT,
3254 `PosterID` int(11) NOT NULL,
3255 `Body` longtext NOT NULL,
3256 `time` longtext NOT NULL,
3257 PRIMARY KEY (`ID`)
3258) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
3259
3260-- --------------------------------------------------------
3261
3262--
3263-- Table structure for table `down`
3264--
3265
3266CREATE TABLE IF NOT EXISTS `down` (
3267 `down` int(11) NOT NULL DEFAULT '0'
3268) ENGINE=MyISAM DEFAULT CHARSET=latin1;
3269
3270-- --------------------------------------------------------
3271
3272--
3273-- Table structure for table `forumtags`
3274--
3275
3276CREATE TABLE IF NOT EXISTS `forumtags` (
3277 `id` varchar(50) NOT NULL,
3278 `text` varchar(50) NOT NULL,
3279 `color` varchar(50) NOT NULL,
3280 `userid` varchar(50) NOT NULL
3281) ENGINE=MyISAM DEFAULT CHARSET=latin1;
3282
3283-- --------------------------------------------------------
3284
3285--
3286-- Table structure for table `objectlist`
3287--
3288
3289CREATE TABLE IF NOT EXISTS `objectlist` (
3290 `id` int(50) NOT NULL AUTO_INCREMENT,
3291 `name` varchar(50) NOT NULL,
3292 `image` varchar(50) NOT NULL,
3293 `height` varchar(50) NOT NULL,
3294 `width` varchar(50) NOT NULL,
3295 PRIMARY KEY (`id`)
3296) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
3297
3298--
3299-- Dumping data for table `objectlist`
3300--
3301
3302INSERT INTO `objectlist` (`id`, `name`, `image`, `height`, `width`) VALUES
3303(1, 'Brick', 'brick.png', '30', '30'),
3304(2, 'UA Flag', 'uaflag.png', '149', '108');
3305
3306-- --------------------------------------------------------
3307
3308--
3309-- Table structure for table `tools`
3310--
3311
3312CREATE TABLE IF NOT EXISTS `tools` (
3313 `id` int(50) NOT NULL AUTO_INCREMENT,
3314 `name` varchar(50) NOT NULL,
3315 `image` varchar(50) NOT NULL,
3316 PRIMARY KEY (`id`)
3317) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
3318
3319--
3320-- Dumping data for table `tools`
3321--
3322
3323INSERT INTO `tools` (`id`, `name`, `image`) VALUES
3324(1, 'Build Tool', 'build.png');
3325
3326/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
3327/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
3328/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;