· 8 years ago · Mar 01, 2018, 04:36 PM
1-- MySQL dump 10.13????Distrib 5.5.24, for Linux (x86_64)
2--
3-- Host: localhost????????Database: elitemod_booter
4-- --
5-- Server version????????5.5.24-cll
6/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
7/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
8/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
9/*!40101 SET NAMES utf8 */;
10/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
11/*!40103 SET TIME_ZONE='+00:00' */;
12/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
13/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
14/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
15/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
16
17--
18-- Table structure for table `blacklist`
19--
20
21DROP TABLE IF EXISTS `blacklist`;
22/*!40101 SET @saved_cs_client????= @@character_set_client */;
23/*!40101 SET character_set_client = utf8 */;
24CREATE TABLE `blacklist` (
25`ID` int(11) NOT NULL AUTO_INCREMENT,
26`IP` varchar(15) NOT NULL,
27`note` text NOT NULL,
28PRIMARY KEY (`ID`)
29) ENGINE=MyISAM DEFAULT CHARSET=latin1;
30/*!40101 SET character_set_client = @saved_cs_client */;
31
32--
33-- Dumping data for table `blacklist`
34--
35
36LOCK TABLES `blacklist` WRITE;
37/*!40000 ALTER TABLE `blacklist` DISABLE KEYS */;
38/*!40000 ALTER TABLE `blacklist` ENABLE KEYS */;
39UNLOCK TABLES;
40
41--
42-- Table structure for table `fe`
43--
44
45DROP TABLE IF EXISTS `fe`;
46/*!40101 SET @saved_cs_client????= @@character_set_client */;
47/*!40101 SET character_set_client = utf8 */;
48CREATE TABLE `fe` (
49`ID` int(11) NOT NULL AUTO_INCREMENT,
50`userID` int(11) NOT NULL,
51`type` varchar(1) NOT NULL,
52`ip` varchar(15) NOT NULL,
53`note` text NOT NULL,
54PRIMARY KEY (`ID`)
55) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
56/*!40101 SET character_set_client = @saved_cs_client */;
57
58--
59-- Dumping data for table `fe`
60--
61
62LOCK TABLES `fe` WRITE;
63/*!40000 ALTER TABLE `fe` DISABLE KEYS */;
64INSERT INTO `fe` (`ID`, `userID`, `type`, `ip`, `note`) VALUES (1,12,'e','110.175.100.136','Auspride018'),(2,13,'e','94.197.11.24',''),(3,8,'f'???,'50.138.30.101','Nely'),(4,8,'f','50.55.247.24','Brittany'),(5,8,'f','98.94.78.???64','channa'),(6,8,'f','108.210.196.40','Hector'),(7,8,'f','70.100.180.240','Kim???mie'),(8,8,'f','50.33.227.18','Karissa'),(9,8,'f','108.214.117.105','Lilla');
65/*!40000 ALTER TABLE `fe` ENABLE KEYS */;
66UNLOCK TABLES;
67
68--
69-- Table structure for table `gateway`
70--
71
72DROP TABLE IF EXISTS `gateway`;
73/*!40101 SET @saved_cs_client????= @@character_set_client */;
74/*!40101 SET character_set_client = utf8 */;
75CREATE TABLE `gateway` (
76`email` varchar(1024) NOT NULL
77) ENGINE=MyISAM DEFAULT CHARSET=latin1;
78/*!40101 SET character_set_client = @saved_cs_client */;
79
80--
81-- Dumping data for table `gateway`
82--
83
84LOCK TABLES `gateway` WRITE;
85/*!40000 ALTER TABLE `gateway` DISABLE KEYS */;
86INSERT INTO `gateway` (`email`) VALUES ('iamvicious@live.co.uk');
87/*!40000 ALTER TABLE `gateway` ENABLE KEYS */;
88UNLOCK TABLES;
89
90--
91-- Table structure for table `iplogs`
92--
93
94DROP TABLE IF EXISTS `iplogs`;
95/*!40101 SET @saved_cs_client????= @@character_set_client */;
96/*!40101 SET character_set_client = utf8 */;
97CREATE TABLE `iplogs` (
98`ID` int(11) NOT NULL AUTO_INCREMENT,
99`userID` int(11) NOT NULL,
100`logged` varchar(15) NOT NULL,
101`date` int(11) NOT NULL,
102PRIMARY KEY (`ID`),
103KEY `ID` (`ID`)
104) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
105/*!40101 SET character_set_client = @saved_cs_client */;
106
107--
108-- Dumping data for table `iplogs`
109--
110
111LOCK TABLES `iplogs` WRITE;
112/*!40000 ALTER TABLE `iplogs` DISABLE KEYS */;
113INSERT INTO `iplogs` (`ID`, `userID`, `logged`, `date`) VALUES (3,12,'138.217.213.120',1343230058),(4,17,'203.142.149.165',1343437327);
114/*!40000 ALTER TABLE `iplogs` ENABLE KEYS */;
115UNLOCK TABLES;
116
117--
118-- Table structure for table `logs`
119--
120
121DROP TABLE IF EXISTS `logs`;
122/*!40101 SET @saved_cs_client????= @@character_set_client */;
123/*!40101 SET character_set_client = utf8 */;
124CREATE TABLE `logs` (
125`user` varchar(15) NOT NULL,
126`ip` varchar(15) NOT NULL,
127`port` int(11) NOT NULL,
128`time` int(11) NOT NULL,
129`method` varchar(10) NOT NULL,
130`date` int(11) NOT NULL
131) ENGINE=MyISAM DEFAULT CHARSET=latin1;
132/*!40101 SET character_set_client = @saved_cs_client */;
133
134--
135-- Dumping data for table `logs`
136--
137
138LOCK TABLES `logs` WRITE;
139/*!40000 ALTER TABLE `logs` DISABLE KEYS */;
140INSERT INTO `logs` (`user`, `ip`, `port`, `time`, `method`, `date`) VALUES ('Admin','91.212.182.36',27000,120,'UDP',1343282197),('Ameer','71.238.177.60',80???,180,'UDP',1343282696),('Admin','75.65.6.84',80,60,'SSYN',1343441306),('Admin','???75.65.6.84',80,60,'UDP',1343441383);
141/*!40000 ALTER TABLE `logs` ENABLE KEYS */;
142UNLOCK TABLES;
143
144--
145-- Table structure for table `news`
146--
147
148DROP TABLE IF EXISTS `news`;
149/*!40101 SET @saved_cs_client????= @@character_set_client */;
150/*!40101 SET character_set_client = utf8 */;
151CREATE TABLE `news` (
152`ID` int(11) NOT NULL AUTO_INCREMENT,
153`title` varchar(50) NOT NULL,
154`detail` text NOT NULL,
155`date` int(11) NOT NULL,
156PRIMARY KEY (`ID`)
157) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
158/*!40101 SET character_set_client = @saved_cs_client */;
159
160--
161-- Dumping data for table `news`
162--
163
164LOCK TABLES `news` WRITE;
165/*!40000 ALTER TABLE `news` DISABLE KEYS */;
166INSERT INTO `news` (`ID`, `title`, `detail`, `date`) VALUES (8,'Derpy Derp Durp','Da Derpy Derp Hacked Da Siet, DA DERPA HERP.',1343281954),(7,'Payment System','I regret to inform you that our current payment system is down and currently not working. If you wish to buy, the ideal way to get in contact would be via private message.\r\nContacts:\r\nHackforums: God\r\nSkype: C.elticfc\r\nAIM: Celticfc\r\nEmail: admin@ogbooter.info\r\n',1343131466),(5,'Welcome to OG Booter!','We would like to thank you for purchasing OG Booter, as the more customers we get, the better service you will receive. Secondly, we are implementing new features, so please do not worry if the site goes offline, as your membership will not be affected. Once again, thanks for purchasing, and have fun with the features available. ',1342885621);
167/*!40000 ALTER TABLE `news` ENABLE KEYS */;
168UNLOCK TABLES;
169
170--
171-- Table structure for table `payments`
172--
173
174DROP TABLE IF EXISTS `payments`;
175/*!40101 SET @saved_cs_client????= @@character_set_client */;
176/*!40101 SET character_set_client = utf8 */;
177CREATE TABLE `payments` (
178`ID` int(11) NOT NULL AUTO_INCREMENT,
179`paid` float NOT NULL,
180`plan` int(11) NOT NULL,
181`user` int(15) NOT NULL,
182`email` varchar(60) NOT NULL,
183`tid` varchar(30) NOT NULL,
184`date` int(255) NOT NULL,
185PRIMARY KEY (`ID`)
186) ENGINE=MyISAM DEFAULT CHARSET=latin1;
187/*!40101 SET character_set_client = @saved_cs_client */;
188
189--
190-- Dumping data for table `payments`
191--
192
193LOCK TABLES `payments` WRITE;
194/*!40000 ALTER TABLE `payments` DISABLE KEYS */;
195/*!40000 ALTER TABLE `payments` ENABLE KEYS */;
196UNLOCK TABLES;
197
198--
199-- Table structure for table `plans`
200--
201
202DROP TABLE IF EXISTS `plans`;
203/*!40101 SET @saved_cs_client????= @@character_set_client */;
204/*!40101 SET character_set_client = utf8 */;
205CREATE TABLE `plans` (
206`ID` int(11) NOT NULL AUTO_INCREMENT,
207`name` varchar(50) NOT NULL,
208`description` text NOT NULL,
209`mbt` int(11) NOT NULL,
210`unit` varchar(10) NOT NULL,
211`length` int(11) NOT NULL,
212`price` float NOT NULL,
213PRIMARY KEY (`ID`)
214) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;
215/*!40101 SET character_set_client = @saved_cs_client */;
216
217--
218-- Dumping data for table `plans`
219--
220
221LOCK TABLES `plans` WRITE;
222/*!40000 ALTER TABLE `plans` DISABLE KEYS */;
223INSERT INTO `plans` (`ID`, `name`, `description`, `mbt`, `unit`, `length`, `price`) VALUES (17,'Silver Lifetime','Lifetime of Silver Booting. ',220,'Years',10,17),(16,'Premium 3 Months','3 Months of Premium Booting.',500,'Months',3,15),(19,'Premium Lifetime','Lifetime of premium boots',600,'Years',10,25),(13,'Premium 1 Month','1 Month of Premium Booting. ',500,'Months',1,7),(14,'Silver 3 Months','3 Months of Silver Booting.',180,'Months',3,180),(12,'Silver 1 Month','1 Month of Silver Booting. ',180,'Months',1,5),(11,'1 Day Trial','1 day trial to test the service. ',120,'Days',1,3);
224/*!40000 ALTER TABLE `plans` ENABLE KEYS */;
225UNLOCK TABLES;
226
227--
228-- Table structure for table `skype_api`
229--
230
231DROP TABLE IF EXISTS `skype_api`;
232/*!40101 SET @saved_cs_client????= @@character_set_client */;
233/*!40101 SET character_set_client = utf8 */;
234CREATE TABLE `skype_api` (
235`id` int(20) NOT NULL AUTO_INCREMENT,
236`ip` varchar(100) NOT NULL,
237PRIMARY KEY (`id`)
238) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
239/*!40101 SET character_set_client = @saved_cs_client */;
240
241--
242-- Dumping data for table `skype_api`
243--
244
245LOCK TABLES `skype_api` WRITE;
246/*!40000 ALTER TABLE `skype_api` DISABLE KEYS */;
247INSERT INTO `skype_api` (`id`, `ip`) VALUES (2,'93.114.45.84 ');
248/*!40000 ALTER TABLE `skype_api` ENABLE KEYS */;
249UNLOCK TABLES;
250
251--
252-- Table structure for table `users`
253--
254
255DROP TABLE IF EXISTS `users`;
256/*!40101 SET @saved_cs_client????= @@character_set_client */;
257/*!40101 SET character_set_client = utf8 */;
258CREATE TABLE `users` (
259`ID` int(11) NOT NULL AUTO_INCREMENT,
260`username` varchar(15) NOT NULL,
261`password` varchar(40) NOT NULL,
262`email` varchar(50) NOT NULL,
263`rank` int(11) NOT NULL DEFAULT '0',
264`membership` int(11) NOT NULL,
265`expire` int(11) NOT NULL,
266`status` int(11) NOT NULL,
267PRIMARY KEY (`ID`),
268KEY `ID` (`ID`)
269) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;
270/*!40101 SET character_set_client = @saved_cs_client */;
271
272--
273-- Dumping data for table `users`
274--
275
276LOCK TABLES `users` WRITE;
277/*!40000 ALTER TABLE `users` DISABLE KEYS */;
278INSERT INTO `users` (`ID`, `username`, `password`, `email`, `rank`, `membership`, `expire`, `status`) VALUES (1,'Admin','0ab2b7ae42dae25d8b116d803ee580eda7ab6189','payments@hybird-host.com',1,19,1658970258,0),(18,'leey','4c0d2b951ffabd6f9a10489dc40fc356ec1d26d???5','leey@hybrid-host.com',1,19,1658974045,0);
279/*!40000 ALTER TABLE `users` ENABLE KEYS */;
280UNLOCK TABLES;
281
282--
283-- Dumping routines for database 'rageboot_ohno'
284--
285/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
286
287/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
288/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
289/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
290/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
291/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
292/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
293/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;