Guest User

mon-dump-2.sql

a guest
Jan 2nd, 2014
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.03 KB | None | 0 0
  1.  
  2. --
  3. -- Table structure for table `e107_banlist`
  4. --
  5.  
  6. DROP TABLE IF EXISTS `e107_banlist`;
  7. /*!40101 SET @saved_cs_client     = @@character_set_client */;
  8. /*!40101 SET character_set_client = utf8 */;
  9. CREATE TABLE `e107_banlist` (
  10.   `banlist_ip` varchar(100) NOT NULL DEFAULT '',
  11.   `banlist_admin` smallint(5) unsigned NOT NULL DEFAULT '0',
  12.   `banlist_reason` tinytext NOT NULL,
  13.   PRIMARY KEY (`banlist_ip`)
  14. ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
  15. /*!40101 SET character_set_client = @saved_cs_client */;
  16.  
  17. --
  18. -- Dumping data for table `e107_banlist`
  19. --
  20.  
  21. LOCK TABLES `e107_banlist` WRITE;
  22. /*!40000 ALTER TABLE `e107_banlist` DISABLE KEYS */;
  23. INSERT INTO `e107_banlist` VALUES ('85.91.*.*',59,'@urgedevilpraise.cn'),('*@yahoo.cn',59,'Spam'),('209.160.*.*',59,'Polonnais stupide'),('88.231.*.*',59,'Bani - Turquie : \r\n[Fri Oct 23 03:57:19 2009] [error] [client 88.231.54.37] [host www.papy-team.fr] File does not exist: /homez.46/papyteam/www/forum/e107_images/custom/e107_plugins, referer: http://www.papy-team.fr/forum/e107_images/custom/pic.php.gif\r'),('*@mail.ru',59,'Eh oui'),('188.40.*.*',326,'Fletcher688\r\nAshley409 => 559.8451@salaryfry.sd.cn de M*****'),('79.84.96.212',59,'Pour éviter : /homez.46/papyteam/www/wordpress, referer: http://www.papy-team.fr/wordpress/wp-content/uploads/2009/07/Image3a.jpg ??\r\nWP ? Nous ?\r\n'),('174.121.9.99',59,''),('60.177.200.29',326,'xll1212'),('72.18.206.125',326,'Nathal'),('*@aol.com',59,'Spammeurs'),('*@126.com',59,'Boots et shoes'),('117.69.151.31',326,'jiang15'),('59.18.103.175',326,'alanzo1992'),('118.249.111.71',326,'Elizabeth'),('91.203.139.27',326,'calerddd'),('113.240.107.85',59,'mhhz'),('72.52.116.241',326,'mddc'),('*@163.com',59,'Encore une'),('98.126.95.98',59,'alanzo1992'),('*@qq.com',59,'C'est évident'),('184.22.233.222',326,'luckyer'),('*@ymail.com',59,'Encore des cons'),('110.87.31.240',4,'dfu'),('220.160.115.209',546,'ksdhf'),('14.147.2.142',4,'338');
  24. /*!40000 ALTER TABLE `e107_banlist` ENABLE KEYS */;
  25. UNLOCK TABLES;
  26.  
  27. --
  28. -- Table structure for table `e107_banner`
  29. --
Add Comment
Please, Sign In to add comment