· 9 years ago · Nov 28, 2016, 08:14 AM
1RAPESTRESSER.XYZ DATABASE
2-- phpMyAdmin SQL Dump
3-- version 4.0.10.14
4-- http://www.phpmyadmin.net
5--
6-- Host: localhost:3306
7-- Generation Time: Oct 20, 2016 at 05:17 AM
8-- Server version: 10.1.17-MariaDB-cll-lve
9-- PHP Version: 5.6.20
10
11SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
12SET time_zone = "+00:00";
13
14
15/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
16/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
17/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
18/*!40101 SET NAMES utf8 */;
19
20--
21-- Database: `rapestre_sser`
22--
23
24-- --------------------------------------------------------
25
26--
27-- Table structure for table `api`
28--
29
30CREATE TABLE IF NOT EXISTS `api` (
31 `id` int(2) NOT NULL AUTO_INCREMENT,
32 `name` varchar(50) NOT NULL,
33 `api` varchar(1024) NOT NULL,
34 `slots` int(3) NOT NULL,
35 `methods` varchar(100) NOT NULL,
36 PRIMARY KEY (`id`)
37) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=74 ;
38
39
40-- --------------------------------------------------------
41
42--
43-- Table structure for table `bans`
44--
45
46CREATE TABLE IF NOT EXISTS `bans` (
47 `username` varchar(15) NOT NULL,
48 `reason` varchar(1024) NOT NULL
49) ENGINE=MyISAM DEFAULT CHARSET=latin1;
50
51--
52-- Dumping data for table `bans`
53--
54
55INSERT INTO `bans` (`username`, `reason`) VALUES
56('strikeread', '');
57
58-- --------------------------------------------------------
59
60--
61-- Table structure for table `blacklist`
62--
63
64CREATE TABLE IF NOT EXISTS `blacklist` (
65 `ID` int(11) NOT NULL AUTO_INCREMENT,
66 `data` varchar(50) NOT NULL,
67 `type` varchar(10) NOT NULL,
68 PRIMARY KEY (`ID`)
69) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ;
70
71--
72-- Dumping data for table `blacklist`
73--
74
75INSERT INTO `blacklist` (`ID`, `data`, `type`) VALUES
76(7, 'rapestresser.xyz', 'victim'),
77(8, '149.56.117.92', 'victim');
78
79-- --------------------------------------------------------
80
81--
82-- Table structure for table `faq`
83--
84
85CREATE TABLE IF NOT EXISTS `faq` (
86 `id` int(3) NOT NULL AUTO_INCREMENT,
87 `question` varchar(1024) NOT NULL,
88 `answer` varchar(5000) NOT NULL,
89 PRIMARY KEY (`id`)
90) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
91
92--
93-- Dumping data for table `faq`
94--
95
96INSERT INTO `faq` (`id`, `question`, `answer`) VALUES
97(1, 'My first question!', 'Well it''s simple sir, you just find the answer.'),
98(2, 'Update!', 'New methods and new servers!');
99
100-- --------------------------------------------------------
101
102--
103-- Table structure for table `fe`
104--
105
106CREATE TABLE IF NOT EXISTS `fe` (
107 `ID` int(11) NOT NULL AUTO_INCREMENT,
108 `userID` int(11) NOT NULL,
109 `type` varchar(1) NOT NULL,
110 `ip` varchar(15) NOT NULL,
111 PRIMARY KEY (`ID`)
112) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
113
114-- --------------------------------------------------------
115
116--
117-- Table structure for table `iplogs`
118--
119
120CREATE TABLE IF NOT EXISTS `iplogs` (
121 `ID` int(11) NOT NULL AUTO_INCREMENT,
122 `userID` int(11) NOT NULL,
123 `logged` varchar(15) NOT NULL,
124 `date` int(11) NOT NULL,
125 PRIMARY KEY (`ID`),
126 KEY `ID` (`ID`)
127) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ;
128
129--
130-- Dumping data for table `iplogs`
131--
132
133INSERT INTO `iplogs` (`ID`, `userID`, `logged`, `date`) VALUES
134(17, 12, '127.0.0.1', 1439005407),
135(18, 13, '50.178.229.22', 1476782382),
136(19, 13, '50.178.229.22', 1476782723),
137(20, 13, '50.178.229.22', 1476783201);
138
139-- --------------------------------------------------------
140
141--
142-- Table structure for table `loginlogs`
143--
144
145CREATE TABLE IF NOT EXISTS `loginlogs` (
146 `username` varchar(15) NOT NULL,
147 `ip` varchar(15) NOT NULL,
148 `date` int(11) NOT NULL,
149 `country` varchar(20) NOT NULL
150) ENGINE=MyISAM DEFAULT CHARSET=latin1;
151
152--
153-- Dumping data for table `loginlogs`
154--
155
156INSERT INTO `loginlogs` (`username`, `ip`, `date`, `country`) VALUES
157('Herohackerx', '50.178.229.22', 1476214635, 'XX'),
158('Xgntwaynewh', '73.91.1.53', 1476229978, 'XX'),
159('Xgntwaynewh', '73.91.1.53', 1476230025, 'XX'),
160('herohackerx', '50.178.229.22', 1476423974, 'XX'),
161('Profound', '203.40.51.46', 1476512779, 'XX'),
162('herohackerx', '50.178.229.22', 1476683364, 'XX'),
163('herohackerx', '50.178.229.22', 1476684893, 'XX'),
164('Princesshero420', '50.178.229.22', 1476685073, 'XX'),
165('Jye15', '122.150.235.138', 1476745405, 'XX'),
166('Jye15', '122.150.235.138', 1476745477, 'XX'),
167('herohackerx', '50.178.229.22', 1476762813, 'XX'),
168('Andre112', '1.123.19.47', 1476769566, 'XX'),
169('Andre112', '1.123.19.47', 1476769596, 'XX'),
170('Herohackerx', '50.178.229.22', 1476784626, 'XX'),
171('princesshero420', '50.178.229.22', 1476784872, 'XX'),
172('princesshero420', '50.178.229.22', 1476784884, 'XX'),
173('princesshero420', '50.178.229.22', 1476784891, 'XX'),
174('princesshero420', '50.178.229.22', 1476784892, 'XX'),
175('princesshero420', '50.178.229.22', 1476784899, 'XX'),
176('sammy121', '111.93.43.2', 1476863434, 'XX'),
177('herohackerx', '50.178.229.22', 1476867794, 'XX'),
178('esbay123', '109.201.137.43', 1476879030, 'XX'),
179('esbay123', '109.201.137.43', 1476879063, 'XX'),
180('herohackerx', '50.178.229.22', 1476934151, 'XX');
181
182-- --------------------------------------------------------
183
184--
185-- Table structure for table `logs`
186--
187
188CREATE TABLE IF NOT EXISTS `logs` (
189 `id` int(11) NOT NULL AUTO_INCREMENT,
190 `user` varchar(15) NOT NULL,
191 `ip` varchar(1024) NOT NULL,
192 `port` int(5) NOT NULL,
193 `time` int(4) NOT NULL,
194 `method` varchar(10) NOT NULL,
195 `date` int(11) NOT NULL,
196 `stopped` int(1) NOT NULL DEFAULT '0',
197 `handler` varchar(50) NOT NULL,
198 PRIMARY KEY (`id`)
199) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=213 ;
200
201--
202-- Dumping data for table `logs`
203--
204
205INSERT INTO `logs` (`id`, `user`, `ip`, `port`, `time`, `method`, `date`, `stopped`, `handler`) VALUES
206(113, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438741095, 1, 'S1,S2'),
207(114, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438741141, 1, 'S2,S1'),
208(115, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438741218, 1, 'S2,S1'),
209(116, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438741282, 1, 'S2,S1'),
210(117, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438741718, 0, 'S2,S1'),
211(118, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438742920, 0, 'S2,S1'),
212(119, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438789776, 0, 'S1,S2'),
213(120, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438790159, 0, 'S2'),
214(121, 'StrikeREAD', '127.0.0.2', 80, 60, 'tcp', 1438790271, 0, 'S1'),
215(122, 'StrikeREAD', '127.0.0.2', 80, 60, 'tcp', 1438790315, 0, 'S2'),
216(123, 'StrikeREAD', '127.0.0.2', 80, 60, 'tcp', 1438790731, 1, 'S1'),
217(124, 'StrikeREAD', '127.0.0.2', 80, 60, 'tcp', 1438790739, 1, 'S1'),
218(125, 'StrikeREAD', '127.0.0.2', 80, 60, 'tcp', 1438790751, 0, 'S1'),
219(126, 'StrikeREAD', '127.0.0.2', 80, 60, 'tcp', 1438790761, 0, 'S2'),
220(127, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438791434, 0, 'S2'),
221(128, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438823740, 1, 'S2'),
222(129, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438823745, 1, 'S1'),
223(130, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438823878, 1, 'S1'),
224(131, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438823881, 1, 'S2'),
225(132, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438823923, 1, 'S2'),
226(133, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438824063, 1, 'S2'),
227(134, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438824066, 1, 'S1'),
228(135, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438825312, 0, 'S1'),
229(136, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438827704, 1, 'S2'),
230(137, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438828003, 0, 'S2'),
231(138, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438829778, 0, 'S2'),
232(139, 'StrikeREAD', '127.0.0.1', 80, 60, 'tcp', 1438829780, 0, 'S1'),
233(140, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978808, 1, 'S2'),
234(141, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978817, 1, 'S1'),
235(142, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978834, 1, 'S2'),
236(143, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978836, 1, 'S1'),
237(144, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978851, 1, 'S2'),
238(145, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978851, 0, 'S2'),
239(146, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978852, 0, 'S1'),
240(147, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978858, 0, 'S2'),
241(148, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1438978859, 0, 'S1'),
242(149, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1439130038, 1, 'S1'),
243(150, 'strikeread', '127.0.0.1', 80, 60, 'tcp', 1439314784, 0, 'S2'),
244(151, 'HEROHACKERx', '50.178.229.22', 80, 60, 'NTP', 1476043932, 0, 'THE RAPER'),
245(152, 'HEROHACKERx', '50.178.229.22', 80, 60, 'NTP', 1476172586, 0, 'THE RAPER'),
246(153, 'HEROHACKERx', '192.3.195.130', 80, 60, 'KSS', 1476174162, 1, 'THE RAPER'),
247(154, 'HEROHACKERx', '203.98.92.147', 80, 1000, 'NTP', 1476174796, 1, 'THE RAPER'),
248(155, 'HEROHACKERx', '50.178.229.22', 80, 100, 'NTP', 1476175380, 1, 'THE RAPER'),
249(156, 'Profound', '31.220.16.32', 80, 300, 'KSS', 1476177200, 1, 'THE RAPER'),
250(157, 'Profound', '31.220.16.32', 80, 300, 'KSS', 1476177537, 1, 'THE RAPER'),
251(158, 'Profound', '31.220.16.32', 80, 300, 'KSS', 1476177556, 1, 'THE RAPER'),
252(159, 'HEROHACKERx', '192.3.195.130', 80, 60, 'KSS', 1476177581, 0, 'THE RAPER'),
253(160, 'Profound', '104.27.157.28', 80, 300, 'KSS', 1476178537, 0, 'THE RAPER'),
254(161, 'HEROHACKERx', '149.56.117.92', 80, 300, 'KSS', 1476180386, 0, 'THE RAPER'),
255(162, 'HEROHACKERx', '1.3.3.7', 80, 200, 'KSS', 1476214807, 0, 'THE RAPER'),
256(163, 'HEROHACKERx', '184.19.171.210', 80, 60, 'NTP', 1476224350, 0, 'THE RAPER'),
257(164, 'HEROHACKERx', '108.86.10.36', 80, 60, 'NTP', 1476224448, 0, 'THE RAPER'),
258(165, 'HEROHACKERx', '108.86.10.36', 80, 60, 'CHARGEN', 1476224546, 1, 'THE RAPER'),
259(166, 'HEROHACKERx', '108.86.10.36', 80, 30, 'NTP', 1476224607, 0, 'THE RAPER'),
260(167, 'HEROHACKERx', '98.199.198.211', 80, 100, 'NTP', 1476227233, 0, 'THE RAPER'),
261(168, 'HEROHACKERx', '73.160.211.89', 80, 100, 'NTP', 1476228447, 1, 'THE RAPER'),
262(169, 'HEROHACKERx', '54.74.185.81', 80, 60, 'NTP', 1476228949, 0, 'THE RAPER'),
263(170, 'HEROHACKERx', '54.74.185.81', 80, 60, 'NTP', 1476229012, 1, 'THE RAPER'),
264(171, 'HEROHACKERx', '24.74.185.81', 80, 60, 'NTP', 1476229043, 0, 'THE RAPER'),
265(172, 'HEROHACKERx', '140.186.184.219', 80, 60, 'NTP', 1476229553, 1, 'THE RAPER'),
266(173, 'HEROHACKERx', '140.186.184.219', 80, 60, 'CHARGEN', 1476229593, 0, 'THE RAPER'),
267(174, 'HEROHACKERx', '73.228.117.37', 80, 60, 'CHARGEN', 1476229755, 0, 'THE RAPER'),
268(175, 'HEROHACKERx', '104.85.165.1', 80, 200, 'CHARGEN', 1476424115, 1, 'THE RAPER'),
269(176, 'HEROHACKERx', '104.85.165.1', 80, 200, 'NTP', 1476424261, 0, 'THE RAPER'),
270(177, 'HEROHACKERx', '104.85.165.1', 80, 60, 'UDP', 1476424471, 0, 'THE RAPER'),
271(178, 'HEROHACKERx', '104.85.165.1', 80, 60, 'KSS', 1476424545, 0, 'THE RAPER'),
272(179, 'HEROHACKERx', '104.85.165.1', 80, 200, 'NTP', 1476424630, 1, 'THE RAPER'),
273(180, 'HEROHACKERx', '104.85.165.1', 80, 60, 'UDP', 1476424687, 0, 'THE RAPER'),
274(181, 'HEROHACKERx', '192.71.80.109', 80, 60, 'CHARGEN', 1476424754, 0, 'THE RAPER'),
275(182, 'HEROHACKERx', '77.103.88.250', 80, 60, 'CHARGEN', 1476516680, 0, 'THE RAPER'),
276(183, 'HEROHACKERx', '77.103.88.250', 80, 1000, 'CHARGEN', 1476516742, 0, 'THE RAPER'),
277(184, 'HEROHACKERx', '50.178.229.22', 80, 30, 'NTP', 1476683466, 0, 'THE RAPER'),
278(185, 'HEROHACKERx', '50.178.229.22', 80, 60, 'NTP', 1476683512, 0, 'THE RAPER'),
279(186, 'HEROHACKERx', '50.178.229.22', 80, 60, 'CHARGEN', 1476683617, 1, 'THE RAPER'),
280(187, 'HEROHACKERx', '50.178.229.22', 80, 60, 'CHARGEN', 1476683684, 0, 'THE RAPER'),
281(188, 'HEROHACKERx', '104.85.165.1', 80, 60, 'NTP', 1476685393, 1, 'THE RAPER'),
282(189, 'HEROHACKERx', '104.85.165.1', 80, 200, 'NTP', 1476685454, 0, 'THE RAPER'),
283(190, 'HEROHACKERx', '104.85.165.1', 80, 200, 'NTP', 1476686138, 0, 'THE RAPER'),
284(191, 'HEROHACKERx', '104.85.165.1', 80, 70, 'CHARGEN', 1476686534, 0, 'THE RAPER'),
285(192, 'HEROHACKERx', '104.85.165.1', 80, 200, 'NTP', 1476686614, 0, 'THE RAPER'),
286(193, 'HEROHACKERx', '149.56.117.92', 80, 30, 'KSS', 1476687861, 0, 'THE RAPER'),
287(194, 'HEROHACKERx', '104.85.165.1', 80, 200, 'NTP', 1476689587, 0, 'THE RAPER'),
288(195, 'HEROHACKERx', '104.85.165.1', 80, 200, 'NTP', 1476689927, 0, 'THE RAPER'),
289(196, 'HEROHACKERx', '104.85.165.1', 80, 200, 'NTP', 1476693955, 1, 'THE RAPER'),
290(197, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476762858, 0, 'THE RAPER'),
291(198, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476763279, 0, 'THE RAPER'),
292(199, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476778136, 1, 'THE RAPER'),
293(200, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476778148, 1, 'THE RAPER'),
294(201, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476779148, 1, 'THE RAPER'),
295(202, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476779224, 1, 'THE RAPER'),
296(203, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476780856, 0, 'THE RAPER'),
297(204, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476781094, 1, 'THE RAPER'),
298(205, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476781182, 1, 'THE RAPER'),
299(206, 'HEROHACKERx', '192.3.195.130', 80, 200, 'KSS', 1476781254, 1, 'THE RAPER'),
300(207, 'HEROHACKERx', '173.94.117.1', 80, 1000, 'NTP', 1476830296, 1, 'THE RAPER'),
301(208, 'HEROHACKERx', '172.56.10.73', 80, 1000, 'NTP', 1476830501, 1, 'THE RAPER'),
302(209, 'HEROHACKERx', '173.94.117.1', 80, 1000, 'NTP', 1476830534, 0, 'THE RAPER'),
303(210, 'HEROHACKERx', '173.94.117.1', 80, 1000, 'NTP', 1476832063, 1, 'THE RAPER'),
304(211, 'HEROHACKERx', '99.2.192.141', 80, 1000, 'NTP', 1476832164, 0, 'THE RAPER'),
305(212, 'HEROHACKERx', '192.3.195.130', 80, 250, 'KSS', 1476867873, 0, 'THE RAPER');
306
307-- --------------------------------------------------------
308
309--
310-- Table structure for table `lostp`
311--
312
313CREATE TABLE IF NOT EXISTS `lostp` (
314 `id` int(11) NOT NULL AUTO_INCREMENT,
315 `code` text NOT NULL,
316 `username` text NOT NULL,
317 `mail` text NOT NULL,
318 PRIMARY KEY (`id`)
319) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=33 ;
320
321-- --------------------------------------------------------
322
323--
324-- Table structure for table `messages`
325--
326
327CREATE TABLE IF NOT EXISTS `messages` (
328 `messageid` int(11) NOT NULL AUTO_INCREMENT,
329 `ticketid` int(11) NOT NULL,
330 `content` text NOT NULL,
331 `sender` varchar(30) NOT NULL,
332 `date` int(20) NOT NULL,
333 PRIMARY KEY (`messageid`)
334) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=16 ;
335
336--
337-- Dumping data for table `messages`
338--
339
340INSERT INTO `messages` (`messageid`, `ticketid`, `content`, `sender`, `date`) VALUES
341(11, 8, 'HOLA K ASE', 'Client', 1439313037),
342(12, 8, 'NADA Y TU?', 'Admin', 1439313077),
343(13, 8, 'Na c:', 'Client', 1439314810),
344(14, 9, 'Hola, enseguida le activaremos su package pero no te pongas tan agresivo :c', 'Admin', 1439324043),
345(15, 9, 'VENGA HA FREGAR PARGELAS', 'Client', 1439324064);
346
347-- --------------------------------------------------------
348
349--
350-- Table structure for table `methods`
351--
352
353CREATE TABLE IF NOT EXISTS `methods` (
354 `id` int(2) NOT NULL AUTO_INCREMENT,
355 `name` varchar(30) NOT NULL,
356 `fullname` varchar(20) NOT NULL,
357 `type` varchar(6) NOT NULL,
358 `command` varchar(1000) NOT NULL,
359 UNIQUE KEY `id_2` (`id`),
360 KEY `id` (`id`)
361) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
362
363--
364-- Dumping data for table `methods`
365--
366
367INSERT INTO `methods` (`id`, `name`, `fullname`, `type`, `command`) VALUES
368(2, 'UDP', 'UDP', 'udp', ''),
369(3, 'CHARGEN', 'CHARGEN', 'udp', ''),
370(4, 'NTP', 'NTP', 'udp', ''),
371(5, 'WIZARD', 'WIZARD', 'tcp', ''),
372(6, 'VSE', 'VSE', 'tcp', ''),
373(7, 'KSS', 'KSS', 'tcp', ''),
374(8, 'ESSYN', 'ESSYN', 'tcp', ''),
375(9, 'DOMINATE', 'DOMINATE', 'tcp', ''),
376(10, 'ACK', 'ACK', 'tcp', '');
377
378-- --------------------------------------------------------
379
380--
381-- Table structure for table `news`
382--
383
384CREATE TABLE IF NOT EXISTS `news` (
385 `ID` int(11) NOT NULL AUTO_INCREMENT,
386 `title` varchar(1024) NOT NULL,
387 `content` varchar(1000) NOT NULL,
388 `date` int(11) NOT NULL,
389 `author` text NOT NULL,
390 PRIMARY KEY (`ID`)
391) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=82 ;
392
393--
394-- Dumping data for table `news`
395--
396
397INSERT INTO `news` (`ID`, `title`, `content`, `date`, `author`) VALUES
398(80, 'New Method', 'New attack method KSS has been released. This method can greatly affect Source Servers and may also down some protected targets.', 1476173814, 'HEROHACKERx'),
399(81, 'New Layer 7 Servers And Methods', 'Soon We Will Be Adding A Layer 7 Server And New Methods To Go Along With Layer 7.', 1476687791, 'HEROHACKERx');
400
401-- --------------------------------------------------------
402
403--
404-- Table structure for table `payments`
405--
406
407CREATE TABLE IF NOT EXISTS `payments` (
408 `ID` int(11) NOT NULL AUTO_INCREMENT,
409 `paid` float NOT NULL,
410 `plan` int(11) NOT NULL,
411 `user` int(15) NOT NULL,
412 `email` varchar(60) NOT NULL,
413 `tid` varchar(30) NOT NULL,
414 `date` int(255) NOT NULL,
415 PRIMARY KEY (`ID`)
416) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
417
418-- --------------------------------------------------------
419
420--
421-- Table structure for table `plans`
422--
423
424CREATE TABLE IF NOT EXISTS `plans` (
425 `ID` int(11) NOT NULL AUTO_INCREMENT,
426 `name` varchar(50) NOT NULL,
427 `mbt` int(11) NOT NULL,
428 `unit` varchar(10) NOT NULL,
429 `length` int(11) NOT NULL,
430 `price` float NOT NULL,
431 `concurrents` int(11) NOT NULL,
432 `private` int(1) NOT NULL,
433 PRIMARY KEY (`ID`)
434) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=77 ;
435
436--
437-- Dumping data for table `plans`
438--
439
440INSERT INTO `plans` (`ID`, `name`, `mbt`, `unit`, `length`, `price`, `concurrents`, `private`) VALUES
441(1, 'Trial', 300, 'Days', 1, 2, 1, 0),
442(68, 'Lifetime Ultimate ', 5000, 'Years', 1, 150, 3, 1),
443(72, 'Bronze', 600, 'Months', 1, 6, 1, 0),
444(73, 'Silver', 1000, 'Months', 1, 8, 1, 0),
445(74, 'Gold', 1400, 'months', 1, 10, 1, 0),
446(75, 'Platinum', 3600, 'months', 1, 13, 1, 0),
447(76, 'Diamond', 7200, 'months', 1, 25, 1, 0);
448
449-- --------------------------------------------------------
450
451--
452-- Table structure for table `rusers`
453--
454
455CREATE TABLE IF NOT EXISTS `rusers` (
456 `id` int(11) NOT NULL AUTO_INCREMENT,
457 `user` text NOT NULL,
458 `password` text NOT NULL,
459 PRIMARY KEY (`id`)
460) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ;
461
462--
463-- Dumping data for table `rusers`
464--
465
466INSERT INTO `rusers` (`id`, `user`, `password`) VALUES
467(3, 'strikeread', 'hijhsshfdgnhvmbn'),
468(4, 'HEROHACKERx', 'fuckyoum8'),
469(5, 'Profound', 'WhySoDDoS'),
470(6, 'Princesshero420', 'herohackerx'),
471(7, 'Xgntwaynewh', 'Missy0810'),
472(8, 'Jye15', 'vicki12345'),
473(9, 'Andre112', 'Holden754'),
474(10, 'sammy121', '9589685255'),
475(11, 'esbay123', 'selim123');
476
477-- --------------------------------------------------------
478
479--
480-- Table structure for table `servers`
481--
482
483CREATE TABLE IF NOT EXISTS `servers` (
484 `id` int(2) NOT NULL AUTO_INCREMENT,
485 `name` varchar(50) NOT NULL,
486 `ip` varchar(15) NOT NULL,
487 `password` varchar(100) NOT NULL,
488 `slots` int(3) NOT NULL,
489 `methods` varchar(100) NOT NULL,
490 PRIMARY KEY (`id`)
491) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
492
493-- --------------------------------------------------------
494
495--
496-- Table structure for table `settings`
497--
498
499CREATE TABLE IF NOT EXISTS `settings` (
500 `sitename` varchar(1024) NOT NULL,
501 `description` text NOT NULL,
502 `paypal` varchar(50) NOT NULL,
503 `bitcoin` varchar(50) NOT NULL,
504 `maintaince` varchar(100) NOT NULL,
505 `tos` varchar(50) NOT NULL,
506 `url` varchar(50) NOT NULL,
507 `rotation` int(1) NOT NULL DEFAULT '0',
508 `system` varchar(7) NOT NULL,
509 `maxattacks` int(5) NOT NULL,
510 `key` varchar(100) NOT NULL,
511 `testboots` int(1) NOT NULL,
512 `cloudflare` int(1) NOT NULL,
513 `cbp` int(1) NOT NULL,
514 `skype` varchar(200) NOT NULL,
515 `issuerId` varchar(50) NOT NULL,
516 `secretKey` varchar(50) NOT NULL,
517 `coinpayments` varchar(50) NOT NULL,
518 `ipnSecret` varchar(100) NOT NULL,
519 KEY `sitename` (`sitename`(767))
520) ENGINE=MyISAM DEFAULT CHARSET=latin1;
521
522--
523-- Dumping data for table `settings`
524--
525
526INSERT INTO `settings` (`sitename`, `description`, `paypal`, `bitcoin`, `maintaince`, `tos`, `url`, `rotation`, `system`, `maxattacks`, `key`, `testboots`, `cloudflare`, `cbp`, `skype`, `issuerId`, `secretKey`, `coinpayments`, `ipnSecret`) VALUES
527('Rape Stresser', 'Welcome to RapeStresser.xyz Cheapes Plans On The Market.', 'aa2a@gmail.com', '1JXWeMMJQUoG5GuTMFQD7pATKswq26oz5G', '', 'tos.php', 'http://rapestresser.xyz/', 1, 'api', 0, '', 0, 0, 0, '', '', 'x01AhBQ8Uc-Vivhtvp-j7w', '7a7e7e59c12bafe43351914dd41884e1', '');
528
529-- --------------------------------------------------------
530
531--
532-- Table structure for table `tickets`
533--
534
535CREATE TABLE IF NOT EXISTS `tickets` (
536 `id` int(11) NOT NULL AUTO_INCREMENT,
537 `subject` varchar(1024) NOT NULL,
538 `content` text NOT NULL,
539 `status` varchar(30) NOT NULL,
540 `username` varchar(15) NOT NULL,
541 `date` int(20) NOT NULL,
542 PRIMARY KEY (`id`)
543) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;
544
545--
546-- Dumping data for table `tickets`
547--
548
549INSERT INTO `tickets` (`id`, `subject`, `content`, `status`, `username`, `date`) VALUES
550(8, 'StrikeREAD', 'strkieread', 'Closed', 'strikeread', 1439311903),
551(9, 'QUE PASA', 'ME CAGO EN DIOS QUE HE PAGADO Y NO TENGO MI PACKAGE HIJOS DE PUTA\r\n\r\nMIRAR LAS FOTOS\r\n\r\nProofs:\r\nhttp://pepitogrillo.com/593SOYUNAFOTO\r\nTRANSACCION ID: pUTABIDA\r\n\r\nLo pillah?', 'Closed', 'strikeread', 1439324020);
552
553-- --------------------------------------------------------
554
555--
556-- Table structure for table `users`
557--
558
559CREATE TABLE IF NOT EXISTS `users` (
560 `ID` int(11) NOT NULL AUTO_INCREMENT,
561 `username` varchar(15) NOT NULL,
562 `password` varchar(40) NOT NULL,
563 `email` varchar(50) NOT NULL,
564 `scode` text NOT NULL,
565 `rank` int(11) NOT NULL DEFAULT '0',
566 `membership` int(11) NOT NULL,
567 `expire` int(11) NOT NULL,
568 `status` int(11) NOT NULL,
569 `referral` varchar(50) NOT NULL,
570 `referralbalance` int(3) NOT NULL DEFAULT '0',
571 `testattack` int(1) NOT NULL,
572 PRIMARY KEY (`ID`),
573 KEY `ID` (`ID`)
574) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=21 ;
575
576--
577-- Dumping data for table `users`
578--
579
580INSERT INTO `users` (`ID`, `username`, `password`, `email`, `scode`, `rank`, `membership`, `expire`, `status`, `referral`, `referralbalance`, `testattack`) VALUES
581(12, 'strikeread', '20fef5196cde9cb30aec8e7dd04291482d5a39a2', 'strikeread@gmail.com', '1234', 0, 72, 1470528000, 1, '0', 0, 0),
582(13, 'HEROHACKERx', '0ed86dbf5175e745602608497a43170247176ab2', 'herohackerx@gmail.com', '2025', 1, 68, 1507507200, 0, '0', 0, 0),
583(14, 'Profound', '9da3755e8ae5c98e557c2a3b5d9e2abdb99a9117', 'saneawdacity@gmail.com', '1984', 0, 0, 1476263457, 0, '0', 0, 0),
584(15, 'Princesshero420', 'c42cb7b90826e554bed4bd2557d14517e473982e', 'Princesshero420@gmail.com', '2025', 2, 0, 0, 0, '0', 0, 0),
585(16, 'Xgntwaynewh', 'f4688d5a0777bac7aff60ee91888354144b09f80', 'smithjohnseth85@gmail.com', '0810', 0, 0, 0, 0, '0', 0, 0),
586(17, 'Jye15', '6b66b4e7d05c42fd8ba124d480c92431cf0961fe', 'Bodrillaman@hotmail.com', '2410', 0, 0, 0, 0, '0', 0, 0),
587(18, 'Andre112', '3a2ee8cc7f2a5e836c3810b528f7e91cacba4dd1', 'andre.poo.aw@gmail.com', '2326', 0, 0, 0, 0, '0', 0, 0),
588(19, 'sammy121', 'c91597314bae4e7353425c84a069b87f44f5fa1c', 'samrocks382@gmail.com', '1212', 0, 0, 0, 0, '0', 0, 0),
589(20, 'esbay123', 'c1a01c1838e150fb19868c414e4c47a77293a983', 'selim.adam121@gmail.com', '1521', 0, 0, 0, 0, '0', 0, 0);
590
591-- --------------------------------------------------------
592
593--
594-- Table structure for table `yt`
595--
596
597CREATE TABLE IF NOT EXISTS `yt` (
598 `id1` text NOT NULL,
599 `date1` text NOT NULL,
600 `id2` text NOT NULL,
601 `date2` text NOT NULL
602) ENGINE=MyISAM DEFAULT CHARSET=latin1;
603
604--
605-- Dumping data for table `yt`
606--
607
608INSERT INTO `yt` (`id1`, `date1`, `id2`, `date2`) VALUES
609('0666n5oeEQY', 'Aug 8. 2016', '0666n5oeEQY', 'Aug 8. 2016');
610
611/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
612/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
613/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
614@LEAKED BY _P_a_n_t_s_u_
615https://twitter.com/_P_a_n_t_s_u_