Advertisement
Guest User

SQL error

a guest
May 9th, 2013
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.55 KB | None | 0 0
  1.  
  2. -- MySQL dump 10.13 Distrib 5.5.24, for Linux (x86_64)
  3. --
  4. -- Host: localhost Database: elitemod_b
  5. -- --
  6. -- Server version 5.5.24-cll
  7.  
  8. /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
  9. /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
  10. /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
  11. /*!40101 SET NAMES utf8 */;
  12. /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
  13. /*!40103 SET TIME_ZONE='+00:00' */;
  14. /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
  15. /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
  16. /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
  17. /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
  18.  
  19. --
  20. -- Table structure for table `blacklist`
  21. --
  22.  
  23. DROP TABLE IF EXISTS `blacklist`;
  24. /*!40101 SET @saved_cs_client = @@character_set_client */;
  25. /*!40101 SET character_set_client = utf8 */;
  26. CREATE TABLE `blacklist` (
  27. `ID` int(11) NOT NULL AUTO_INCREMENT,
  28. `IP` varchar(15) NOT NULL,
  29. `note` text NOT NULL,
  30. PRIMARY KEY (`ID`)
  31. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  32. /*!40101 SET character_set_client = @saved_cs_client */;
  33.  
  34. --
  35. -- Dumping data for table `blacklist`
  36. --
  37.  
  38. LOCK TABLES `blacklist` WRITE;
  39. /*!40000 ALTER TABLE `blacklist` DISABLE KEYS */;
  40. /*!40000 ALTER TABLE `blacklist` ENABLE KEYS */;
  41. UNLOCK TABLES;
  42.  
  43. --
  44. -- Table structure for table `fe`
  45. --
  46.  
  47. DROP TABLE IF EXISTS `fe`;
  48. /*!40101 SET @saved_cs_client = @@character_set_client */;
  49. /*!40101 SET character_set_client = utf8 */;
  50. CREATE TABLE `fe` (
  51. `ID` int(11) NOT NULL AUTO_INCREMENT,
  52. `userID` int(11) NOT NULL,
  53. `type` varchar(1) NOT NULL,
  54. `ip` varchar(15) NOT NULL,
  55. `note` text NOT NULL,
  56. PRIMARY KEY (`ID`)
  57. ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;
  58. /*!40101 SET character_set_client = @saved_cs_client */;
  59.  
  60. --
  61. -- Dumping data for table `fe`
  62. --
  63.  
  64. LOCK TABLES `fe` WRITE;
  65. /*!40000 ALTER TABLE `fe` DISABLE KEYS */;
  66. INSERT 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');
  67. /*!40000 ALTER TABLE `fe` ENABLE KEYS */;
  68. UNLOCK TABLES;
  69.  
  70. --
  71. -- Table structure for table `gateway`
  72. --
  73.  
  74. DROP TABLE IF EXISTS `gateway`;
  75. /*!40101 SET @saved_cs_client = @@character_set_client */;
  76. /*!40101 SET character_set_client = utf8 */;
  77. CREATE TABLE `gateway` (
  78. `email` varchar(1024) NOT NULL
  79. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  80. /*!40101 SET character_set_client = @saved_cs_client */;
  81.  
  82. --
  83. -- Dumping data for table `gateway`
  84. --
  85.  
  86. LOCK TABLES `gateway` WRITE;
  87. /*!40000 ALTER TABLE `gateway` DISABLE KEYS */;
  88. INSERT INTO `gateway` (`email`) VALUES ('[email protected]');
  89. /*!40000 ALTER TABLE `gateway` ENABLE KEYS */;
  90. UNLOCK TABLES;
  91.  
  92. --
  93. -- Table structure for table `iplogs`
  94. --
  95.  
  96. DROP TABLE IF EXISTS `iplogs`;
  97. /*!40101 SET @saved_cs_client = @@character_set_client */;
  98. /*!40101 SET character_set_client = utf8 */;
  99. CREATE TABLE `iplogs` (
  100. `ID` int(11) NOT NULL AUTO_INCREMENT,
  101. `userID` int(11) NOT NULL,
  102. `logged` varchar(15) NOT NULL,
  103. `date` int(11) NOT NULL,
  104. PRIMARY KEY (`ID`),
  105. KEY `ID` (`ID`)
  106. ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
  107. /*!40101 SET character_set_client = @saved_cs_client */;
  108.  
  109. --
  110. -- Dumping data for table `iplogs`
  111. --
  112.  
  113. LOCK TABLES `iplogs` WRITE;
  114. /*!40000 ALTER TABLE `iplogs` DISABLE KEYS */;
  115. INSERT INTO `iplogs` (`ID`, `userID`, `logged`, `date`) VALUES (3,12,'138.217.213.120',1343230058),(4,17,'203.142.149.165',1343437327);
  116. /*!40000 ALTER TABLE `iplogs` ENABLE KEYS */;
  117. UNLOCK TABLES;
  118.  
  119. --
  120. -- Table structure for table `logs`
  121. --
  122.  
  123. DROP TABLE IF EXISTS `logs`;
  124. /*!40101 SET @saved_cs_client = @@character_set_client */;
  125. /*!40101 SET character_set_client = utf8 */;
  126. CREATE TABLE `logs` (
  127. `user` varchar(15) NOT NULL,
  128. `ip` varchar(15) NOT NULL,
  129. `port` int(11) NOT NULL,
  130. `time` int(11) NOT NULL,
  131. `method` varchar(10) NOT NULL,
  132. `date` int(11) NOT NULL
  133. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  134. /*!40101 SET character_set_client = @saved_cs_client */;
  135.  
  136. --
  137. -- Dumping data for table `logs`
  138. --
  139.  
  140. LOCK TABLES `logs` WRITE;
  141. /*!40000 ALTER TABLE `logs` DISABLE KEYS */;
  142. INSERT 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);
  143. /*!40000 ALTER TABLE `logs` ENABLE KEYS */;
  144. UNLOCK TABLES;
  145.  
  146. --
  147. -- Table structure for table `news`
  148. --
  149.  
  150. DROP TABLE IF EXISTS `news`;
  151. /*!40101 SET @saved_cs_client = @@character_set_client */;
  152. /*!40101 SET character_set_client = utf8 */;
  153. CREATE TABLE `news` (
  154. `ID` int(11) NOT NULL AUTO_INCREMENT,
  155. `title` varchar(50) NOT NULL,
  156. `detail` text NOT NULL,
  157. `date` int(11) NOT NULL,
  158. PRIMARY KEY (`ID`)
  159. ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
  160. /*!40101 SET character_set_client = @saved_cs_client */;
  161.  
  162. --
  163. -- Dumping data for table `news`
  164. --
  165.  
  166. LOCK TABLES `news` WRITE;
  167. /*!40000 ALTER TABLE `news` DISABLE KEYS */;
  168. INSERT 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: [email protected]\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);
  169. /*!40000 ALTER TABLE `news` ENABLE KEYS */;
  170. UNLOCK TABLES;
  171.  
  172. --
  173. -- Table structure for table `payments`
  174. --
  175.  
  176. DROP TABLE IF EXISTS `payments`;
  177. /*!40101 SET @saved_cs_client = @@character_set_client */;
  178. /*!40101 SET character_set_client = utf8 */;
  179. CREATE TABLE `payments` (
  180. `ID` int(11) NOT NULL AUTO_INCREMENT,
  181. `paid` float NOT NULL,
  182. `plan` int(11) NOT NULL,
  183. `user` int(15) NOT NULL,
  184. `email` varchar(60) NOT NULL,
  185. `tid` varchar(30) NOT NULL,
  186. `date` int(255) NOT NULL,
  187. PRIMARY KEY (`ID`)
  188. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  189. /*!40101 SET character_set_client = @saved_cs_client */;
  190.  
  191. --
  192. -- Dumping data for table `payments`
  193. --
  194.  
  195. LOCK TABLES `payments` WRITE;
  196. /*!40000 ALTER TABLE `payments` DISABLE KEYS */;
  197. /*!40000 ALTER TABLE `payments` ENABLE KEYS */;
  198. UNLOCK TABLES;
  199.  
  200. --
  201. -- Table structure for table `plans`
  202. --
  203.  
  204. DROP TABLE IF EXISTS `plans`;
  205. /*!40101 SET @saved_cs_client = @@character_set_client */;
  206. /*!40101 SET character_set_client = utf8 */;
  207. CREATE TABLE `plans` (
  208. `ID` int(11) NOT NULL AUTO_INCREMENT,
  209. `name` varchar(50) NOT NULL,
  210. `description` text NOT NULL,
  211. `mbt` int(11) NOT NULL,
  212. `unit` varchar(10) NOT NULL,
  213. `length` int(11) NOT NULL,
  214. `price` float NOT NULL,
  215. PRIMARY KEY (`ID`)
  216. ) ENGINE=MyISAM AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;
  217. /*!40101 SET character_set_client = @saved_cs_client */;
  218.  
  219. --
  220. -- Dumping data for table `plans`
  221. --
  222.  
  223. LOCK TABLES `plans` WRITE;
  224. /*!40000 ALTER TABLE `plans` DISABLE KEYS */;
  225. INSERT 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);
  226. /*!40000 ALTER TABLE `plans` ENABLE KEYS */;
  227. UNLOCK TABLES;
  228.  
  229. --
  230. -- Table structure for table `skype_api`
  231. --
  232.  
  233. DROP TABLE IF EXISTS `skype_api`;
  234. /*!40101 SET @saved_cs_client = @@character_set_client */;
  235. /*!40101 SET character_set_client = utf8 */;
  236. CREATE TABLE `skype_api` (
  237. `id` int(20) NOT NULL AUTO_INCREMENT,
  238. `ip` varchar(100) NOT NULL,
  239. PRIMARY KEY (`id`)
  240. ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1;
  241. /*!40101 SET character_set_client = @saved_cs_client */;
  242.  
  243. --
  244. -- Dumping data for table `skype_api`
  245. --
  246.  
  247. LOCK TABLES `skype_api` WRITE;
  248. /*!40000 ALTER TABLE `skype_api` DISABLE KEYS */;
  249. INSERT INTO `skype_api` (`id`, `ip`) VALUES (2,'93.114.45.84 ');
  250. /*!40000 ALTER TABLE `skype_api` ENABLE KEYS */;
  251. UNLOCK TABLES;
  252.  
  253. --
  254. -- Table structure for table `users`
  255. --
  256.  
  257. DROP TABLE IF EXISTS `users`;
  258. /*!40101 SET @saved_cs_client = @@character_set_client */;
  259. /*!40101 SET character_set_client = utf8 */;
  260. CREATE TABLE `users` (
  261. `ID` int(11) NOT NULL AUTO_INCREMENT,
  262. `username` varchar(15) NOT NULL,
  263. `password` varchar(40) NOT NULL,
  264. `email` varchar(50) NOT NULL,
  265. `rank` int(11) NOT NULL DEFAULT '0',
  266. `membership` int(11) NOT NULL,
  267. `expire` int(11) NOT NULL,
  268. `status` int(11) NOT NULL,
  269. PRIMARY KEY (`ID`),
  270. KEY `ID` (`ID`)
  271. ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;
  272. /*!40101 SET character_set_client = @saved_cs_client */;
  273.  
  274. --
  275. -- Dumping data for table `users`
  276. --
  277.  
  278. LOCK TABLES `users` WRITE;
  279. /*!40000 ALTER TABLE `users` DISABLE KEYS */;
  280. INSERT INTO `users` (`ID`, `username`, `password`, `email`, `rank`, `membership`, `expire`, `status`) VALUES (1,'Admin','0ab2b7ae42dae25d8b116d803ee580eda7ab6189','[email protected]',1,19,1658970258,0),(18,'leey','4c0d2b951ffabd6f9a10489dc40fc356ec1d26d​5','[email protected]',1,19,1658974045,0);
  281. /*!40000 ALTER TABLE `users` ENABLE KEYS */;
  282. UNLOCK TABLES;
  283.  
  284. --
  285. -- Dumping routines for database 'rageboot_ohno'
  286. --
  287. /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
  288.  
  289. /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
  290. /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
  291. /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
  292. /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
  293. /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
  294. /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
  295. /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
  296.  
  297. -- Dump completed on 2012-07-27 23:36:15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement