· 6 years ago · Jul 31, 2019, 11:04 PM
1-- phpMyAdmin SQL Dump
2-- version 4.0.10.18
3-- https://www.phpmyadmin.net
4--
5-- Host: localhost:3306
6-- Generation Time: Feb 15, 2017 at 07:16 PM
7-- Server version: 10.0.27-MariaDB-cll-lve
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: `wizstres2_cyanide`
21--
22
23-- --------------------------------------------------------
24
25--
26-- Table structure for table `actions`
27--
28
29CREATE TABLE IF NOT EXISTS `actions` (
30 `id` int(64) NOT NULL AUTO_INCREMENT,
31 `admin` varchar(64) NOT NULL,
32 `client` varchar(64) NOT NULL,
33 `action` varchar(6444) NOT NULL,
34 `date` int(21) NOT NULL,
35 PRIMARY KEY (`id`),
36 UNIQUE KEY `id` (`id`)
37) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=654 ;
38
39--
40-- Dumping data for table `actions`
41--
42
43INSERT INTO `actions` (`id`, `admin`, `client`, `action`, `date`) VALUES
44(636, 'MemeLord', 'Hub', 'Disabled Hub - 600 seconds', 1458336022),
45(637, 'MemeLord', 'Hub', 'Enable Hub ', 1458336041),
46(638, 'MemeLord', 'MemeLord', 'User updated to plan: Diamond V.I.P', 1458336081),
47(639, 'dandan', 'MemeLord', 'User updated to plan: Gold V.I.P', 1458336082),
48(640, 'dandan', 'dandan', 'User updated to plan: Private Admin', 1458336089),
49(641, 'dandan', 'Rissy', 'User updated to plan: Gold V.I.P', 1459897264),
50(642, 'dandan', 'dandan', 'User updated to plan: Private Admin', 1459897270),
51(643, 'Rissy', 'Rissy', 'Users expire updated from 1462489264 to 06-05-2016', 1459897382),
52(644, 'Zenon', 'Zenon', 'User updated to plan: Private Admin', 1485484836),
53(645, 'Zenon', 'JosieLopez', 'User updated to plan: Private Admin', 1485485823),
54(646, 'Zenon', 'JigZz', 'Users expire updated from 0 to 01-01-1970', 1485561380),
55(647, 'JigZz', 'JigZz', 'User updated to plan: Owner', 1485562054),
56(648, 'Zenon', 'Advanced', 'Users expire updated from 0 to 01-01-1970', 1485562492),
57(649, 'Advanced', 'Advanced', 'User updated to plan: Owner', 1485564472),
58(650, 'Zenon', 'Ping', 'Users expire updated from 1738022854 to 28-01-2025', 1485577154),
59(651, 'Zenon', 'Zenon', 'User updated to plan: Premium Plan', 1485584656),
60(652, 'Ping', 'Ping', 'User updated to plan: Supreme Plan', 1485615899),
61(653, 'Ping', 'Ping', 'User updated to plan: Owner', 1485642882);
62
63-- --------------------------------------------------------
64
65--
66-- Table structure for table `api`
67--
68
69CREATE TABLE IF NOT EXISTS `api` (
70 `id` int(2) NOT NULL AUTO_INCREMENT,
71 `name` varchar(50) NOT NULL,
72 `api` varchar(1024) NOT NULL,
73 `slots` int(3) NOT NULL,
74 `methods` varchar(100) NOT NULL,
75 `type` int(88) NOT NULL,
76 `status` int(88) NOT NULL,
77 PRIMARY KEY (`id`)
78) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=148 ;
79
80--
81-- Dumping data for table `api`
82--
83
84INSERT INTO `api` (`id`, `name`, `api`, `slots`, `methods`, `type`, `status`) VALUES
85(146, 'Bravo', 'http://185.106.122.224/lol2.php?host=[host]&port=[port]&time=[time]&method=[method]', 10, 'chargen SSDP NTP SSYN', 0, 1),
86(145, 'Alpha', 'http://185.106.122.224/bitch2.php?key=kill&host=[host]&port=[port]&time=[time]&method=[method]', 10, 'HTTPFLOOD TCP', 0, 1),
87(147, 'Charlie', 'http://185.106.122.224/bitch3.php?key=kill&host=[host]&port=[port]&time=[time]&method=[method]', 10, 'HTTPFLOOD TCP', 0, 1);
88
89-- --------------------------------------------------------
90
91--
92-- Table structure for table `bans`
93--
94
95CREATE TABLE IF NOT EXISTS `bans` (
96 `username` varchar(15) NOT NULL,
97 `reason` varchar(1024) NOT NULL
98) ENGINE=MyISAM DEFAULT CHARSET=latin1;
99
100-- --------------------------------------------------------
101
102--
103-- Table structure for table `blacklist`
104--
105
106CREATE TABLE IF NOT EXISTS `blacklist` (
107 `ID` int(11) NOT NULL AUTO_INCREMENT,
108 `data` varchar(50) NOT NULL,
109 `type` varchar(10) NOT NULL,
110 PRIMARY KEY (`ID`)
111) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=69 ;
112
113--
114-- Dumping data for table `blacklist`
115--
116
117INSERT INTO `blacklist` (`ID`, `data`, `type`) VALUES
118(68, '185.61.137.49', 'victim');
119
120-- --------------------------------------------------------
121
122--
123-- Table structure for table `faq`
124--
125
126CREATE TABLE IF NOT EXISTS `faq` (
127 `id` int(3) NOT NULL AUTO_INCREMENT,
128 `question` varchar(1024) NOT NULL,
129 `answer` varchar(5000) NOT NULL,
130 PRIMARY KEY (`id`)
131) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=24 ;
132
133--
134-- Dumping data for table `faq`
135--
136
137INSERT INTO `faq` (`id`, `question`, `answer`) VALUES
138(16, 'Trial Plan', 'Massive attack is not allowed when you have Trial Plan.'),
139(17, 'Trial Rebuy.', 'You are not allowed to buy trial plan more than 1 time'),
140(18, 'Changning The F.A.Q', 'CyanideStresser has the premssion to change their F.A.Q any time they want without telling any customer.'),
141(19, 'VPN/PROXY/RDP', 'PROXY / RDP / VPN isnt allowed!'),
142(20, 'Can I apply for support or admin', 'No you can not if you ask for admin or support in live chat / ticket the chat will be closed immediately.'),
143(21, 'Can i get 1 free trial', 'Absolutely Not!! '),
144(22, 'What is VIP', 'With VIP you can use private network, you have more power and can drop protected servers easy! '),
145(14, 'Do you offer any free trials?', 'No we do not offer free trials.'),
146(3, 'Do you offer any lifetime/unlimited packages?', 'Yes we do, but to get these you must talk to our support team and we will teach you how!\n'),
147(4, 'What payment methods do you accept?', 'We accept Paypal and Bitcoin ONLY.'),
148(5, 'Why can''t I pay with PayPal?', 'You can pay using PayPal but at times it won''t appear do to accounts being limited. If this occurs please don''t make a ticket about it but instead wait until it reappears.'),
149(6, 'What''s the point of using a Layer 7 attack method?', 'Layer 7 attack methods target servers at an application layer in attempt to trick servers into allowing and process dirty traffic. This generally means utilizing the maximum amount of resources so no clients are allocated any.'),
150(7, 'What is the difference between bits and bytes?', 'Usually bits (lowercase b) are used to describe data transfer and bytes (uppercase B) for data storage. The only physical difference between the two is that every byte contains eight bits of data.\r\nOn our site you will run into three common units:\r\nMbps (megabits per second) - average data transfer rate\r\nB (bytes) - packet size\r\nkB (kilobytes) - packet size (1024 bytes = 1 kilobyte)'),
151(8, 'Is there a limit on how many boots I can launch per day?', 'No! You can launch as many attacks as you would like'),
152(13, 'What''s the difference between attack methods?', 'SSDP - Layer 4 UDP amplification vector, usually our hardest hitting attack method, should render most targets inaccessible.\r\nDNS - Layer 4 UDP amplification vector, DNS amplification vector, oldest UDP amplification vector and should be used for low protection targets.\r\nNTP - Layer 4 UDP amplification vector, being famous for downing CloudFlare, and many other targets it has the best amplification factor, but the least vulnerability rate, shouldn''t be used for highly protected targets.\r\nTCP-FUCK (NGSSYN) - Layer 4 TCP - Spoofed TCP attack method, exhausting most connections.\r\nACK - Layer 4 TCP - Spoofed TCP attack method.\r\nSYN - Layer 4 TCP - Spoofed TCP attack method.\r\nDOMINATE - Layer 4 TCP - Spoofed TCP attack method ( strong for home connections ).\r\nTCOP - Layer 4 TCP - Spoofed TCP attack method randomly attacking port.\r\nSNMP - Layer 4 UDP amplification vector - Spoofed Udp attack method.\r\nJoomla (Recommended)- Layer 7 - Strong. spamming web bandwitdh.\r\nXMLRPC - Layer 7 - Taking down websites fast.\r\nGET & POST - Layer 7 - Flooding web with client request.\r\n'),
153(10, 'I bought a package and i didnt received it.', 'Wait 15 mintues. if you still didnt received the pacakge. open ticket with your payment method & email or identify.'),
154(11, 'Can i share my account?', 'Absolutely not.'),
155(12, 'What is the guarantee that my target will be offline?', 'We provide no guarantee that your stress test will cause the target to be down. If your target does not go offline then submit a ticket and we will have our power department investigate the target and do our best to cause it to go offline. Please note that CyanideStresser blocks all DDoS attacks sent to OVH, NFO, or any other DDoS protected server companies.'),
156(23, 'Multi Accounts', 'You are allowed to have multiple accounts but if you buy a plan it does not go on all of your accounts');
157
158-- --------------------------------------------------------
159
160--
161-- Table structure for table `fe`
162--
163
164CREATE TABLE IF NOT EXISTS `fe` (
165 `ID` int(11) NOT NULL AUTO_INCREMENT,
166 `userID` int(11) NOT NULL,
167 `type` varchar(1) NOT NULL,
168 `ip` varchar(15) NOT NULL,
169 PRIMARY KEY (`ID`)
170) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ;
171
172--
173-- Dumping data for table `fe`
174--
175
176INSERT INTO `fe` (`ID`, `userID`, `type`, `ip`) VALUES
177(8, 1161, 'f', '5.196.68.28'),
178(9, 1135, 'e', '99.239.213.40');
179
180-- --------------------------------------------------------
181
182--
183-- Table structure for table `iplogs`
184--
185
186CREATE TABLE IF NOT EXISTS `iplogs` (
187 `ID` int(11) NOT NULL AUTO_INCREMENT,
188 `userID` int(11) NOT NULL,
189 `logged` varchar(15) NOT NULL,
190 `date` int(11) NOT NULL,
191 PRIMARY KEY (`ID`),
192 KEY `ID` (`ID`)
193) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
194
195-- --------------------------------------------------------
196
197--
198-- Table structure for table `loginlogs`
199--
200
201CREATE TABLE IF NOT EXISTS `loginlogs` (
202 `username` varchar(15) NOT NULL,
203 `ip` varchar(15) NOT NULL,
204 `date` int(11) NOT NULL,
205 `country` varchar(20) NOT NULL,
206 KEY `date` (`date`),
207 KEY `username` (`username`)
208) ENGINE=InnoDB DEFAULT CHARSET=latin1;
209
210--
211-- Dumping data for table `loginlogs`
212--
213
214INSERT INTO `loginlogs` (`username`, `ip`, `date`, `country`) VALUES
215('MemeLord', '69.248.136.104', 1458335902, 'United States'),
216('dandan', '188.120.148.141', 1458335935, 'Israel'),
217(' fawfdasdf - fa', '31.210.186.242', 1459895952, 'XX'),
218(' fawfdasdf - fa', '31.210.186.242', 1459895952, 'XX'),
219('dandan - failed', '31.210.186.242', 1459897173, 'XX'),
220('dandan', '31.210.186.242', 1459897180, 'Israel'),
221('Rissy', '75.91.180.173', 1459897209, 'United States');
222
223-- --------------------------------------------------------
224
225--
226-- Table structure for table `logs`
227--
228
229CREATE TABLE IF NOT EXISTS `logs` (
230 `id` int(11) NOT NULL AUTO_INCREMENT,
231 `user` varchar(15) NOT NULL,
232 `ip` varchar(1024) NOT NULL,
233 `port` int(5) NOT NULL,
234 `time` int(4) NOT NULL,
235 `method` varchar(10) NOT NULL,
236 `date` int(11) NOT NULL,
237 `stopped` int(1) NOT NULL DEFAULT '0',
238 `handler` varchar(50) NOT NULL,
239 `network` varchar(50) NOT NULL,
240 PRIMARY KEY (`id`),
241 KEY `time_date` (`time`,`date`,`handler`,`stopped`) USING BTREE
242) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=30588 ;
243
244--
245-- Dumping data for table `logs`
246--
247
248INSERT INTO `logs` (`id`, `user`, `ip`, `port`, `time`, `method`, `date`, `stopped`, `handler`, `network`) VALUES
249(30568, 'Zenon', '172.88.233.70', 80, 100, 'UDP', 1485484897, 1, 'Alph', 'Normal'),
250(30569, 'Zenon', '73.203.238.67', 80, 3000, 'udp', 1485485393, 1, 'Alph,Charlie,Bravo,Delta,Foxtrot,Echo', 'Normal'),
251(30570, 'JosieLopez', '73.171.223.27', 80, 10, 'udp', 1485485883, 0, 'Charlie,Alph,Delta,Bravo,Foxtrot,Echo', 'Normal'),
252(30571, 'JosieLopez', '73.171.223.27', 80, 30, 'udp', 1485485906, 0, 'Alph,Bravo,Charlie,Delta,Foxtrot,Echo', 'Normal'),
253(30572, 'JosieLopez', '73.171.223.27', 80, 10, 'chargen', 1485486076, 0, 'Golf', 'Normal'),
254(30573, 'Zenon', '73.203.238.67', 80, 100, 'chargen', 1485562191, 0, 'Golf', 'Normal'),
255(30574, 'Zenon', '172.88.234.15', 80, 100, 'chargen', 1485564862, 0, 'Golf', 'Normal'),
256(30575, 'Advanced', '71.85.208.49', 80, 100, 'chargen', 1485566322, 1, 'Golf', 'Normal'),
257(30576, 'Zenon', '73.203.238.67', 80, 100, 'chargen', 1485594931, 1, 'Golf', 'Normal'),
258(30577, 'Ping', '174.49.143.159', 80, 60, 'chargen', 1485624016, 1, 'Golf', 'Normal'),
259(30578, 'Ping', '174.49.143.159', 80, 60, 'chargen', 1485624094, 1, 'Golf', 'Normal'),
260(30579, 'Zenon', 'http://www.wizstress.tk', 80, 90, 'gang', 1485651423, 1, 'Alpha', 'Normal'),
261(30580, 'Zenon', '174.49.143.159', 80, 90, 'chargen', 1485651527, 0, 'Alpha', 'Normal'),
262(30581, 'JosieLopez', '75.28.180.178', 80, 30, 'udp', 1485656677, 1, 'Alpha', 'Normal'),
263(30582, 'JosieLopez', '75.28.180.178', 80, 30, 'chargen', 1485656723, 1, 'Alpha', 'Normal'),
264(30583, 'Zenon', '24.182.180.73', 80, 100, 'chargen', 1485741078, 1, 'Alpha', 'Normal'),
265(30584, 'Zenon', '73.203.238.67', 80, 100, 'udp', 1485745043, 1, 'Bravo,Alpha', 'Normal'),
266(30585, 'Zenon', '138.68.166.239', 80, 20, 'SSYN', 1486285504, 1, 'Bravo', 'Normal'),
267(30586, 'Zenon', '138.68.166.239', 80, 20, 'TCP', 1486285522, 1, 'Charlie,Alpha', 'Normal'),
268(30587, 'Zenon', '138.68.166.239', 80, 20, 'chargen', 1486285570, 1, 'Bravo', 'Normal');
269
270-- --------------------------------------------------------
271
272--
273-- Table structure for table `messages`
274--
275
276CREATE TABLE IF NOT EXISTS `messages` (
277 `messageid` int(11) NOT NULL AUTO_INCREMENT,
278 `ticketid` int(11) NOT NULL,
279 `content` text NOT NULL,
280 `sender` varchar(30) NOT NULL,
281 `date` int(20) NOT NULL,
282 PRIMARY KEY (`messageid`)
283) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=570 ;
284
285--
286-- Dumping data for table `messages`
287--
288
289INSERT INTO `messages` (`messageid`, `ticketid`, `content`, `sender`, `date`) VALUES
290(569, 248, '<a href="test">atest</a>', 'Client', 1459897238);
291
292-- --------------------------------------------------------
293
294--
295-- Table structure for table `methods`
296--
297
298CREATE TABLE IF NOT EXISTS `methods` (
299 `id` int(2) NOT NULL AUTO_INCREMENT,
300 `name` varchar(30) NOT NULL,
301 `fullname` varchar(20) NOT NULL,
302 `type` varchar(6) NOT NULL,
303 `command` varchar(1000) NOT NULL,
304 UNIQUE KEY `id_2` (`id`),
305 KEY `id` (`id`)
306) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=933 ;
307
308--
309-- Dumping data for table `methods`
310--
311
312INSERT INTO `methods` (`id`, `name`, `fullname`, `type`, `command`) VALUES
313(928, 'HTTPFLOOD', 'HTTPFLOOD', 'udp', ''),
314(924, 'udp', 'UDP', 'udp', ''),
315(925, 'chargen', 'CHARGEN', 'udp', ''),
316(929, 'TCP', 'TCP', 'tcp', ''),
317(930, 'SSDP', 'SSDP', 'udp', ''),
318(931, 'NTP', 'NTP', 'udp', ''),
319(932, 'SSYN', 'SSYN', 'udp', '');
320
321-- --------------------------------------------------------
322
323--
324-- Table structure for table `news`
325--
326
327CREATE TABLE IF NOT EXISTS `news` (
328 `ID` int(11) NOT NULL AUTO_INCREMENT,
329 `color` varchar(25) NOT NULL,
330 `icon` varchar(25) NOT NULL,
331 `title` varchar(1024) NOT NULL,
332 `content` varchar(1000) NOT NULL,
333 `date` int(11) NOT NULL,
334 PRIMARY KEY (`ID`)
335) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=97 ;
336
337--
338-- Dumping data for table `news`
339--
340
341INSERT INTO `news` (`ID`, `color`, `icon`, `title`, `content`, `date`) VALUES
342(95, 'bg-success', 'fa fa-check', 'Welcome', 'Hello everyone and welcome to CyanideStresser, my name is Zenon I am one of the owners here at CyanideStresser. I would like to welcome all new custom and people just looking. If you are a customer than thank you so much for your business and if you are just looking than make sure to check out or special deals in our FAQ section! Thats all, thank you', 1485494528),
343(96, 'bg-success', 'fa fa-check', 'Servers and Power', 'Hello everyone we have added many servers in the past days and we will be adding more, all servers will have amazing boot times and they will be unlimited. We will be adding new VIP servers very soon and they will be amazing!', 1485494609);
344
345-- --------------------------------------------------------
346
347--
348-- Table structure for table `payments`
349--
350
351CREATE TABLE IF NOT EXISTS `payments` (
352 `ID` int(11) NOT NULL AUTO_INCREMENT,
353 `paid` float NOT NULL,
354 `plan` int(11) NOT NULL,
355 `user` int(15) NOT NULL,
356 `email` varchar(60) NOT NULL,
357 `tid` varchar(30) NOT NULL,
358 `date` int(255) NOT NULL,
359 PRIMARY KEY (`ID`)
360) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=360 ;
361
362-- --------------------------------------------------------
363
364--
365-- Table structure for table `plans`
366--
367
368CREATE TABLE IF NOT EXISTS `plans` (
369 `ID` int(11) NOT NULL AUTO_INCREMENT,
370 `name` varchar(50) NOT NULL,
371 `mbt` int(11) NOT NULL,
372 `unit` varchar(10) NOT NULL,
373 `length` int(11) NOT NULL,
374 `price` float NOT NULL,
375 `concurrents` int(11) NOT NULL,
376 `private` int(1) NOT NULL,
377 PRIMARY KEY (`ID`)
378) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;
379
380--
381-- Dumping data for table `plans`
382--
383
384INSERT INTO `plans` (`ID`, `name`, `mbt`, `unit`, `length`, `price`, `concurrents`, `private`) VALUES
385(1, 'Trial Plan', 120, 'Days', 1, 1.99, 1, 0),
386(2, 'Plus Package', 1200, 'Months', 1, 8.99, 2, 0),
387(3, 'Deluxe Package', 2400, 'Months', 1, 13.99, 3, 0),
388(4, 'Premium Plan', 3600, 'Months', 1, 24.99, 4, 0),
389(5, 'Supreme Plan', 4800, 'Months', 2, 49.99, 5, 0),
390(6, 'Extreme Benefactor', 6200, 'Months', 2, 249.99, 10, 2),
391(22, 'Owner', 600000, 'Years', 8, 999, 10, 1),
392(16, 'Basic Plan', 600, 'Months', 1, 4.99, 1, 0),
393(23, 'Normal Benefactor', 5000, 'Months', 1, 69.99, 6, 2);
394
395-- --------------------------------------------------------
396
397--
398-- Table structure for table `reports`
399--
400
401CREATE TABLE IF NOT EXISTS `reports` (
402 `id` int(11) NOT NULL AUTO_INCREMENT,
403 `username` varchar(64) NOT NULL,
404 `report` varchar(644) NOT NULL,
405 `date` int(64) NOT NULL,
406 UNIQUE KEY `id` (`id`)
407) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
408
409--
410-- Dumping data for table `reports`
411--
412
413INSERT INTO `reports` (`id`, `username`, `report`, `date`) VALUES
414(1, 'admin', 'Changing payment settings', 1439249609),
415(2, 'Zenon', 'Changing payment settings', 1485488276);
416
417-- --------------------------------------------------------
418
419--
420-- Table structure for table `servers`
421--
422
423CREATE TABLE IF NOT EXISTS `servers` (
424 `id` int(2) NOT NULL AUTO_INCREMENT,
425 `name` varchar(50) NOT NULL,
426 `ip` varchar(15) NOT NULL,
427 `password` varchar(100) NOT NULL,
428 `slots` int(3) NOT NULL,
429 `methods` varchar(100) NOT NULL,
430 PRIMARY KEY (`id`)
431) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
432
433-- --------------------------------------------------------
434
435--
436-- Table structure for table `settings`
437--
438
439CREATE TABLE IF NOT EXISTS `settings` (
440 `sitename` varchar(1024) NOT NULL,
441 `description` text NOT NULL,
442 `paypal` varchar(50) NOT NULL,
443 `bitcoin` varchar(50) NOT NULL,
444 `maintaince` varchar(100) NOT NULL,
445 `rotation` int(1) NOT NULL DEFAULT '0',
446 `system` varchar(7) NOT NULL,
447 `maxattacks` int(5) NOT NULL,
448 `testboots` int(1) NOT NULL,
449 `cloudflare` int(1) NOT NULL,
450 `skype` varchar(200) NOT NULL,
451 `key` varchar(100) NOT NULL,
452 `issuerId` varchar(50) NOT NULL,
453 `coinpayments` varchar(50) NOT NULL,
454 `ipnSecret` varchar(100) NOT NULL,
455 `google_site` varchar(644) NOT NULL,
456 `google_secret` varchar(644) NOT NULL,
457 `btc_address` varchar(64) NOT NULL,
458 `secretKey` varchar(50) NOT NULL,
459 `cbp` int(1) NOT NULL,
460 `paypal_email` varchar(64) NOT NULL,
461 `theme` varchar(64) NOT NULL,
462 `logo` varchar(64) NOT NULL,
463 `hub_status` int(77) NOT NULL,
464 `hub_reason` varchar(77) NOT NULL,
465 `hub_time` int(43) NOT NULL,
466 `hub_rtime` int(65) NOT NULL,
467 UNIQUE KEY `key` (`key`),
468 KEY `sitename` (`sitename`(767))
469) ENGINE=MyISAM DEFAULT CHARSET=latin1;
470
471--
472-- Dumping data for table `settings`
473--
474
475INSERT INTO `settings` (`sitename`, `description`, `paypal`, `bitcoin`, `maintaince`, `rotation`, `system`, `maxattacks`, `testboots`, `cloudflare`, `skype`, `key`, `issuerId`, `coinpayments`, `ipnSecret`, `google_site`, `google_secret`, `btc_address`, `secretKey`, `cbp`, `paypal_email`, `theme`, `logo`, `hub_status`, `hub_reason`, `hub_time`, `hub_rtime`) VALUES
476('CyanideStresser', 'Welcome to CyanideStresser', '1', '1', '', 0, 'api', 50, 0, 1, '', 'nu113dstr3ss3r', '0', 'a7fd48467b6c1a9f2b75db3fc5c26cc7', 'gdVI1757', '6LeCghMUAAAAAFcjSunoaylnjyRatc--q1e7PGqO', '6LeCghMUAAAAAPdvSIRsyXL7912DvSUrLgZJNIue', '1MMZxo8RfGgsgXcCrFgbg2VLXKphutk76c', 'x01AhBQ8Uc-Vivhtvp-j7w', 1, 'payments759@gmail.com', 'default.min.css', 'energy', 1, '', 0, 1454521325);
477
478-- --------------------------------------------------------
479
480--
481-- Table structure for table `tickets`
482--
483
484CREATE TABLE IF NOT EXISTS `tickets` (
485 `id` int(11) NOT NULL AUTO_INCREMENT,
486 `subject` varchar(1024) NOT NULL,
487 `content` text NOT NULL,
488 `status` varchar(30) NOT NULL,
489 `username` varchar(15) NOT NULL,
490 `date` int(20) NOT NULL,
491 PRIMARY KEY (`id`)
492) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=249 ;
493
494--
495-- Dumping data for table `tickets`
496--
497
498INSERT INTO `tickets` (`id`, `subject`, `content`, `status`, `username`, `date`) VALUES
499(248, 'Test', 'test', 'Closed', 'Rissy', 1459897226);
500
501-- --------------------------------------------------------
502
503--
504-- Table structure for table `users`
505--
506
507CREATE TABLE IF NOT EXISTS `users` (
508 `ID` int(11) NOT NULL AUTO_INCREMENT,
509 `username` varchar(15) NOT NULL,
510 `password` varchar(40) NOT NULL,
511 `email` varchar(50) NOT NULL,
512 `rank` int(11) NOT NULL DEFAULT '0',
513 `membership` int(11) NOT NULL,
514 `expire` int(11) NOT NULL,
515 `status` int(11) NOT NULL,
516 `referral` varchar(50) NOT NULL,
517 `referralbalance` int(3) NOT NULL DEFAULT '0',
518 `testattack` int(1) NOT NULL,
519 `activity` int(64) NOT NULL DEFAULT '0',
520 PRIMARY KEY (`ID`),
521 KEY `ID` (`ID`)
522) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1469 ;
523
524--
525-- Dumping data for table `users`
526--
527
528INSERT INTO `users` (`ID`, `username`, `password`, `email`, `rank`, `membership`, `expire`, `status`, `referral`, `referralbalance`, `testattack`, `activity`) VALUES
529(1462, 'JosieLopez', '07c9989a18d82e6301ee13b65b23850c42f609d7', 'kile.kapral@aol.com', 0, 22, 1737946623, 0, '0', 0, 0, 0),
530(1463, 'Ping', '7003d0995f8968b13cab6101a3de0db8e0d5d1a7', 'grant15231523@gmail.com', 1, 22, 1738103682, 0, '0', 0, 0, 1486248356),
531(1461, 'Zenon', 'a7eede808b090eecc40250f56de433a76d6c2f0d', 'a@a.com', 1, 4, 1488263056, 0, '0', 0, 0, 1486319050),
532(1464, 'Advanced', '8ca47a07e4ca8b3c03a74660e974bb337e47c795', 'email@advanced.net', 1, 22, 1738025272, 0, '0', 0, 0, 1485640862),
533(1466, 'NaNoMoDz', '573b9508b72899de48b235e49d8de9ab0a317620', 'manwarren_john@icloud.com', 0, 0, 0, 0, '0', 0, 0, 0),
534(1465, 'RuztyJasper', 'fadfbfca673805920a82f56edc789b82c220a152', 'ruztyjasper@hotmail.com', 0, 0, 0, 0, '0', 0, 0, 0),
535(1467, 'JIgZz', 'f5ac1d45bf10eb68cb4c684825788ade5fb58a38', 'asdf@asdf.com', 0, 0, 0, 0, '0', 0, 0, 0),
536(1468, 'admin', '7186ebfb69adb98029cce10975245bf1e6c44194', 'afdasfg@gmail.com', 0, 0, 0, 0, '0', 0, 0, 0);
537
538/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
539/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
540/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;