-- MySQL dump 10.11
--
-- Host: localhost    Database: lumin8_smf1
-- ------------------------------------------------------
-- Server version	5.0.90-community

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `smf_ads`
--

DROP TABLE IF EXISTS `smf_ads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_ads` (
  `ADS_ID` mediumint(8) unsigned NOT NULL auto_increment,
  `NAME` tinytext NOT NULL,
  `CONTENT` text NOT NULL,
  `BOARDS` tinytext,
  `POSTS` tinytext,
  `CATEGORY` tinytext,
  `HITS` mediumint(8) NOT NULL default '0',
  `TYPE` smallint(4) NOT NULL default '0',
  `show_index` smallint(4) NOT NULL default '0',
  `show_board` smallint(4) NOT NULL default '0',
  `show_threadindex` smallint(4) NOT NULL default '0',
  `show_lastpost` smallint(4) NOT NULL default '0',
  `show_thread` smallint(4) NOT NULL default '0',
  `show_bottom` smallint(4) NOT NULL default '0',
  `show_welcome` smallint(4) NOT NULL default '0',
  `show_topofpage` smallint(4) NOT NULL default '0',
  `show_towerright` smallint(4) NOT NULL default '0',
  `show_towerleft` smallint(4) NOT NULL default '0',
  `show_underchildren` smallint(4) NOT NULL default '0',
  PRIMARY KEY  (`ADS_ID`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_ads`
--

LOCK TABLES `smf_ads` WRITE;
/*!40000 ALTER TABLE `smf_ads` DISABLE KEYS */;
INSERT INTO `smf_ads` VALUES (2,'Google_bottom_bar','<script type=\\\"text/javascript\\\"><!--\r\ngoogle_ad_client = \\\"pub-6715033876432389\\\";\r\ngoogle_ad_width = 728;\r\ngoogle_ad_height = 90;\r\ngoogle_ad_format = \\\"728x90_as\\\";\r\ngoogle_ad_type = \\\"text_image\\\";\r\n//2006-12-29: forum\r\ngoogle_ad_channel = \\\"7266711981\\\";\r\ngoogle_color_border = \\\"dce3dc\\\";\r\ngoogle_color_bg = \\\"f0f7f0\\\";\r\ngoogle_color_link = \\\"5959AB\\\";\r\ngoogle_color_text = \\\"000000\\\";\r\ngoogle_color_url = \\\"3D478F\\\";\r\n//--></script>\r\n<script type=\\\"text/javascript\\\" src=\\\"http://pagead2.googlesyndication.com/pagead/show_ads.js\\\">\r\n</script>','','','',338060,0,0,0,0,0,0,0,0,0,0,0,0),(3,'Google right sidebar','<script type=\\\"text/javascript\\\"><!--\r\ngoogle_ad_client = \\\"pub-6715033876432389\\\";\r\ngoogle_ad_width = 160;\r\ngoogle_ad_height = 600;\r\ngoogle_ad_format = \\\"160x600_as\\\";\r\ngoogle_ad_type = \\\"text_image\\\";\r\n//2006-12-29: forum\r\ngoogle_ad_channel = \\\"7266711981\\\";\r\ngoogle_color_border = \\\"ffffff\\\";\r\ngoogle_color_bg = \\\"ffffff\\\";\r\ngoogle_color_link = \\\"5959AB\\\";\r\ngoogle_color_text = \\\"000000\\\";\r\ngoogle_color_url = \\\"3D478F\\\";\r\n//--></script>\r\n<script type=\\\"text/javascript\\\"\r\n  src=\\\"http://pagead2.googlesyndication.com/pagead/show_ads.js\\\">\r\n</script>','','','',345173,0,0,0,0,0,0,0,0,0,0,0,0),(4,'Google Left Sidebar','<script type=\\\"text/javascript\\\"><!--\r\ngoogle_ad_client = \\\"pub-6715033876432389\\\";\r\ngoogle_ad_width = 160;\r\ngoogle_ad_height = 600;\r\ngoogle_ad_format = \\\"160x600_as\\\";\r\ngoogle_ad_type = \\\"text_image\\\";\r\n//2006-12-29: forum\r\ngoogle_ad_channel = \\\"7266711981\\\";\r\ngoogle_color_border = \\\"dbcdbc\\\";\r\ngoogle_color_bg = \\\"F9F0E1\\\";\r\ngoogle_color_link = \\\"5959AB\\\";\r\ngoogle_color_text = \\\"000000\\\";\r\ngoogle_color_url = \\\"3D478F\\\";\r\n//--></script>\r\n<script type=\\\"text/javascript\\\"\r\n  src=\\\"http://pagead2.googlesyndication.com/pagead/show_ads.js\\\">\r\n</script>','','','',472,0,0,0,0,0,0,0,0,0,0,1,0);
/*!40000 ALTER TABLE `smf_ads` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_ads_settings`
--

DROP TABLE IF EXISTS `smf_ads_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_ads_settings` (
  `variable` tinytext NOT NULL,
  `value` text NOT NULL,
  PRIMARY KEY  (`variable`(30))
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_ads_settings`
--

LOCK TABLES `smf_ads_settings` WRITE;
/*!40000 ALTER TABLE `smf_ads_settings` DISABLE KEYS */;
/*!40000 ALTER TABLE `smf_ads_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_attachments`
--

DROP TABLE IF EXISTS `smf_attachments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_attachments` (
  `ID_ATTACH` int(10) unsigned NOT NULL auto_increment,
  `ID_THUMB` int(10) unsigned NOT NULL default '0',
  `ID_MSG` int(10) unsigned NOT NULL default '0',
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
  `attachmentType` tinyint(3) unsigned NOT NULL default '0',
  `filename` tinytext NOT NULL,
  `size` int(10) unsigned NOT NULL default '0',
  `downloads` mediumint(8) unsigned NOT NULL default '0',
  `width` mediumint(8) unsigned NOT NULL default '0',
  `height` mediumint(8) unsigned NOT NULL default '0',
  `file_hash` varchar(40) NOT NULL default '',
  PRIMARY KEY  (`ID_ATTACH`),
  UNIQUE KEY `ID_MEMBER` (`ID_MEMBER`,`ID_ATTACH`),
  KEY `ID_MSG` (`ID_MSG`)
) ENGINE=MyISAM AUTO_INCREMENT=77 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_attachments`
--

LOCK TABLES `smf_attachments` WRITE;
/*!40000 ALTER TABLE `smf_attachments` DISABLE KEYS */;
INSERT INTO `smf_attachments` VALUES (1,2,4,0,0,'goldenage.jpg',16042,0,150,227,''),(2,0,4,0,3,'goldenage.jpg_thumb',36483,0,99,150,''),(3,4,10,0,0,'owenralegh.jpg',14368,1,218,299,''),(4,0,10,0,3,'owenralegh.jpg_thumb',39904,0,109,150,''),(6,0,0,1,0,'avatar_1.jpg',3269,37223,65,59,''),(7,0,0,53,0,'avatar_53.png',7051,3368,44,65,''),(8,0,0,59,0,'avatar_59.png',9852,188,65,64,''),(9,0,0,58,0,'avatar_58.png',5429,1139,55,65,''),(14,0,0,196,0,'avatar_196.png',6436,701,65,48,''),(15,0,0,172,0,'avatar_172.png',9889,3158,65,65,''),(16,0,0,256,0,'avatar_256.png',3842,3,35,65,''),(45,0,0,193,0,'avatar_193.png',5822,1488,65,63,''),(18,0,0,275,0,'avatar_275.png',4876,6199,34,65,''),(19,20,947,0,0,'commitments.jpg',17289,1,208,277,''),(20,0,947,0,3,'commitments.jpg_thumb',38114,0,112,150,''),(21,22,947,0,0,'sugarclub.jpg',19499,1,250,314,''),(22,0,947,0,3,'sugarclub.jpg_thumb',35208,0,119,150,''),(23,24,947,0,0,'tudors.jpg',10577,1,222,226,''),(24,0,947,0,3,'tudors.jpg_thumb',30783,0,147,150,''),(25,26,952,0,0,'ca.jpg',32131,2,423,286,''),(26,0,952,0,3,'ca.jpg_thumb',31226,0,150,101,''),(27,28,979,0,0,'portrait.bmp',91810,12,150,203,''),(28,0,979,0,3,'portrait.bmp_thumb',34142,0,110,150,''),(62,0,0,12,0,'avatar_12.png',8591,14464,65,65,'feaab015dd63243d78eef77c778173a14c598175'),(54,0,0,356,0,'avatar_356.png',9376,517,65,60,''),(36,0,0,358,0,'avatar_358.png',7661,2450,44,65,''),(38,0,0,368,0,'avatar_368.png',7243,1934,52,65,''),(39,0,0,376,0,'avatar_376.png',8816,2,60,65,''),(40,0,0,378,0,'avatar_378.png',11002,241,65,65,''),(41,0,0,386,0,'avatar_386.png',6358,1451,42,65,''),(46,0,0,388,0,'avatar_388.png',11860,6734,61,65,''),(47,0,0,428,0,'avatar_428.png',6156,647,47,65,''),(52,0,0,456,0,'avatar_456.png',7607,1077,51,65,''),(53,0,0,282,0,'avatar_282.png',6235,792,65,43,''),(55,0,0,496,0,'avatar_496.png',7951,235,47,65,''),(56,0,0,522,0,'avatar_522.png',6758,3,43,65,''),(57,0,0,1746,0,'avatar_1746.png',11564,109,65,65,''),(61,0,0,1776,0,'avatar_1776.png',9251,182,53,65,''),(67,0,0,1772,0,'avatar_1772.png',8537,375,65,60,'c5ac749e4318bc72efcf014148469d709c2fc34d'),(60,0,0,1768,0,'avatar_1768.jpg',1865,0,1,1,''),(64,0,0,1796,0,'avatar_1796.png',6146,114,65,47,'1cc1001a8ba5a7583efe38c72a925140a9cb6717'),(65,0,0,1807,0,'avatar_1807.png',9846,3,65,62,'77df8a6307a3b3991534490a5065ee3f5d21879b'),(66,0,0,1823,0,'avatar_1823.png',10217,142,64,65,'65ef63fa34687c4da12dcfd5e0c8afbdd2af5fd4'),(68,0,0,1860,0,'avatar_1860.png',7595,84,65,63,'9dcc0cfa2d669f52d68cffbcde9264feaaa97066'),(69,70,3333,0,0,'thomas_cromwell.jpg',9252,5,161,200,'b8e8a63be0e9529c112a049e934fb19911e1ae6e'),(70,0,3333,0,3,'thomas_cromwell.jpg_thumb',33075,0,120,150,'86f2b04c244e326cd94cbece983c22d6a99d85ad'),(71,0,0,1882,0,'avatar_1882.png',5961,18,47,65,'d8a8987784fd9adfba7c49611562238181acebd1'),(72,0,0,1912,0,'avatar_1912.png',7090,30,43,65,'e7d0dd46ed3b7a06a746325ffa289efbd58699ff'),(73,0,0,1958,0,'avatar_1958.png',6319,2,48,65,'b87bc365012f2a6a94cfefa1faf3c8b3fb66808b'),(74,0,0,1960,0,'avatar_1960.png',7440,60,49,65,'24181a849806af89741091e7f2c3ee241570c180'),(75,0,0,2006,0,'avatar_2006.png',7085,4,65,48,'662f1cbd8c8d52d479bb2b259c10e9add5167700'),(76,0,0,2032,0,'avatar_2032.png',7959,28,65,42,'5dab264c3e5b3cd8fe80f819786d0c2162e5fdac');
/*!40000 ALTER TABLE `smf_attachments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_ban_groups`
--

DROP TABLE IF EXISTS `smf_ban_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_ban_groups` (
  `ID_BAN_GROUP` mediumint(8) unsigned NOT NULL auto_increment,
  `name` varchar(20) NOT NULL default '',
  `ban_time` int(10) unsigned NOT NULL default '0',
  `expire_time` int(10) unsigned default NULL,
  `cannot_access` tinyint(3) unsigned NOT NULL default '0',
  `cannot_register` tinyint(3) unsigned NOT NULL default '0',
  `cannot_post` tinyint(3) unsigned NOT NULL default '0',
  `cannot_login` tinyint(3) unsigned NOT NULL default '0',
  `reason` tinytext NOT NULL,
  `notes` text NOT NULL,
  PRIMARY KEY  (`ID_BAN_GROUP`)
) ENGINE=MyISAM AUTO_INCREMENT=587 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_ban_groups`
--

LOCK TABLES `smf_ban_groups` WRITE;
/*!40000 ALTER TABLE `smf_ban_groups` DISABLE KEYS */;
INSERT INTO `smf_ban_groups` VALUES (1,'the_big_green_bitch',1184836596,NULL,1,0,0,0,'',''),(2,'bro21',1192494355,NULL,1,0,0,0,'',''),(3,'j33w',1197856524,NULL,1,0,0,0,'',''),(4,'00Kayannesuff',1202348029,NULL,1,0,0,0,'Profane language and links',''),(5,'Viagrafeller',1205584024,NULL,1,0,0,0,'for advertising drugs',''),(6,'Molaliainia',1206667116,NULL,1,0,0,0,'attempted selling of drugs',''),(7,'agoscossybada',1210904079,NULL,1,0,0,0,'Spamming',''),(8,'LadyLynn',1217725845,NULL,1,0,0,0,'Rude behavior and personal attacks against a member and moderator',''),(9,'ilovehenryVIII',1222669832,NULL,1,0,0,0,'SPAM',''),(10,'cokcrorwaypab',1226521810,NULL,1,0,0,0,'',''),(11,'PorariasolO',1228317579,NULL,1,0,0,0,'Spam',''),(12,'Mamanymnlengbv',1229819133,NULL,1,0,0,0,'',''),(13,'TanyPeasuntee',1230144883,NULL,1,0,0,0,'',''),(14,'QEIvan',1231186191,NULL,1,0,0,0,'',''),(15,'goolgirl',1231395947,NULL,1,0,0,0,'SPAM',''),(16,'dronPrigree',1231527598,NULL,1,0,0,0,'',''),(17,'RalReulky',1231784108,NULL,1,0,0,0,'SPAM',''),(18,'blemenaplep',1231980917,NULL,1,0,0,0,'',''),(19,'RobertWRnikonM',1232071166,NULL,1,0,0,0,'SPAM',''),(20,'figooptoditty',1232803526,NULL,1,0,0,0,'Profane posting',''),(21,'BAXYEPHENNY',1233170281,NULL,1,0,0,0,'PORN',''),(22,'kgbmofocka',1241129764,NULL,1,0,0,0,'','Rude behavior on the forums'),(23,'MagicOPromotion',1243450577,NULL,1,0,0,0,'',''),(24,'GodVIAGRA',1243903340,NULL,1,0,0,0,'',''),(25,'GASHEFF',1245164851,NULL,1,0,0,0,'obnoxious on the boards','did not give any evidence to back up claims and was extremely rude on boards'),(26,'Mazzurbaf',1245451851,NULL,1,0,0,0,'ADS/SPAM',''),(27,'bonShoode',1245723912,NULL,1,0,0,0,'attempted sale of drugs',''),(28,'OemSOFT',1245724028,NULL,1,0,0,0,'attempted spamming of site',''),(29,'Zelvememurf',1245962286,NULL,1,0,0,0,'ADS/SPAM --&gt; ASSHOLE',''),(30,'waydropay',1245993231,NULL,1,0,0,0,'CIALIS',''),(31,'CocoChanels',1246602986,NULL,1,0,0,0,'ADS/SPAM --&gt; Curses on you, flea brain!',''),(32,'burnet711t',1247528547,NULL,1,0,0,0,'Spam/Ads --&gt; Fleabrained Bottomfeeder',''),(33,'imike24',1248550204,NULL,1,0,0,0,'ADS',''),(34,'MkeRasUfen',1248935483,NULL,1,0,0,0,'ADS/SPAM --&gt; Flea-brained Nitwit',''),(35,'stardvd555',1249193424,NULL,1,0,0,0,'ADS/SPAM -&gt; Flea-brained nitwit',''),(36,'JinMellekUh',1249417917,NULL,1,0,0,0,'spamming the site',''),(37,'OpippecyNix',1249871236,NULL,1,0,0,0,'Spamming the site, attempted selling of drugs','Banned for '),(38,'HunterHB',1250887778,NULL,1,0,0,0,'SPAM',''),(39,'D.Idesy',1251095779,NULL,1,0,0,0,'Suspicious activity',''),(40,'RJStephen',1252339852,NULL,1,0,0,0,'PORN -- ASSHOLE!',''),(41,'lolorama',1252515522,NULL,1,0,0,0,'Spammer','First one!&nbsp; Hope I&#039;ve done it correctly!'),(42,'Rogoptorutern',1252517461,NULL,1,0,0,0,'Spammer','Selling Viagra.&nbsp; '),(43,'shaashaxehas',1254600218,NULL,1,0,0,0,'PORN --&gt; &amp;#1093;&amp;#1091;&amp;#1081; &amp;#1090;&amp;#1077;&amp;#1073;&amp;#1077;',''),(44,'BuyAccutaneo',1255711697,NULL,1,0,0,0,'',''),(45,'Flora_Corney850b',1255711769,NULL,1,0,0,0,'',''),(46,'marion123',1256970961,NULL,1,0,0,0,'Advertisement',''),(47,'Mumambure',1257010463,NULL,1,0,0,0,'Porn','Posting porn all over the site - totally unacceptable - I removed in excess of 30 (thirty) posts all with pics of sex acts of one kind or another.&nbsp; blech!&nbsp; '),(48,'aroulk',1258750427,NULL,1,0,0,0,'',''),(49,'sexyl9angel29',1258875553,NULL,1,0,0,0,'advertising','post was in Greek! '),(50,'ValeryDus',1258875776,NULL,1,0,0,0,'advertising','probably a porn merchant!'),(51,'sexyl7angel43',1258896921,NULL,1,0,0,0,'Selling &#039;stuff&#039;','El Greco strikes again!&nbsp; I&#039;ve ticked all the boxes this time - so hopefully they won&#039;t be able to re-appear!'),(52,'kannu',1259170122,NULL,1,0,0,0,'Advertisement',''),(53,'linockatzurz',1259255158,NULL,1,0,0,0,'',''),(54,'ankkaudran',1259255229,NULL,1,0,0,0,'advertising',''),(55,'ankkaccran',1259431738,NULL,1,0,0,0,'SPAM -- po&#039;shyol &#039;na hui',''),(56,'ankkagmraq',1259629648,NULL,1,0,0,0,'SPAM - WTF???',''),(57,'UKTichard',1262034585,NULL,1,0,0,0,'PORN - ASSHOLE',''),(58,'KauffVIAGRA',1262285329,NULL,1,0,0,0,'Viagra merchant',''),(59,'dalaidehirm',1262565522,NULL,1,0,0,0,'SPAM - ADS',''),(60,'Wromfomerrida',1262592699,NULL,1,0,0,0,'',''),(61,'nedaMasmara',1264010797,NULL,1,0,0,0,'SPAM',''),(62,'DummaNota',1264010834,NULL,1,0,0,0,'SPAM',''),(63,'illishififf',1264232853,NULL,1,0,0,0,'Suspicious activity',''),(64,'TrurceTip',1264786922,NULL,1,0,0,0,'Selling &#039;stuff&#039;! ','Selling &#039;stuff&#039;!&nbsp; Started a thread in Forum Rules called&nbsp; &#039;Cooperation with bloggers and social networking sites.&#039;'),(65,'Coigreeaddina',1265047637,NULL,1,0,0,0,'Dubious website - suspended for suspicious activity or complaints','Clicked on link - sign came ups saying site &#039;suspended for suspicious activity or complaints&#039;&nbsp; and the post did not make any sense! <br />&quot;Has ground an captivating locate payment fans of &quot;intense&quot;<br />Settle it was delightful to me Smiley<br />american teen<br />It is impossible for minors Tongue&quot;'),(66,'Flablybreenly',1265214823,NULL,1,0,0,0,'Porn!','Porn!'),(67,'gazodincovo',1265842285,NULL,1,0,0,0,'Posts in Russian',''),(68,'Greggizer',1266807459,NULL,1,0,0,0,'SPAM',''),(69,'Munambure1',1266807823,NULL,1,0,0,0,'',''),(70,'msmarystrikens',1267124328,NULL,1,0,0,0,'Suspicious profile &amp; post.  IP in Russia.',''),(71,'TrurceTip1',1267124584,NULL,1,0,0,0,'Suspicious profile &amp; post.  IP in Belarus. Listed at http://www.stopforumspam.com/',''),(72,'Hummannic',1267124657,NULL,1,0,0,0,'Suspicious profile &amp; post.  IP in Ukraine. Listed at http://www.stopforumspam.com/',''),(73,'ForumTeam',1267126036,NULL,1,0,0,0,'Impersonation &amp; Suspicious activity.  Listed at http://www.stopforumspam.com/',''),(74,'Vonassiniacok',1267130238,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(75,'AaronTassle',1267130299,NULL,1,0,0,0,'',''),(76,'Flablybreenly1',1267130395,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(77,'MannInBlackk',1267130482,NULL,1,0,0,0,'Suspicious profile.  IP in Ukraine. Listed at http://www.stopforumspam.com/',''),(78,'GaryRichards',1267130590,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(79,'MitchellHill',1267130642,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(80,'PeterJohnson',1267130678,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(81,'black_earl239',1267130742,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(82,'lioneloastle',1267130891,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(83,'JuneL88',1267131007,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(84,'RebekkaWillinger',1267131059,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(85,'SamJenkins',1267131189,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(86,'AdamGrenway',1267131239,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(87,'TimothyRayburn',1267131282,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(88,'TOMAINSITTY',1267131309,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(89,'MelissaHudgens',1267131381,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(90,'JamesHenderson',1267131429,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(91,'CrerveSlott',1267131495,NULL,1,0,0,0,'PORN',''),(92,'MatthewHeckler',1267131889,NULL,1,0,0,0,'',''),(93,'ankkabzraa',1267132119,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(94,'ValeryDus1',1267132185,NULL,1,0,0,0,'Suspicious.  Listed at http://www.stopforumspam.com/',''),(95,'Chaireethinty',1267214035,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(96,'trurftugSef',1267214079,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(97,'John Affopy',1267214127,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(98,'MariaTCTfunds',1267214268,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(99,'NicPeescene',1267214322,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(100,'justforme',1267214349,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(101,'Appompismip',1267214397,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(102,'drencyceandop',1267214454,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(103,'PazolloKartz',1267214536,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(104,'Sweaccarp',1267214611,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(105,'11stflon',1267214637,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(106,'01qq',1267214661,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(107,'a96EnrizSibcrize',1267214683,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(108,'AAfeeffithbof',1267214725,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(109,'AALorSLonSLom',1267214965,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(110,'AASnolderiSoize',1267215002,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(111,'aAszMawuU',1267215039,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(112,'AAUndetetoosy',1267215071,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(113,'Neerttorn',1267215097,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(114,'aawIcQTbt',1267215117,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(115,'aAwipJafp',1267215134,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(116,'abebsigNita',1267215275,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(117,'AbigreeAxiome',1267215322,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(118,'abinnyWabyCew',1267215352,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(119,'Abrableroatte',1267215391,NULL,1,0,0,0,'PORN',''),(120,'abrachSoobirE',1267215427,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(121,'abrasaerotics',1267215446,NULL,1,0,0,0,'PORN',''),(122,'Acarryire',1267215473,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(123,'AccessAtticle',1267215496,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(124,'accextRange',1267215551,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(125,'AccisseHacync',1267215573,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(126,'Accizedit',1267215592,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(127,'acibiachari',1267215609,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(128,'AcinueNeunc',1267215627,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(129,'acquincavaips',1267215645,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(130,'Acsacalos',1267215751,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(131,'adawlifelia',1267215791,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(132,'Addereshomo',1267215810,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(133,'Addetleerelia',1267215838,NULL,1,0,0,0,'SPAM',''),(134,'Adeana',1267215907,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(135,'AdeptGenmeere',1267215926,NULL,1,0,0,0,'SPAM',''),(136,'Advonejed',1267216007,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(137,'AEimpobbyimuluM',1267216027,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(138,'AEWabevelejal',1267216071,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(139,'afahJkVzQ',1267216089,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(140,'affecdold',1267216123,NULL,1,0,0,0,'',''),(141,'Affolfmes',1267216145,NULL,1,0,0,0,'PORN',''),(142,'Agehast09',1267216164,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(143,'Agocarmamof',1267216203,NULL,1,0,0,0,'SPAM',''),(144,'Agommoula',1267216243,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(145,'airlinetixco',1267216319,NULL,1,0,0,0,'SPAM',''),(146,'AlAriutty',1267216431,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(147,'AlbubsFup',1267217235,NULL,1,0,0,0,'SPAM',''),(148,'AleksandroCable',1267217308,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(149,'alieptNeeta',1267217387,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(150,'Alievageahvah',1267217406,NULL,1,0,0,0,'SPAM',''),(151,'ALIFLELAY',1267217427,NULL,1,0,0,0,'SPAM',''),(152,'Alinaaa',1267217454,NULL,1,0,0,0,'SPAM',''),(153,'Alinmrhilsdesa',1267217474,NULL,1,0,0,0,'SPAM',''),(154,'AlisaSU',1267217496,NULL,1,0,0,0,'SPAM',''),(155,'allaquzajdd',1267217527,NULL,1,0,0,0,'SPAM',''),(156,'alledaerype',1267217549,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(157,'Alleroduhredo',1267217569,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(158,'alltothetop',1267217593,NULL,1,0,0,0,'PORN',''),(159,'amateurteens',1267217647,NULL,1,0,0,0,'PORN',''),(160,'amateurxxx',1267217669,NULL,1,0,0,0,'PORN',''),(161,'amatuer',1267217687,NULL,1,0,0,0,'PORN',''),(162,'amecyabicky',1267217707,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(163,'Amoftutet',1267217755,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(164,'Amuviarma',1267217817,NULL,1,0,0,0,'SPAM',''),(165,'anaellDaypect',1267217874,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(166,'ancecdons',1267217902,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(167,'anCPpmWYJ',1267217925,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(168,'anellikos',1267217990,NULL,1,0,0,0,'SPAM',''),(169,'anentaste',1267218009,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(170,'angeldimmon',1267218079,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(171,'ankkasdraj',1267218188,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(172,'annodomaiff',1267218333,NULL,1,0,0,0,'PORN',''),(173,'Annornenift',1267218355,NULL,1,0,0,0,'SPAM',''),(174,'anteplafe',1267218428,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(175,'Anuwmht',1267218467,NULL,1,0,0,0,'SPAM',''),(176,'aoregront',1267218490,NULL,1,0,0,0,'SPAM',''),(177,'Apekdeque',1267218539,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(178,'apewsoate',1267218568,NULL,1,0,0,0,'PORN',''),(179,'Apewwooto',1267218621,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(180,'ApoxiaGox',1267218646,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(181,'AQhxtcpHB',1267218712,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(182,'aquanitut',1267218728,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(183,'aquedukzz',1267218749,NULL,1,0,0,0,'SPAM',''),(184,'Arabela',1267218785,NULL,1,0,0,0,'SPAM',''),(185,'ArbimbHit',1267218913,NULL,1,0,0,0,'PORN',''),(186,'aroriPeni',1267218940,NULL,1,0,0,0,'SPAM',''),(187,'AroTEGDKz',1267218960,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(188,'arremachelo',1267219663,NULL,1,0,0,0,'PORN',''),(189,'Arrermfoche',1267219686,NULL,1,0,0,0,'SPAM',''),(190,'arricsOppobial',1267220238,NULL,1,0,0,0,'SPAM',''),(191,'Arrigeope',1267220476,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(192,'Arrorrure',1267220505,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(193,'arrownese',1267220536,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(194,'aRTEQqDBC',1267225535,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(195,'artercedraina',1267225602,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(196,'arteriecobigo',1267225624,NULL,1,0,0,0,'SPAM',''),(197,'Artewrire',1267225662,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(198,'artofeizma',1267225682,NULL,1,0,0,0,'PORN',''),(199,'assodonub',1267225731,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(200,'AssondodyRido',1267225756,NULL,1,0,0,0,'SPAM',''),(201,'AssuseMache',1267225775,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(202,'asydayiropy',1267225796,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(203,'asymndualaymn',1267225832,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(204,'atbAHryhH',1267225848,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(205,'Atohomsdentee',1267226345,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(206,'attalitheab',1267226595,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(207,'AttantyDell',1267226611,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(208,'AttemoFouro',1267226629,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(209,'attizeEncania',1267226650,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(210,'AuCbjPxTP',1267226668,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(211,'audieurozapc',1267226702,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(212,'augustineimp',1267226721,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(213,'Avainkill',1267227528,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(214,'Aveamigolos',1267227579,NULL,1,0,0,0,'SPAM',''),(215,'Avehoomeosymn',1267227600,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(216,'Avtozoglo',1267233351,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(217,'Awainaituat',1267233373,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(218,'AYimpobbyimuluM',1267233411,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(219,'Babooien',1267233462,NULL,1,0,0,0,'PORN',''),(220,'bacybeent',1267233484,NULL,1,0,0,0,'PORN',''),(221,'balainemage',1267234855,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(222,'Balearoser',1267234894,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(223,'Balomalparony',1267234920,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(224,'Bananaafricana',1267236361,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(225,'baryMayor',1267241692,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(226,'Batutitly',1267241724,NULL,1,0,0,0,'SPAM',''),(227,'Beanceted',1267241841,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(228,'beemiaNaifs',1267241918,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(229,'beibletEk',1267242251,NULL,1,0,0,0,'SPAM',''),(230,'Beippinkakeme',1267242307,NULL,1,0,0,0,'SPAM',''),(231,'Bellinn',1267242352,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(232,'Bellodona',1267242423,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(233,'Bendus',1267242463,NULL,1,0,0,0,'SPAM',''),(234,'Bequatuntee',1267242568,NULL,1,0,0,0,'SPAM',''),(235,'Besdattmame',1267242621,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(236,'bestorgazma',1267242673,NULL,1,0,0,0,'SPAM',''),(237,'beteensueno',1267242711,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(238,'beverlys',1267242834,NULL,1,0,0,0,'',''),(239,'BHjPQxyXI',1267242868,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(240,'biagerbareast',1267242894,NULL,1,0,0,0,'SPAM',''),(241,'bicOremismame',1267243161,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(242,'bigbksmedspro',1267243200,NULL,1,0,0,0,'SPAM',''),(243,'biglebovski',1267243239,NULL,1,0,0,0,'PORN',''),(244,'BillGayTS',1267243300,NULL,1,0,0,0,'PORN',''),(245,'BillGayTSZ',1267243322,NULL,1,0,0,0,'PORN',''),(246,'BimaHippini',1267243351,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(247,'biobAssipsTem',1267243377,NULL,1,0,0,0,'SPAM',''),(248,'Bionyneemn',1267243403,NULL,1,0,0,0,'SPAM',''),(249,'Bizeleliamibe',1267243429,NULL,1,0,0,0,'SPAM',''),(250,'BKOsuper',1267243549,NULL,1,0,0,0,'SPAM',''),(251,'BlappyAbara',1267243598,NULL,1,0,0,0,'SPAM',''),(252,'Blessauer',1267243624,NULL,1,0,0,0,'SPAM',''),(253,'blogunui',1267243662,NULL,1,0,0,0,'SPAM',''),(254,'Bloornpob',1267244505,NULL,1,0,0,0,'Suspicious. Listed as SPAMMER at http://www.stopforumspam.com/',''),(255,'bmweurozapc',1267304936,NULL,1,0,0,0,'Listed as spammer at http://www.stopforumspam.com/',''),(256,'bobQueltSob',1267305524,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(257,'Bobson',1267305544,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(258,'bogabidomiA',1267305609,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(259,'boNRFAAJM',1267305650,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(260,'bopesnors',1267305675,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(261,'bountaini',1267305721,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(262,'BQosYYesu',1267305749,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(263,'brancekiciono',1267305783,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(264,'BreelryMelm',1267305870,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(265,'Breesseadusia',1267305888,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(266,'Breessphype',1267305975,NULL,1,0,0,0,'PORN',''),(267,'Brercenib',1267306000,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(268,'brereusia',1267306019,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(269,'brumulgaddege',1267306118,NULL,1,0,0,0,'',''),(270,'BuddyBuddy',1267306143,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(271,'BuyingViagraVigra',1267306235,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(272,'BuyViagraoo',1267306254,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(273,'bymnIcene',1267306284,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(274,'ByronNYdas',1267306310,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(275,'ByronNYwq',1267306340,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(276,'CalasiffRaL',1267306413,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(277,'CannabisSeeds',1267306451,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(278,'CavabangaTTT',1267306637,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(279,'CbfGxlKeT',1267306655,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(280,'ceamsgamn',1267306693,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(281,'Cearineli',1267306714,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(282,'cerofoend',1267306772,NULL,1,0,0,0,'PORN',''),(283,'cffiraeuxw',1267306793,NULL,1,0,0,0,'PORN',''),(284,'charlescarter',1267306835,NULL,1,0,0,0,'PORN',''),(285,'charlescarterys',1267306851,NULL,1,0,0,0,'PORN',''),(286,'CheatsDah',1267306892,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(287,'chellysmith',1267306935,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(288,'ChrizzSouma',1267307124,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(289,'CialisBilligKaufen',1267307162,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(290,'Cibbrieme',1267307188,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(291,'claidafap',1267307214,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(292,'CleawFrarly',1267307233,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(293,'CleosMM',1267307250,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(294,'clexUnignee',1267307266,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(295,'Clisdifusly',1267307287,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(296,'Cloulousa',1267307316,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(297,'CipideXy',1267307374,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(298,'CMWnYHVZR',1267307404,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(299,'cooltoongirll',1267307488,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(300,'cooncowhemy',1267307553,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(301,'Cordafnaday',1267307570,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(302,'CotSlovilia',1267307587,NULL,1,0,0,0,'PORN',''),(303,'CoxMayday',1267307612,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(304,'cqynvtmxew',1267307633,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(305,'CratAbetaad',1267312034,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(306,'crealaKnoroa',1267312056,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(307,'CreapeLen',1267312075,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(308,'CreedWatteNax',1267312093,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(309,'cruinarialk',1267312112,NULL,1,0,0,0,'PORN',''),(310,'cRUSkvrQD',1267312128,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(311,'CrypophyWrodo',1267312146,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(312,'cskwaotj',1267312173,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(313,'CTsZdoaTD',1267312191,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(314,'Cuctuncessy',1267312219,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(315,'cwxwwwxdfvwwxwx',1267312275,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(316,'CycleFliela',1267312292,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(317,'cyLUGslJf',1267312326,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(318,'cymmelmetueda',1267312345,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(319,'cymnmoore',1267312369,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(320,'cyncdyetgycle',1267312388,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(321,'cySbKbXkH',1267312416,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(322,'dacromfordemi',1267318431,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(323,'DadeaccusLest',1267318454,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(324,'DaKLxXVIu',1267318480,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(325,'damRedaidense',1267318511,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(326,'darlgrilm',1267318594,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(327,'DAtrottechume',1267318612,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(328,'dauriffurpamn',1267318632,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(329,'DeatryBubberb',1267380351,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(330,'Defloltik',1267380684,NULL,1,0,0,0,'PORN',''),(331,'Demecyclibe',1267380714,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(332,'demidoza',1267380852,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(333,'denoIntetle',1267380882,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(334,'denZenvioni',1267380940,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(335,'DepeAbosmobby',1267380976,NULL,1,0,0,0,'PORN',''),(336,'DerbaMurei',1267380995,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(337,'Dernrhiciem',1267381013,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(338,'Diaxsoisomy',1267381040,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(339,'DibLiffTith',1267381085,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(340,'Dichcooke',1267381104,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(341,'dichoinna',1267381129,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(342,'DidiKarol',1267381150,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(343,'dieredixDar',1267381166,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(344,'DiltExtiree',1267381225,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(345,'dineRitatract',1267381266,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(346,'diogSoorkKind',1267381303,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(347,'discontcilis',1267381347,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(348,'discountcilis',1267381366,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(349,'DjLCltZmx',1267381424,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(350,'dlcVFeDQf',1267381514,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(351,'DlyDybilofflO71',1267381545,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(352,'dodaneora',1267381580,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(353,'DogeDegethelt',1267381598,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(354,'DonaldRonaldosacks',1267382336,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(355,'DoongeNof',1267382361,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(356,'Doonoaquari',1267382378,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(357,'dortildroyara',1267382414,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(358,'DoseDeakile',1267382431,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(359,'DoToPaN',1267382448,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(360,'doubopssorn',1267382465,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(361,'doubsenue',1267382482,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(362,'doumeVode',1267382498,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(363,'DounkTummon',1267382549,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(364,'DownloadOemSoftw',1267382578,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(365,'DownloadSoftwareOEM',1267382605,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(366,'Dr.ZZlll',1267382622,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(367,'DraillausaG',1267382642,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(368,'Drapwhare',1267382658,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(369,'dreptelewaype',1267382675,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(370,'Drogwergy',1267382749,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(371,'dtqIzgMSC',1267382765,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(372,'Dtqqrjqh',1267382793,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(373,'duadlyrelay',1267382810,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(374,'Dubinal',1267382829,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(375,'duhteweasethy',1267382864,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(376,'dupieftrift',1267382883,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(377,'DurbDiuct',1267382901,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(378,'Dwelallindile',1267382984,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(379,'dwereelax',1267383003,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(380,'dwexpella',1267383020,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(381,'dwexylide',1267383037,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(382,'dWxBHzUfs',1267383054,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(383,'DydayVeldVoge',1267383071,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(384,'Dyeniobby',1267383107,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(385,'EaHlNOtUv',1267383130,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(386,'Earlina',1267383149,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(387,'ecoppyDypeFew',1267383201,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(388,'edjefzz',1267383255,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(389,'ednnezolct',1267383281,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(390,'EEMGYZACV',1267383323,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(391,'EffifeJassigo',1267383341,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(392,'Effishsat',1267383380,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(393,'EFNmAWutz',1267383399,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(394,'eiFEpHhVx',1267383434,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(395,'eiRxYHUqw',1267383479,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(396,'elanteecina',1267383543,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(397,'Elisselospami',1267383660,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(398,'Elursoleara',1267383852,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(399,'Emaileteera',1267383899,NULL,1,0,0,0,'PORN',''),(400,'Emalvaple',1267383917,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(401,'Emilinfonlisp',1267383949,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(402,'Emimanyliania',1267383976,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(403,'Emintytreri',1267383992,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(404,'emmmi',1267384009,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(405,'EnannaAbadway',1267384044,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(406,'Encoxnarawawl',1267384061,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(407,'Enelayfrelync',1267384079,NULL,1,0,0,0,'PORN',''),(408,'Enhargaig',1267384139,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(409,'enquipDen',1267384170,NULL,1,0,0,0,'PORN',''),(410,'entemaitump',1267384189,NULL,1,0,0,0,'PORN',''),(411,'Entenonvaniow',1267384207,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(412,'Entermnungupt',1267384227,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(413,'enviJZDWM',1267384246,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(414,'Epincadaxia',1267384284,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(415,'Epiquinna',1267384301,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(416,'Epirlswipiede',1267384317,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(417,'eraWjearmpeks',1267384333,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(418,'ERCreesyTrics',1267384354,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(419,'Etladr',1267384384,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(420,'euEdoMylx',1267384404,NULL,1,0,0,0,'s',''),(421,'eurozapchasti',1267384423,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(422,'evenuefrape',1267384456,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(423,'Evefemake',1267384475,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(424,'evonouple',1267384519,NULL,1,0,0,0,'s',''),(425,'Exerdeprids',1267384537,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(426,'Expannaoxilla',1267384555,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(427,'extesimmusa',1267384577,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(428,'extetreva',1267384597,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(429,'eYhrmCFEt',1267384615,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(430,'FafGomosmar',1267384637,NULL,1,0,0,0,'PORN',''),(431,'fahduasiami',1267384656,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(432,'faibiasit',1267384674,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(433,'FalereorFup',1267384694,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(434,'fanafanadasra',1267384723,NULL,1,0,0,0,'PORN',''),(435,'Faurleria',1267384746,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(436,'Favoiggillvaw',1267384762,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(437,'faxDopuphof',1267384791,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(438,'FcMEwPaaS',1267384807,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(439,'feesfiergemam',1267384848,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(440,'feetleFieta',1267384896,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(441,'FelaheabOwepe',1267384913,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(442,'Felepeamn',1267384940,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(443,'FetNeethyNeft',1267384958,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(444,'fgrhmofgtv',1267384981,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(445,'FipCvVtqe',1267385481,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(446,'FishaMens',1267385499,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(447,'flexwriters',1267385517,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(448,'Floongots',1267385561,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(449,'floormeing',1267385578,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(450,'fluencemymn',1267385607,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(451,'Fluonsnum',1267385633,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(452,'foetefuedgeno',1267385649,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(453,'FOoTprJAy',1267385667,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(454,'FoozyBlealo',1267385683,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(455,'FoxyLadyTexas',1267385738,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(456,'FrancEuroUSD',1267385769,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(457,'FreeNationBobby',1267385818,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(458,'FreeUserr',1267385841,NULL,1,0,0,0,'PORN',''),(459,'Fribrebountee',1267385869,NULL,1,0,0,0,'PORN',''),(460,'friemiers',1267385884,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(461,'Frokelearly',1267385949,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(462,'frrbzvvhcv',1267386051,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(463,'FrupleSernxi',1267386068,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(464,'fumnclublinna',1267386157,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(465,'gabrielse',1267386178,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(466,'gahpauttyharp',1267386197,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(467,'Gaidgidedeere',1267386215,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(468,'FRWlSsiWt',1267386282,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(469,'Fulijjjdrf',1267386303,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(470,'Gagabaksik',1267386321,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(471,'Gaiscectefs',1267386348,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(472,'Gaiste',1267386370,NULL,1,0,0,0,'PORN',''),(473,'Galtenlamjemn',1267386405,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(474,'gamblingcas',1267386424,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(475,'gayxman',1267386444,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(476,'gedbmovujg',1267386468,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(477,'GedLayepeBype',1267386486,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(478,'Gedstoope',1267386516,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(479,'geJDQDgZc',1267386534,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(480,'generricgenetic',1267386554,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(481,'fuelearrakedo',1267386611,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(482,'furtulley',1267386635,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(483,'gaingesnach',1267386697,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(484,'GamVonyGoky',1267386720,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(485,'gDNIJkBNn',1267386760,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(486,'Gefempare',1267386790,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(487,'gennerricgenetic',1267386818,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(488,'gennickKVGCVOCVGCVG',1267386840,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(489,'gennickLOLLAOLADAOL',1267386857,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(490,'Gent',1267386876,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(491,'geosymbobby',1267386898,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(492,'gernLagreeOwned',1267386944,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(493,'getaatota',1267386963,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(494,'geveleadway',1267387019,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(495,'gkDuhZRMF',1267387049,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(496,'GLHSUbOOy',1267387074,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(497,'GlorseGom',1267387117,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(498,'GluddyDum',1267387136,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(499,'Gluharevik',1267387158,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(500,'Godeideks',1267387190,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(501,'Goopharry',1267387294,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(502,'goowAbugs',1267387388,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(503,'gOyrJhdAA',1267387429,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(504,'gQPASlVlh',1267387447,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(505,'grandlineageprogg',1267387484,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(506,'grecressose',1267387527,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(507,'Grendlina',1267387917,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(508,'Grendyyyya',1267388645,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(509,'Grensvikkers',1267388667,NULL,1,0,0,0,'PORN',''),(510,'Gresperce',1267388687,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(511,'Grineunsush',1267388718,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(512,'grodognogmake',1267390822,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(513,'gtaivcracked',1267390845,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(514,'Guidayactuala',1267390876,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(515,'guiltlierry',1267394356,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(516,'guiltlierry1',1267394381,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(517,'Guttitsault',1267394403,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(518,'GzRZxDVSy',1267394431,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(519,'GymAndrea',1267394467,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(520,'GyncBrerwaync',1267394487,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(521,'gypeNeofe',1267394504,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(522,'HaigngaLmalia',1267394527,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(523,'habbizalaps',1267394549,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(524,'HagsembadaGab',1267394578,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(525,'haishajevashy',1267394617,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(526,'handbagqw',1267394668,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(527,'HaroKeene',1267394723,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(528,'hattgenieni',1267394757,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(529,'HaummaFemia',1267394775,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(530,'havadawewheld',1267394794,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(531,'Hekbleape',1267396775,NULL,1,0,0,0,'PORN',''),(532,'hemnecechusly',1267396869,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(533,'ILoveDcups',1267487633,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(534,'SecurityAnalyst',1267600176,NULL,1,0,0,0,'Spammer listed http://www.stopforumspam.com/',''),(535,'inetryconydot',1267692597,NULL,1,0,0,0,'SPAM',''),(536,'Madeline Angel',1267832675,NULL,1,0,0,0,'Spammer listed http://www.stopforumspam.com/',''),(537,'holvesy',1268151592,NULL,1,0,0,0,'Spammer listed http://stopforumspam.com/',''),(538,'dennylype',1268685233,NULL,1,0,0,0,'SPAMMER',''),(539,'ColinXHoward',1268951033,NULL,1,0,0,0,'SPAMMER',''),(540,'dupkfcfwnpfj',1269364059,NULL,1,0,0,0,'SPAMMER',''),(541,'Luggisdignest',1269801722,NULL,1,0,0,0,'SPAMMER',''),(542,'xboatsailorz',1269970369,NULL,1,0,0,0,'SPAMMER',''),(543,'ErnestTravino',1270747918,NULL,1,0,0,0,'SPAMMER',''),(544,'JoshuaEvanss',1271691388,NULL,1,0,0,0,'Spammer listed at http://www.stopforumspam.com/',''),(545,'olsonraymond',1272765559,NULL,1,0,0,0,'SPAM',''),(546,'feergoortens',1272765618,NULL,1,0,0,0,'SPAMMER',''),(547,'SoireeCreeday',1273079399,NULL,1,0,0,0,'SPAM',''),(548,'lernRaikilk',1273351377,NULL,1,0,0,0,'SPAM',''),(549,'elroypelin12',1273351407,NULL,1,0,0,0,'SPAM',''),(550,'Preesknex',1273610187,NULL,1,0,0,0,'SPAM',''),(551,'accurcelime1',1273610218,NULL,1,0,0,0,'SPAM',''),(552,'clickr',1273864750,NULL,1,0,0,0,'Spammer',''),(553,'rimvydasu2015',1275081729,NULL,1,0,0,0,'SPAMMER',''),(554,'Immuctums',1275629953,NULL,1,0,0,0,'porn',''),(555,'fkadeCaxia',1275629981,NULL,1,0,0,0,'SPAM',''),(556,'thefaccucouct',1275630010,NULL,1,0,0,0,'SPAM',''),(557,'pneupletrorne',1275630076,NULL,1,0,0,0,'SPAMMER',''),(558,'1Dobert275',1276064847,NULL,1,0,0,0,'spammer',''),(559,'Greedge',1276064871,NULL,1,0,0,0,'spammer',''),(560,'Antems',1276064900,NULL,1,0,0,0,'spammer',''),(561,'CedarLake28',1276064930,NULL,1,0,0,0,'spammer',''),(562,'$esofehito',1276211725,NULL,1,0,0,0,'spammer',''),(563,'$type',1276211747,NULL,1,0,0,0,'spammer',''),(564,'Emaispembesee',1276211775,NULL,1,0,0,0,'spammer',''),(565,'Migh',1276211801,NULL,1,0,0,0,'spammer',''),(566,'accetbaft',1277061435,NULL,1,0,0,0,'SPAM',''),(567,'prietaptelf',1277061520,NULL,1,0,0,0,'SPAM',''),(568,'kate1904',1277061555,NULL,1,0,0,0,'SPAM',''),(569,'Priyanka',1277326278,NULL,1,0,0,0,'SPAMMER',''),(570,'bhoutik',1277326301,NULL,1,0,0,0,'',''),(571,'kiran',1277326340,NULL,1,0,0,0,'SPAMMER',''),(572,'poonam',1277326374,NULL,1,0,0,0,'SPAMMER',''),(573,'anton1939',1277326413,NULL,1,0,0,0,'SPAMMER',''),(574,'telkovartem1983',1277428985,NULL,1,0,0,0,'Spammer',''),(575,'vladscan1955',1277429012,NULL,1,0,0,0,'spammer',''),(576,'luba2042',1277503452,NULL,1,0,0,0,'',''),(577,'spynukirill1967',1277503536,NULL,1,0,0,0,'Spammer',''),(578,'GydayhahRom',1277829565,NULL,1,0,0,0,'SPAMMER ASSHOLE',''),(579,'Kleinfinn',1277829987,NULL,1,0,0,0,'SPAMMER',''),(580,'winxbeliwix1940',1277830011,NULL,1,0,0,0,'SPAMMER',''),(581,'vetalik2043',1277830048,NULL,1,0,0,0,'SPAMMER',''),(582,'CemDimeGriextps3',1277830069,NULL,1,0,0,0,'SPAMMER',''),(583,'CemDimeGriext',1277830132,NULL,1,0,0,0,'SPAMMER',''),(584,'toxi1972',1277830156,NULL,1,0,0,0,'SPAMMER',''),(585,'OlgaShtain',1278106916,NULL,1,0,0,0,'spammer',''),(586,'DeannaBoyse',1278106946,NULL,1,0,0,0,'SPAMMER','');
/*!40000 ALTER TABLE `smf_ban_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_ban_items`
--

DROP TABLE IF EXISTS `smf_ban_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_ban_items` (
  `ID_BAN` mediumint(8) unsigned NOT NULL auto_increment,
  `ID_BAN_GROUP` smallint(5) unsigned NOT NULL default '0',
  `ip_low1` tinyint(3) unsigned NOT NULL default '0',
  `ip_high1` tinyint(3) unsigned NOT NULL default '0',
  `ip_low2` tinyint(3) unsigned NOT NULL default '0',
  `ip_high2` tinyint(3) unsigned NOT NULL default '0',
  `ip_low3` tinyint(3) unsigned NOT NULL default '0',
  `ip_high3` tinyint(3) unsigned NOT NULL default '0',
  `ip_low4` tinyint(3) unsigned NOT NULL default '0',
  `ip_high4` tinyint(3) unsigned NOT NULL default '0',
  `hostname` tinytext NOT NULL,
  `email_address` tinytext NOT NULL,
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
  `hits` mediumint(8) unsigned NOT NULL default '0',
  PRIMARY KEY  (`ID_BAN`),
  KEY `ID_BAN_GROUP` (`ID_BAN_GROUP`)
) ENGINE=MyISAM AUTO_INCREMENT=2192 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_ban_items`
--

LOCK TABLES `smf_ban_items` WRITE;
/*!40000 ALTER TABLE `smf_ban_items` DISABLE KEYS */;
INSERT INTO `smf_ban_items` VALUES (1,1,84,84,71,71,238,238,149,149,'','',0,0),(2,1,0,0,0,0,0,0,0,0,'user-5447ee95.wfd93.dsl.pol.co.uk','',0,0),(3,1,0,0,0,0,0,0,0,0,'','chavhater_999@hotmail.com',0,1),(4,1,0,0,0,0,0,0,0,0,'','',77,1),(5,1,212,212,74,74,27,27,112,112,'','',0,5),(6,2,38,38,116,116,200,200,57,57,'','',0,4),(7,2,0,0,0,0,0,0,0,0,'','frogman92@hotmail.com',0,0),(8,2,0,0,0,0,0,0,0,0,'','',158,0),(9,3,0,0,0,0,0,0,0,0,'','help_me6@hotmail.com',0,0),(10,3,0,0,0,0,0,0,0,0,'','',258,0),(11,3,142,142,32,32,208,208,232,232,'','',0,16),(12,3,24,24,70,70,25,25,222,222,'','',0,0),(13,4,0,0,0,0,0,0,0,0,'','',315,15),(14,5,0,0,0,0,0,0,0,0,'','',347,0),(15,6,0,0,0,0,0,0,0,0,'','',361,0),(16,6,0,0,0,0,0,0,0,0,'','rhypsusty@stylebrand.com',0,0),(17,6,0,0,0,0,0,0,0,0,'ns.km23143-04.keymachine.de','',0,9),(18,7,195,195,5,5,116,116,248,248,'','',0,29),(19,7,0,0,0,0,0,0,0,0,'s22.esthost.eu','',0,29),(20,7,0,0,0,0,0,0,0,0,'','loattemex@gawab.com',0,0),(22,8,75,75,80,80,162,162,153,153,'','',0,0),(23,8,0,0,0,0,0,0,0,0,'cpe-75-80-162-153.san.res.rr.com','',0,0),(24,8,0,0,0,0,0,0,0,0,'','amber@yogayourbody.com',0,1),(25,8,0,0,0,0,0,0,0,0,'','',456,2),(26,9,24,24,213,213,208,208,249,249,'','',0,0),(27,9,0,0,0,0,0,0,0,0,'rrcs-24-213-208-249.nys.biz.rr.com','',0,0),(28,9,0,0,0,0,0,0,0,0,'','mfrancis232323@yahoo.com',0,0),(29,9,0,0,0,0,0,0,0,0,'','',485,0),(30,10,94,94,102,102,49,49,81,81,'','',0,1),(31,10,0,0,0,0,0,0,0,0,'','thouctush@gmail.com',0,1),(32,10,0,0,0,0,0,0,0,0,'','',538,1),(33,11,194,194,165,165,42,42,27,27,'','',0,18),(34,11,0,0,0,0,0,0,0,0,'194.165.42.27','',0,15),(35,11,0,0,0,0,0,0,0,0,'','coxroccargo@gmail.com',0,0),(36,11,0,0,0,0,0,0,0,0,'','',612,0),(37,12,62,62,141,141,58,58,56,56,'','',0,60),(38,12,0,0,0,0,0,0,0,0,'ns.km10446.keymachine.de','',0,59),(39,12,0,0,0,0,0,0,0,0,'','ersedsfg@mail.ru',0,0),(40,12,0,0,0,0,0,0,0,0,'','',926,0),(41,13,78,78,157,157,140,140,4,4,'','',0,108),(42,13,0,0,0,0,0,0,0,0,'','endulkylelt@gmail.com',0,0),(43,13,0,0,0,0,0,0,0,0,'','',995,0),(44,14,77,77,87,87,154,154,222,222,'','',0,3),(45,14,0,0,0,0,0,0,0,0,'','qeivan@gmail.com',0,0),(46,14,0,0,0,0,0,0,0,0,'','',1168,0),(47,15,66,66,244,244,233,233,247,247,'','',0,1),(48,15,0,0,0,0,0,0,0,0,'66.244.233.247','',0,1),(49,15,0,0,0,0,0,0,0,0,'','idontlikecleaning@hotmail.com',0,1),(50,15,0,0,0,0,0,0,0,0,'','',1205,1),(51,16,78,78,110,110,175,175,31,31,'','',0,49),(52,16,0,0,0,0,0,0,0,0,'','campbellwchristinasgbfy@gmail.com',0,0),(53,16,0,0,0,0,0,0,0,0,'','',1254,0),(54,17,194,194,8,8,75,75,155,155,'','',0,117),(55,17,0,0,0,0,0,0,0,0,'','stonendeirdreqtzdt@gmail.com',0,0),(56,17,0,0,0,0,0,0,0,0,'','',1338,0),(57,18,89,89,113,113,208,208,178,178,'','',0,0),(58,18,0,0,0,0,0,0,0,0,'','tathdumsspupt@gmail.com',0,0),(59,18,0,0,0,0,0,0,0,0,'','',1204,0),(60,19,195,195,80,80,2,2,7,7,'','',0,0),(61,19,0,0,0,0,0,0,0,0,'195.80.2.7','',0,0),(62,19,0,0,0,0,0,0,0,0,'','robertwrnikon@gmail.com',0,0),(63,19,0,0,0,0,0,0,0,0,'','',1428,0),(64,20,0,0,0,0,0,0,0,0,'','',1575,564),(65,21,203,203,209,209,80,80,50,50,'','',0,0),(66,21,0,0,0,0,0,0,0,0,'203.209.80.50','',0,0),(67,21,0,0,0,0,0,0,0,0,'','brendadaluzhfv@gmail.com',0,0),(68,21,0,0,0,0,0,0,0,0,'','',1494,0),(69,22,64,64,251,251,54,54,98,98,'','',0,0),(70,22,0,0,0,0,0,0,0,0,'64.251.54.98','',0,0),(71,22,0,0,0,0,0,0,0,0,'','kbbase6@snet.net',0,0),(72,22,0,0,0,0,0,0,0,0,'','',1761,0),(73,23,94,94,142,142,128,128,140,140,'','',0,25),(74,23,0,0,0,0,0,0,0,0,'94.142.128.140','',0,8),(75,23,0,0,0,0,0,0,0,0,'','magicpromotionmm@gmail.com',0,0),(76,23,0,0,0,0,0,0,0,0,'','',1763,4),(77,24,194,194,8,8,75,75,151,151,'','',0,248),(78,24,0,0,0,0,0,0,0,0,'194.8.75.151','',0,194),(79,24,0,0,0,0,0,0,0,0,'','godviagra01@accommodationresearh.info',0,10),(80,24,0,0,0,0,0,0,0,0,'','',1782,19),(81,25,87,87,115,115,14,14,157,157,'','',0,0),(82,25,87,87,112,112,20,20,186,186,'','',0,0),(83,25,87,87,112,112,231,231,72,72,'','',0,0),(84,25,87,87,112,112,33,33,14,14,'','',0,0),(85,26,194,194,8,8,74,74,11,11,'','',0,32),(86,26,0,0,0,0,0,0,0,0,'','voidvodi@the-first-five-pages.com',0,95),(87,26,0,0,0,0,0,0,0,0,'','',1773,179),(88,27,0,0,0,0,0,0,0,0,'','annomynandy@gmail.com',0,1),(89,27,0,0,0,0,0,0,0,0,'','',1791,2),(90,28,0,0,0,0,0,0,0,0,'','godviagra02@accommodationresearh.info',0,12),(91,28,0,0,0,0,0,0,0,0,'','',1790,16),(92,29,195,195,46,46,35,35,76,76,'','',0,2),(93,29,0,0,0,0,0,0,0,0,'pi46-35-76.cn.ru','',0,2),(94,29,0,0,0,0,0,0,0,0,'','ricevipseskip@gmail.com',0,0),(95,29,0,0,0,0,0,0,0,0,'','',1792,0),(96,29,85,85,217,217,217,217,25,25,'','',0,0),(97,30,195,195,46,46,34,34,76,76,'','',0,5),(98,30,0,0,0,0,0,0,0,0,'pi46-34-76.cn.ru','',0,5),(99,30,0,0,0,0,0,0,0,0,'','spoosestele@zadonsk.net',0,1),(100,30,0,0,0,0,0,0,0,0,'','',1793,2),(101,31,124,124,247,247,225,225,150,150,'','',0,1),(102,31,0,0,0,0,0,0,0,0,'124-247-225-150.del.tulipconnect.com','',0,1),(103,31,0,0,0,0,0,0,0,0,'','cocochanelskr@gmail.com',0,0),(104,31,0,0,0,0,0,0,0,0,'','',1800,0),(105,32,112,112,111,111,175,175,196,196,'','',0,0),(106,32,0,0,0,0,0,0,0,0,'','burnet711t@gmail.com',0,0),(107,32,0,0,0,0,0,0,0,0,'','',1801,0),(108,33,222,222,164,164,170,170,218,218,'','',0,1),(109,33,0,0,0,0,0,0,0,0,'cm218.epsilon170.maxonline.com.sg','',0,1),(110,33,0,0,0,0,0,0,0,0,'','imike24@yahoo.com',0,0),(111,33,0,0,0,0,0,0,0,0,'','',1808,0),(112,34,211,211,239,239,124,124,90,90,'','',0,31),(113,34,0,0,0,0,0,0,0,0,'90.0-255.124.239.211.in-addr.arpa','',0,24),(114,34,0,0,0,0,0,0,0,0,'','olegioposobaduk@gmail.com',0,0),(115,34,0,0,0,0,0,0,0,0,'','',1813,0),(116,35,125,125,82,82,43,43,129,129,'','',0,0),(117,35,0,0,0,0,0,0,0,0,'129.43.82.125.broad.cq.cq.dynamic.163data.com.cn','',0,0),(118,35,0,0,0,0,0,0,0,0,'','fewdvd@yahoo.com',0,1),(119,35,0,0,0,0,0,0,0,0,'','',1816,3),(120,36,0,0,0,0,0,0,0,0,'','',1818,0),(121,36,211,211,90,90,248,248,97,97,'','',0,11),(122,36,0,0,0,0,0,0,0,0,'','noiblyintinly@gmail.com',0,0),(123,37,218,218,25,25,99,99,135,135,'','',0,9),(124,37,0,0,0,0,0,0,0,0,'','',1821,0),(125,38,95,95,215,215,0,0,21,21,'','',0,309),(126,38,0,0,0,0,0,0,0,0,'','news@dynfree.com',0,0),(127,38,0,0,0,0,0,0,0,0,'','',1826,0),(128,39,143,143,90,90,221,221,225,225,'','',0,0),(129,39,0,0,0,0,0,0,0,0,'TEPte-15p2-225.ppp17.odn.ad.jp','',0,0),(130,39,0,0,0,0,0,0,0,0,'','optodehonsede@gmail.com',0,1),(131,39,0,0,0,0,0,0,0,0,'','',1828,5),(132,40,89,89,149,149,202,202,152,152,'','',0,77),(133,40,0,0,0,0,0,0,0,0,'89-149-202-152.internetserviceteam.com','',0,44),(134,40,0,0,0,0,0,0,0,0,'','litoinide@tennese.bee.pl',0,0),(135,40,0,0,0,0,0,0,0,0,'','',1836,0),(136,43,94,94,181,181,226,226,147,147,'','',0,0),(137,43,0,0,0,0,0,0,0,0,'dynamicip-94-181-226-147.pppoe.kirov.ertelecom.ru','',0,0),(138,43,0,0,0,0,0,0,0,0,'','shaashaxehas@yandex.com',0,0),(139,43,0,0,0,0,0,0,0,0,'','',1845,0),(140,43,94,94,139,139,224,224,3,3,'','',0,0),(141,43,94,94,181,181,232,232,44,44,'','',0,0),(142,43,94,94,181,181,255,255,0,0,'','',0,0),(143,44,95,95,83,83,17,17,151,151,'','',0,0),(144,44,0,0,0,0,0,0,0,0,'95-83-17-151.saransk.ru','',0,0),(145,44,0,0,0,0,0,0,0,0,'','inivegync@gmail.com',0,1),(146,44,0,0,0,0,0,0,0,0,'','',1868,2),(147,45,74,74,53,53,160,160,210,210,'','',0,7),(148,45,0,0,0,0,0,0,0,0,'d2.a0.354a.static.theplanet.com','',0,7),(149,45,0,0,0,0,0,0,0,0,'','f54@seivombojwolb.net',0,0),(150,45,0,0,0,0,0,0,0,0,'','',1875,0),(151,46,120,120,89,89,78,78,171,171,'','',0,0),(152,46,0,0,0,0,0,0,0,0,'','marion.barrett1@gmail.com',0,0),(153,46,0,0,0,0,0,0,0,0,'','',1887,0),(154,48,78,78,142,142,140,140,194,194,'','',0,6),(155,48,0,0,0,0,0,0,0,0,'78.142.140.194','',0,6),(156,48,0,0,0,0,0,0,0,0,'','matvlad34@gmail.com',0,0),(157,48,0,0,0,0,0,0,0,0,'','',1916,0),(158,48,192,192,251,251,226,226,206,206,'','',0,10),(159,48,204,204,8,8,156,156,142,142,'','',0,0),(160,48,208,208,75,75,88,88,34,34,'','',0,4),(161,48,66,66,35,35,1,1,170,170,'','',0,0),(162,48,66,66,96,96,16,16,32,32,'','',0,7),(163,48,69,69,71,71,222,222,187,187,'','',0,6),(164,48,76,76,73,73,13,13,206,206,'','',0,2),(165,51,188,188,92,92,76,76,208,208,'','',0,41),(166,51,0,0,0,0,0,0,0,0,'188.92.76.208','',0,30),(167,51,0,0,0,0,0,0,0,0,'','vsevol55rek447@mail.ru',0,0),(168,51,0,0,0,0,0,0,0,0,'','',1921,0),(169,52,218,218,212,212,74,74,152,152,'','',0,1),(170,52,0,0,0,0,0,0,0,0,'cm152.sigma74.maxonline.com.sg','',0,1),(171,52,0,0,0,0,0,0,0,0,'','karunesh7@gmail.com',0,0),(172,52,0,0,0,0,0,0,0,0,'','',1923,0),(173,52,218,218,186,186,13,13,241,241,'','',0,1),(174,53,221,221,238,238,17,17,245,245,'','',0,8),(175,53,0,0,0,0,0,0,0,0,'221.238.17.245','',0,6),(176,53,0,0,0,0,0,0,0,0,'','lika444mix4m.85@mail.ru',0,0),(177,53,0,0,0,0,0,0,0,0,'','',1924,0),(178,54,41,41,194,194,60,60,4,4,'','',0,0),(179,54,0,0,0,0,0,0,0,0,'','svetlaya701v4@mail.ru',0,0),(180,54,0,0,0,0,0,0,0,0,'','',1925,0),(181,55,222,222,123,123,59,59,22,22,'','',0,0),(182,55,0,0,0,0,0,0,0,0,'adsl-pool-222.123.59-22.dynamic.tttmaxnet.com','',0,0),(183,55,0,0,0,0,0,0,0,0,'','svetlaya701v41@mail.ru',0,0),(184,55,0,0,0,0,0,0,0,0,'','',1927,0),(185,55,119,119,42,42,110,110,23,23,'','',0,0),(186,55,173,173,20,20,84,84,83,83,'','',0,2),(187,55,61,61,91,91,166,166,140,140,'','',0,0),(188,56,221,221,215,215,1,1,224,224,'','',0,4),(189,56,0,0,0,0,0,0,0,0,'','svetlaya73a78@list.ru',0,0),(190,56,0,0,0,0,0,0,0,0,'','',1928,0),(191,57,217,217,20,20,118,118,170,170,'','',0,22),(192,57,0,0,0,0,0,0,0,0,'arcor.de','',0,22),(193,57,0,0,0,0,0,0,0,0,'','illuhsormum@ma1l.bij.pl',0,0),(194,57,0,0,0,0,0,0,0,0,'','',1955,0),(195,58,85,85,25,25,149,149,217,217,'','',0,0),(196,58,0,0,0,0,0,0,0,0,'Arou.org','',0,0),(197,58,0,0,0,0,0,0,0,0,'','kaufviagra25@santafeaccommodation.info',0,3),(198,58,0,0,0,0,0,0,0,0,'','',1963,6),(199,58,24,24,185,185,238,238,176,176,'','',0,0),(200,59,212,212,235,235,107,107,91,91,'','',0,5),(201,59,0,0,0,0,0,0,0,0,'DSL212-235-107-91.bb.netvision.net.il','',0,5),(202,59,0,0,0,0,0,0,0,0,'','loafttafe@izmail.net',0,0),(203,59,0,0,0,0,0,0,0,0,'','',1965,0),(204,60,212,212,235,235,107,107,45,45,'','',0,48),(205,60,0,0,0,0,0,0,0,0,'DSL212-235-107-45.bb.netvision.net.il','',0,48),(206,60,0,0,0,0,0,0,0,0,'','ariahnahoelscher12@gmail.com',0,0),(207,60,0,0,0,0,0,0,0,0,'','',1967,0),(208,61,83,83,241,241,26,26,225,225,'','',0,0),(209,61,0,0,0,0,0,0,0,0,'mpe-26-225.mpe.lv','',0,0),(210,61,0,0,0,0,0,0,0,0,'','jeina.kristi@gmail.com',0,0),(211,61,0,0,0,0,0,0,0,0,'','',1981,0),(212,61,95,95,68,68,86,86,249,249,'','',0,0),(213,62,188,188,112,112,151,151,198,198,'','',0,46),(214,62,0,0,0,0,0,0,0,0,'ip-188-112-151-198.ngn.lv','',0,46),(215,62,0,0,0,0,0,0,0,0,'','jeinakristi@gmail.com',0,0),(216,62,0,0,0,0,0,0,0,0,'','',1977,0),(217,62,95,95,68,68,75,75,196,196,'','',0,0),(218,63,78,78,26,26,179,179,214,214,'','',0,1),(219,63,0,0,0,0,0,0,0,0,'vps86-4.elaninet.com','',0,1),(220,63,0,0,0,0,0,0,0,0,'','wqidf@mdpind.org',0,0),(221,67,77,77,42,42,157,157,250,250,'','',0,0),(222,67,0,0,0,0,0,0,0,0,'','g2267938@mail.ru',0,2),(223,67,0,0,0,0,0,0,0,0,'','',1999,7),(224,68,94,94,23,23,57,57,24,24,'','',0,9),(225,68,0,0,0,0,0,0,0,0,'ks301939.kimsufi.com','',0,9),(226,68,0,0,0,0,0,0,0,0,'','gand.zio.rdisujepedego@gmail.com',0,27),(227,68,0,0,0,0,0,0,0,0,'','',2008,54),(228,68,195,195,191,191,54,54,237,237,'','',0,25),(229,69,88,88,112,112,214,214,20,20,'','',0,1),(230,69,0,0,0,0,0,0,0,0,'a88-112-214-20.elisa-laajakaista.fi','',0,1),(231,69,0,0,0,0,0,0,0,0,'','21tuttavuus@gmail.com',0,1),(232,69,0,0,0,0,0,0,0,0,'','',1997,1),(233,69,88,88,113,113,18,18,189,189,'','',0,0),(234,70,89,89,107,107,104,104,99,99,'','',0,1),(235,70,0,0,0,0,0,0,0,0,'89.107.104.99','',0,1),(236,70,0,0,0,0,0,0,0,0,'','msmarystrikens@gmail.com',0,1),(237,70,0,0,0,0,0,0,0,0,'','',2011,2),(238,71,80,80,249,249,83,83,202,202,'','',0,0),(239,71,0,0,0,0,0,0,0,0,'','ppp0.for.s@gmail.com',0,0),(240,71,0,0,0,0,0,0,0,0,'','',1992,0),(241,72,91,91,207,207,6,6,78,78,'','',0,0),(242,72,0,0,0,0,0,0,0,0,'78.6.207.91.unknown.SteepHost.Net','',0,0),(243,72,0,0,0,0,0,0,0,0,'','hummannic@mailserver.webhop.biz',0,0),(244,72,0,0,0,0,0,0,0,0,'','',2003,0),(245,73,188,188,72,72,225,225,209,209,'','',0,4),(246,73,0,0,0,0,0,0,0,0,'188.72.225.209','',0,3),(247,73,0,0,0,0,0,0,0,0,'','pajat138552@hiphopmail.webhop.net',0,0),(248,73,0,0,0,0,0,0,0,0,'','',1996,0),(249,74,212,212,235,235,107,107,48,48,'','',0,2),(250,74,0,0,0,0,0,0,0,0,'DSL212-235-107-48.bb.netvision.net.il','',0,2),(251,74,0,0,0,0,0,0,0,0,'','beckhemluken09@gmail.com',0,0),(252,74,200,200,25,25,218,218,249,249,'','',0,0),(253,75,212,212,235,235,107,107,48,48,'','',0,2),(254,75,0,0,0,0,0,0,0,0,'DSL212-235-107-48.bb.netvision.net.il','',0,2),(255,75,0,0,0,0,0,0,0,0,'','tatiyanabruton17@gmail.com',0,0),(256,75,0,0,0,0,0,0,0,0,'','',2007,0),(257,76,89,89,107,107,104,104,60,60,'','',0,0),(258,76,0,0,0,0,0,0,0,0,'','namelchit1335@ututu.selfip.com',0,0),(259,76,0,0,0,0,0,0,0,0,'','',1995,0),(260,77,91,91,207,207,6,6,74,74,'','',0,2),(261,77,0,0,0,0,0,0,0,0,'74.6.207.91.unknown.SteepHost.Net','',0,2),(262,77,0,0,0,0,0,0,0,0,'','maninblack@mailserver.podzone.org',0,0),(263,77,0,0,0,0,0,0,0,0,'','',1990,0),(264,78,212,212,235,235,107,107,70,70,'','',0,0),(265,78,0,0,0,0,0,0,0,0,'DSL212-235-107-70.bb.netvision.net.il','',0,0),(266,78,0,0,0,0,0,0,0,0,'','gracindwight20@gmail.com',0,0),(267,78,0,0,0,0,0,0,0,0,'','',1985,0),(268,79,203,203,81,81,81,81,36,36,'','',0,0),(269,79,0,0,0,0,0,0,0,0,'','tovahswitzer32@gmail.com',0,0),(270,79,0,0,0,0,0,0,0,0,'','',1983,0),(271,80,212,212,235,235,107,107,70,70,'','',0,0),(272,80,0,0,0,0,0,0,0,0,'DSL212-235-107-70.bb.netvision.net.il','',0,0),(273,80,0,0,0,0,0,0,0,0,'','jamisenrose21@gmail.com',0,0),(274,80,0,0,0,0,0,0,0,0,'','',1982,0),(275,81,203,203,82,82,91,91,104,104,'','',0,0),(276,81,0,0,0,0,0,0,0,0,'203.82.91.104','',0,0),(277,81,0,0,0,0,0,0,0,0,'','liku_daisuke@yahoo.com',0,0),(278,81,0,0,0,0,0,0,0,0,'','',1980,0),(279,81,203,203,82,82,80,80,33,33,'','',0,0),(280,82,0,0,0,0,0,0,0,0,'','aa29@chatterzx.cn',0,0),(281,82,0,0,0,0,0,0,0,0,'','',1976,0),(282,82,95,95,154,154,247,247,189,189,'','',0,3),(283,83,68,68,40,40,243,243,229,229,'','',0,0),(284,83,0,0,0,0,0,0,0,0,'c-68-40-243-229.hsd1.mi.comcast.net','',0,0),(285,83,0,0,0,0,0,0,0,0,'','junelvin@yahoo.com',0,0),(286,83,0,0,0,0,0,0,0,0,'','',1975,0),(287,84,212,212,235,235,107,107,70,70,'','',0,0),(288,84,0,0,0,0,0,0,0,0,'DSL212-235-107-70.bb.netvision.net.il','',0,0),(289,84,0,0,0,0,0,0,0,0,'','kodiakchittenden57@gmail.com',0,0),(290,84,0,0,0,0,0,0,0,0,'','',1973,0),(291,85,124,124,205,205,30,30,253,253,'','',0,0),(292,85,0,0,0,0,0,0,0,0,'','rehanalamo14@gmail.com',0,0),(293,85,0,0,0,0,0,0,0,0,'','',1972,0),(294,86,212,212,235,235,107,107,70,70,'','',0,0),(295,86,0,0,0,0,0,0,0,0,'DSL212-235-107-70.bb.netvision.net.il','',0,0),(296,86,0,0,0,0,0,0,0,0,'','taydenkuo18@gmail.com',0,0),(297,86,0,0,0,0,0,0,0,0,'','',1970,0),(298,87,212,212,235,235,107,107,70,70,'','',0,0),(299,87,0,0,0,0,0,0,0,0,'DSL212-235-107-70.bb.netvision.net.il','',0,0),(300,87,0,0,0,0,0,0,0,0,'','zalafentress60@gmail.com',0,0),(301,87,0,0,0,0,0,0,0,0,'','',1952,0),(302,88,212,212,235,235,107,107,45,45,'','',0,0),(303,88,0,0,0,0,0,0,0,0,'DSL212-235-107-45.bb.netvision.net.il','',0,0),(304,88,0,0,0,0,0,0,0,0,'','jamicastellanos05@gmail.com',0,0),(305,88,0,0,0,0,0,0,0,0,'','',1951,0),(306,89,212,212,235,235,107,107,70,70,'','',0,0),(307,89,0,0,0,0,0,0,0,0,'DSL212-235-107-70.bb.netvision.net.il','',0,0),(308,89,0,0,0,0,0,0,0,0,'','damionbelknap73@gmail.com',0,0),(309,89,0,0,0,0,0,0,0,0,'','',1948,0),(310,90,212,212,235,235,107,107,45,45,'','',0,0),(311,90,0,0,0,0,0,0,0,0,'DSL212-235-107-45.bb.netvision.net.il','',0,0),(312,90,0,0,0,0,0,0,0,0,'','jannellewagnon06@gmail.com',0,0),(313,90,0,0,0,0,0,0,0,0,'','',1947,0),(314,91,195,195,39,39,210,210,202,202,'','',0,22),(315,91,0,0,0,0,0,0,0,0,'ip210-202.telenet.dn.ua','',0,18),(316,91,0,0,0,0,0,0,0,0,'','bertiesims@aol.com',0,0),(317,91,0,0,0,0,0,0,0,0,'','',1946,0),(318,92,212,212,235,235,107,107,45,45,'','',0,0),(319,92,0,0,0,0,0,0,0,0,'DSL212-235-107-45.bb.netvision.net.il','',0,0),(320,92,0,0,0,0,0,0,0,0,'','krystynaparry70@gmail.com',0,0),(321,92,0,0,0,0,0,0,0,0,'','',1944,0),(322,93,217,217,70,70,170,170,6,6,'','',0,0),(323,93,0,0,0,0,0,0,0,0,'wwextra.core.gelsen.net','',0,0),(324,93,0,0,0,0,0,0,0,0,'','svetlaya765@mail.ru',0,0),(325,93,0,0,0,0,0,0,0,0,'','',1930,0),(326,93,207,207,44,44,255,255,162,162,'','',0,4),(327,94,220,220,181,181,53,53,230,230,'','',0,0),(328,94,0,0,0,0,0,0,0,0,'220.181.53.230','',0,0),(329,94,0,0,0,0,0,0,0,0,'','medv.a.lery6@gmail.com',0,0),(330,94,0,0,0,0,0,0,0,0,'','',1920,0),(331,94,220,220,181,181,53,53,226,226,'','',0,0),(332,94,220,220,181,181,53,53,227,227,'','',0,0),(333,94,220,220,181,181,53,53,229,229,'','',0,0),(334,94,220,220,181,181,53,53,231,231,'','',0,0),(335,95,70,70,42,42,67,67,176,176,'','',0,0),(336,95,0,0,0,0,0,0,0,0,'70.42.67.176','',0,0),(337,95,0,0,0,0,0,0,0,0,'','arroborry@gawab.com',0,5),(338,95,0,0,0,0,0,0,0,0,'','',2013,17),(339,96,212,212,235,235,107,107,45,45,'','',0,0),(340,96,0,0,0,0,0,0,0,0,'DSL212-235-107-45.bb.netvision.net.il','',0,0),(341,96,0,0,0,0,0,0,0,0,'','natoshacarlos26@gmail.com',0,0),(342,96,0,0,0,0,0,0,0,0,'','',1959,0),(343,97,94,94,142,142,130,130,178,178,'','',0,0),(344,97,0,0,0,0,0,0,0,0,'h-130-178.cssgroup.lv','',0,0),(345,97,0,0,0,0,0,0,0,0,'','s.pe.nced.o.m.in.i.q.u.e69@gmail.com',0,0),(346,97,0,0,0,0,0,0,0,0,'','',1956,0),(347,98,95,95,28,28,103,103,28,28,'','',0,0),(348,98,0,0,0,0,0,0,0,0,'95-28-103-28.broadband.corbina.ru','',0,0),(349,98,0,0,0,0,0,0,0,0,'','skazhimneda.7@gmail.com',0,0),(350,98,0,0,0,0,0,0,0,0,'','',1902,0),(351,98,95,95,28,28,124,124,37,37,'','',0,0),(352,99,67,67,19,19,136,136,74,74,'','',0,0),(353,99,0,0,0,0,0,0,0,0,'4a.88.1343.static.theplanet.com','',0,0),(354,99,0,0,0,0,0,0,0,0,'','kimberlysaline@gmail.com',0,0),(355,99,0,0,0,0,0,0,0,0,'','',1904,0),(356,100,201,201,144,144,30,30,227,227,'','',0,0),(357,100,0,0,0,0,0,0,0,0,'static.customer-201-144-30-227.uninet-ide.com.mx','',0,0),(358,100,0,0,0,0,0,0,0,0,'','kabbalah@uaclub.net',0,0),(359,100,0,0,0,0,0,0,0,0,'','',1894,0),(360,101,94,94,142,142,130,130,88,88,'','',0,0),(361,101,0,0,0,0,0,0,0,0,'h-130-88.cssgroup.lv','',0,0),(362,101,0,0,0,0,0,0,0,0,'','awartedia@gmail.com',0,0),(363,101,0,0,0,0,0,0,0,0,'','',1839,0),(364,102,91,91,214,214,44,44,228,228,'','',0,0),(365,102,0,0,0,0,0,0,0,0,'unknown.altushost.com','',0,165),(366,102,0,0,0,0,0,0,0,0,'','nightingalepageqequ1235@gmail.com',0,0),(367,102,0,0,0,0,0,0,0,0,'','',1835,0),(368,103,194,194,8,8,75,75,64,64,'','',0,0),(369,103,0,0,0,0,0,0,0,0,'','pazollokartz@1berlinaccommodation.info',0,0),(370,103,0,0,0,0,0,0,0,0,'','',1815,0),(371,104,188,188,17,17,44,44,139,139,'','',0,0),(372,104,0,0,0,0,0,0,0,0,'','manyabadoff@gmail.com',0,0),(373,104,0,0,0,0,0,0,0,0,'','',1786,0),(374,105,90,90,188,188,255,255,199,199,'','',0,0),(375,105,0,0,0,0,0,0,0,0,'90-188-255-199.pppoe.irtel.ru','',0,0),(376,105,0,0,0,0,0,0,0,0,'','slotter23@yalta.krim.ws',0,0),(377,105,0,0,0,0,0,0,0,0,'','',1159,0),(378,106,194,194,146,146,190,190,83,83,'','',0,0),(379,106,0,0,0,0,0,0,0,0,'194.146.190.83','',0,0),(380,106,0,0,0,0,0,0,0,0,'','xrum124@gmail.com',0,0),(381,106,0,0,0,0,0,0,0,0,'','',558,0),(382,107,79,79,143,143,177,177,3,3,'','',0,0),(383,107,0,0,0,0,0,0,0,0,'3.177.143.79.static.giga-dns.com','',0,0),(384,107,0,0,0,0,0,0,0,0,'','oratismenrire@gmail.com',0,0),(385,107,0,0,0,0,0,0,0,0,'','',564,0),(386,108,194,194,8,8,75,75,145,145,'','',0,0),(387,108,0,0,0,0,0,0,0,0,'','mitmizemize@2008notes3.net',0,0),(388,108,0,0,0,0,0,0,0,0,'','',1092,0),(389,109,194,194,165,165,42,42,45,45,'','',0,0),(390,109,0,0,0,0,0,0,0,0,'194.165.42.45','',0,0),(391,109,0,0,0,0,0,0,0,0,'','envepunny@2008fine2.net',0,0),(392,109,0,0,0,0,0,0,0,0,'','',714,0),(393,110,94,94,102,102,60,60,81,81,'','',0,0),(394,110,0,0,0,0,0,0,0,0,'','afaiguctviva@2008webster1.net',0,0),(395,110,0,0,0,0,0,0,0,0,'','',562,0),(396,111,78,78,157,157,140,140,27,27,'','',0,0),(397,111,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(398,111,0,0,0,0,0,0,0,0,'','3bgxft35wxn6@meltmail.com',0,0),(399,111,0,0,0,0,0,0,0,0,'','',1662,0),(400,112,194,194,8,8,75,75,50,50,'','',0,0),(401,112,0,0,0,0,0,0,0,0,'','flupsuese@2008bases4.net',0,0),(402,112,0,0,0,0,0,0,0,0,'','',1182,0),(403,113,91,91,124,124,216,216,98,98,'','',0,0),(404,113,0,0,0,0,0,0,0,0,'98-216-124-91.pool.ukrtel.net','',0,0),(405,113,0,0,0,0,0,0,0,0,'','neerttorn@googleservicegroup.com',0,0),(406,113,0,0,0,0,0,0,0,0,'','',683,0),(407,114,78,78,157,157,140,140,27,27,'','',0,0),(408,114,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(409,114,0,0,0,0,0,0,0,0,'','ionhycyaskeo@meltmail.com',0,0),(410,114,0,0,0,0,0,0,0,0,'','',1230,0),(411,115,78,78,157,157,140,140,27,27,'','',0,0),(412,115,0,0,0,0,0,0,0,0,'','w9uz9pxxrway@meltmail.com',0,0),(413,115,0,0,0,0,0,0,0,0,'','',1410,0),(414,116,218,218,63,63,252,252,219,219,'','',0,0),(415,116,0,0,0,0,0,0,0,0,'218.63.252.219','',0,0),(416,116,0,0,0,0,0,0,0,0,'','tapyenlable@gmail.com',0,0),(417,116,0,0,0,0,0,0,0,0,'','',1079,0),(418,117,212,212,156,156,96,96,206,206,'','',0,0),(419,117,0,0,0,0,0,0,0,0,'static.turktelekom.com.tr','',0,0),(420,117,0,0,0,0,0,0,0,0,'','effosteseeddy@gmail.com',0,0),(421,117,0,0,0,0,0,0,0,0,'','',1301,0),(422,118,87,87,118,118,104,104,44,44,'','',0,0),(423,118,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(424,118,0,0,0,0,0,0,0,0,'','beauncthunc@gmail.com',0,0),(425,118,0,0,0,0,0,0,0,0,'','',1498,0),(426,119,194,194,165,165,42,42,95,95,'','',0,0),(427,119,0,0,0,0,0,0,0,0,'','seelrycer@mail.ru',0,0),(428,119,0,0,0,0,0,0,0,0,'','',894,0),(429,120,193,193,227,227,14,14,64,64,'','',0,0),(430,120,0,0,0,0,0,0,0,0,'PC64.UC.EDU.EG','',0,0),(431,120,0,0,0,0,0,0,0,0,'','heripheriarly@gmail.com',0,0),(432,120,0,0,0,0,0,0,0,0,'','',1073,0),(433,121,78,78,37,37,250,250,122,122,'','',0,0),(434,121,0,0,0,0,0,0,0,0,'ppp78-37-250-122.pppoe.avangarddsl.ru','',0,0),(435,121,0,0,0,0,0,0,0,0,'','abrasaerotics@mail.ru',0,0),(436,121,0,0,0,0,0,0,0,0,'','',1122,0),(437,122,91,91,207,207,4,4,90,90,'','',0,0),(438,122,0,0,0,0,0,0,0,0,'90.4.207.91.unknown.SteepHost.Net','',0,0),(439,122,0,0,0,0,0,0,0,0,'','cnmaiopqqq@mail.ru',0,0),(440,122,0,0,0,0,0,0,0,0,'','',811,0),(441,123,87,87,118,118,104,104,44,44,'','',0,0),(442,123,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(443,123,0,0,0,0,0,0,0,0,'','ku74390@gmail.com',0,0),(444,123,0,0,0,0,0,0,0,0,'','',1044,0),(445,124,89,89,149,149,226,226,46,46,'','',0,0),(446,124,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(447,124,0,0,0,0,0,0,0,0,'','coorploaloula@gmail.com',0,0),(448,124,0,0,0,0,0,0,0,0,'','',1408,0),(449,125,87,87,118,118,104,104,44,44,'','',0,0),(450,125,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(451,125,0,0,0,0,0,0,0,0,'','jyccfyjctfj@gmail.com',0,0),(452,125,0,0,0,0,0,0,0,0,'','',1228,0),(453,126,87,87,118,118,104,104,44,44,'','',0,0),(454,126,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(455,126,0,0,0,0,0,0,0,0,'','typefluelry@gmail.com',0,0),(456,126,0,0,0,0,0,0,0,0,'','',1451,0),(457,127,87,87,118,118,104,104,44,44,'','',0,0),(458,127,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(459,127,0,0,0,0,0,0,0,0,'','gonunammavogs@gmail.com',0,0),(460,127,0,0,0,0,0,0,0,0,'','',1475,0),(461,128,194,194,165,165,42,42,95,95,'','',0,0),(462,128,0,0,0,0,0,0,0,0,'','drelvefoefibe@mail.ru',0,0),(463,128,0,0,0,0,0,0,0,0,'','',1038,0),(464,129,87,87,118,118,104,104,44,44,'','',0,0),(465,129,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(466,129,0,0,0,0,0,0,0,0,'','jjyjfjj@gmail.com',0,0),(467,129,0,0,0,0,0,0,0,0,'','',1160,0),(468,130,194,194,165,165,42,42,111,111,'','',0,0),(469,130,0,0,0,0,0,0,0,0,'','gawefawd@mail.ru',0,0),(470,130,0,0,0,0,0,0,0,0,'','',921,0),(471,131,78,78,36,36,39,39,220,220,'','',0,0),(472,131,0,0,0,0,0,0,0,0,'ip78-36-39-220.onego.ru','',0,0),(473,131,0,0,0,0,0,0,0,0,'','poor1@safe-mail.net',0,0),(474,131,0,0,0,0,0,0,0,0,'','',730,0),(475,132,87,87,118,118,104,104,44,44,'','',0,0),(476,132,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(477,132,0,0,0,0,0,0,0,0,'','xhxdth@gmail.com',0,0),(478,132,0,0,0,0,0,0,0,0,'','',1120,0),(479,133,89,89,149,149,253,253,223,223,'','',0,2),(480,133,0,0,0,0,0,0,0,0,'','ddd@gbsvai.com',0,0),(481,133,0,0,0,0,0,0,0,0,'','',1314,0),(482,134,213,213,186,186,116,116,57,57,'','',0,0),(483,134,0,0,0,0,0,0,0,0,'213.186.116.57.utel.net.ua','',0,0),(484,134,0,0,0,0,0,0,0,0,'','yoycreditos8@gmail.com',0,0),(485,135,92,92,241,241,168,168,203,203,'','',0,0),(486,135,0,0,0,0,0,0,0,0,'vps3203_VZw2k3.2x4.ru','',0,0),(487,135,0,0,0,0,0,0,0,0,'','xanaxx@freemai1l.info',0,0),(488,135,0,0,0,0,0,0,0,0,'','',411,0),(489,136,87,87,118,118,102,102,98,98,'','',0,0),(490,136,0,0,0,0,0,0,0,0,'km10401.vdswin.com','',0,0),(491,136,0,0,0,0,0,0,0,0,'','latlitleelerbrr@gmail.com',0,0),(492,136,0,0,0,0,0,0,0,0,'','',841,0),(493,137,194,194,165,165,42,42,45,45,'','',0,0),(494,137,0,0,0,0,0,0,0,0,'194.165.42.45','',0,0),(495,137,0,0,0,0,0,0,0,0,'','infubbili@2008globalinfo3.net',0,0),(496,137,0,0,0,0,0,0,0,0,'','',600,0),(497,138,194,194,165,165,42,42,45,45,'','',0,0),(498,138,0,0,0,0,0,0,0,0,'','slolveped@2008useful2.net',0,0),(499,138,0,0,0,0,0,0,0,0,'','',583,0),(500,139,78,78,157,157,140,140,27,27,'','',0,0),(501,139,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(502,139,0,0,0,0,0,0,0,0,'','jdkmq5wnd8eo@meltmail.com',0,0),(503,139,0,0,0,0,0,0,0,0,'','',1300,0),(504,140,78,78,110,110,175,175,18,18,'','',0,0),(505,140,0,0,0,0,0,0,0,0,'','lalnuaway@gmail.com',0,0),(506,140,0,0,0,0,0,0,0,0,'','',1681,0),(507,141,91,91,203,203,164,164,69,69,'','',0,0),(508,141,0,0,0,0,0,0,0,0,'ppp5-nat.zeus.poltava.ua','',0,0),(509,141,0,0,0,0,0,0,0,0,'','tutopense@gmail.com',0,0),(510,141,0,0,0,0,0,0,0,0,'','',1566,0),(511,142,94,94,142,142,130,130,88,88,'','',0,0),(512,142,0,0,0,0,0,0,0,0,'h-130-88.cssgroup.lv','',0,0),(513,142,0,0,0,0,0,0,0,0,'','frowlslogslom@gmail.com',0,0),(514,142,0,0,0,0,0,0,0,0,'','',1838,0),(515,143,194,194,165,165,42,42,95,95,'','',0,0),(516,143,0,0,0,0,0,0,0,0,'','intectmeerbiz@mail.ru',0,0),(517,143,0,0,0,0,0,0,0,0,'','',899,0),(518,144,89,89,149,149,217,217,190,190,'','',0,0),(519,144,0,0,0,0,0,0,0,0,'89-149-217-190.local','',0,0),(520,144,0,0,0,0,0,0,0,0,'','enrothbothjat@gmail.com',0,0),(521,144,0,0,0,0,0,0,0,0,'','',1266,0),(522,145,76,76,164,164,192,192,10,10,'','',0,0),(523,145,0,0,0,0,0,0,0,0,'72.164.192.10.svservers.com','',0,0),(524,145,0,0,0,0,0,0,0,0,'','airlinetixco@mail.com',0,0),(525,145,0,0,0,0,0,0,0,0,'','',1507,0),(526,146,94,94,247,247,2,2,240,240,'','',0,0),(527,146,0,0,0,0,0,0,0,0,'','falpladay@gmail.com',0,0),(528,146,0,0,0,0,0,0,0,0,'','',1573,0),(529,147,194,194,165,165,42,42,73,73,'','',0,0),(530,147,0,0,0,0,0,0,0,0,'194.165.42.73','',0,0),(531,147,0,0,0,0,0,0,0,0,'','joiliclonge@nakgirls.ru',0,0),(532,147,0,0,0,0,0,0,0,0,'','',798,0),(533,148,79,79,111,111,43,43,193,193,'','',0,0),(534,148,0,0,0,0,0,0,0,0,'ip-79-111-43-193.bb.netbynet.ru','',0,0),(535,148,0,0,0,0,0,0,0,0,'','intisfaft@gmail.com',0,0),(536,148,0,0,0,0,0,0,0,0,'','',675,0),(537,149,194,194,8,8,75,75,42,42,'','',0,0),(538,149,0,0,0,0,0,0,0,0,'194.8.75.42','',0,0),(539,149,0,0,0,0,0,0,0,0,'','lovetthaugustcuvfu@gmail.com',0,0),(540,149,0,0,0,0,0,0,0,0,'','',1654,0),(541,150,194,194,8,8,75,75,159,159,'','',0,0),(542,150,0,0,0,0,0,0,0,0,'194.8.75.159','',0,0),(543,150,0,0,0,0,0,0,0,0,'','hopongordaddy@mail.ru',0,0),(544,150,0,0,0,0,0,0,0,0,'','',1401,0),(545,151,195,195,46,46,35,35,77,77,'','',0,0),(546,151,0,0,0,0,0,0,0,0,'','itagmagab@gmail.com',0,0),(547,151,0,0,0,0,0,0,0,0,'','',768,0),(548,152,78,78,110,110,175,175,11,11,'','',0,0),(549,152,0,0,0,0,0,0,0,0,'78.110.175.11','',0,0),(550,152,0,0,0,0,0,0,0,0,'','alina@goodemailadressforfree.net',0,0),(551,152,0,0,0,0,0,0,0,0,'','',1144,0),(552,153,87,87,118,118,104,104,158,158,'','',0,2),(553,153,0,0,0,0,0,0,0,0,'ns.km23049-05.keymachine.de','',0,2),(554,153,0,0,0,0,0,0,0,0,'','bametqwera@gmail.com',0,0),(555,153,0,0,0,0,0,0,0,0,'','',790,0),(556,154,78,78,110,110,175,175,13,13,'','',0,0),(557,154,0,0,0,0,0,0,0,0,'','alina@freemeilaadressforall.net',0,0),(558,154,0,0,0,0,0,0,0,0,'','',1194,0),(559,155,81,81,24,24,208,208,9,9,'','',0,0),(560,155,0,0,0,0,0,0,0,0,'nat1.nktv.mk.ua','',0,0),(561,155,0,0,0,0,0,0,0,0,'','herosimaseo@gmail.com',0,0),(562,155,0,0,0,0,0,0,0,0,'','',1546,0),(563,156,78,78,106,106,238,238,237,237,'','',0,0),(564,156,0,0,0,0,0,0,0,0,'78-106-238-237.broadband.corbina.ru','',0,0),(565,156,0,0,0,0,0,0,0,0,'','scania42654@gmail.com',0,0),(566,156,0,0,0,0,0,0,0,0,'','',589,0),(567,157,79,79,164,164,134,134,63,63,'','',0,0),(568,157,0,0,0,0,0,0,0,0,'host-79-164-134-63.qwerty.ru','',0,0),(569,157,0,0,0,0,0,0,0,0,'','vvasganovich@yandex.ru',0,0),(570,157,0,0,0,0,0,0,0,0,'','',1504,0),(571,158,92,92,112,112,215,215,80,80,'','',0,0),(572,158,0,0,0,0,0,0,0,0,'80-215-112-92.pool.ukrtel.net','',0,0),(573,158,0,0,0,0,0,0,0,0,'','alltothetop@gmail.com',0,0),(574,158,0,0,0,0,0,0,0,0,'','',735,0),(575,159,95,95,28,28,112,112,97,97,'','',0,0),(576,159,0,0,0,0,0,0,0,0,'95-28-112-97.broadband.corbina.ru','',0,0),(577,159,0,0,0,0,0,0,0,0,'','mail@teensamateur.cn',0,0),(578,159,0,0,0,0,0,0,0,0,'','',1158,0),(579,160,95,95,28,28,95,95,99,99,'','',0,0),(580,160,0,0,0,0,0,0,0,0,'95-28-95-99.broadband.corbina.ru','',0,0),(581,160,0,0,0,0,0,0,0,0,'','models@amateurvideoteens.com',0,0),(582,160,0,0,0,0,0,0,0,0,'','',1269,0),(583,161,95,95,28,28,136,136,223,223,'','',0,0),(584,161,0,0,0,0,0,0,0,0,'95-28-136-223.broadband.corbina.ru','',0,0),(585,161,0,0,0,0,0,0,0,0,'','girls@amateurvideoteens.com',0,0),(586,161,0,0,0,0,0,0,0,0,'','',1308,0),(587,162,87,87,118,118,110,110,173,173,'','',0,0),(588,162,0,0,0,0,0,0,0,0,'ns.km23053-01.keymachine.de','',0,0),(589,162,0,0,0,0,0,0,0,0,'','j2d7i5p6f0@mail.ru',0,0),(590,162,0,0,0,0,0,0,0,0,'','',1561,0),(591,163,78,78,110,110,175,175,18,18,'','',0,0),(592,163,0,0,0,0,0,0,0,0,'','arersengake@gmail.com',0,0),(593,163,0,0,0,0,0,0,0,0,'','',1586,0),(594,164,194,194,165,165,42,42,91,91,'','',0,0),(595,164,0,0,0,0,0,0,0,0,'','rendererea@gmail.com',0,0),(596,164,0,0,0,0,0,0,0,0,'','',678,0),(597,165,203,203,31,31,48,48,3,3,'','',0,0),(598,165,0,0,0,0,0,0,0,0,'proxy.netspeed.com.au','',0,0),(599,165,0,0,0,0,0,0,0,0,'','olulukasu@gmail.com',0,0),(600,165,0,0,0,0,0,0,0,0,'','',1247,0),(601,166,84,84,19,19,190,190,162,162,'','',0,0),(602,166,0,0,0,0,0,0,0,0,'km34038.vdswin.com','',0,0),(603,166,0,0,0,0,0,0,0,0,'','nobbiormrom@gmail.com',0,0),(604,166,0,0,0,0,0,0,0,0,'','',1208,0),(605,167,194,194,8,8,75,75,64,64,'','',0,0),(606,167,0,0,0,0,0,0,0,0,'194.8.75.64','',0,0),(607,167,0,0,0,0,0,0,0,0,'','6d8dlwgu9pi9@meltmail.com',0,0),(608,167,0,0,0,0,0,0,0,0,'','',1672,0),(609,168,78,78,132,132,165,165,3,3,'','',0,0),(610,168,0,0,0,0,0,0,0,0,'dyn-165-3.pppoe.tmb.ru','',0,0),(611,168,0,0,0,0,0,0,0,0,'','werasomax@mail.ru',0,0),(612,168,0,0,0,0,0,0,0,0,'','',1251,0),(613,169,89,89,149,149,217,217,190,190,'','',0,0),(614,169,0,0,0,0,0,0,0,0,'89-149-217-190.local','',0,0),(615,169,0,0,0,0,0,0,0,0,'','tymnerronse@gmail.com',0,0),(616,169,0,0,0,0,0,0,0,0,'','',1336,0),(617,170,195,195,2,2,240,240,99,99,'','',0,0),(618,170,0,0,0,0,0,0,0,0,'','committedeovargas@gmail.com',0,0),(619,170,0,0,0,0,0,0,0,0,'','',1794,0),(620,171,122,122,227,227,147,147,46,46,'','',0,0),(621,171,0,0,0,0,0,0,0,0,'','svetlaya701v4.81@mail.ru',0,0),(622,171,0,0,0,0,0,0,0,0,'','',1926,0),(623,172,193,193,109,109,248,248,67,67,'','',0,0),(624,172,0,0,0,0,0,0,0,0,'','jonathandb@gawab.com',0,0),(625,172,0,0,0,0,0,0,0,0,'','',852,0),(626,173,91,91,192,192,190,190,28,28,'','',0,0),(627,173,0,0,0,0,0,0,0,0,'ip-190-28.users.unet.ws','',0,0),(628,173,0,0,0,0,0,0,0,0,'','glantwain@mail333.com',0,0),(629,173,0,0,0,0,0,0,0,0,'','',662,0),(630,174,87,87,118,118,106,106,56,56,'','',0,0),(631,174,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(632,174,0,0,0,0,0,0,0,0,'','lormacago@gmail.com',0,0),(633,174,0,0,0,0,0,0,0,0,'','',791,0),(634,175,67,67,165,165,59,59,130,130,'','',0,0),(635,175,0,0,0,0,0,0,0,0,'c-67-165-59-130.hsd1.pa.comcast.net','',0,0),(636,175,0,0,0,0,0,0,0,0,'','nmxoer@gmail.com',0,0),(637,175,0,0,0,0,0,0,0,0,'','',633,0),(638,176,95,95,28,28,108,108,52,52,'','',0,0),(639,176,0,0,0,0,0,0,0,0,'95-28-108-52.broadband.corbina.ru','',0,0),(640,176,0,0,0,0,0,0,0,0,'','lierolissni@gmail.com',0,0),(641,176,0,0,0,0,0,0,0,0,'','',585,0),(642,177,76,76,103,103,131,131,45,45,'','',0,0),(643,177,0,0,0,0,0,0,0,0,'c-76-103-131-45.hsd1.ca.comcast.net','',0,0),(644,177,0,0,0,0,0,0,0,0,'','capopittics@gmail.com',0,0),(645,177,0,0,0,0,0,0,0,0,'','',974,0),(646,178,194,194,165,165,42,42,87,87,'','',0,0),(647,178,0,0,0,0,0,0,0,0,'','zendninycooni@elfox.net',0,0),(648,178,0,0,0,0,0,0,0,0,'','',602,0),(649,179,24,24,218,218,106,106,34,34,'','',0,0),(650,179,0,0,0,0,0,0,0,0,'c-24-218-106-34.hsd1.ma.comcast.net','',0,0),(651,179,0,0,0,0,0,0,0,0,'','nealopaillcix@kinozal.tv',0,0),(652,179,0,0,0,0,0,0,0,0,'','',1434,0),(653,180,78,78,157,157,140,140,4,4,'','',0,0),(654,180,0,0,0,0,0,0,0,0,'78.157.140.4','',0,0),(655,180,0,0,0,0,0,0,0,0,'','blormapalolla@gmail.com',0,0),(656,180,0,0,0,0,0,0,0,0,'','',969,0),(657,181,78,78,157,157,140,140,27,27,'','',0,0),(658,181,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(659,181,0,0,0,0,0,0,0,0,'','jmbzgfaouyh7@meltmail.com',0,0),(660,181,0,0,0,0,0,0,0,0,'','',1339,0),(661,182,78,78,110,110,175,175,18,18,'','',0,0),(662,182,0,0,0,0,0,0,0,0,'','causeptuast@gmail.com',0,0),(663,182,0,0,0,0,0,0,0,0,'','',1529,0),(664,183,81,81,24,24,208,208,9,9,'','',0,0),(665,183,0,0,0,0,0,0,0,0,'nat1.nktv.mk.ua','',0,0),(666,183,0,0,0,0,0,0,0,0,'','himikkhamserg@gmail.com',0,0),(667,183,0,0,0,0,0,0,0,0,'','',1482,0),(668,184,78,78,110,110,175,175,11,11,'','',0,0),(669,184,0,0,0,0,0,0,0,0,'','arabela@freemeilaadressforall.net',0,0),(671,185,91,91,201,201,51,51,76,76,'','',0,0),(672,185,0,0,0,0,0,0,0,0,'ip-51-76.itns.ru','',0,0),(673,185,0,0,0,0,0,0,0,0,'','artofeyssss@mail.ru',0,0),(674,185,0,0,0,0,0,0,0,0,'','',635,0),(675,186,194,194,8,8,75,75,159,159,'','',0,0),(676,186,0,0,0,0,0,0,0,0,'','undulausese@mail.ru',0,0),(677,186,0,0,0,0,0,0,0,0,'','',1582,0),(678,187,78,78,157,157,140,140,27,27,'','',0,0),(679,187,0,0,0,0,0,0,0,0,'','vxlzrffqgaox@meltmail.com',0,0),(680,187,0,0,0,0,0,0,0,0,'','',1278,0),(681,188,87,87,118,118,106,106,56,56,'','',0,0),(682,188,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(683,188,0,0,0,0,0,0,0,0,'','buckporn1@gmail.com',0,0),(684,188,0,0,0,0,0,0,0,0,'','',1483,0),(685,189,87,87,118,118,124,124,89,89,'','',0,0),(686,189,0,0,0,0,0,0,0,0,'ns.km33127.keymachine.de','',0,0),(687,189,0,0,0,0,0,0,0,0,'','nafemeefamase@gmail.com',0,0),(688,189,0,0,0,0,0,0,0,0,'','',535,0),(689,190,77,77,50,50,7,7,167,167,'','',0,0),(690,190,0,0,0,0,0,0,0,0,'volkovau.lcl.starlink.ru','',0,0),(691,190,0,0,0,0,0,0,0,0,'','aresmerdaumma@gmail.com',0,0),(692,190,0,0,0,0,0,0,0,0,'','',712,0),(693,191,89,89,149,149,226,226,46,46,'','',0,0),(694,191,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(695,191,0,0,0,0,0,0,0,0,'','expereacursen@gmail.com',0,0),(696,191,0,0,0,0,0,0,0,0,'','',1457,0),(697,192,87,87,118,118,104,104,44,44,'','',0,0),(698,192,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(699,192,0,0,0,0,0,0,0,0,'','mikareth@gmail.com',0,0),(700,192,0,0,0,0,0,0,0,0,'','',968,0),(701,193,87,87,118,118,124,124,89,89,'','',0,0),(702,193,0,0,0,0,0,0,0,0,'ns.km33127.keymachine.de','',0,0),(703,193,0,0,0,0,0,0,0,0,'','tieriumcreeta@gmail.com',0,0),(704,193,0,0,0,0,0,0,0,0,'','',566,0),(705,194,78,78,157,157,140,140,27,27,'','',0,0),(706,194,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(707,194,0,0,0,0,0,0,0,0,'','ynk2qo7op3wj@meltmail.com',0,0),(708,194,0,0,0,0,0,0,0,0,'','',1227,0),(709,195,84,84,243,243,197,197,83,83,'','',0,0),(710,195,0,0,0,0,0,0,0,0,'','20081205a@gmail.com',0,0),(711,195,0,0,0,0,0,0,0,0,'','',692,0),(712,196,91,91,207,207,4,4,90,90,'','',0,0),(713,196,0,0,0,0,0,0,0,0,'90.4.207.91.unknown.SteepHost.Net','',0,0),(714,196,0,0,0,0,0,0,0,0,'','cndmaloi315@mail.ru',0,0),(715,196,0,0,0,0,0,0,0,0,'','',1105,0),(716,197,87,87,118,118,118,118,109,109,'','',0,0),(717,197,0,0,0,0,0,0,0,0,'werewolvero.rising-games.net','',0,0),(718,197,0,0,0,0,0,0,0,0,'','aqokefielamo976@gmail.com',0,0),(719,197,0,0,0,0,0,0,0,0,'','',1015,0),(720,198,91,91,201,201,51,51,125,125,'','',0,0),(721,198,0,0,0,0,0,0,0,0,'ip-51-125.itns.ru','',0,0),(722,198,0,0,0,0,0,0,0,0,'','artofeyaska@mail.ru',0,0),(723,198,0,0,0,0,0,0,0,0,'','',705,0),(724,199,194,194,8,8,75,75,42,42,'','',0,0),(725,199,0,0,0,0,0,0,0,0,'194.8.75.42','',0,0),(726,199,0,0,0,0,0,0,0,0,'','dovenstellaystyq@gmail.com',0,0),(727,199,0,0,0,0,0,0,0,0,'','',1587,0),(728,200,92,92,241,241,160,160,22,22,'','',0,0),(729,200,0,0,0,0,0,0,0,0,'92.241.160.22','',0,0),(730,200,0,0,0,0,0,0,0,0,'','alierirox@gmail.com',0,0),(731,200,0,0,0,0,0,0,0,0,'','',1466,0),(732,201,91,91,207,207,4,4,90,90,'','',0,0),(733,201,0,0,0,0,0,0,0,0,'90.4.207.91.unknown.SteepHost.Net','',0,0),(734,201,0,0,0,0,0,0,0,0,'','cnmadsjzk@mail.ru',0,0),(735,201,0,0,0,0,0,0,0,0,'','',1178,0),(736,202,89,89,149,149,226,226,46,46,'','',0,0),(737,202,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(738,202,0,0,0,0,0,0,0,0,'','thottnackkats@gmail.com',0,0),(739,202,0,0,0,0,0,0,0,0,'','',1387,0),(740,203,194,194,8,8,75,75,46,46,'','',0,0),(741,203,0,0,0,0,0,0,0,0,'ns2.dragonara.net','',0,0),(742,203,0,0,0,0,0,0,0,0,'','bulkhonoenuse@gmail.com',0,0),(743,203,0,0,0,0,0,0,0,0,'','',1618,0),(744,204,78,78,157,157,140,140,27,27,'','',0,0),(745,204,0,0,0,0,0,0,0,0,'','gep8ua1wonr2@meltmail.com',0,0),(746,204,0,0,0,0,0,0,0,0,'','',1667,0),(747,205,194,194,165,165,42,42,87,87,'','',0,0),(748,205,0,0,0,0,0,0,0,0,'194.165.42.87','',0,0),(749,205,0,0,0,0,0,0,0,0,'','healssteni@gawab.com',0,0),(750,205,0,0,0,0,0,0,0,0,'','',624,0),(751,206,78,78,157,157,140,140,4,4,'','',0,0),(752,206,0,0,0,0,0,0,0,0,'','unressetory@gmail.com',0,0),(753,206,0,0,0,0,0,0,0,0,'','',956,0),(754,207,89,89,149,149,217,217,190,190,'','',0,0),(755,207,0,0,0,0,0,0,0,0,'89-149-217-190.local','',0,0),(756,207,0,0,0,0,0,0,0,0,'','duadeatmomymn@gmail.com',0,0),(757,207,0,0,0,0,0,0,0,0,'','',1395,0),(758,208,194,194,8,8,75,75,46,46,'','',0,0),(759,208,0,0,0,0,0,0,0,0,'ns2.dragonara.net','',0,0),(760,208,0,0,0,0,0,0,0,0,'','intosetaima@gmail.com',0,0),(761,208,0,0,0,0,0,0,0,0,'','',1661,0),(762,209,79,79,164,164,134,134,63,63,'','',0,0),(763,209,0,0,0,0,0,0,0,0,'host-79-164-134-63.qwerty.ru','',0,0),(764,209,0,0,0,0,0,0,0,0,'','bogatslava@yandex.ru',0,0),(765,209,0,0,0,0,0,0,0,0,'','',1367,0),(766,210,78,78,157,157,140,140,27,27,'','',0,0),(767,210,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(768,210,0,0,0,0,0,0,0,0,'','9ysdyon9zafo@meltmail.com',0,0),(769,210,0,0,0,0,0,0,0,0,'','',1400,0),(770,211,78,78,106,106,241,241,136,136,'','',0,0),(771,211,0,0,0,0,0,0,0,0,'78-106-241-136.broadband.corbina.ru','',0,0),(772,211,0,0,0,0,0,0,0,0,'','audieurozapc@mail.ru',0,0),(773,211,0,0,0,0,0,0,0,0,'','',874,0),(774,212,81,81,24,24,208,208,9,9,'','',0,0),(775,212,0,0,0,0,0,0,0,0,'nat1.nktv.mk.ua','',0,0),(776,212,0,0,0,0,0,0,0,0,'','hgfkk788ll@gmail.com',0,0),(777,212,0,0,0,0,0,0,0,0,'','',1444,0),(778,213,78,78,157,157,140,140,4,4,'','',0,0),(779,213,0,0,0,0,0,0,0,0,'78.157.140.4','',0,0),(780,213,0,0,0,0,0,0,0,0,'','vagblassy@gmail.com',0,0),(781,213,0,0,0,0,0,0,0,0,'','',937,0),(782,214,194,194,8,8,75,75,157,157,'','',0,0),(783,214,0,0,0,0,0,0,0,0,'','zoed3237@gmail.com',0,0),(784,214,0,0,0,0,0,0,0,0,'','',1170,0),(785,215,87,87,118,118,106,106,56,56,'','',0,0),(786,215,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(787,215,0,0,0,0,0,0,0,0,'','hgfhfnbcv@metaping.com',0,0),(788,215,0,0,0,0,0,0,0,0,'','',1116,0),(789,216,194,194,8,8,75,75,157,157,'','',0,0),(790,216,0,0,0,0,0,0,0,0,'','hawr1984@gmail.com',0,0),(791,216,0,0,0,0,0,0,0,0,'','',1594,0),(792,217,87,87,118,118,106,106,56,56,'','',0,0),(793,217,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(794,217,0,0,0,0,0,0,0,0,'','prrtfnsf@peugeot-club.org',0,0),(795,217,0,0,0,0,0,0,0,0,'','',1097,0),(796,218,194,194,165,165,42,42,45,45,'','',0,0),(797,218,0,0,0,0,0,0,0,0,'','infubbili@2008globalinfo5.net',0,0),(798,218,0,0,0,0,0,0,0,0,'','',614,0),(799,219,194,194,8,8,75,75,161,161,'','',0,0),(800,219,0,0,0,0,0,0,0,0,'194.8.75.161','',0,0),(801,219,0,0,0,0,0,0,0,0,'','babooien@vinbazar.com',0,0),(802,219,0,0,0,0,0,0,0,0,'','',703,0),(803,220,68,68,37,37,91,91,191,191,'','',0,0),(804,220,0,0,0,0,0,0,0,0,'c-68-37-91-191.hsd1.nj.comcast.net','',0,0),(805,220,0,0,0,0,0,0,0,0,'','seavesouple@gmail.com',0,0),(806,220,0,0,0,0,0,0,0,0,'','',682,0),(807,221,194,194,165,165,42,42,95,95,'','',0,0),(808,221,0,0,0,0,0,0,0,0,'194.165.42.95','',0,0),(809,221,0,0,0,0,0,0,0,0,'','nodsadeds@mail.ru',0,0),(810,221,0,0,0,0,0,0,0,0,'','',780,0),(811,222,91,91,150,150,223,223,26,26,'','',0,0),(812,222,0,0,0,0,0,0,0,0,'nat2-26.ghnet.pl','',0,0),(813,222,0,0,0,0,0,0,0,0,'','coursemiri@gmail.com',0,0),(814,222,0,0,0,0,0,0,0,0,'','',778,0),(815,223,87,87,118,118,104,104,44,44,'','',0,0),(816,223,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(817,223,0,0,0,0,0,0,0,0,'','hhsetgsg@gmail.com',0,0),(818,223,0,0,0,0,0,0,0,0,'','',1651,0),(819,224,93,93,100,100,106,106,193,193,'','',0,0),(820,224,0,0,0,0,0,0,0,0,'93.100.106.193.pool.sknt.ru','',0,0),(821,224,0,0,0,0,0,0,0,0,'','bananaafricana@mail.ru',0,0),(822,224,0,0,0,0,0,0,0,0,'','',1151,0),(823,225,78,78,157,157,140,140,4,4,'','',0,0),(824,225,0,0,0,0,0,0,0,0,'','sorozosylouth@gmail.com',0,0),(825,225,0,0,0,0,0,0,0,0,'','',964,0),(826,226,87,87,118,118,104,104,44,44,'','',0,0),(827,226,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(828,226,0,0,0,0,0,0,0,0,'','thealteva@gmail.com',0,0),(829,226,0,0,0,0,0,0,0,0,'','',1378,0),(830,227,221,221,233,233,197,197,140,140,'','',0,0),(831,227,0,0,0,0,0,0,0,0,'','wetemussy@bimgir.net',0,0),(832,227,0,0,0,0,0,0,0,0,'','',1143,0),(833,228,78,78,36,36,39,39,220,220,'','',0,0),(834,228,0,0,0,0,0,0,0,0,'ip78-36-39-220.onego.ru','',0,0),(835,228,0,0,0,0,0,0,0,0,'','rmcl@safe-mail.net',0,0),(836,228,0,0,0,0,0,0,0,0,'','',1369,0),(837,229,61,61,116,116,180,180,164,164,'','',0,0),(838,229,0,0,0,0,0,0,0,0,'TEPte-15p164.ppp17.odn.ad.jp','',0,0),(839,229,0,0,0,0,0,0,0,0,'','buypvigra@gmail.com',0,0),(840,229,0,0,0,0,0,0,0,0,'','',708,0),(841,230,89,89,149,149,236,236,50,50,'','',0,0),(842,230,0,0,0,0,0,0,0,0,'','rwethgfydfg@mail.ru',0,0),(843,230,0,0,0,0,0,0,0,0,'','',1352,0),(844,231,78,78,110,110,175,175,11,11,'','',0,0),(845,231,0,0,0,0,0,0,0,0,'78.110.175.11','',0,0),(846,231,0,0,0,0,0,0,0,0,'','belindas@freemeilaadressforall.net',0,0),(847,231,0,0,0,0,0,0,0,0,'','',1333,0),(848,232,78,78,110,110,175,175,11,11,'','',0,0),(849,232,0,0,0,0,0,0,0,0,'','donniejefferson60@yahoo.co.uk',0,0),(850,232,0,0,0,0,0,0,0,0,'','',898,0),(851,233,79,79,143,143,176,176,20,20,'','',0,0),(852,233,0,0,0,0,0,0,0,0,'20.176.143.79.static.giga-dns.com','',0,0),(853,233,0,0,0,0,0,0,0,0,'','burundusek@gmail.com',0,0),(854,233,0,0,0,0,0,0,0,0,'','',1055,0),(855,234,89,89,189,189,159,159,111,111,'','',0,0),(856,234,0,0,0,0,0,0,0,0,'89.189.159.111.dynamic.ufanet.ru','',0,0),(857,234,0,0,0,0,0,0,0,0,'','alleptned@gmail.com',0,0),(858,234,0,0,0,0,0,0,0,0,'','',1127,0),(859,235,207,207,35,35,173,173,123,123,'','',0,0),(860,235,0,0,0,0,0,0,0,0,'','ideamesag@gmail.com',0,0),(861,235,0,0,0,0,0,0,0,0,'','',1399,0),(862,236,95,95,28,28,89,89,218,218,'','',0,0),(863,236,0,0,0,0,0,0,0,0,'95-28-89-218.broadband.corbina.ru','',0,0),(864,236,0,0,0,0,0,0,0,0,'','bestorgazm79@gmail.com',0,0),(865,236,0,0,0,0,0,0,0,0,'','',1059,0),(866,237,87,87,118,118,106,106,56,56,'','',0,0),(867,237,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(868,237,0,0,0,0,0,0,0,0,'','fdsfavbd@atlantmail.com',0,0),(869,237,0,0,0,0,0,0,0,0,'','',1067,0),(870,238,78,78,110,110,175,175,13,13,'','',0,0),(871,238,0,0,0,0,0,0,0,0,'','beverlysalinas29@yahoo.co.uk',0,0),(873,239,78,78,157,157,140,140,27,27,'','',0,0),(874,239,0,0,0,0,0,0,0,0,'','n4oye3rjya47@meltmail.com',0,0),(875,239,0,0,0,0,0,0,0,0,'','',1638,0),(876,240,222,222,161,161,2,2,180,180,'','',0,0),(877,240,0,0,0,0,0,0,0,0,'222.161.2.180','',0,0),(878,240,0,0,0,0,0,0,0,0,'','bigcicki@gmail.com',0,0),(879,240,0,0,0,0,0,0,0,0,'','',1420,0),(880,241,90,90,150,150,122,122,192,192,'','',0,0),(881,241,0,0,0,0,0,0,0,0,'','cilieveri@gmail.com',0,0),(882,241,0,0,0,0,0,0,0,0,'','',595,0),(883,242,79,79,143,143,177,177,4,4,'','',0,0),(884,242,0,0,0,0,0,0,0,0,'4.177.143.79.static.giga-dns.com','',0,0),(885,242,0,0,0,0,0,0,0,0,'','yibadafifuboh19435@gmail.com',0,0),(886,242,0,0,0,0,0,0,0,0,'','',556,0),(887,243,87,87,118,118,106,106,189,189,'','',0,0),(888,243,0,0,0,0,0,0,0,0,'ns.km11316-02.keymachine.de','',0,0),(889,243,0,0,0,0,0,0,0,0,'','pore77@gmail.com',0,0),(890,243,0,0,0,0,0,0,0,0,'','',1148,0),(891,244,95,95,28,28,105,105,69,69,'','',0,0),(892,244,0,0,0,0,0,0,0,0,'95-28-105-69.broadband.corbina.ru','',0,0),(893,244,0,0,0,0,0,0,0,0,'','bestorgazm79@gawab.com',0,0),(894,244,0,0,0,0,0,0,0,0,'','',1633,0),(895,245,95,95,28,28,117,117,148,148,'','',0,0),(896,245,0,0,0,0,0,0,0,0,'95-28-117-148.broadband.corbina.ru','',0,0),(897,245,0,0,0,0,0,0,0,0,'','bestorgazm899@gmail.com',0,0),(898,245,0,0,0,0,0,0,0,0,'','',1650,0),(899,246,87,87,118,118,102,102,98,98,'','',0,0),(900,246,0,0,0,0,0,0,0,0,'km10401.vdswin.com','',0,0),(901,246,0,0,0,0,0,0,0,0,'','taitoanibialf@gmail.com',0,0),(902,246,0,0,0,0,0,0,0,0,'','',866,0),(903,247,194,194,165,165,42,42,95,95,'','',0,0),(904,247,0,0,0,0,0,0,0,0,'194.165.42.95','',0,0),(905,247,0,0,0,0,0,0,0,0,'','cynchyday@mail.ru',0,0),(906,247,0,0,0,0,0,0,0,0,'','',784,0),(907,248,91,91,124,124,168,168,134,134,'','',0,0),(908,248,0,0,0,0,0,0,0,0,'134-168-124-91.pool.ukrtel.net','',0,0),(909,248,0,0,0,0,0,0,0,0,'','kortneylon@jorishamail.com',0,0),(910,248,0,0,0,0,0,0,0,0,'','',1052,0),(911,249,87,87,118,118,106,106,56,56,'','',0,0),(912,249,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(913,249,0,0,0,0,0,0,0,0,'','fdoiubn@ramireschat.com',0,0),(914,249,0,0,0,0,0,0,0,0,'','',1069,0),(915,250,78,78,26,26,179,179,203,203,'','',0,0),(916,250,0,0,0,0,0,0,0,0,'vps94-13.elaninet.com','',0,0),(917,250,0,0,0,0,0,0,0,0,'','chippasrrt@mail.ru',0,0),(918,250,0,0,0,0,0,0,0,0,'','',673,0),(919,251,93,93,80,80,243,243,12,12,'','',0,0),(920,251,0,0,0,0,0,0,0,0,'93-80-243-12.broadband.corbina.ru','',0,0),(921,251,0,0,0,0,0,0,0,0,'','kidspoorild@gmail.com',0,0),(922,251,0,0,0,0,0,0,0,0,'','',654,0),(923,252,208,208,64,64,29,29,163,163,'','',0,0),(924,252,0,0,0,0,0,0,0,0,'208.64.29.163.svservers.com','',0,0),(925,252,0,0,0,0,0,0,0,0,'','blessauer@atlaskit.com',0,0),(926,252,0,0,0,0,0,0,0,0,'','',1521,0),(927,253,87,87,248,248,181,181,211,211,'','',0,0),(928,253,0,0,0,0,0,0,0,0,'87-248-181-211.starnet.md','',0,0),(929,253,0,0,0,0,0,0,0,0,'','blogunui@moipenis.com',0,0),(930,253,0,0,0,0,0,0,0,0,'','',557,0),(931,254,87,87,118,118,104,104,44,44,'','',0,0),(932,254,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(933,254,0,0,0,0,0,0,0,0,'','anenuefrore@gmail.com',0,0),(934,254,0,0,0,0,0,0,0,0,'','',1406,0),(935,255,78,78,106,106,241,241,136,136,'','',0,0),(936,255,0,0,0,0,0,0,0,0,'78-106-241-136.broadband.corbina.ru','',0,0),(937,255,0,0,0,0,0,0,0,0,'','bmweurozapc@mail.ru',0,0),(938,255,0,0,0,0,0,0,0,0,'','',857,0),(939,256,87,87,248,248,181,181,211,211,'','',0,0),(940,256,0,0,0,0,0,0,0,0,'87-248-181-211.starnet.md','',0,0),(941,256,0,0,0,0,0,0,0,0,'','osetia@113366.info',0,0),(942,256,0,0,0,0,0,0,0,0,'','',916,0),(943,257,91,91,124,124,207,207,0,0,'','',0,0),(944,257,0,0,0,0,0,0,0,0,'91.124.207.0','',0,0),(945,257,0,0,0,0,0,0,0,0,'','bobson@inbox.ru',0,0),(946,257,0,0,0,0,0,0,0,0,'','',985,0),(947,258,89,89,149,149,226,226,46,46,'','',0,0),(948,258,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(949,258,0,0,0,0,0,0,0,0,'','unfitidiott@gmail.com',0,0),(950,258,0,0,0,0,0,0,0,0,'','',1354,0),(951,259,78,78,157,157,140,140,27,27,'','',0,0),(952,259,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(953,259,0,0,0,0,0,0,0,0,'','d1858lmq7ie7@meltmail.com',0,0),(954,259,0,0,0,0,0,0,0,0,'','',1285,0),(955,260,79,79,164,164,134,134,63,63,'','',0,0),(956,260,0,0,0,0,0,0,0,0,'host-79-164-134-63.qwerty.ru','',0,0),(957,260,0,0,0,0,0,0,0,0,'','atorchenko@yandex.ru',0,0),(958,260,0,0,0,0,0,0,0,0,'','',1307,0),(959,261,194,194,165,165,42,42,95,95,'','',0,0),(960,261,0,0,0,0,0,0,0,0,'','noinuoutgaist@mail.ru',0,0),(961,261,0,0,0,0,0,0,0,0,'','',887,0),(962,262,78,78,157,157,140,140,27,27,'','',0,0),(963,262,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(964,262,0,0,0,0,0,0,0,0,'','vr7u83jzznkn@meltmail.com',0,0),(965,262,0,0,0,0,0,0,0,0,'','',1544,0),(966,263,87,87,118,118,94,94,222,222,'','',0,0),(967,263,0,0,0,0,0,0,0,0,'ns.soundmixweb.it','',0,0),(968,263,0,0,0,0,0,0,0,0,'','haxfoevolahow@mail.ru',0,0),(969,263,0,0,0,0,0,0,0,0,'','',984,0),(970,264,140,140,113,113,152,152,201,201,'','',0,0),(971,264,0,0,0,0,0,0,0,0,'EE322Z11.me.nctu.edu.tw','',0,0),(972,264,0,0,0,0,0,0,0,0,'','miftfrecuff@gmail.com',0,0),(973,264,0,0,0,0,0,0,0,0,'','',1366,0),(974,265,78,78,157,157,140,140,4,4,'','',0,0),(975,265,0,0,0,0,0,0,0,0,'78.157.140.4','',0,0),(976,265,0,0,0,0,0,0,0,0,'','dakanossenall@gmail.com',0,0),(977,265,0,0,0,0,0,0,0,0,'','',982,0),(978,266,89,89,251,251,107,107,21,21,'','',0,0),(979,266,0,0,0,0,0,0,0,0,'host89-251-107-21.hnet.ru','',0,0),(980,266,0,0,0,0,0,0,0,0,'','obelivyes2008@mail.ru',0,0),(981,266,0,0,0,0,0,0,0,0,'','',677,0),(982,267,87,87,118,118,94,94,73,73,'','',0,0),(983,267,0,0,0,0,0,0,0,0,'ns.km31914-03.keymachine.de','',0,0),(984,267,0,0,0,0,0,0,0,0,'','advinny@mail.ru',0,0),(985,267,0,0,0,0,0,0,0,0,'','',980,0),(986,268,94,94,247,247,2,2,240,240,'','',0,0),(987,268,0,0,0,0,0,0,0,0,'94.247.2.240','',0,0),(988,268,0,0,0,0,0,0,0,0,'','finnlan@insky.biz',0,0),(989,268,0,0,0,0,0,0,0,0,'','',1403,0),(990,269,87,87,118,118,106,106,56,56,'','',0,0),(991,269,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(992,269,0,0,0,0,0,0,0,0,'','frafebede@gmail.com',0,0),(993,269,0,0,0,0,0,0,0,0,'','',774,0),(994,270,87,87,118,118,112,112,133,133,'','',0,0),(995,270,0,0,0,0,0,0,0,0,'vrsmaster457.keyvirtual.de','',0,0),(996,270,0,0,0,0,0,0,0,0,'','emelina_nita@yahoo.co.uk',0,0),(997,270,0,0,0,0,0,0,0,0,'','',1601,0),(998,271,194,194,8,8,75,75,151,151,'','',0,11),(999,271,0,0,0,0,0,0,0,0,'','kaufviagra7@accommodationmalta.info',0,0),(1000,271,0,0,0,0,0,0,0,0,'','',1624,0),(1001,272,194,194,8,8,75,75,151,151,'','',0,11),(1002,272,0,0,0,0,0,0,0,0,'','buyviagra@1spainaccommodation.info',0,0),(1003,272,0,0,0,0,0,0,0,0,'','',903,0),(1004,273,87,87,118,118,104,104,44,44,'','',0,0),(1005,273,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1006,273,0,0,0,0,0,0,0,0,'','inhinyneht@gmail.com',0,0),(1007,273,0,0,0,0,0,0,0,0,'','',815,0),(1008,274,87,87,118,118,118,118,109,109,'','',0,0),(1009,274,0,0,0,0,0,0,0,0,'werewolvero.rising-games.net','',0,0),(1010,274,0,0,0,0,0,0,0,0,'','asiuyliid13120@gmail.com',0,0),(1011,274,0,0,0,0,0,0,0,0,'','',950,0),(1012,275,87,87,118,118,118,118,109,109,'','',0,0),(1013,275,0,0,0,0,0,0,0,0,'werewolvero.rising-games.net','',0,0),(1014,275,0,0,0,0,0,0,0,0,'','aribufofojyc19757@gmail.com',0,0),(1015,275,0,0,0,0,0,0,0,0,'','',942,0),(1016,276,87,87,118,118,104,104,44,44,'','',0,0),(1017,276,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1018,276,0,0,0,0,0,0,0,0,'','vkvgkvg@gmail.com',0,0),(1019,276,0,0,0,0,0,0,0,0,'','',1060,0),(1020,277,84,84,19,19,188,188,218,218,'','',0,0),(1021,277,0,0,0,0,0,0,0,0,'h-84.19.188.218.keyweb.de','',0,0),(1022,277,0,0,0,0,0,0,0,0,'','cannabisseeds@peugeot-club.org',0,0),(1023,277,0,0,0,0,0,0,0,0,'','',1063,0),(1024,278,194,194,8,8,75,75,161,161,'','',0,0),(1025,278,0,0,0,0,0,0,0,0,'','cavabanga555@mainru.com',0,0),(1026,278,0,0,0,0,0,0,0,0,'','',710,0),(1027,279,78,78,157,157,140,140,27,27,'','',0,0),(1028,279,0,0,0,0,0,0,0,0,'','7un457xjvtpo@meltmail.com',0,0),(1029,279,0,0,0,0,0,0,0,0,'','',1465,0),(1030,280,94,94,76,76,206,206,19,19,'','',0,0),(1031,280,0,0,0,0,0,0,0,0,'94-76-206-19.static.as29550.net','',0,0),(1032,280,0,0,0,0,0,0,0,0,'','balumtr@mail15.com',0,0),(1033,280,0,0,0,0,0,0,0,0,'','',1584,0),(1034,281,89,89,149,149,236,236,50,50,'','',0,0),(1035,281,0,0,0,0,0,0,0,0,'89.149.236.50','',0,0),(1036,281,0,0,0,0,0,0,0,0,'','sfdsdghjhvc@mail.ru',0,0),(1037,281,0,0,0,0,0,0,0,0,'','',1145,0),(1038,282,95,95,28,28,120,120,141,141,'','',0,0),(1039,282,0,0,0,0,0,0,0,0,'95-28-120-141.broadband.corbina.ru','',0,0),(1040,282,0,0,0,0,0,0,0,0,'','mail@fastorgazm.cn',0,0),(1041,282,0,0,0,0,0,0,0,0,'','',764,0),(1042,283,89,89,149,149,253,253,223,223,'','',0,2),(1043,283,0,0,0,0,0,0,0,0,'89.149.253.223','',0,1),(1044,283,0,0,0,0,0,0,0,0,'','bcvheut@stroydocs.com',0,0),(1045,283,0,0,0,0,0,0,0,0,'','',835,0),(1046,284,193,193,151,151,104,104,8,8,'','',0,0),(1047,284,0,0,0,0,0,0,0,0,'gw8.dnet.com.ua','',0,0),(1048,284,0,0,0,0,0,0,0,0,'','charlescarter000@gmail.com',0,0),(1049,284,0,0,0,0,0,0,0,0,'','',702,0),(1050,285,193,193,151,151,104,104,8,8,'','',0,0),(1051,285,0,0,0,0,0,0,0,0,'gw8.dnet.com.ua','',0,0),(1052,285,0,0,0,0,0,0,0,0,'','musgravetylor123@gmail.com',0,0),(1053,285,0,0,0,0,0,0,0,0,'','',1089,0),(1054,286,89,89,149,149,226,226,46,46,'','',0,0),(1055,286,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1056,286,0,0,0,0,0,0,0,0,'','dampnaway@gmail.com',0,0),(1057,286,0,0,0,0,0,0,0,0,'','',1421,0),(1058,287,207,207,44,44,255,255,162,162,'','',0,4),(1059,287,0,0,0,0,0,0,0,0,'ev1s-207-44-255-162.theplanet.com','',0,4),(1060,287,0,0,0,0,0,0,0,0,'','chellysmith12@gmail.com',0,0),(1061,287,0,0,0,0,0,0,0,0,'','',1869,0),(1062,287,76,76,22,22,31,31,7,7,'','',0,0),(1063,288,76,76,164,164,192,192,10,10,'','',0,0),(1064,288,0,0,0,0,0,0,0,0,'72.164.192.10.svservers.com','',0,0),(1065,288,0,0,0,0,0,0,0,0,'','aycalet@mail.com',0,0),(1066,288,0,0,0,0,0,0,0,0,'','',689,0),(1067,289,194,194,165,165,42,42,93,93,'','',0,0),(1068,289,0,0,0,0,0,0,0,0,'','cialiskaufen@1gatwickaccommodation.info',0,0),(1069,289,0,0,0,0,0,0,0,0,'','',544,0),(1070,290,78,78,36,36,39,39,220,220,'','',0,0),(1071,290,0,0,0,0,0,0,0,0,'ip78-36-39-220.onego.ru','',0,0),(1072,290,0,0,0,0,0,0,0,0,'','msd@safe-mail.net',0,0),(1073,290,0,0,0,0,0,0,0,0,'','',932,0),(1074,291,194,194,165,165,42,42,87,87,'','',0,0),(1075,291,0,0,0,0,0,0,0,0,'','gekkayaracrem@gawab.com',0,0),(1076,291,0,0,0,0,0,0,0,0,'','',653,0),(1077,292,87,87,118,118,110,110,127,127,'','',0,0),(1078,292,0,0,0,0,0,0,0,0,'h-87.118.110.127.keyweb.de','',0,0),(1079,292,0,0,0,0,0,0,0,0,'','rets.crert@gmail.com',0,0),(1080,292,0,0,0,0,0,0,0,0,'','',1329,0),(1081,293,78,78,110,110,175,175,11,11,'','',0,0),(1082,293,0,0,0,0,0,0,0,0,'','cleoatkinson00@yahoo.co.uk',0,0),(1083,293,0,0,0,0,0,0,0,0,'','',645,0),(1084,294,87,87,118,118,104,104,44,44,'','',0,0),(1085,294,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1086,294,0,0,0,0,0,0,0,0,'','ivestersit@gmail.com',0,0),(1087,294,0,0,0,0,0,0,0,0,'','',1613,0),(1088,295,91,91,192,192,93,93,51,51,'','',0,0),(1089,295,0,0,0,0,0,0,0,0,'91.192.93.51.pppoe01-core.mnevnikionline.ru','',0,0),(1090,295,0,0,0,0,0,0,0,0,'','pochta33@kinomu.ru',0,0),(1091,295,0,0,0,0,0,0,0,0,'','',1551,0),(1092,296,67,67,240,240,35,35,49,49,'','',0,0),(1093,296,0,0,0,0,0,0,0,0,'cpe-67-240-35-49.nycap.res.rr.com','',0,0),(1094,296,0,0,0,0,0,0,0,0,'','gyncquenuehem@gmail.com',0,0),(1095,296,0,0,0,0,0,0,0,0,'','',860,0),(1096,297,95,95,82,82,244,244,177,177,'','',0,0),(1097,297,0,0,0,0,0,0,0,0,'','glillaret@gmail.com',0,0),(1098,297,0,0,0,0,0,0,0,0,'','',1803,0),(1099,298,78,78,157,157,140,140,27,27,'','',0,0),(1100,298,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1101,298,0,0,0,0,0,0,0,0,'','ci5esqpdbbkp@meltmail.com',0,0),(1102,298,0,0,0,0,0,0,0,0,'','',1202,0),(1103,299,87,87,118,118,106,106,189,189,'','',0,0),(1104,299,0,0,0,0,0,0,0,0,'ns.km11316-02.keymachine.de','',0,0),(1105,299,0,0,0,0,0,0,0,0,'','toongirl44@gawab.com',0,0),(1106,299,0,0,0,0,0,0,0,0,'','',978,0),(1107,300,84,84,243,243,197,197,83,83,'','',0,0),(1108,300,0,0,0,0,0,0,0,0,'84.243.197.83','',0,0),(1109,300,0,0,0,0,0,0,0,0,'','',625,0),(1110,301,194,194,165,165,42,42,95,95,'','',0,0),(1111,301,0,0,0,0,0,0,0,0,'194.165.42.95','',0,0),(1112,301,0,0,0,0,0,0,0,0,'','feestycep@gmail.com',0,0),(1113,301,0,0,0,0,0,0,0,0,'','',580,0),(1114,302,194,194,165,165,42,42,95,95,'','',0,0),(1115,302,0,0,0,0,0,0,0,0,'','orarlinhida@mail.ru',0,0),(1116,302,0,0,0,0,0,0,0,0,'','',861,0),(1117,303,218,218,63,63,252,252,219,219,'','',0,0),(1118,303,0,0,0,0,0,0,0,0,'218.63.252.219','',0,0),(1119,303,0,0,0,0,0,0,0,0,'','liargeepige@gmail.com',0,0),(1120,303,0,0,0,0,0,0,0,0,'','',1154,0),(1121,304,89,89,149,149,253,253,223,223,'','',0,2),(1122,304,0,0,0,0,0,0,0,0,'','qvzqsbw@stroydocs.com',0,0),(1123,304,0,0,0,0,0,0,0,0,'','',855,0),(1124,305,78,78,157,157,143,143,211,211,'','',0,0),(1125,305,0,0,0,0,0,0,0,0,'78.157.143.211','',0,0),(1126,305,0,0,0,0,0,0,0,0,'','pypelieli@gmail.com',0,0),(1127,305,0,0,0,0,0,0,0,0,'','',578,0),(1128,306,77,77,50,50,7,7,167,167,'','',0,0),(1129,306,0,0,0,0,0,0,0,0,'volkovau.lcl.starlink.ru','',0,0),(1130,306,0,0,0,0,0,0,0,0,'','deanisemay@mail.ru',0,0),(1131,306,0,0,0,0,0,0,0,0,'','',1157,0),(1132,307,89,89,149,149,217,217,190,190,'','',0,0),(1133,307,0,0,0,0,0,0,0,0,'89-149-217-190.local','',0,0),(1134,307,0,0,0,0,0,0,0,0,'','coemiemnhon@gmail.com',0,0),(1135,307,0,0,0,0,0,0,0,0,'','',1355,0),(1136,308,89,89,149,149,226,226,46,46,'','',0,0),(1137,308,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1138,308,0,0,0,0,0,0,0,0,'','aroultuct@gmail.com',0,0),(1139,308,0,0,0,0,0,0,0,0,'','',1335,0),(1140,309,219,219,50,50,16,16,70,70,'','',0,0),(1141,309,0,0,0,0,0,0,0,0,'softbank219050016070.bbtec.net','',0,0),(1142,309,0,0,0,0,0,0,0,0,'','runet7638@mail.ru',0,0),(1143,309,0,0,0,0,0,0,0,0,'','',830,0),(1144,310,78,78,157,157,140,140,27,27,'','',0,0),(1145,310,0,0,0,0,0,0,0,0,'','xjx13665qepn@meltmail.com',0,0),(1146,310,0,0,0,0,0,0,0,0,'','',1511,0),(1147,311,87,87,118,118,104,104,44,44,'','',0,0),(1148,311,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1149,311,0,0,0,0,0,0,0,0,'','cgjyyyy@gmail.com',0,0),(1150,311,0,0,0,0,0,0,0,0,'','',1056,0),(1151,312,89,89,149,149,253,253,223,223,'','',0,2),(1152,312,0,0,0,0,0,0,0,0,'','milk@searchengineshome.org',0,0),(1153,312,0,0,0,0,0,0,0,0,'','',779,0),(1154,313,78,78,157,157,140,140,27,27,'','',0,0),(1155,313,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1156,313,0,0,0,0,0,0,0,0,'','mkvqpoetch6j@meltmail.com',0,0),(1157,313,0,0,0,0,0,0,0,0,'','',1687,0),(1158,314,62,62,33,33,199,199,9,9,'','',0,0),(1159,314,0,0,0,0,0,0,0,0,'62.33.199.9','',0,0),(1160,314,0,0,0,0,0,0,0,0,'','andy1972@myhappyguide.info',0,0),(1161,314,0,0,0,0,0,0,0,0,'','',670,0),(1162,315,81,81,166,166,88,88,151,151,'','',0,0),(1163,315,0,0,0,0,0,0,0,0,'151.81-166-88.customer.lyse.net','',0,0),(1164,315,0,0,0,0,0,0,0,0,'','opipoleikoq8604@gmail.com',0,0),(1165,315,0,0,0,0,0,0,0,0,'','',1039,0),(1166,316,194,194,165,165,42,42,91,91,'','',0,0),(1167,316,0,0,0,0,0,0,0,0,'','observaboryorn@gmail.com',0,0),(1168,316,0,0,0,0,0,0,0,0,'','',613,0),(1169,317,78,78,157,157,140,140,27,27,'','',0,0),(1170,317,0,0,0,0,0,0,0,0,'','qpcg5yuqaku6@meltmail.com',0,0),(1171,317,0,0,0,0,0,0,0,0,'','',1581,0),(1172,318,194,194,165,165,42,42,95,95,'','',0,0),(1173,318,0,0,0,0,0,0,0,0,'194.165.42.95','',0,0),(1174,318,0,0,0,0,0,0,0,0,'','treatpietreox@mail.ru',0,0),(1175,318,0,0,0,0,0,0,0,0,'','',870,0),(1176,319,62,62,75,75,219,219,25,25,'','',0,0),(1177,319,0,0,0,0,0,0,0,0,'fulda085.server4you.de','',0,0),(1178,319,0,0,0,0,0,0,0,0,'','peatvitty@mail.ru',0,0),(1179,319,0,0,0,0,0,0,0,0,'','',1356,0),(1180,320,93,93,81,81,144,144,182,182,'','',0,0),(1181,320,0,0,0,0,0,0,0,0,'93-81-144-182.broadband.corbina.ru','',0,0),(1182,320,0,0,0,0,0,0,0,0,'','clevertpp@gmail.com',0,0),(1183,320,0,0,0,0,0,0,0,0,'','',758,0),(1184,321,78,78,157,157,140,140,27,27,'','',0,0),(1185,321,0,0,0,0,0,0,0,0,'','94anamep6hfs@meltmail.com',0,0),(1186,321,0,0,0,0,0,0,0,0,'','',1445,0),(1187,322,92,92,112,112,219,219,177,177,'','',0,0),(1188,322,0,0,0,0,0,0,0,0,'177-219-112-92.pool.ukrtel.net','',0,0),(1189,322,0,0,0,0,0,0,0,0,'','seskcyncpresy@gmail.com',0,0),(1190,322,0,0,0,0,0,0,0,0,'','',1195,0),(1191,323,87,87,118,118,104,104,44,44,'','',0,0),(1192,323,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1193,323,0,0,0,0,0,0,0,0,'','srhrhhh@gmail.com',0,0),(1194,323,0,0,0,0,0,0,0,0,'','',1680,0),(1195,324,78,78,157,157,140,140,27,27,'','',0,0),(1196,324,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1197,324,0,0,0,0,0,0,0,0,'','niy3rk5yeev8@meltmail.com',0,0),(1198,324,0,0,0,0,0,0,0,0,'','',1503,0),(1199,325,194,194,165,165,42,42,67,67,'','',0,0),(1200,325,0,0,0,0,0,0,0,0,'','failmattido@kremenchug.ws',0,0),(1201,325,0,0,0,0,0,0,0,0,'','',622,0),(1202,326,140,140,113,113,156,156,245,245,'','',0,0),(1203,326,0,0,0,0,0,0,0,0,'','paumnclaisymn@gmail.com',0,0),(1204,326,0,0,0,0,0,0,0,0,'','',1183,0),(1205,327,194,194,8,8,75,75,145,145,'','',0,0),(1206,327,0,0,0,0,0,0,0,0,'','deadeveme@2008right4.net',0,0),(1207,327,0,0,0,0,0,0,0,0,'','',1046,0),(1208,328,87,87,118,118,94,94,222,222,'','',0,0),(1209,328,0,0,0,0,0,0,0,0,'ns.soundmixweb.it','',0,0),(1210,328,0,0,0,0,0,0,0,0,'','dsidentesse@mail.ru',0,0),(1211,328,0,0,0,0,0,0,0,0,'','',922,0),(1212,329,194,194,8,8,75,75,60,60,'','',0,0),(1213,329,0,0,0,0,0,0,0,0,'194.8.75.60','',0,0),(1214,329,0,0,0,0,0,0,0,0,'','waltershaferjdo@gmail.com',0,0),(1215,329,0,0,0,0,0,0,0,0,'','',1605,0),(1216,330,95,95,28,28,46,46,243,243,'','',0,0),(1217,330,0,0,0,0,0,0,0,0,'95-28-46-243.broadband.corbina.ru','',0,0),(1218,330,0,0,0,0,0,0,0,0,'','defloltik@mail.ru',0,0),(1219,330,0,0,0,0,0,0,0,0,'','',1615,0),(1220,331,91,91,207,207,4,4,90,90,'','',0,0),(1221,331,0,0,0,0,0,0,0,0,'90.4.207.91.unknown.SteepHost.Net','',0,0),(1222,331,0,0,0,0,0,0,0,0,'','cndmjaxg111@mail.ru',0,0),(1223,331,0,0,0,0,0,0,0,0,'','',1193,0),(1224,332,62,62,140,140,244,244,28,28,'','',0,0),(1225,332,0,0,0,0,0,0,0,0,'nat28.birulevo.net','',0,0),(1226,332,0,0,0,0,0,0,0,0,'','demidoza@mail.ru',0,0),(1227,332,0,0,0,0,0,0,0,0,'','',966,0),(1228,333,89,89,149,149,236,236,50,50,'','',0,0),(1229,333,0,0,0,0,0,0,0,0,'89-149-236-50.local','',0,0),(1230,333,0,0,0,0,0,0,0,0,'','fdsggjegsd@mail.ru',0,0),(1231,333,0,0,0,0,0,0,0,0,'','',1519,0),(1232,334,78,78,106,106,39,39,186,186,'','',0,0),(1233,334,0,0,0,0,0,0,0,0,'78-106-39-186.broadband.corbina.ru','',0,0),(1234,334,0,0,0,0,0,0,0,0,'','manmn96843@gmail.com',0,0),(1235,334,0,0,0,0,0,0,0,0,'','',795,0),(1236,335,193,193,109,109,248,248,82,82,'','',0,0),(1237,335,0,0,0,0,0,0,0,0,'vpn2-ppp.sat.poltava.ua','',0,0),(1238,335,0,0,0,0,0,0,0,0,'','ownernall@gmail.com',0,0),(1239,335,0,0,0,0,0,0,0,0,'','',1146,0),(1240,336,78,78,110,110,175,175,11,11,'','',0,0),(1241,336,0,0,0,0,0,0,0,0,'78.110.175.11','',0,0),(1242,336,0,0,0,0,0,0,0,0,'','derba@gooogletartsert.net',0,0),(1243,336,0,0,0,0,0,0,0,0,'','',1196,0),(1244,337,87,87,118,118,104,104,44,44,'','',0,0),(1245,337,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1246,337,0,0,0,0,0,0,0,0,'','dumdupsbarm@gmail.com',0,0),(1247,337,0,0,0,0,0,0,0,0,'','',1422,0),(1248,338,87,87,118,118,106,106,56,56,'','',0,0),(1249,338,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1250,338,0,0,0,0,0,0,0,0,'','werqwrqwr@zadonsk.net',0,0),(1251,338,0,0,0,0,0,0,0,0,'','',923,0),(1252,339,94,94,50,50,150,150,217,217,'','',0,0),(1253,339,0,0,0,0,0,0,0,0,'','albubcupt@gmail.com',0,0),(1254,339,0,0,0,0,0,0,0,0,'','',661,0),(1255,340,87,87,118,118,104,104,44,44,'','',0,0),(1256,340,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1257,340,0,0,0,0,0,0,0,0,'','dfhdrhn@gmail.com',0,0),(1258,340,0,0,0,0,0,0,0,0,'','',1062,0),(1259,341,194,194,165,165,42,42,67,67,'','',0,0),(1260,341,0,0,0,0,0,0,0,0,'194.165.42.67','',0,0),(1261,341,0,0,0,0,0,0,0,0,'','mogsooria@lugarus.com',0,0),(1262,341,0,0,0,0,0,0,0,0,'','',575,0),(1263,342,87,87,248,248,181,181,211,211,'','',0,0),(1264,342,0,0,0,0,0,0,0,0,'87-248-181-211.starnet.md','',0,0),(1265,342,0,0,0,0,0,0,0,0,'','didi@113366.info',0,0),(1266,342,0,0,0,0,0,0,0,0,'','',1391,0),(1267,343,194,194,165,165,42,42,91,91,'','',0,0),(1268,343,0,0,0,0,0,0,0,0,'','gingleneggu@gmail.com',0,0),(1269,343,0,0,0,0,0,0,0,0,'','',724,0),(1270,344,71,71,60,60,51,51,212,212,'','',0,0),(1271,344,0,0,0,0,0,0,0,0,'c-71-60-51-212.hsd1.pa.comcast.net','',0,0),(1272,344,0,0,0,0,0,0,0,0,'','beathphibia@mail.health-ua.com',0,0),(1273,344,0,0,0,0,0,0,0,0,'','',1506,0),(1274,345,91,91,78,78,173,173,178,178,'','',0,0),(1275,345,0,0,0,0,0,0,0,0,'ppp91-78-173-178.pppoe.mtu-net.ru','',0,0),(1276,345,0,0,0,0,0,0,0,0,'','james@pharmainstant.cn',0,0),(1277,345,0,0,0,0,0,0,0,0,'','',737,0),(1278,346,212,212,95,95,54,54,175,175,'','',0,0),(1279,346,0,0,0,0,0,0,0,0,'','kahatoraimito@gmail.com',0,0),(1280,346,0,0,0,0,0,0,0,0,'','',1201,0),(1281,347,66,66,184,184,140,140,41,41,'','',0,0),(1282,347,0,0,0,0,0,0,0,0,'66.184.140.41','',0,0),(1283,347,0,0,0,0,0,0,0,0,'','civiassis@gmail.com',0,0),(1284,347,0,0,0,0,0,0,0,0,'','',873,0),(1285,348,218,218,57,57,11,11,112,112,'','',0,0),(1286,348,0,0,0,0,0,0,0,0,'','dicialk@gmail.com',0,0),(1287,348,0,0,0,0,0,0,0,0,'','',803,0),(1288,349,78,78,157,157,140,140,27,27,'','',0,0),(1289,349,0,0,0,0,0,0,0,0,'','cre23xiaz5s3@meltmail.com',0,0),(1290,349,0,0,0,0,0,0,0,0,'','',1226,0),(1291,350,78,78,157,157,140,140,27,27,'','',0,0),(1292,350,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1293,350,0,0,0,0,0,0,0,0,'','w32t2mqlb1bv@meltmail.com',0,0),(1294,350,0,0,0,0,0,0,0,0,'','',1608,0),(1295,351,212,212,95,95,54,54,169,169,'','',0,0),(1296,351,0,0,0,0,0,0,0,0,'212.95.54.169','',0,0),(1297,351,0,0,0,0,0,0,0,0,'','orerscourge@gmail.com',0,0),(1298,351,0,0,0,0,0,0,0,0,'','',1525,0),(1299,352,87,87,118,118,106,106,56,56,'','',0,0),(1300,352,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1301,352,0,0,0,0,0,0,0,0,'','gandrdfgdg@atlantmail.com',0,0),(1302,352,0,0,0,0,0,0,0,0,'','',910,0),(1303,353,218,218,63,63,252,252,219,219,'','',0,0),(1304,353,0,0,0,0,0,0,0,0,'','zosseenvene@gmail.com',0,0),(1305,353,0,0,0,0,0,0,0,0,'','',1094,0),(1306,354,76,76,164,164,192,192,10,10,'','',0,0),(1307,354,0,0,0,0,0,0,0,0,'72.164.192.10.svservers.com','',0,0),(1308,354,0,0,0,0,0,0,0,0,'','lpdsrsrox@mail.com',0,0),(1309,354,0,0,0,0,0,0,0,0,'','',788,0),(1310,355,89,89,149,149,226,226,46,46,'','',0,0),(1311,355,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1312,355,0,0,0,0,0,0,0,0,'','prerceeffog@gmail.com',0,0),(1313,355,0,0,0,0,0,0,0,0,'','',1368,0),(1314,356,194,194,165,165,42,42,91,91,'','',0,0),(1315,356,0,0,0,0,0,0,0,0,'194.165.42.91','',0,0),(1316,356,0,0,0,0,0,0,0,0,'','isfahanjet@gmail.com',0,0),(1317,356,0,0,0,0,0,0,0,0,'','',660,0),(1318,357,87,87,118,118,124,124,120,120,'','',0,0),(1319,357,0,0,0,0,0,0,0,0,'ns.km33405-01.keymachine.de','',0,0),(1320,357,0,0,0,0,0,0,0,0,'','oppotssoony@mail.ru',0,0),(1321,357,0,0,0,0,0,0,0,0,'','',785,0),(1322,358,89,89,149,149,226,226,46,46,'','',0,0),(1323,358,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1324,358,0,0,0,0,0,0,0,0,'','haurrenoverse@gmail.com',0,0),(1325,358,0,0,0,0,0,0,0,0,'','',1363,0),(1326,359,208,208,64,64,29,29,163,163,'','',0,0),(1327,359,0,0,0,0,0,0,0,0,'208.64.29.163.svservers.com','',0,0),(1328,359,0,0,0,0,0,0,0,0,'','dotopan@topmagic.org',0,0),(1329,359,0,0,0,0,0,0,0,0,'','',1259,0),(1330,360,84,84,19,19,190,190,162,162,'','',0,0),(1331,360,0,0,0,0,0,0,0,0,'km34038.vdswin.com','',0,0),(1332,360,0,0,0,0,0,0,0,0,'','sissoniarkery@gmail.com',0,0),(1333,360,0,0,0,0,0,0,0,0,'','',1443,0),(1334,361,194,194,165,165,42,42,91,91,'','',0,0),(1335,361,0,0,0,0,0,0,0,0,'','diiectior@rambler.ru',0,0),(1336,361,0,0,0,0,0,0,0,0,'','',707,0),(1337,362,78,78,36,36,39,39,220,220,'','',0,0),(1338,362,0,0,0,0,0,0,0,0,'ip78-36-39-220.onego.ru','',0,0),(1339,362,0,0,0,0,0,0,0,0,'','wls@safe-mail.net',0,0),(1340,362,0,0,0,0,0,0,0,0,'','',813,0),(1341,363,99,99,254,254,208,208,190,190,'','',0,0),(1342,363,0,0,0,0,0,0,0,0,'CPE000e08e7a29c-CM001225407ab6.cpe.net.cable.rogers.com','',0,0),(1343,363,0,0,0,0,0,0,0,0,'','audidorie@gmail.com',0,0),(1344,363,0,0,0,0,0,0,0,0,'','',1536,0),(1345,364,195,195,245,245,119,119,76,76,'','',0,0),(1346,364,0,0,0,0,0,0,0,0,'dmitriym.elaninet.com','',0,0),(1347,364,0,0,0,0,0,0,0,0,'','cheapoem@1gatwickaccommodation.info',0,0),(1348,364,0,0,0,0,0,0,0,0,'','',536,0),(1349,365,194,194,8,8,75,75,109,109,'','',0,0),(1350,365,0,0,0,0,0,0,0,0,'simple11.dragonara.net','',0,0),(1351,365,0,0,0,0,0,0,0,0,'','oem05@freeholidayaccommodation.info',0,0),(1352,365,0,0,0,0,0,0,0,0,'','',1491,0),(1353,366,87,87,118,118,106,106,189,189,'','',0,0),(1354,366,0,0,0,0,0,0,0,0,'ns.km11316-02.keymachine.de','',0,0),(1355,366,0,0,0,0,0,0,0,0,'','drzzlll@gmail.com',0,0),(1356,366,0,0,0,0,0,0,0,0,'','',930,0),(1357,367,87,87,118,118,106,106,56,56,'','',0,0),(1358,367,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1359,367,0,0,0,0,0,0,0,0,'','propeciaa@gmail.com',0,0),(1360,367,0,0,0,0,0,0,0,0,'','',1080,0),(1361,368,194,194,165,165,42,42,67,67,'','',0,0),(1362,368,0,0,0,0,0,0,0,0,'','nikattanork@mytop-in.net',0,0),(1363,368,0,0,0,0,0,0,0,0,'','',665,0),(1364,369,87,87,118,118,104,104,44,44,'','',0,0),(1365,369,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1366,369,0,0,0,0,0,0,0,0,'','htttthh@gmail.com',0,0),(1367,369,0,0,0,0,0,0,0,0,'','',1042,0),(1368,370,91,91,124,124,146,146,122,122,'','',0,0),(1369,370,0,0,0,0,0,0,0,0,'122-146-124-91.pool.ukrtel.net','',0,0),(1370,370,0,0,0,0,0,0,0,0,'','assertunna@jorishamail.com',0,0),(1371,370,0,0,0,0,0,0,0,0,'','',603,0),(1372,371,78,78,157,157,140,140,27,27,'','',0,0),(1373,371,0,0,0,0,0,0,0,0,'','wv1eppuuw6th@meltmail.com',0,0),(1374,371,0,0,0,0,0,0,0,0,'','',1670,0),(1375,372,194,194,165,165,42,42,105,105,'','',0,0),(1376,372,0,0,0,0,0,0,0,0,'','fatabexe@nationhog.com',0,0),(1377,372,0,0,0,0,0,0,0,0,'','',924,0),(1378,373,87,87,118,118,94,94,222,222,'','',0,0),(1379,373,0,0,0,0,0,0,0,0,'ns.soundmixweb.it','',0,0),(1380,373,0,0,0,0,0,0,0,0,'','pobarriva@bimgir.net',0,0),(1381,373,0,0,0,0,0,0,0,0,'','',1357,0),(1382,374,79,79,143,143,176,176,20,20,'','',0,0),(1383,374,0,0,0,0,0,0,0,0,'20.176.143.79.static.giga-dns.com','',0,0),(1384,374,0,0,0,0,0,0,0,0,'','dubinalec@gmail.com',0,0),(1385,374,0,0,0,0,0,0,0,0,'','',810,0),(1386,375,87,87,118,118,104,104,44,44,'','',0,0),(1387,375,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1388,375,0,0,0,0,0,0,0,0,'','dvdsbdfhddfg@gmail.com',0,0),(1389,375,0,0,0,0,0,0,0,0,'','',1310,0),(1390,376,89,89,149,149,253,253,223,223,'','',0,2),(1391,376,0,0,0,0,0,0,0,0,'','java@stroydocs.com',0,0),(1392,376,0,0,0,0,0,0,0,0,'','',1008,0),(1393,377,91,91,192,192,93,93,51,51,'','',0,0),(1394,377,0,0,0,0,0,0,0,0,'91.192.93.51.pppoe01-core.mnevnikionline.ru','',0,0),(1395,377,0,0,0,0,0,0,0,0,'','pochta36@kinomu.ru',0,0),(1396,377,0,0,0,0,0,0,0,0,'','',1555,0),(1397,378,92,92,112,112,234,234,10,10,'','',0,0),(1398,378,0,0,0,0,0,0,0,0,'10-234-112-92.pool.ukrtel.net','',0,0),(1399,378,0,0,0,0,0,0,0,0,'','elbawintercebbw@gmail.com',0,0),(1400,378,0,0,0,0,0,0,0,0,'','',776,0),(1401,379,194,194,165,165,42,42,91,91,'','',0,0),(1402,379,0,0,0,0,0,0,0,0,'','leplrinemiscy@gmail.com',0,0),(1403,379,0,0,0,0,0,0,0,0,'','',647,0),(1404,380,194,194,165,165,42,42,67,67,'','',0,0),(1405,380,0,0,0,0,0,0,0,0,'','infessuri@uganska.net',0,0),(1406,380,0,0,0,0,0,0,0,0,'','',656,0),(1407,381,87,87,118,118,104,104,44,44,'','',0,0),(1408,381,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1409,381,0,0,0,0,0,0,0,0,'','wwqweraf@gmail.com',0,0),(1410,381,0,0,0,0,0,0,0,0,'','',1257,0),(1411,382,78,78,157,157,140,140,27,27,'','',0,0),(1412,382,0,0,0,0,0,0,0,0,'','lj4d58hsasby@meltmail.com',0,0),(1413,382,0,0,0,0,0,0,0,0,'','',1500,0),(1414,383,194,194,8,8,75,75,159,159,'','',0,0),(1415,383,0,0,0,0,0,0,0,0,'194.8.75.159','',0,0),(1416,383,0,0,0,0,0,0,0,0,'','quelsnede@mail.ru',0,0),(1417,383,0,0,0,0,0,0,0,0,'','',1239,0),(1418,384,91,91,78,78,173,173,156,156,'','',0,0),(1419,384,0,0,0,0,0,0,0,0,'ppp91-78-173-156.pppoe.mtu-net.ru','',0,0),(1420,384,0,0,0,0,0,0,0,0,'','kates@pharmainstant.cn',0,0),(1421,384,0,0,0,0,0,0,0,0,'','',771,0),(1422,385,78,78,157,157,140,140,27,27,'','',0,0),(1423,385,0,0,0,0,0,0,0,0,'','k744h6jmefb4@meltmail.com',0,0),(1424,385,0,0,0,0,0,0,0,0,'','',1214,0),(1425,386,78,78,110,110,175,175,11,11,'','',0,0),(1426,386,0,0,0,0,0,0,0,0,'','earleskinner37@yahoo.co.uk',0,0),(1427,387,87,87,118,118,124,124,82,82,'','',0,0),(1428,387,0,0,0,0,0,0,0,0,'h-87.118.124.82.keyweb.de','',0,0),(1429,387,0,0,0,0,0,0,0,0,'','eageriarare@gmail.com',0,0),(1430,387,0,0,0,0,0,0,0,0,'','',836,0),(1431,388,91,91,124,124,217,217,8,8,'','',0,0),(1432,388,0,0,0,0,0,0,0,0,'8-217-124-91.pool.ukrtel.net','',0,0),(1433,388,0,0,0,0,0,0,0,0,'','edjef@meta.ua',0,0),(1434,388,0,0,0,0,0,0,0,0,'','',1066,0),(1435,389,89,89,149,149,253,253,223,223,'','',0,2),(1436,389,0,0,0,0,0,0,0,0,'','sxshgwr@stroydocs.com',0,0),(1437,389,0,0,0,0,0,0,0,0,'','',878,0),(1438,390,78,78,157,157,140,140,27,27,'','',0,0),(1439,390,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1440,390,0,0,0,0,0,0,0,0,'','zlbdp1avckmu@meltmail.com',0,0),(1441,390,0,0,0,0,0,0,0,0,'','',1234,0),(1442,391,194,194,8,8,75,75,159,159,'','',0,0),(1443,391,0,0,0,0,0,0,0,0,'194.8.75.159','',0,0),(1444,391,0,0,0,0,0,0,0,0,'','honenafearraw@mail.ru',0,0),(1445,391,0,0,0,0,0,0,0,0,'','',1126,0),(1446,392,89,89,149,149,217,217,184,184,'','',0,0),(1447,392,0,0,0,0,0,0,0,0,'89-149-217-184.local','',0,0),(1448,392,0,0,0,0,0,0,0,0,'','asdf2234dfg@gmail.com',0,0),(1449,392,0,0,0,0,0,0,0,0,'','',1599,0),(1450,393,78,78,157,157,140,140,27,27,'','',0,0),(1451,393,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1452,393,0,0,0,0,0,0,0,0,'','caekior8je4d@meltmail.com',0,0),(1453,393,0,0,0,0,0,0,0,0,'','',1273,0),(1454,394,78,78,157,157,140,140,27,27,'','',0,0),(1455,394,0,0,0,0,0,0,0,0,'','w43p2j6czixq@meltmail.com',0,0),(1456,394,0,0,0,0,0,0,0,0,'','',1275,0),(1457,395,78,78,157,157,140,140,27,27,'','',0,0),(1458,395,0,0,0,0,0,0,0,0,'','kg69sv7bzk9c@meltmail.com',0,0),(1459,395,0,0,0,0,0,0,0,0,'','',1464,0),(1460,396,194,194,8,8,75,75,147,147,'','',0,0),(1461,396,0,0,0,0,0,0,0,0,'','rorntifforism@nakgirls.ru',0,0),(1462,396,0,0,0,0,0,0,0,0,'','',820,0),(1463,397,87,87,118,118,110,110,127,127,'','',0,0),(1464,397,0,0,0,0,0,0,0,0,'h-87.118.110.127.keyweb.de','',0,0),(1465,397,0,0,0,0,0,0,0,0,'','loustiriuri@gmail.com',0,0),(1466,397,0,0,0,0,0,0,0,0,'','',992,0),(1467,398,78,78,110,110,175,175,18,18,'','',0,0),(1468,398,0,0,0,0,0,0,0,0,'78.110.175.18','',0,0),(1469,398,0,0,0,0,0,0,0,0,'','hoomiamoilelm@gmail.com',0,0),(1470,398,0,0,0,0,0,0,0,0,'','',1453,0),(1471,399,206,206,51,51,234,234,168,168,'','',0,0),(1472,399,0,0,0,0,0,0,0,0,'hv67.steephost.com','',0,0),(1473,399,0,0,0,0,0,0,0,0,'','peawrewidyuirem@mail.ru',0,0),(1474,399,0,0,0,0,0,0,0,0,'','',687,0),(1475,400,89,89,149,149,226,226,46,46,'','',0,0),(1476,400,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1477,400,0,0,0,0,0,0,0,0,'','somsmadoevisa@gmail.com',0,0),(1478,400,0,0,0,0,0,0,0,0,'','',1297,0),(1479,401,194,194,165,165,42,42,111,111,'','',0,0),(1480,401,0,0,0,0,0,0,0,0,'194.165.42.111','',0,0),(1481,401,0,0,0,0,0,0,0,0,'','gaerurij@mail.ru',0,0),(1482,401,0,0,0,0,0,0,0,0,'','',597,0),(1483,402,87,87,118,118,106,106,56,56,'','',0,0),(1484,402,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1485,402,0,0,0,0,0,0,0,0,'','prrtfnsbf@goldwarez.org',0,0),(1486,402,0,0,0,0,0,0,0,0,'','',1106,0),(1487,403,78,78,110,110,175,175,18,18,'','',0,0),(1488,403,0,0,0,0,0,0,0,0,'','deamiggenna@gmail.com',0,0),(1489,403,0,0,0,0,0,0,0,0,'','',1562,0),(1490,404,78,78,110,110,175,175,11,11,'','',0,0),(1491,404,0,0,0,0,0,0,0,0,'','emilija@gooogletartsert.net',0,0),(1492,404,0,0,0,0,0,0,0,0,'','',1050,0),(1493,405,89,89,149,149,226,226,46,46,'','',0,0),(1494,405,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1495,405,0,0,0,0,0,0,0,0,'','smartman7stp@gmail.com',0,0),(1496,405,0,0,0,0,0,0,0,0,'','',1565,0),(1497,406,87,87,118,118,104,104,44,44,'','',0,0),(1498,406,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1499,406,0,0,0,0,0,0,0,0,'','xhhxhhh@gmail.com',0,0),(1500,406,0,0,0,0,0,0,0,0,'','',1166,0),(1501,407,89,89,251,251,107,107,21,21,'','',0,0),(1502,407,0,0,0,0,0,0,0,0,'host89-251-107-21.hnet.ru','',0,0),(1503,407,0,0,0,0,0,0,0,0,'','alexpopov8181@gmail.com',0,0),(1504,407,0,0,0,0,0,0,0,0,'','',1598,0),(1505,408,67,67,82,82,255,255,44,44,'','',0,0),(1506,408,0,0,0,0,0,0,0,0,'ool-4352ff2c.dyn.optonline.net','',0,0),(1507,408,0,0,0,0,0,0,0,0,'','healed1@axigenmail.com',0,0),(1508,408,0,0,0,0,0,0,0,0,'','',1302,0),(1509,409,194,194,165,165,42,42,81,81,'','',0,0),(1510,409,0,0,0,0,0,0,0,0,'','lypeensuern@mail.ru',0,0),(1511,409,0,0,0,0,0,0,0,0,'','',844,0),(1512,410,194,194,165,165,42,42,81,81,'','',0,0),(1513,410,0,0,0,0,0,0,0,0,'','aerogmafrerie@mail.ru',0,0),(1514,410,0,0,0,0,0,0,0,0,'','',823,0),(1515,411,91,91,207,207,4,4,90,90,'','',0,0),(1516,411,0,0,0,0,0,0,0,0,'90.4.207.91.unknown.SteepHost.Net','',0,0),(1517,411,0,0,0,0,0,0,0,0,'','cndkmxw111@mail.ru',0,0),(1518,411,0,0,0,0,0,0,0,0,'','',1169,0),(1519,412,78,78,110,110,175,175,18,18,'','',0,0),(1520,412,0,0,0,0,0,0,0,0,'78.110.175.18','',0,0),(1521,412,0,0,0,0,0,0,0,0,'','gemyheify@gmail.com',0,0),(1522,412,0,0,0,0,0,0,0,0,'','',1631,0),(1523,413,78,78,157,157,140,140,27,27,'','',0,0),(1524,413,0,0,0,0,0,0,0,0,'','6p8zpdzwa1bf@meltmail.com',0,0),(1525,413,0,0,0,0,0,0,0,0,'','',1374,0),(1526,414,84,84,243,243,196,196,83,83,'','',0,0),(1527,414,0,0,0,0,0,0,0,0,'84.243.196.83','',0,0),(1528,414,0,0,0,0,0,0,0,0,'','20081110e@gmail.com',0,0),(1529,414,0,0,0,0,0,0,0,0,'','',559,0),(1530,415,87,87,118,118,102,102,98,98,'','',0,0),(1531,415,0,0,0,0,0,0,0,0,'km10401.vdswin.com','',0,0),(1532,415,0,0,0,0,0,0,0,0,'','excerencuch@gmail.com',0,0),(1533,415,0,0,0,0,0,0,0,0,'','',1051,0),(1534,416,194,194,165,165,42,42,27,27,'','',0,0),(1535,416,0,0,0,0,0,0,0,0,'','agimmiciopirm@gmail.com',0,0),(1536,416,0,0,0,0,0,0,0,0,'','',570,0),(1537,417,84,84,19,19,190,190,162,162,'','',0,0),(1538,417,0,0,0,0,0,0,0,0,'km34038.vdswin.com','',0,0),(1539,417,0,0,0,0,0,0,0,0,'','seroencordedo@gmail.com',0,0),(1540,417,0,0,0,0,0,0,0,0,'','',1515,0),(1541,418,194,194,8,8,75,75,50,50,'','',0,0),(1542,418,0,0,0,0,0,0,0,0,'','grierpips@2008right2.net',0,0),(1543,418,0,0,0,0,0,0,0,0,'','',1012,0),(1544,419,89,89,149,149,227,227,193,193,'','',0,0),(1545,419,0,0,0,0,0,0,0,0,'my-svadba.ru','',0,0),(1546,419,0,0,0,0,0,0,0,0,'','mscg@komatoz.net',0,0),(1547,419,0,0,0,0,0,0,0,0,'','',1462,0),(1548,420,78,78,157,157,140,140,27,27,'','',0,0),(1549,420,0,0,0,0,0,0,0,0,'','vvjxvr141v2w@meltmail.com',0,0),(1550,420,0,0,0,0,0,0,0,0,'','',1246,0),(1551,421,89,89,178,178,188,188,239,239,'','',0,0),(1552,421,0,0,0,0,0,0,0,0,'89-178-188-239.broadband.corbina.ru','',0,0),(1553,421,0,0,0,0,0,0,0,0,'','alfaromeopktrt@gmail.com',0,0),(1554,421,0,0,0,0,0,0,0,0,'','',826,0),(1555,422,194,194,165,165,42,42,15,15,'','',0,0),(1556,422,0,0,0,0,0,0,0,0,'','kneetadag@gawab.com',0,0),(1557,422,0,0,0,0,0,0,0,0,'','',807,0),(1558,423,94,94,247,247,2,2,240,240,'','',0,0),(1559,423,0,0,0,0,0,0,0,0,'','kahawo@insky.biz',0,0),(1560,423,0,0,0,0,0,0,0,0,'','',1493,0),(1561,424,206,206,51,51,234,234,168,168,'','',0,0),(1562,424,0,0,0,0,0,0,0,0,'hv67.steephost.com','',0,0),(1563,424,0,0,0,0,0,0,0,0,'','lemwineam@gawab.com',0,0),(1564,424,0,0,0,0,0,0,0,0,'','',592,0),(1565,425,89,89,149,149,236,236,50,50,'','',0,0),(1566,425,0,0,0,0,0,0,0,0,'89-149-236-50.local','',0,0),(1567,425,0,0,0,0,0,0,0,0,'','dfafsjkfgdh@mail.ru',0,0),(1568,425,0,0,0,0,0,0,0,0,'','',1152,0),(1569,426,91,91,207,207,4,4,90,90,'','',0,0),(1570,426,0,0,0,0,0,0,0,0,'90.4.207.91.unknown.SteepHost.Net','',0,0),(1571,426,0,0,0,0,0,0,0,0,'','nmiifmns1@mail.ru',0,0),(1572,426,0,0,0,0,0,0,0,0,'','',886,0),(1573,427,91,91,192,192,93,93,51,51,'','',0,0),(1574,427,0,0,0,0,0,0,0,0,'91.192.93.51.pppoe01-core.mnevnikionline.ru','',0,0),(1575,427,0,0,0,0,0,0,0,0,'','pochta35@kinomu.ru',0,0),(1576,427,0,0,0,0,0,0,0,0,'','',1557,0),(1577,428,92,92,112,112,216,216,48,48,'','',0,0),(1578,428,0,0,0,0,0,0,0,0,'48-216-112-92.pool.ukrtel.net','',0,0),(1579,428,0,0,0,0,0,0,0,0,'','elviabyrdiveuf@gmail.com',0,0),(1580,428,0,0,0,0,0,0,0,0,'','',1021,0),(1581,429,78,78,157,157,140,140,27,27,'','',0,0),(1582,429,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1583,429,0,0,0,0,0,0,0,0,'','oxzdqfprj8p8@meltmail.com',0,0),(1584,429,0,0,0,0,0,0,0,0,'','',1589,0),(1585,430,94,94,178,178,166,166,72,72,'','',0,0),(1586,430,0,0,0,0,0,0,0,0,'72-166-178-94.pool.ukrtel.net','',0,0),(1587,430,0,0,0,0,0,0,0,0,'','nimbustam@gmail.com',0,0),(1588,430,0,0,0,0,0,0,0,0,'','',1075,0),(1589,431,91,91,192,192,93,93,51,51,'','',0,0),(1590,431,0,0,0,0,0,0,0,0,'91.192.93.51.pppoe01-core.mnevnikionline.ru','',0,0),(1591,431,0,0,0,0,0,0,0,0,'','pochta32@kinomu.ru',0,0),(1592,431,0,0,0,0,0,0,0,0,'','',1549,0),(1593,432,194,194,165,165,42,42,27,27,'','',0,0),(1594,432,0,0,0,0,0,0,0,0,'194.165.42.27','',0,0),(1595,432,0,0,0,0,0,0,0,0,'','pismirrilky@gmail.com',0,0),(1596,432,0,0,0,0,0,0,0,0,'','',609,0),(1597,433,87,87,118,118,104,104,158,158,'','',0,2),(1598,433,0,0,0,0,0,0,0,0,'ns.km23049-05.keymachine.de','',0,2),(1599,433,0,0,0,0,0,0,0,0,'','arourowex@gmail.com',0,0),(1600,433,0,0,0,0,0,0,0,0,'','',718,0),(1601,434,78,78,37,37,237,237,114,114,'','',0,0),(1602,434,0,0,0,0,0,0,0,0,'ppp78-37-237-114.pppoe.avangarddsl.ru','',0,0),(1603,434,0,0,0,0,0,0,0,0,'','fanafanadasra@mail.ru',0,0),(1604,434,0,0,0,0,0,0,0,0,'','',1096,0),(1605,435,194,194,8,8,75,75,159,159,'','',0,0),(1606,435,0,0,0,0,0,0,0,0,'194.8.75.159','',0,0),(1607,435,0,0,0,0,0,0,0,0,'','colesellege@mail.ru',0,0),(1608,435,0,0,0,0,0,0,0,0,'','',1527,0),(1609,436,87,87,118,118,104,104,44,44,'','',0,0),(1610,436,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1611,436,0,0,0,0,0,0,0,0,'','vgkfck@gmail.com',0,0),(1612,436,0,0,0,0,0,0,0,0,'','',1147,0),(1613,437,84,84,16,16,224,224,55,55,'','',0,0),(1614,437,0,0,0,0,0,0,0,0,'service-wizard.info','',0,0),(1615,437,0,0,0,0,0,0,0,0,'','ceaxamope@gmail.com',0,0),(1616,437,0,0,0,0,0,0,0,0,'','',1345,0),(1617,438,78,78,157,157,140,140,27,27,'','',0,0),(1618,438,0,0,0,0,0,0,0,0,'','l24c33f2363i@meltmail.com',0,0),(1619,438,0,0,0,0,0,0,0,0,'','',1592,0),(1620,439,84,84,243,243,197,197,83,83,'','',0,0),(1621,439,0,0,0,0,0,0,0,0,'84.243.197.83','',0,0),(1622,439,0,0,0,0,0,0,0,0,'','20081205@gmail.com',0,0),(1623,439,0,0,0,0,0,0,0,0,'','',672,0),(1624,440,76,76,98,98,184,184,171,171,'','',0,0),(1625,440,0,0,0,0,0,0,0,0,'c-76-98-184-171.hsd1.nj.comcast.net','',0,0),(1626,440,0,0,0,0,0,0,0,0,'','uticaililky@gmail.com',0,0),(1627,440,0,0,0,0,0,0,0,0,'','',998,0),(1628,441,194,194,165,165,42,42,67,67,'','',0,0),(1629,441,0,0,0,0,0,0,0,0,'','neermigeoni@ua-news.net',0,0),(1630,441,0,0,0,0,0,0,0,0,'','',551,0),(1631,442,91,91,196,196,55,55,1,1,'','',0,0),(1632,442,0,0,0,0,0,0,0,0,'alpha.lvivlan.net.ua','',0,0),(1633,442,0,0,0,0,0,0,0,0,'','liethathy@mail.ru',0,0),(1634,442,0,0,0,0,0,0,0,0,'','',1023,0),(1635,443,193,193,227,227,14,14,64,64,'','',0,0),(1636,443,0,0,0,0,0,0,0,0,'PC64.UC.EDU.EG','',0,0),(1637,443,0,0,0,0,0,0,0,0,'','immurbvereoli@gmail.com',0,0),(1638,443,0,0,0,0,0,0,0,0,'','',1030,0),(1639,444,89,89,149,149,253,253,223,223,'','',0,2),(1640,444,0,0,0,0,0,0,0,0,'','tvkmfpf@stroydocs.com',0,0),(1641,444,0,0,0,0,0,0,0,0,'','',888,0),(1642,445,78,78,157,157,140,140,27,27,'','',0,0),(1643,445,0,0,0,0,0,0,0,0,'','677hhebxsfei@meltmail.com',0,0),(1644,445,0,0,0,0,0,0,0,0,'','',1213,0),(1645,446,194,194,165,165,42,42,111,111,'','',0,0),(1646,446,0,0,0,0,0,0,0,0,'','innorseontona@mail.ru',0,0),(1647,446,0,0,0,0,0,0,0,0,'','',733,0),(1648,447,95,95,28,28,100,100,227,227,'','',0,0),(1649,447,0,0,0,0,0,0,0,0,'95-28-100-227.broadband.corbina.ru','',0,0),(1650,447,0,0,0,0,0,0,0,0,'','flexwriters1@mail.ru',0,0),(1651,447,0,0,0,0,0,0,0,0,'','',686,0),(1652,448,194,194,8,8,75,75,46,46,'','',0,0),(1653,448,0,0,0,0,0,0,0,0,'ns2.dragonara.net','',0,0),(1654,448,0,0,0,0,0,0,0,0,'','phiseeree@gmail.com',0,0),(1655,448,0,0,0,0,0,0,0,0,'','',1652,0),(1656,449,76,76,164,164,192,192,10,10,'','',0,0),(1657,449,0,0,0,0,0,0,0,0,'72.164.192.10.svservers.com','',0,0),(1658,449,0,0,0,0,0,0,0,0,'','floormeing@mail.com',0,0),(1659,449,0,0,0,0,0,0,0,0,'','',1456,0),(1660,450,87,87,118,118,104,104,44,44,'','',0,0),(1661,450,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1662,450,0,0,0,0,0,0,0,0,'','verwwerwerw@gmail.com',0,0),(1663,450,0,0,0,0,0,0,0,0,'','',1318,0),(1664,451,87,87,118,118,106,106,56,56,'','',0,0),(1665,451,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1666,451,0,0,0,0,0,0,0,0,'','duemieu@izmail.net',0,0),(1667,451,0,0,0,0,0,0,0,0,'','',917,0),(1668,452,140,140,113,113,152,152,201,201,'','',0,0),(1669,452,0,0,0,0,0,0,0,0,'EE322Z11.me.nctu.edu.tw','',0,0),(1670,452,0,0,0,0,0,0,0,0,'','wrarbabetuh@gmail.com',0,0),(1671,452,0,0,0,0,0,0,0,0,'','',1267,0),(1672,453,78,78,157,157,140,140,27,27,'','',0,0),(1673,453,0,0,0,0,0,0,0,0,'','blve7pqyf7gk@meltmail.com',0,0),(1674,453,0,0,0,0,0,0,0,0,'','',1534,0),(1675,454,87,87,118,118,104,104,44,44,'','',0,0),(1676,454,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1677,454,0,0,0,0,0,0,0,0,'','husheeshy@gmail.com',0,0),(1678,454,0,0,0,0,0,0,0,0,'','',1035,0),(1679,455,59,59,124,124,44,44,34,34,'','',0,0),(1680,455,0,0,0,0,0,0,0,0,'59-124-44-34.HINET-IP.hinet.net','',0,0),(1681,455,0,0,0,0,0,0,0,0,'','grormabaipali@gmail.com',0,0),(1682,455,0,0,0,0,0,0,0,0,'','',1414,0),(1683,456,85,85,233,233,88,88,237,237,'','',0,0),(1684,456,0,0,0,0,0,0,0,0,'85.233.88.237','',0,0),(1685,456,0,0,0,0,0,0,0,0,'','rapidmantobe@lvovs.com',0,0),(1686,456,0,0,0,0,0,0,0,0,'','',744,0),(1687,457,213,213,186,186,116,116,57,57,'','',0,0),(1688,457,0,0,0,0,0,0,0,0,'213.186.116.57.utel.net.ua','',0,0),(1689,457,0,0,0,0,0,0,0,0,'','dayoutca@mail.com',0,0),(1690,457,0,0,0,0,0,0,0,0,'','',763,0),(1691,458,218,218,97,97,194,194,94,94,'','',0,0),(1692,458,0,0,0,0,0,0,0,0,'218.97.194.94','',0,0),(1693,458,0,0,0,0,0,0,0,0,'','freeuserr@gawab.com',0,0),(1694,458,0,0,0,0,0,0,0,0,'','',1250,0),(1695,459,69,69,120,120,54,54,204,204,'','',0,0),(1696,459,0,0,0,0,0,0,0,0,'ool-457836cc.dyn.optonline.net','',0,0),(1697,459,0,0,0,0,0,0,0,0,'','intosesatinue@gmail.com',0,0),(1698,459,0,0,0,0,0,0,0,0,'','',1175,0),(1699,460,194,194,8,8,75,75,159,159,'','',0,0),(1700,460,0,0,0,0,0,0,0,0,'','peawanery@mail.ru',0,0),(1701,460,0,0,0,0,0,0,0,0,'','',1341,0),(1702,461,76,76,21,21,63,63,205,205,'','',0,0),(1703,461,0,0,0,0,0,0,0,0,'c-76-21-63-205.hsd1.ca.comcast.net','',0,0),(1704,461,0,0,0,0,0,0,0,0,'','gypespeem@gmail.com',0,0),(1705,461,0,0,0,0,0,0,0,0,'','',1781,0),(1706,462,89,89,149,149,253,253,223,223,'','',0,2),(1707,462,0,0,0,0,0,0,0,0,'','vvzrxfy@stroydocs.com',0,0),(1708,462,0,0,0,0,0,0,0,0,'','',832,0),(1709,463,62,62,141,141,58,58,56,56,'','',0,0),(1710,463,0,0,0,0,0,0,0,0,'ns.km10446.keymachine.de','',0,0),(1711,463,0,0,0,0,0,0,0,0,'','ressatare@mail.ru',0,0),(1712,463,0,0,0,0,0,0,0,0,'','',919,0),(1713,464,87,87,118,118,126,126,213,213,'','',0,0),(1714,464,0,0,0,0,0,0,0,0,'ns.km34505.keymachine.de','',0,0),(1715,464,0,0,0,0,0,0,0,0,'','20090121@gmail.com',0,0),(1716,464,0,0,0,0,0,0,0,0,'','',1568,0),(1717,465,78,78,110,110,175,175,11,11,'','',0,0),(1718,465,0,0,0,0,0,0,0,0,'78.110.175.11','',0,0),(1719,465,0,0,0,0,0,0,0,0,'','gabrieldominguez43@yahoo.co.uk',0,0),(1720,465,0,0,0,0,0,0,0,0,'','',681,0),(1721,466,78,78,36,36,39,39,220,220,'','',0,0),(1722,466,0,0,0,0,0,0,0,0,'ip78-36-39-220.onego.ru','',0,0),(1723,466,0,0,0,0,0,0,0,0,'','mbgen@safe-mail.net',0,0),(1724,466,0,0,0,0,0,0,0,0,'','',914,0),(1725,467,89,89,149,149,236,236,50,50,'','',0,0),(1726,467,0,0,0,0,0,0,0,0,'89-149-236-50.local','',0,0),(1727,467,0,0,0,0,0,0,0,0,'','dasddgdfg@mail.ru',0,0),(1728,467,0,0,0,0,0,0,0,0,'','',1061,0),(1729,468,78,78,157,157,140,140,27,27,'','',0,0),(1730,468,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1731,468,0,0,0,0,0,0,0,0,'','1253n6s96jzp@meltmail.com',0,0),(1732,468,0,0,0,0,0,0,0,0,'','',1578,0),(1733,469,217,217,65,65,243,243,210,210,'','',0,0),(1734,469,0,0,0,0,0,0,0,0,'','oscicysoads@gmail.com',0,0),(1735,469,0,0,0,0,0,0,0,0,'','',882,0),(1736,470,194,194,8,8,75,75,157,157,'','',0,0),(1737,470,0,0,0,0,0,0,0,0,'','nalfred2777@gmail.com',0,0),(1738,470,0,0,0,0,0,0,0,0,'','',1233,0),(1739,471,194,194,8,8,75,75,159,159,'','',0,0),(1740,471,0,0,0,0,0,0,0,0,'','floowalkalo@mail.ru',0,0),(1741,471,0,0,0,0,0,0,0,0,'','',1192,0),(1742,472,92,92,241,241,168,168,226,226,'','',0,0),(1743,472,0,0,0,0,0,0,0,0,'vps3226_VZw2k3.2x4.ru','',0,0),(1744,472,0,0,0,0,0,0,0,0,'','guremar23@gmail.com',0,0),(1745,472,0,0,0,0,0,0,0,0,'','',1209,0),(1746,473,70,70,85,85,191,191,50,50,'','',0,0),(1747,473,0,0,0,0,0,0,0,0,'spark.profitinsites.com','',0,0),(1748,473,0,0,0,0,0,0,0,0,'','grereprearm@gmail.com',0,0),(1749,473,0,0,0,0,0,0,0,0,'','',588,0),(1750,474,87,87,118,118,106,106,56,56,'','',0,0),(1751,474,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1752,474,0,0,0,0,0,0,0,0,'','wfqwedc@mail.health-ua.com',0,0),(1753,474,0,0,0,0,0,0,0,0,'','',1034,0),(1754,475,87,87,118,118,106,106,189,189,'','',0,0),(1755,475,0,0,0,0,0,0,0,0,'ns.km11316-02.keymachine.de','',0,0),(1756,475,0,0,0,0,0,0,0,0,'','100elefelia@gmail.com',0,0),(1757,475,0,0,0,0,0,0,0,0,'','',1117,0),(1758,476,89,89,149,149,253,253,223,223,'','',0,2),(1759,476,0,0,0,0,0,0,0,0,'','lwnyxvh@stroydocs.com',0,0),(1760,476,0,0,0,0,0,0,0,0,'','',827,0),(1761,477,88,88,119,119,247,247,27,27,'','',0,0),(1762,477,0,0,0,0,0,0,0,0,'tug283.tts.lt','',0,0),(1763,477,0,0,0,0,0,0,0,0,'','web@usviagra.net',0,0),(1764,477,0,0,0,0,0,0,0,0,'','',545,0),(1765,478,221,221,11,11,27,27,110,110,'','',0,0),(1766,478,0,0,0,0,0,0,0,0,'','acefecedcog@gmail.com',0,0),(1767,478,0,0,0,0,0,0,0,0,'','',701,0),(1768,479,78,78,157,157,140,140,27,27,'','',0,0),(1769,479,0,0,0,0,0,0,0,0,'','pq8e7u55jzb1@meltmail.com',0,0),(1770,479,0,0,0,0,0,0,0,0,'','',1224,0),(1771,480,84,84,19,19,188,188,218,218,'','',0,0),(1772,480,0,0,0,0,0,0,0,0,'h-84.19.188.218.keyweb.de','',0,0),(1773,480,0,0,0,0,0,0,0,0,'','generricgenetic@ua-news.net',0,0),(1774,480,0,0,0,0,0,0,0,0,'','',1415,0),(1775,481,87,87,118,118,106,106,56,56,'','',0,0),(1776,481,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1777,481,0,0,0,0,0,0,0,0,'','idiokesoito@gmail.com',0,0),(1778,481,0,0,0,0,0,0,0,0,'','',783,0),(1779,482,87,87,118,118,106,106,56,56,'','',0,0),(1780,482,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1781,482,0,0,0,0,0,0,0,0,'','werqwrqwr@topmagic.org',0,0),(1782,482,0,0,0,0,0,0,0,0,'','',925,0),(1783,483,72,72,46,46,128,128,162,162,'','',0,0),(1784,483,0,0,0,0,0,0,0,0,'www39.rwgusa.com','',0,0),(1785,483,0,0,0,0,0,0,0,0,'','gokinuz@gmail.com',0,0),(1786,483,0,0,0,0,0,0,0,0,'','',759,0),(1787,484,87,87,118,118,106,106,56,56,'','',0,0),(1788,484,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1789,484,0,0,0,0,0,0,0,0,'','buckporn2@gmail.com',0,0),(1790,484,0,0,0,0,0,0,0,0,'','',1539,0),(1791,485,78,78,157,157,140,140,27,27,'','',0,0),(1792,485,0,0,0,0,0,0,0,0,'','wyv5suq8zidh@meltmail.com',0,0),(1793,485,0,0,0,0,0,0,0,0,'','',1442,0),(1794,486,87,87,118,118,106,106,56,56,'','',0,0),(1795,486,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1796,486,0,0,0,0,0,0,0,0,'','werqwrqwr@vinbazar.com',0,0),(1797,486,0,0,0,0,0,0,0,0,'','',947,0),(1798,487,84,84,19,19,188,188,218,218,'','',0,0),(1799,487,0,0,0,0,0,0,0,0,'h-84.19.188.218.keyweb.de','',0,0),(1800,487,0,0,0,0,0,0,0,0,'','gennerricgenetic@stylebrand.com',0,0),(1801,487,0,0,0,0,0,0,0,0,'','',1424,0),(1802,488,217,217,10,10,38,38,223,223,'','',0,0),(1803,488,0,0,0,0,0,0,0,0,'217.10.38.223','',0,0),(1804,488,0,0,0,0,0,0,0,0,'','afforafiegree@gmail.com',0,0),(1805,488,0,0,0,0,0,0,0,0,'','',722,0),(1806,489,217,217,10,10,38,38,223,223,'','',0,0),(1807,489,0,0,0,0,0,0,0,0,'','twelmfete@gmail.com',0,0),(1808,489,0,0,0,0,0,0,0,0,'','',696,0),(1809,490,92,92,241,241,168,168,226,226,'','',0,0),(1810,490,0,0,0,0,0,0,0,0,'vps3226_VZw2k3.2x4.ru','',0,0),(1811,490,0,0,0,0,0,0,0,0,'','guremar22@gmail.com',0,0),(1812,490,0,0,0,0,0,0,0,0,'','',1167,0),(1813,491,89,89,149,149,227,227,18,18,'','',0,0),(1814,491,0,0,0,0,0,0,0,0,'','puppyeqqw@gmail.com',0,0),(1815,491,0,0,0,0,0,0,0,0,'','',1306,0),(1816,492,222,222,74,74,200,200,2,2,'','',0,3),(1817,492,0,0,0,0,0,0,0,0,'2.200.74.222.broad.hh.nm.dynamic.163data.com.cn','',0,3),(1818,492,0,0,0,0,0,0,0,0,'','bizmika-fd@yahoo.co.uk',0,0),(1819,492,0,0,0,0,0,0,0,0,'','',772,0),(1820,493,195,195,46,46,35,35,77,77,'','',0,0),(1821,493,0,0,0,0,0,0,0,0,'195.46.35.77','',0,0),(1822,493,0,0,0,0,0,0,0,0,'','creelelex@gmail.com',0,0),(1823,493,0,0,0,0,0,0,0,0,'','',787,0),(1824,494,87,87,118,118,112,112,5,5,'','',0,0),(1825,494,0,0,0,0,0,0,0,0,'ns.srv1.globohost.ru','',0,0),(1826,494,0,0,0,0,0,0,0,0,'','fsdfswertw@gmail.com',0,0),(1827,494,0,0,0,0,0,0,0,0,'','',658,0),(1828,495,78,78,157,157,140,140,27,27,'','',0,0),(1829,495,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1830,495,0,0,0,0,0,0,0,0,'','7taghx7msxqm@meltmail.com',0,0),(1831,495,0,0,0,0,0,0,0,0,'','',1449,0),(1832,496,78,78,157,157,140,140,27,27,'','',0,0),(1833,496,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1834,496,0,0,0,0,0,0,0,0,'','k1zssw133ey6@meltmail.com',0,0),(1835,496,0,0,0,0,0,0,0,0,'','',1616,0),(1836,497,89,89,149,149,226,226,46,46,'','',0,0),(1837,497,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1838,497,0,0,0,0,0,0,0,0,'','sypealtesse@gmail.com',0,0),(1839,497,0,0,0,0,0,0,0,0,'','',1438,0),(1840,498,87,87,118,118,104,104,44,44,'','',0,0),(1841,498,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1842,498,0,0,0,0,0,0,0,0,'','rgregesarg@gmail.com',0,0),(1843,498,0,0,0,0,0,0,0,0,'','',938,0),(1844,499,194,194,8,8,75,75,157,157,'','',0,0),(1845,499,0,0,0,0,0,0,0,0,'','gluharevik@gmail.com',0,0),(1846,499,0,0,0,0,0,0,0,0,'','',1093,0),(1847,500,89,89,149,149,226,226,46,46,'','',0,0),(1848,500,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1849,500,0,0,0,0,0,0,0,0,'','lywhektheotte@gmail.com',0,0),(1850,500,0,0,0,0,0,0,0,0,'','',1344,0),(1851,501,77,77,41,41,88,88,62,62,'','',0,0),(1852,501,0,0,0,0,0,0,0,0,'host-77-41-88-62.qwerty.ru','',0,0),(1853,501,0,0,0,0,0,0,0,0,'','aleksejboch@yandex.ru',0,0),(1854,501,0,0,0,0,0,0,0,0,'','',1155,0),(1855,502,87,87,118,118,104,104,44,44,'','',0,0),(1856,502,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1857,502,0,0,0,0,0,0,0,0,'','bxdhbbbtg@gmail.com',0,0),(1858,502,0,0,0,0,0,0,0,0,'','',1641,0),(1859,503,78,78,157,157,140,140,27,27,'','',0,0),(1860,503,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1861,503,0,0,0,0,0,0,0,0,'','shiq9xrujgr2@meltmail.com',0,0),(1862,503,0,0,0,0,0,0,0,0,'','',1284,0),(1863,504,78,78,157,157,140,140,27,27,'','',0,0),(1864,504,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1865,504,0,0,0,0,0,0,0,0,'','afvc8l99yyal@meltmail.com',0,0),(1866,504,0,0,0,0,0,0,0,0,'','',1602,0),(1867,505,81,81,24,24,208,208,9,9,'','',0,0),(1868,505,0,0,0,0,0,0,0,0,'nat1.nktv.mk.ua','',0,0),(1869,505,0,0,0,0,0,0,0,0,'','gj88hjfff453ghg@gmail.com',0,0),(1870,505,0,0,0,0,0,0,0,0,'','',1392,0),(1871,506,85,85,112,112,113,113,118,118,'','',0,0),(1872,506,0,0,0,0,0,0,0,0,'85.112.113.118','',0,0),(1873,506,0,0,0,0,0,0,0,0,'','porsesura@gmail.com',0,0),(1874,506,0,0,0,0,0,0,0,0,'','',596,0),(1875,507,78,78,110,110,175,175,13,13,'','',0,0),(1876,507,0,0,0,0,0,0,0,0,'','grendel@gooogletartsert.net',0,0),(1877,507,0,0,0,0,0,0,0,0,'','',1271,0),(1878,508,84,84,19,19,188,188,218,218,'','',0,0),(1879,508,0,0,0,0,0,0,0,0,'h-84.19.188.218.keyweb.de','',0,0),(1880,508,0,0,0,0,0,0,0,0,'','grendyyyyt@uastar.net',0,0),(1881,508,0,0,0,0,0,0,0,0,'','',1588,0),(1882,509,95,95,28,28,73,73,207,207,'','',0,0),(1883,509,0,0,0,0,0,0,0,0,'95-28-73-207.broadband.corbina.ru','',0,0),(1884,509,0,0,0,0,0,0,0,0,'','grensvikkers@mail.ru',0,0),(1885,509,0,0,0,0,0,0,0,0,'','',1263,0),(1886,510,89,89,149,149,226,226,46,46,'','',0,0),(1887,510,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1888,510,0,0,0,0,0,0,0,0,'','boarfadia@gmail.com',0,0),(1889,510,0,0,0,0,0,0,0,0,'','',1473,0),(1890,511,194,194,8,8,75,75,159,159,'','',0,0),(1891,511,0,0,0,0,0,0,0,0,'','lophactotaraf@mail.ru',0,0),(1892,511,0,0,0,0,0,0,0,0,'','',1296,0),(1893,512,91,91,124,124,91,91,76,76,'','',0,0),(1894,512,0,0,0,0,0,0,0,0,'76-91-124-91.pool.ukrtel.net','',0,0),(1895,512,0,0,0,0,0,0,0,0,'','byclecounny@gmail.com',0,0),(1896,512,0,0,0,0,0,0,0,0,'','',1404,0),(1897,513,217,217,66,66,24,24,5,5,'','',0,0),(1898,513,0,0,0,0,0,0,0,0,'','photoretouch@mail.ru',0,0),(1899,513,0,0,0,0,0,0,0,0,'','',726,0),(1900,514,87,87,118,118,106,106,56,56,'','',0,0),(1901,514,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1902,514,0,0,0,0,0,0,0,0,'','duemieu@pozitifff.com',0,0),(1903,514,0,0,0,0,0,0,0,0,'','',913,0),(1904,515,0,0,0,0,0,0,0,0,'','',655,0),(1905,516,194,194,165,165,42,42,81,81,'','',0,0),(1906,516,0,0,0,0,0,0,0,0,'','digoawaro@mail.ru',0,0),(1907,516,0,0,0,0,0,0,0,0,'','',655,0),(1908,517,78,78,110,110,175,175,18,18,'','',0,0),(1909,517,0,0,0,0,0,0,0,0,'78.110.175.18','',0,0),(1910,517,0,0,0,0,0,0,0,0,'','laurderie@gmail.com',0,0),(1911,517,0,0,0,0,0,0,0,0,'','',1516,0),(1912,518,78,78,157,157,140,140,27,27,'','',0,0),(1913,518,0,0,0,0,0,0,0,0,'78.157.140.27','',0,0),(1914,518,0,0,0,0,0,0,0,0,'','bscqnahe8qev@meltmail.com',0,0),(1915,518,0,0,0,0,0,0,0,0,'','',1455,0),(1916,519,77,77,122,122,138,138,57,57,'','',0,0),(1917,519,0,0,0,0,0,0,0,0,'sour-backdowner.volia.net','',0,0),(1918,519,0,0,0,0,0,0,0,0,'','gymandrea19@gawab.com',0,0),(1919,519,0,0,0,0,0,0,0,0,'','',1054,0),(1920,520,212,212,235,235,107,107,45,45,'','',0,0),(1921,520,0,0,0,0,0,0,0,0,'DSL212-235-107-45.bb.netvision.net.il','',0,0),(1922,520,0,0,0,0,0,0,0,0,'','annalyciakriner19@gmail.com',0,0),(1923,520,0,0,0,0,0,0,0,0,'','',1934,0),(1924,521,91,91,207,207,4,4,90,90,'','',0,0),(1925,521,0,0,0,0,0,0,0,0,'90.4.207.91.unknown.SteepHost.Net','',0,0),(1926,521,0,0,0,0,0,0,0,0,'','cnmkoxn111@mail.ru',0,0),(1927,521,0,0,0,0,0,0,0,0,'','',1683,0),(1928,522,194,194,165,165,42,42,95,95,'','',0,0),(1929,522,0,0,0,0,0,0,0,0,'194.165.42.95','',0,0),(1930,522,0,0,0,0,0,0,0,0,'','ruiluestast@gmail.com',0,0),(1931,522,0,0,0,0,0,0,0,0,'','',709,0),(1932,523,89,89,149,149,226,226,46,46,'','',0,0),(1933,523,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1934,523,0,0,0,0,0,0,0,0,'','prearpmub@gmail.com',0,0),(1935,523,0,0,0,0,0,0,0,0,'','',1510,0),(1936,524,203,203,26,26,189,189,182,182,'','',0,0),(1937,524,0,0,0,0,0,0,0,0,'','elometitoeddy@gmail.com',0,0),(1938,524,0,0,0,0,0,0,0,0,'','',1474,0),(1939,525,87,87,118,118,104,104,44,44,'','',0,0),(1940,525,0,0,0,0,0,0,0,0,'ns.km20802-04.keymachine.de','',0,0),(1941,525,0,0,0,0,0,0,0,0,'','cjcfyjdf@gmail.com',0,0),(1942,525,0,0,0,0,0,0,0,0,'','',1140,0),(1943,526,87,87,118,118,106,106,56,56,'','',0,0),(1944,526,0,0,0,0,0,0,0,0,'ns.km23109-01.keymachine.de','',0,0),(1945,526,0,0,0,0,0,0,0,0,'','werqwrqre@pmrmail.com',0,0),(1946,526,0,0,0,0,0,0,0,0,'','',1010,0),(1947,527,195,195,159,159,196,196,243,243,'','',0,0),(1948,527,0,0,0,0,0,0,0,0,'','glattenn@mail.ru',0,0),(1949,527,0,0,0,0,0,0,0,0,'','',541,0),(1950,528,89,89,149,149,226,226,46,46,'','',0,0),(1951,528,0,0,0,0,0,0,0,0,'89-149-226-46.local','',0,0),(1952,528,0,0,0,0,0,0,0,0,'','itexinquire@gmail.com',0,0),(1953,528,0,0,0,0,0,0,0,0,'','',1393,0),(1954,529,89,89,149,149,236,236,50,50,'','',0,0),(1955,529,0,0,0,0,0,0,0,0,'89-149-236-50.local','',0,0),(1956,529,0,0,0,0,0,0,0,0,'','asdasfsggdfn@mail.ru',0,0),(1957,529,0,0,0,0,0,0,0,0,'','',1134,0),(1958,530,89,89,149,149,217,217,190,190,'','',0,0),(1959,530,0,0,0,0,0,0,0,0,'89-149-217-190.local','',0,0),(1960,530,0,0,0,0,0,0,0,0,'','conomosaund@gmail.com',0,0),(1961,530,0,0,0,0,0,0,0,0,'','',1298,0),(1962,531,87,87,118,118,124,124,11,11,'','',0,0),(1963,531,0,0,0,0,0,0,0,0,'ns.km33405-03.keymachine.de','',0,0),(1964,531,0,0,0,0,0,0,0,0,'','plagearia@mail.ru',0,0),(1965,531,0,0,0,0,0,0,0,0,'','',1542,0),(1966,532,91,91,207,207,4,4,90,90,'','',0,0),(1967,532,0,0,0,0,0,0,0,0,'90.4.207.91.unknown.SteepHost.Net','',0,0),(1968,532,0,0,0,0,0,0,0,0,'','c1n1mjiuk315@mail.ru',0,0),(1969,532,0,0,0,0,0,0,0,0,'','',1461,0),(1970,533,82,82,193,193,140,140,165,165,'','',0,12),(1971,533,0,0,0,0,0,0,0,0,'nat165-sin.ural.net','',0,12),(1972,533,0,0,0,0,0,0,0,0,'','ilya.baida@mail.ru',0,0),(1973,533,0,0,0,0,0,0,0,0,'','',2016,0),(1974,534,212,212,117,117,165,165,179,179,'','',0,22),(1975,534,0,0,0,0,0,0,0,0,'ip-212-117-165-179.server.lu','',0,22),(1976,534,0,0,0,0,0,0,0,0,'','securityanalyst@dnadmin.webhop.biz',0,0),(1977,534,0,0,0,0,0,0,0,0,'','',2018,0),(1978,535,69,69,1,1,239,239,140,140,'','',0,0),(1979,535,0,0,0,0,0,0,0,0,'69.1.239.140','',0,0),(1980,535,0,0,0,0,0,0,0,0,'','inetryconydot@gmail.com',0,0),(1981,535,0,0,0,0,0,0,0,0,'','',2019,0),(1982,536,188,188,92,92,76,76,135,135,'','',0,5),(1983,536,0,0,0,0,0,0,0,0,'188.92.76.135','',0,5),(1984,536,0,0,0,0,0,0,0,0,'','dparrlp@usagiftsite.in',0,0),(1985,536,0,0,0,0,0,0,0,0,'','',2020,0),(1986,537,94,94,142,142,131,131,186,186,'','',0,16),(1987,537,0,0,0,0,0,0,0,0,'94.142.131.186','',0,0),(1988,537,0,0,0,0,0,0,0,0,'','unloky@all-craigs.com',0,0),(1989,537,0,0,0,0,0,0,0,0,'','',2021,0),(1990,538,67,67,21,21,65,65,239,239,'','',0,0),(1991,538,0,0,0,0,0,0,0,0,'ip-67-21-65-239.sharktech.net','',0,0),(1992,538,0,0,0,0,0,0,0,0,'','aberomainendf@aol.com',0,0),(1993,538,0,0,0,0,0,0,0,0,'','',2026,0),(1994,539,91,91,212,212,226,226,217,217,'','',0,15),(1995,539,0,0,0,0,0,0,0,0,'','colinxhoward@tophotmail.net',0,5),(1996,539,0,0,0,0,0,0,0,0,'','',2027,10),(1997,540,88,88,9,9,56,56,110,110,'','',0,2),(1998,540,0,0,0,0,0,0,0,0,'110.Red-88-9-56.dynamicIP.rima-tde.net','',0,2),(1999,540,0,0,0,0,0,0,0,0,'','grytner@cmoki.pl',0,0),(2000,540,0,0,0,0,0,0,0,0,'','',2029,0),(2001,541,78,78,26,26,187,187,23,23,'','',0,3),(2002,541,0,0,0,0,0,0,0,0,'vds40.elaninet.com','',0,3),(2003,541,0,0,0,0,0,0,0,0,'','serakponko@gmx.com',0,0),(2004,541,0,0,0,0,0,0,0,0,'','',2031,0),(2005,542,204,204,124,124,183,183,77,77,'','',0,0),(2006,542,0,0,0,0,0,0,0,0,'','boatsandyachts10@gmail.com',0,0),(2007,542,0,0,0,0,0,0,0,0,'','',2033,0),(2008,543,91,91,212,212,226,226,247,247,'','',0,7),(2009,543,0,0,0,0,0,0,0,0,'91.212.226.247','',0,5),(2010,543,0,0,0,0,0,0,0,0,'','goodz@mailboxxx.net',0,0),(2011,543,0,0,0,0,0,0,0,0,'','',2039,0),(2012,544,61,61,135,135,252,252,81,81,'','',0,0),(2013,544,0,0,0,0,0,0,0,0,'','evans@mailboxxx.net',0,2),(2014,544,0,0,0,0,0,0,0,0,'','',2044,4),(2015,545,95,95,68,68,76,76,145,145,'','',0,2),(2016,545,0,0,0,0,0,0,0,0,'','olsonraymond31@gmail.com',0,14),(2017,545,0,0,0,0,0,0,0,0,'','',2048,28),(2018,546,208,208,109,109,28,28,218,218,'','',0,11),(2019,546,0,0,0,0,0,0,0,0,'ip-208-109-28-218.ip.secureserver.net','',0,11),(2020,546,0,0,0,0,0,0,0,0,'','feergoortens@gmail.com',0,0),(2021,546,0,0,0,0,0,0,0,0,'','',2046,0),(2022,547,81,81,198,198,156,156,38,38,'','',0,0),(2023,547,0,0,0,0,0,0,0,0,'81.198.156.38','',0,0),(2024,547,0,0,0,0,0,0,0,0,'','willcnt@gmail.com',0,0),(2025,547,0,0,0,0,0,0,0,0,'','',2051,0),(2026,548,95,95,68,68,81,81,169,169,'','',0,0),(2027,548,0,0,0,0,0,0,0,0,'','love.chung805@gmail.com',0,0),(2028,548,0,0,0,0,0,0,0,0,'','',2049,0),(2029,549,116,116,15,15,154,154,182,182,'','',0,0),(2030,549,0,0,0,0,0,0,0,0,'bb116-15-154-182.singnet.com.sg','',0,0),(2031,549,0,0,0,0,0,0,0,0,'','elroypelini@gmail.com',0,0),(2032,549,0,0,0,0,0,0,0,0,'','',2050,0),(2033,550,95,95,68,68,65,65,55,55,'','',0,0),(2034,550,0,0,0,0,0,0,0,0,'95.68.65.55','',0,0),(2035,550,0,0,0,0,0,0,0,0,'','arlengross20@gmail.com',0,0),(2036,550,0,0,0,0,0,0,0,0,'','',2054,0),(2037,551,95,95,68,68,65,65,55,55,'','',0,0),(2038,551,0,0,0,0,0,0,0,0,'95.68.65.55','',0,0),(2039,551,0,0,0,0,0,0,0,0,'','eusebio.stanton00@gmail.com',0,0),(2040,551,0,0,0,0,0,0,0,0,'','',2053,0),(2041,552,110,110,234,234,72,72,14,14,'','',0,0),(2042,552,0,0,0,0,0,0,0,0,'110-234-72-14.del.tulipconnect.com','',0,0),(2043,552,0,0,0,0,0,0,0,0,'','sukrut.cdcgs@gmail.com',0,0),(2044,552,0,0,0,0,0,0,0,0,'','',2057,0),(2045,553,173,173,234,234,28,28,39,39,'','',0,7),(2046,553,0,0,0,0,0,0,0,0,'173.234.28.39.rdns.ubiquityservers.com','',0,7),(2047,553,0,0,0,0,0,0,0,0,'','rimvydasu2015@kekmail.com',0,0),(2048,553,0,0,0,0,0,0,0,0,'','',2064,0),(2049,553,173,173,234,234,31,31,22,22,'','',0,6),(2050,554,92,92,113,113,222,222,73,73,'','',0,0),(2051,554,0,0,0,0,0,0,0,0,'73-222-113-92.pool.ukrtel.net','',0,0),(2052,554,0,0,0,0,0,0,0,0,'','barnard.traci0559@gmail.com',0,0),(2053,554,0,0,0,0,0,0,0,0,'','',2069,0),(2054,555,217,217,23,23,13,13,10,10,'','',0,34),(2055,555,0,0,0,0,0,0,0,0,'','jigmadarmrare@dona211.com',0,0),(2056,555,0,0,0,0,0,0,0,0,'','',2068,0),(2057,556,154,154,20,20,206,206,213,213,'','',0,0),(2058,556,0,0,0,0,0,0,0,0,'d154-20-206-213.bchsia.telus.net','',0,0),(2059,556,0,0,0,0,0,0,0,0,'','lorivicknair@aol.com',0,1),(2060,556,0,0,0,0,0,0,0,0,'','',2067,2),(2061,557,84,84,10,10,161,161,210,210,'','',0,0),(2062,557,0,0,0,0,0,0,0,0,'chello084010161210.chello.pl','',0,0),(2063,557,0,0,0,0,0,0,0,0,'','alfredsumer@gmail.com',0,0),(2064,557,0,0,0,0,0,0,0,0,'','',2065,0),(2065,558,109,109,236,236,81,81,31,31,'','',0,0),(2066,558,0,0,0,0,0,0,0,0,'','sheepelic@robson911.com',0,0),(2067,558,0,0,0,0,0,0,0,0,'','',2070,0),(2068,559,92,92,241,241,168,168,108,108,'','',0,52),(2069,559,0,0,0,0,0,0,0,0,'server1.ch4.newworld2','',0,52),(2070,559,0,0,0,0,0,0,0,0,'','poomaliboog@edi999.com',0,0),(2071,559,0,0,0,0,0,0,0,0,'','',2071,0),(2072,560,71,71,201,201,145,145,186,186,'','',0,0),(2073,560,0,0,0,0,0,0,0,0,'c-71-201-145-186.hsd1.il.comcast.net','',0,0),(2074,560,0,0,0,0,0,0,0,0,'','viompor@dona211.com',0,0),(2075,560,0,0,0,0,0,0,0,0,'','',2072,0),(2076,560,195,195,168,168,109,109,60,60,'','',0,0),(2077,561,71,71,194,194,95,95,244,244,'','',0,75),(2078,561,0,0,0,0,0,0,0,0,'c-71-194-95-244.hsd1.in.comcast.net','',0,75),(2079,561,0,0,0,0,0,0,0,0,'','cedarlake@1337profiles.com',0,0),(2080,561,0,0,0,0,0,0,0,0,'','',2073,0),(2081,562,211,211,138,138,124,124,206,206,'','',0,0),(2082,562,0,0,0,0,0,0,0,0,'211.138.124.206','',0,0),(2083,562,0,0,0,0,0,0,0,0,'','hemoaugmegete@mami999.net',0,0),(2084,562,0,0,0,0,0,0,0,0,'','',2077,0),(2085,562,211,211,138,138,124,124,208,208,'','',0,0),(2086,563,222,222,68,68,173,173,101,101,'','',0,0),(2087,563,0,0,0,0,0,0,0,0,'','infuffilk@mami999.net',0,0),(2088,563,0,0,0,0,0,0,0,0,'','',2076,0),(2089,564,109,109,86,86,108,108,180,180,'','',0,1),(2090,564,0,0,0,0,0,0,0,0,'109.86.108.180','',0,1),(2091,564,0,0,0,0,0,0,0,0,'','jerrabnarge@mami999.net',0,0),(2092,564,0,0,0,0,0,0,0,0,'','',2074,0),(2093,565,71,71,56,56,22,22,55,55,'','',0,0),(2094,565,0,0,0,0,0,0,0,0,'c-71-56-22-55.hsd1.ga.comcast.net','',0,0),(2095,565,0,0,0,0,0,0,0,0,'','emimewaw@mami999.org',0,0),(2096,565,0,0,0,0,0,0,0,0,'','',2078,0),(2097,565,173,173,28,28,166,166,108,108,'','',0,0),(2098,566,109,109,86,86,108,108,184,184,'','',0,0),(2099,566,0,0,0,0,0,0,0,0,'109.86.108.184','',0,0),(2100,566,0,0,0,0,0,0,0,0,'','teddy.hebert450@gmail.com',0,0),(2101,566,0,0,0,0,0,0,0,0,'','',2087,0),(2102,567,123,123,125,125,156,156,139,139,'','',0,0),(2103,567,0,0,0,0,0,0,0,0,'123.125.156.139','',0,0),(2104,567,0,0,0,0,0,0,0,0,'','tri79@bestindianapoliscpa.com',0,0),(2105,567,0,0,0,0,0,0,0,0,'','',2085,0),(2106,567,123,123,125,125,156,156,144,144,'','',0,6),(2107,567,123,123,125,125,156,156,151,151,'','',0,0),(2108,567,123,123,125,125,156,156,156,156,'','',0,0),(2109,568,173,173,234,234,19,19,64,64,'','',0,5),(2110,568,0,0,0,0,0,0,0,0,'173.234.19.64.rdns.ubiquityservers.com','',0,5),(2111,568,0,0,0,0,0,0,0,0,'','kate1904@huilmail.com',0,0),(2112,568,0,0,0,0,0,0,0,0,'','',2084,0),(2113,568,174,174,34,34,170,170,159,159,'','',0,1),(2114,569,203,203,101,101,90,90,133,133,'','',0,6),(2115,569,0,0,0,0,0,0,0,0,'','priya.cdcgs@gmail.com',0,0),(2116,569,0,0,0,0,0,0,0,0,'','',2091,0),(2117,570,203,203,101,101,90,90,133,133,'','',0,6),(2118,570,0,0,0,0,0,0,0,0,'203.101.90.133','',0,6),(2119,570,0,0,0,0,0,0,0,0,'','bhoutik.cdcgs@gmail.com',0,0),(2120,570,0,0,0,0,0,0,0,0,'','',2095,0),(2121,571,203,203,101,101,90,90,133,133,'','',0,6),(2122,571,0,0,0,0,0,0,0,0,'','kiran.cdcgs@gmail.com',0,0),(2123,571,0,0,0,0,0,0,0,0,'','',2093,0),(2124,572,203,203,101,101,90,90,133,133,'','',0,6),(2125,572,0,0,0,0,0,0,0,0,'','poonam.cdcgs@gmail.com',0,0),(2126,572,0,0,0,0,0,0,0,0,'','',2092,0),(2127,573,173,173,234,234,28,28,40,40,'','',0,4),(2128,573,0,0,0,0,0,0,0,0,'173.234.28.40.rdns.ubiquityservers.com','',0,4),(2129,573,0,0,0,0,0,0,0,0,'','anton1939@lijohnbranding.info',0,0),(2130,573,0,0,0,0,0,0,0,0,'','',2090,0),(2131,573,173,173,234,234,31,31,21,21,'','',0,4),(2132,574,173,173,234,234,29,29,37,37,'','',0,4),(2133,574,0,0,0,0,0,0,0,0,'173.234.29.37.rdns.ubiquityservers.com','',0,4),(2134,574,0,0,0,0,0,0,0,0,'','telkovartem1983@seventeenbent.info',0,0),(2135,574,0,0,0,0,0,0,0,0,'','',2098,0),(2136,574,212,212,110,110,182,182,226,226,'','',0,0),(2137,575,173,173,234,234,29,29,37,37,'','',0,4),(2138,575,0,0,0,0,0,0,0,0,'173.234.29.37.rdns.ubiquityservers.com','',0,4),(2139,575,0,0,0,0,0,0,0,0,'','vladscan1955@vietinfobar.info',0,0),(2140,575,0,0,0,0,0,0,0,0,'','',2099,0),(2141,576,173,173,234,234,30,30,37,37,'','',0,2),(2142,576,0,0,0,0,0,0,0,0,'173.234.30.37.rdns.ubiquityservers.com','',0,2),(2143,576,0,0,0,0,0,0,0,0,'','luba2042@baasdomains.info',0,0),(2144,576,0,0,0,0,0,0,0,0,'','',2100,0),(2145,576,174,174,34,34,169,169,178,178,'','',0,0),(2146,577,174,174,34,34,169,169,176,176,'','',0,1),(2147,577,0,0,0,0,0,0,0,0,'','spynukirill1967@freemailhostingkit.info',0,0),(2148,577,0,0,0,0,0,0,0,0,'','',2101,0),(2149,578,222,222,77,77,14,14,55,55,'','',0,0),(2150,578,0,0,0,0,0,0,0,0,'222.77.14.55','',0,0),(2151,578,0,0,0,0,0,0,0,0,'','kent6hunt45@yahoo.co.uk',0,1),(2152,578,0,0,0,0,0,0,0,0,'','',2110,2),(2153,579,124,124,13,13,51,51,61,61,'','',0,0),(2154,579,0,0,0,0,0,0,0,0,'','kleinfinn@tucsonnyou.info',0,0),(2155,579,0,0,0,0,0,0,0,0,'','',2112,0),(2156,580,173,173,234,234,30,30,39,39,'','',0,0),(2157,580,0,0,0,0,0,0,0,0,'173.234.30.39.rdns.ubiquityservers.com','',0,0),(2158,580,0,0,0,0,0,0,0,0,'','winxbeliwix1940@starterplansmo.info',0,0),(2159,580,0,0,0,0,0,0,0,0,'','',2111,0),(2160,581,173,173,234,234,19,19,65,65,'','',0,0),(2161,581,0,0,0,0,0,0,0,0,'173.234.19.65.rdns.ubiquityservers.com','',0,0),(2162,581,0,0,0,0,0,0,0,0,'','vetalik2043@baasdomains.info',0,0),(2163,581,0,0,0,0,0,0,0,0,'','',2108,0),(2164,581,173,173,234,234,28,28,38,38,'','',0,0),(2165,582,192,192,192,192,122,122,122,122,'','',0,0),(2166,582,0,0,0,0,0,0,0,0,'Venus.CSIE.AU.edu.tw','',0,0),(2167,582,0,0,0,0,0,0,0,0,'','rory77daniel14@yahoo.co.uk',0,0),(2168,582,0,0,0,0,0,0,0,0,'','',2107,0),(2169,583,202,202,108,108,50,50,69,69,'','',0,0),(2170,583,0,0,0,0,0,0,0,0,'202.108.50.69','',0,0),(2171,583,0,0,0,0,0,0,0,0,'','apowhesee@gawab.com',0,0),(2172,583,0,0,0,0,0,0,0,0,'','',2103,0),(2173,583,202,202,108,108,50,50,71,71,'','',0,1),(2174,583,202,202,108,108,50,50,72,72,'','',0,0),(2175,583,202,202,108,108,50,50,73,73,'','',0,0),(2176,583,202,202,108,108,50,50,74,74,'','',0,0),(2177,583,202,202,108,108,50,50,75,75,'','',0,0),(2178,584,173,173,234,234,30,30,39,39,'','',0,0),(2179,584,0,0,0,0,0,0,0,0,'173.234.30.39.rdns.ubiquityservers.com','',0,0),(2180,584,0,0,0,0,0,0,0,0,'','toxi1972@starterplansmo.info',0,0),(2181,584,0,0,0,0,0,0,0,0,'','',2102,0),(2182,584,173,173,234,234,29,29,39,39,'','',0,0),(2183,585,192,192,114,114,71,71,92,92,'','',0,0),(2184,585,0,0,0,0,0,0,0,0,'508.granthost.org','',0,0),(2185,585,0,0,0,0,0,0,0,0,'','olgashtain@gmail.com',0,0),(2186,585,0,0,0,0,0,0,0,0,'','',2114,0),(2187,586,173,173,234,234,150,150,171,171,'','',0,0),(2188,586,0,0,0,0,0,0,0,0,'173.234.150.171.rdns.ubiquityservers.com','',0,0),(2189,586,0,0,0,0,0,0,0,0,'','julieleto190@aboutbeingsafe.com',0,0),(2190,586,0,0,0,0,0,0,0,0,'','',2113,0),(2191,586,98,98,227,227,232,232,193,193,'','',0,0);
/*!40000 ALTER TABLE `smf_ban_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_board_permissions`
--

DROP TABLE IF EXISTS `smf_board_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_board_permissions` (
  `ID_GROUP` smallint(5) NOT NULL default '0',
  `ID_BOARD` smallint(5) unsigned NOT NULL default '0',
  `permission` varchar(30) NOT NULL default '',
  `addDeny` tinyint(4) NOT NULL default '1',
  PRIMARY KEY  (`ID_GROUP`,`ID_BOARD`,`permission`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_board_permissions`
--

LOCK TABLES `smf_board_permissions` WRITE;
/*!40000 ALTER TABLE `smf_board_permissions` DISABLE KEYS */;
INSERT INTO `smf_board_permissions` VALUES (0,0,'remove_own',1),(0,0,'lock_own',1),(0,0,'mark_any_notify',1),(0,0,'mark_notify',1),(0,0,'modify_own',1),(0,0,'poll_add_own',1),(0,0,'poll_edit_own',1),(0,0,'poll_lock_own',1),(0,0,'poll_post',1),(0,0,'poll_view',1),(0,0,'poll_vote',1),(0,0,'post_attachment',1),(0,0,'post_new',1),(0,0,'post_reply_any',1),(0,0,'post_reply_own',1),(0,0,'delete_own',1),(0,0,'report_any',1),(0,0,'send_topic',1),(0,0,'view_attachments',1),(2,0,'moderate_board',1),(2,0,'post_new',1),(2,0,'post_reply_own',1),(2,0,'post_reply_any',1),(2,0,'poll_post',1),(2,0,'poll_add_any',1),(2,0,'poll_remove_any',1),(2,0,'poll_view',1),(2,0,'poll_vote',1),(2,0,'poll_edit_any',1),(2,0,'report_any',1),(2,0,'lock_own',1),(2,0,'send_topic',1),(2,0,'mark_any_notify',1),(2,0,'mark_notify',1),(2,0,'delete_own',1),(2,0,'modify_own',1),(2,0,'make_sticky',1),(2,0,'lock_any',1),(2,0,'remove_any',1),(2,0,'move_any',1),(2,0,'merge_any',1),(2,0,'split_any',1),(2,0,'delete_any',1),(2,0,'modify_any',1),(3,0,'moderate_board',1),(3,0,'post_new',1),(3,0,'post_reply_own',1),(3,0,'post_reply_any',1),(3,0,'poll_post',1),(3,0,'poll_add_own',1),(3,0,'poll_remove_any',1),(3,0,'poll_view',1),(3,0,'poll_vote',1),(3,0,'report_any',1),(3,0,'lock_own',1),(3,0,'send_topic',1),(3,0,'mark_any_notify',1),(3,0,'mark_notify',1),(3,0,'delete_own',1),(3,0,'modify_own',1),(3,0,'make_sticky',1),(3,0,'lock_any',1),(3,0,'remove_any',1),(3,0,'move_any',1),(3,0,'merge_any',1),(3,0,'split_any',1),(3,0,'delete_any',1),(3,0,'modify_any',1),(-1,0,'poll_view',1);
/*!40000 ALTER TABLE `smf_board_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_boards`
--

DROP TABLE IF EXISTS `smf_boards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_boards` (
  `ID_BOARD` smallint(5) unsigned NOT NULL auto_increment,
  `ID_CAT` tinyint(4) unsigned NOT NULL default '0',
  `childLevel` tinyint(4) unsigned NOT NULL default '0',
  `ID_PARENT` smallint(5) unsigned NOT NULL default '0',
  `boardOrder` smallint(5) NOT NULL default '0',
  `ID_LAST_MSG` int(10) unsigned NOT NULL default '0',
  `ID_MSG_UPDATED` int(10) unsigned NOT NULL default '0',
  `memberGroups` varchar(255) NOT NULL default '-1,0',
  `name` tinytext NOT NULL,
  `description` text NOT NULL,
  `numTopics` mediumint(8) unsigned NOT NULL default '0',
  `numPosts` mediumint(8) unsigned NOT NULL default '0',
  `countPosts` tinyint(4) NOT NULL default '0',
  `ID_THEME` tinyint(4) unsigned NOT NULL default '0',
  `permission_mode` tinyint(4) unsigned NOT NULL default '0',
  `override_theme` tinyint(4) unsigned NOT NULL default '0',
  PRIMARY KEY  (`ID_BOARD`),
  UNIQUE KEY `categories` (`ID_CAT`,`ID_BOARD`),
  KEY `ID_PARENT` (`ID_PARENT`),
  KEY `ID_MSG_UPDATED` (`ID_MSG_UPDATED`),
  KEY `memberGroups` (`memberGroups`(48))
) ENGINE=MyISAM AUTO_INCREMENT=241 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_boards`
--

LOCK TABLES `smf_boards` WRITE;
/*!40000 ALTER TABLE `smf_boards` DISABLE KEYS */;
INSERT INTO `smf_boards` VALUES (236,2,0,0,1,3578,3578,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','FORUM RULES','Please read these before posting.',2,2,0,0,0,1),(237,2,0,0,2,3712,3712,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','New Members','The place for the \"Hi, I\'m New!\" posts.',17,45,0,0,0,1),(2,2,0,0,3,3623,3623,'-1,0,2,13,14,15,16','Luminarium General Discussion Board','Feel free to talk about any Luminarium or literature related topics on this board',14,70,0,0,0,1),(207,2,0,0,4,3310,3310,'-1,0,2,13,14,15,16','Announcements','',10,15,0,0,3,1),(32,2,0,0,5,3142,3142,'-1,0,2,13,14,15,16','Suggestions / Requests','',6,12,0,0,0,0),(33,2,1,32,6,2307,2307,'-1,0,2,13,14,15,16','Which authors would you like to see added to Luminarium?','',1,11,0,0,0,0),(34,2,1,32,7,2293,2293,'-1,0,2,13,14,15,16','Is there a topic you would like added to the Luminarium Discussion Forum?','',1,1,0,0,0,0),(35,2,1,32,8,0,0,'-1,0,2,13,14,15,16','How can we improve Luminarium?','',0,0,0,0,0,0),(144,8,0,0,9,1459,1459,'-1,0,2,13,14,15,16','Teaching Medieval Literature (1350-1485)','',2,4,0,0,0,0),(145,8,0,0,10,0,0,'-1,0,2,13,14,15,16','Teaching Renaissance Literature (1485-1603)','',0,0,0,0,0,0),(146,8,0,0,11,0,0,'-1,0,2,13,14,15,16','Teaching Early 17th-Century Literature (1603-1660)','',0,0,0,0,0,0),(147,8,0,0,12,0,0,'-1,0,2,13,14,15,16','Teaching 18th-Century &amp; Restoration Literature (1660-1785)','',0,0,0,0,0,0),(193,8,0,0,13,2077,2077,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Homeschooling','',3,15,0,0,0,0),(153,10,0,0,14,3641,3641,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Beowulf','',3,39,0,0,0,0),(204,4,0,0,15,3323,3323,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','The Middle Ages','Discuss the Medieval time period within.',5,13,0,0,0,0),(209,4,0,0,16,3588,3588,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Medieval Personages','Find discussion of medieval figures within.',3,4,0,0,0,0),(210,4,1,209,17,2697,2697,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','John of Gaunt','',1,4,0,0,0,1),(234,4,1,209,18,3628,3628,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','King Richard III','',3,31,0,0,0,1),(3,4,0,0,19,3650,3650,'-1,0,2,13,14,15,16','Geoffrey Chaucer','',2,4,0,0,0,0),(6,4,1,3,20,3646,3646,'-1,0,2,13,14,15,16','Canterbury Tales','',2,25,0,0,0,0),(9,4,1,3,21,3330,3330,'-1,0,2,13,14,15,16','Troilus and Criseyde','',1,1,0,0,0,0),(10,4,1,3,22,0,0,'-1,0,2,13,14,15,16','Book of the Duchess','',0,0,0,0,0,0),(5,4,1,3,23,0,0,'-1,0,2,13,14,15,16','Other Works - Major Poems, Short Poems, and Prose Treatises','',0,0,0,0,0,0),(14,4,0,0,24,244,244,'-1,0,2,13,14,15,16','John Gower','',2,2,0,0,0,0),(151,4,0,0,25,3245,3245,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','John Lydgate','',3,4,0,0,0,0),(152,4,0,0,26,266,266,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Thomas Hoccleve','',2,2,0,0,0,0),(11,4,0,0,27,3166,3166,'-1,0,2,13,14,15,16','Sir Gawain and the Green Knight','',3,12,0,0,0,0),(17,4,0,0,28,3167,3167,'-1,0,2,13,14,15,16','Julian of Norwich','',2,4,0,0,0,0),(13,4,0,0,29,3595,3595,'-1,0,2,13,14,15,16','Margery Kempe','',2,2,0,0,0,0),(15,4,0,0,30,3577,3577,'-1,0,2,13,14,15,16','William Langland / Piers Plowman','',1,1,0,0,0,0),(16,4,0,0,31,3339,3339,'-1,0,2,13,14,15,16','Sir Thomas Malory / Le Morte Arthur [c 1470]','',3,24,0,0,0,0),(150,4,0,0,32,3169,3169,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','The Paston Letters','',3,7,0,0,0,0),(12,4,0,0,33,3377,3377,'-1,0,2,13,14,15,16','Everyman','',7,34,0,0,0,0),(18,4,0,0,34,3083,3083,'-1,0,2,13,14,15,16','Medieval Plays','',4,5,0,0,0,0),(19,4,0,0,35,3171,3171,'-1,0,2,13,14,15,16','Medieval Lyrics','',3,8,0,0,0,0),(22,4,0,0,36,0,0,'-1,0,2,13,14,15,16','Other Discussion about Medieval Literature','Discuss other Medieval Literature topics not covered elsewhere',0,0,0,0,0,0),(191,11,0,0,37,2042,2042,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','King Henry VII','',2,2,0,0,0,0),(192,11,0,0,38,2043,2043,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Elizabeth of York','',2,2,0,0,0,0),(200,11,0,0,39,3286,3286,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Early Tudor Times','',4,8,0,0,0,0),(201,5,0,0,40,3263,3263,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','The Renaissance','Discuss the times of the Renaissance.',9,77,0,0,0,0),(205,5,1,201,41,2978,2978,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','The Tudor Period','',1,4,0,0,0,0),(206,5,1,201,42,2303,2303,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','The Elizabethan Period','',2,6,0,0,0,0),(21,5,0,0,43,3607,3607,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','King Henry VIII (1491-1547)','',11,105,0,0,0,0),(231,5,1,21,44,3643,3643,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Henry VIII -- Biographical','',5,39,0,0,0,1),(148,5,1,21,45,3216,3620,'-1,0,2,13,14,15,16','Six Wives of Henry VIII','',3,45,0,0,0,0),(162,5,2,148,46,3592,3592,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Anne Boleyn','',9,152,0,0,0,0),(164,5,2,148,47,3352,3352,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Catherine of Aragon','',5,39,0,0,0,0),(165,5,2,148,48,3541,3541,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Jane Seymour','',1,13,0,0,0,0),(166,5,2,148,49,3530,3530,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Anne of Cleves','',3,40,0,0,0,0),(167,5,2,148,50,3620,3620,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Catherine Howard','',2,45,0,0,0,0),(168,5,2,148,51,3010,3010,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Katherine Parr','',4,19,0,0,0,0),(189,5,1,21,52,3362,3362,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Henry as a Ruler','',4,46,0,0,0,0),(163,5,1,21,53,3215,3215,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Henry and the Church','',7,57,0,0,0,0),(169,5,1,21,54,2671,2671,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Henry as a Writer','',5,16,0,0,0,0),(185,5,1,21,55,0,3627,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Books on Henry VIII','',0,0,0,0,0,0),(186,5,2,185,56,3627,3627,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Biographies and Critical Studies','',2,12,0,0,0,0),(177,5,2,185,57,3146,3146,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Henry VIII in Historical Fiction','',1,16,0,0,0,0),(175,5,1,21,58,3548,3587,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Henry on Film','',2,12,0,0,0,0),(176,5,2,175,59,3587,3587,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Showtime\'s \"The Tudors\"','',6,29,0,0,0,0),(211,5,2,175,60,1529,1529,'-1,0,2,4,11,5,6,9,13,7,8,12,10,14,15,16','Film: \"The Other Boleyn Girl\"','',1,33,0,0,0,1),(232,5,1,21,61,3000,3000,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','500th Anniversary of Henry VIII\'s Succession, 2009','',2,6,0,0,0,1),(170,5,0,0,62,1528,1528,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Tudor Personages','',2,2,0,0,0,0),(171,5,1,170,63,2157,2157,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Thomas Wolsey','',2,18,0,0,0,0),(173,5,1,170,64,3439,3439,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Thomas Cromwell','',1,2,0,0,0,0),(20,5,0,0,65,3536,3536,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Queen Elizabeth I (1533-1603)','',13,150,0,0,0,0),(158,5,1,20,66,3306,3306,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Childhood','',2,11,0,0,0,0),(159,5,1,20,67,2853,2853,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Marriage Question and Courtships','',3,95,0,0,0,0),(157,5,2,159,68,3108,3108,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Robert Dudley, Earl of Leicester','',2,16,0,0,0,0),(178,5,2,159,69,2328,2328,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Robert Devereux, 2nd Earl Of Essex','',2,7,0,0,0,0),(160,5,1,20,70,3424,3424,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Elizabeth as Queen','',10,70,0,0,0,0),(161,5,1,20,71,1034,1034,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Elizabeth as Writer','',3,23,0,0,0,0),(187,5,1,20,72,0,1357,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Books on Queen Elizabeth','',0,0,0,0,0,0),(188,5,2,187,73,1357,1357,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Biographies and Critical Studies','',1,32,0,0,0,0),(180,5,2,187,74,0,0,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Elizabeth in Historical Fiction','',0,0,0,0,0,0),(179,5,1,20,75,3576,3576,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Elizabeth I on Film','',6,111,0,0,0,0),(212,5,1,20,76,3069,3069,'-1,0,2,4,11,5,6,9,13,7,8,12,10,14,15,16','Elizabeth I Portraits','',3,7,0,0,0,1),(154,5,0,0,77,943,943,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Elizabethan Personages','',1,1,0,0,0,0),(194,5,1,154,78,3619,3619,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','John Dee','',5,19,0,0,0,0),(155,5,1,154,79,3221,3221,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Mary Stuart, Queen of Scots','',7,73,0,0,0,0),(156,5,1,154,80,2003,2003,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Mary Tudor, \"Bloody Mary\"','',2,14,0,0,0,0),(174,5,1,154,81,2104,2104,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Sir Francis Walsingham','',3,14,0,0,0,0),(61,5,0,0,82,3711,3711,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Sir Thomas More','',11,87,0,0,0,0),(181,5,1,61,83,3581,3581,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','More as Writer','',1,2,0,0,0,0),(182,5,2,181,84,3025,3025,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Utopia','',2,14,0,0,0,0),(183,5,1,61,85,0,0,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','More as Statesman','',0,0,0,0,0,0),(184,5,1,61,86,3462,3462,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','More and Religion','',2,34,0,0,0,0),(72,5,0,0,87,3367,3367,'-1,0,2,13,14,15,16','Sir Thomas Wyatt','',3,10,0,0,0,0),(66,5,0,0,88,3459,3459,'-1,0,2,13,14,15,16','Sir Philip Sidney','',10,22,0,0,0,0),(69,5,0,0,89,0,0,'-1,0,2,13,14,15,16','Edmund Spenser','',0,0,0,0,0,0),(64,5,0,0,90,3174,3174,'-1,0,2,13,14,15,16','Sir Walter Ralegh','',8,11,0,0,0,0),(37,5,0,0,91,3302,3302,'-1,0,2,13,14,15,16','Roger Ascham','',3,3,0,0,0,0),(38,5,0,0,92,0,0,'-1,0,2,13,14,15,16','Thomas Campion','',0,0,0,0,0,0),(59,5,0,0,93,3175,3175,'-1,0,2,13,14,15,16','Christopher Marlowe','',3,11,0,0,0,0),(36,5,0,0,94,3580,3580,'-1,0,2,13,14,15,16','William Shakespeare','',12,37,0,0,0,0),(77,5,1,36,95,3647,3713,'-1,0,2,13,14,15,16','Plays','Discussion on various Shakespeare plays',4,23,0,0,0,0),(75,5,2,77,96,3610,3610,'-1,0,2,13,14,15,16','Comedies','',4,22,0,0,0,0),(76,5,2,77,97,0,0,'-1,0,2,13,14,15,16','Histories','',0,0,0,0,0,0),(74,5,2,77,98,2531,3603,'-1,0,2,13,14,15,16','Tragedies','',3,20,0,0,0,0),(228,5,3,74,99,3598,3598,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Hamlet','',6,44,0,0,0,1),(229,5,3,74,100,2741,2741,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Romeo and Juliet','',1,2,0,0,0,1),(230,5,3,74,101,2915,2915,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','King Lear','',1,2,0,0,0,1),(239,5,3,74,102,3603,3603,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Macbeth','',1,1,0,0,0,1),(235,5,2,77,103,3048,3048,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Music in Shakespeare\'s Plays','',1,3,0,0,0,1),(240,5,2,77,104,3713,3713,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Shakespeare Plays on Film','',2,4,0,0,0,1),(73,5,1,36,105,442,442,'-1,0,2,13,14,15,16','Sonnets','',1,2,0,0,0,0),(79,5,1,36,106,3714,3714,'-1,0,2,13,14,15,16','Authorship Controversy','',5,23,0,0,0,0),(208,5,1,36,107,2190,2190,'-1,0,2,4,11,5,6,9,13,7,8,12,10,14,15,16','Anne Hathaway','Discuss the Bard\'s wife within.',2,15,0,0,0,1),(39,5,0,0,108,3265,3265,'-1,0,2,13,14,15,16','Thomas Cranmer','',3,3,0,0,0,0),(40,5,0,0,109,0,0,'-1,0,2,13,14,15,16','Samuel Daniel','',0,0,0,0,0,0),(41,5,0,0,110,0,0,'-1,0,2,13,14,15,16','Sir John Davies','',0,0,0,0,0,0),(42,5,0,0,111,0,0,'-1,0,2,13,14,15,16','Edward de Vere','',0,0,0,0,0,0),(43,5,0,0,112,3387,3387,'-1,0,2,13,14,15,16','Michael Drayton','',9,32,0,0,0,0),(44,5,0,0,113,3206,3206,'-1,0,2,13,14,15,16','Bishop John Fisher','',3,3,0,0,0,0),(45,5,0,0,114,0,0,'-1,0,2,13,14,15,16','John Foxe','',0,0,0,0,0,0),(46,5,0,0,115,0,0,'-1,0,2,13,14,15,16','George Gascoigne','',0,0,0,0,0,0),(47,5,0,0,116,0,0,'-1,0,2,13,14,15,16','Robert Greene','',0,0,0,0,0,0),(48,5,0,0,117,3409,3409,'-1,0,2,13,14,15,16','Fulke Greville','',5,9,0,0,0,0),(49,5,0,0,118,0,0,'-1,0,2,13,14,15,16','Thomas Hariot','',0,0,0,0,0,0),(50,5,0,0,119,0,0,'-1,0,2,13,14,15,16','Mary Sidney Herbert','',0,0,0,0,0,0),(51,5,0,0,120,0,0,'-1,0,2,13,14,15,16','John Heywood','',0,0,0,0,0,0),(52,5,0,0,121,0,0,'-1,0,2,13,14,15,16','Sir Thomas Hoby','',0,0,0,0,0,0),(53,5,0,0,122,0,0,'-1,0,2,13,14,15,16','Richard Hooker','',0,0,0,0,0,0),(54,5,0,0,123,3303,3303,'-1,0,2,15,13,14,16','Henry Howard, Earl of Surrey','',3,3,0,0,0,0),(55,5,0,0,124,3178,3178,'-1,0,2,13,14,15,16','Thomas Kyd','',3,4,0,0,0,0),(56,5,0,0,125,3179,3179,'-1,0,2,13,14,15,16','Aemilia Lanyer','',2,3,0,0,0,0),(57,5,0,0,126,0,0,'-1,0,2,13,14,15,16','Hugh Latimer','',0,0,0,0,0,0),(58,5,0,0,127,0,0,'-1,0,2,13,14,15,16','John Lyly','',0,0,0,0,0,0),(60,5,0,0,128,0,0,'-1,0,2,13,14,15,16','Anthony Munday','',0,0,0,0,0,0),(62,5,0,0,129,0,0,'-1,0,2,13,14,15,16','Thomas Nashe','',0,0,0,0,0,0),(63,5,0,0,130,0,0,'-1,0,2,13,14,15,16','George Peele','',0,0,0,0,0,0),(65,5,0,0,131,0,0,'-1,0,2,13,14,15,16','Thomas Sackville','',0,0,0,0,0,0),(67,5,0,0,132,0,0,'-1,0,2,13,14,15,16','John Skelton','',0,0,0,0,0,0),(68,5,0,0,133,0,0,'-1,0,2,13,14,15,16','Robert Southwell','',0,0,0,0,0,0),(70,5,0,0,134,0,0,'-1,0,2,13,14,15,16','William Tyndale','',0,0,0,0,0,0),(71,5,0,0,135,0,0,'-1,0,2,13,14,15,16','Nicholas Udall','',0,0,0,0,0,0),(23,5,0,0,136,0,0,'-1,0,2,13,14,15,16','Other Discussion about Renaissance Literature','Discuss other Renaissance Literature topics not covered elsewhere',0,0,0,0,0,0),(238,5,0,0,137,3629,3629,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Renaissance Costuming','',4,8,0,0,0,1),(202,6,0,0,138,3004,3004,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','The Early 17th Century','Discuss the early 17th century time period.',3,10,0,0,0,0),(28,6,0,0,139,3137,3137,'-1,0,2,13,14,15,16','King James I of England and VI of Scotland (1566-1625)','',6,35,0,0,0,0),(80,6,0,0,140,0,0,'-1,0,2,13,14,15,16','William Alabaster','',0,0,0,0,0,0),(81,6,0,0,141,0,0,'-1,0,2,13,14,15,16','Lancelot Andrewes','',0,0,0,0,0,0),(82,6,0,0,142,0,0,'-1,0,2,13,14,15,16','Sir Francis Bacon','',0,0,0,0,0,0),(83,6,0,0,143,211,211,'-1,0,2,13,14,15,16','Francis Beaumont','',2,2,0,0,0,0),(84,6,0,0,144,0,0,'-1,0,2,13,14,15,16','Sir Thomas Browne','',0,0,0,0,0,0),(85,6,0,0,145,0,0,'-1,0,2,13,14,15,16','Thomas Carew','',0,0,0,0,0,0),(86,6,0,0,146,0,0,'-1,0,2,13,14,15,16','Margaret Cavendish','',0,0,0,0,0,0),(87,6,0,0,147,0,0,'-1,0,2,13,14,15,16','Abraham Cowley','',0,0,0,0,0,0),(88,6,0,0,148,0,0,'-1,0,2,13,14,15,16','Richard Crashaw','',0,0,0,0,0,0),(89,6,0,0,149,0,0,'-1,0,2,13,14,15,16','Thomas Dekker','',0,0,0,0,0,0),(24,6,0,0,150,3180,3180,'-1,0,2,13,14,15,16','John Donne','',3,7,0,0,0,0),(90,6,0,0,151,0,0,'-1,0,2,13,14,15,16','Mildmay Fane','',0,0,0,0,0,0),(91,6,0,0,152,0,0,'-1,0,2,13,14,15,16','John Fletcher','',0,0,0,0,0,0),(92,6,0,0,153,0,0,'-1,0,2,13,14,15,16','John Ford','',0,0,0,0,0,0),(93,6,0,0,154,0,0,'-1,0,2,13,14,15,16','Joseph Hall','',0,0,0,0,0,0),(94,6,0,0,155,0,0,'-1,0,2,13,14,15,16','Edward Herbert','',0,0,0,0,0,0),(95,6,0,0,156,0,0,'-1,0,2,13,14,15,16','George Herbert','',0,0,0,0,0,0),(96,6,0,0,157,0,0,'-1,0,2,13,14,15,16','Robert Herrick','',0,0,0,0,0,0),(97,6,0,0,158,8,8,'-1,0,2,13,14,15,16','Thomas Heywood','',1,1,0,0,0,0),(98,6,0,0,159,0,0,'-1,0,2,13,14,15,16','Thomas Hobbes','',0,0,0,0,0,0),(99,6,0,0,160,0,0,'-1,0,2,13,14,15,16','Ben Jonson','',0,0,0,0,0,0),(100,6,0,0,161,0,0,'-1,0,2,13,14,15,16','Richard Lovelace','',0,0,0,0,0,0),(101,6,0,0,162,0,0,'-1,0,2,13,14,15,16','John Marston','',0,0,0,0,0,0),(102,6,0,0,163,3181,3181,'-1,0,2,13,14,15,16','Andrew Marvell','',2,2,0,0,0,0),(103,6,0,0,164,0,0,'-1,0,2,13,14,15,16','Philip Massinger','',0,0,0,0,0,0),(104,6,0,0,165,0,0,'-1,0,2,13,14,15,16','Thomas Middleton','',0,0,0,0,0,0),(105,6,0,0,166,3182,3182,'-1,0,2,13,14,15,16','John Milton','',3,5,0,0,0,0),(106,6,0,0,167,0,0,'-1,0,2,13,14,15,16','Sir Isaac Newton','',0,0,0,0,0,0),(107,6,0,0,168,0,0,'-1,0,2,13,14,15,16','Dorothy Osborne','',0,0,0,0,0,0),(108,6,0,0,169,0,0,'-1,0,2,13,14,15,16','Sir Thomas Overbury','',0,0,0,0,0,0),(109,6,0,0,170,0,0,'-1,0,2,13,14,15,16','Katherine Philips','',0,0,0,0,0,0),(110,6,0,0,171,0,0,'-1,0,2,13,14,15,16','Francis Quarles','',0,0,0,0,0,0),(111,6,0,0,172,0,0,'-1,0,2,13,14,15,16','William Rowley','',0,0,0,0,0,0),(112,6,0,0,173,0,0,'-1,0,2,13,14,15,16','James Shirley','',0,0,0,0,0,0),(113,6,0,0,174,0,0,'-1,0,2,13,14,15,16','Sir John Suckling','',0,0,0,0,0,0),(114,6,0,0,175,0,0,'-1,0,2,13,14,15,16','Henry Vaughan','',0,0,0,0,0,0),(115,6,0,0,176,0,0,'-1,0,2,13,14,15,16','Edmund Waller','',0,0,0,0,0,0),(116,6,0,0,177,0,0,'-1,0,2,13,14,15,16','John Webster','',0,0,0,0,0,0),(117,6,0,0,178,0,0,'-1,0,2,13,14,15,16','Lady Mary Wroth','',0,0,0,0,0,0),(26,6,0,0,179,0,0,'-1,0,2,13,14,15,16','Other Discussion about Early 17th-Century Literature','Discuss other Early 17th-Century Literature topics not covered elsewhere',0,0,0,0,0,0),(203,7,0,0,180,3403,3403,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','The Restoration and the 18th Century','Discuss the restoration and the 18th century time periods within.',3,9,0,0,0,0),(142,7,0,0,181,0,0,'-1,0,2,13,14,15,16','Joseph Addison','',0,0,0,0,0,0),(141,7,0,0,182,0,0,'-1,0,2,13,14,15,16','Mary Astell','',0,0,0,0,0,0),(140,7,0,0,183,3183,3183,'-1,0,2,13,14,15,16','Aphra Behn','',3,5,0,0,0,0),(139,7,0,0,184,0,0,'-1,0,2,13,14,15,16','James Boswell','',0,0,0,0,0,0),(138,7,0,0,185,0,0,'-1,0,2,13,14,15,16','John Bunyan','',0,0,0,0,0,0),(137,7,0,0,186,0,0,'-1,0,2,13,14,15,16','Samuel Butler','',0,0,0,0,0,0),(136,7,0,0,187,0,0,'-1,0,2,13,14,15,16','William Collins','',0,0,0,0,0,0),(135,7,0,0,188,0,0,'-1,0,2,13,14,15,16','William Congreve','',0,0,0,0,0,0),(134,7,0,0,189,0,0,'-1,0,2,13,14,15,16','William Cowper','',0,0,0,0,0,0),(133,7,0,0,190,0,0,'-1,0,2,13,14,15,16','George Crabbe','',0,0,0,0,0,0),(132,7,0,0,191,3184,3184,'-1,0,2,13,14,15,16','Daniel Defoe','',2,2,0,0,0,0),(131,7,0,0,192,0,0,'-1,0,2,13,14,15,16','John Dryden','',0,0,0,0,0,0),(130,7,0,0,193,0,0,'-1,0,2,13,14,15,16','Anne Finch, Countess of Winchilsea','',0,0,0,0,0,0),(129,7,0,0,194,0,0,'-1,0,2,13,14,15,16','John Gay','',0,0,0,0,0,0),(127,7,0,0,195,0,0,'-1,0,2,13,14,15,16','Oliver Goldsmith','',0,0,0,0,0,0),(128,7,0,0,196,3185,3185,'-1,0,2,13,14,15,16','Thomas Gray','',2,4,0,0,0,0),(126,7,0,0,197,3186,3186,'-1,0,2,13,14,15,16','Samuel Johnson','',2,8,0,0,0,0),(143,7,0,0,198,0,0,'-1,0,2,13,14,15,16','John Locke','',0,0,0,0,0,0),(125,7,0,0,199,3187,3187,'-1,0,2,13,14,15,16','Lady Mary Wortley Montagu','',2,2,0,0,0,0),(124,7,0,0,200,0,0,'-1,0,2,13,14,15,16','Samuel Pepys','',0,0,0,0,0,0),(25,7,0,0,201,3188,3188,'-1,0,2,13,14,15,16','Alexander Pope','',2,2,0,0,0,0),(123,7,0,0,202,0,0,'-1,0,2,13,14,15,16','Matthew Prior','',0,0,0,0,0,0),(122,7,0,0,203,0,0,'-1,0,2,13,14,15,16','John Wilmot, Earl of Rochester','',0,0,0,0,0,0),(121,7,0,0,204,0,0,'-1,0,2,13,14,15,16','Christopher Smart','',0,0,0,0,0,0),(120,7,0,0,205,0,0,'-1,0,2,13,14,15,16','Sir Richard Steele','',0,0,0,0,0,0),(119,7,0,0,206,3189,3189,'-1,0,2,13,14,15,16','Jonathan Swift','',3,5,0,0,0,0),(118,7,0,0,207,0,0,'-1,0,2,13,14,15,16','James Thomson','',0,0,0,0,0,0),(27,7,0,0,208,0,0,'-1,0,2,13,14,15,16','Other Discussion about Restoration &amp; 18th-Century Literature','Discuss other Restoration &amp; 18th-Century Literature topics not covered elsewhere',0,0,0,0,0,0),(214,9,0,0,209,3605,3605,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Jane Austen','',4,7,0,0,0,1),(215,9,1,214,210,0,0,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Jane Austen\'s Life','',0,0,0,0,0,1),(216,9,1,214,211,2911,2962,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Jane Austen\'s Works','',3,19,0,0,0,1),(222,9,2,216,212,2625,2625,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Sense and Sensibility','',2,23,0,0,0,1),(223,9,2,216,213,2962,2962,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Pride and Prejudice','',2,3,0,0,0,0),(224,9,2,216,214,2588,2588,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Mansfield Park','',2,10,0,0,0,1),(225,9,2,216,215,2642,2642,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Emma','',2,9,0,0,0,1),(226,9,2,216,216,2522,2522,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Northanger Abbey','',1,11,0,0,0,1),(227,9,2,216,217,2448,2448,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Persuasion','',1,9,0,0,0,1),(217,9,1,214,218,3452,3452,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Jane Austen Films','',4,35,0,0,0,1),(218,9,1,214,219,0,2899,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Books on Jane Austen','',0,0,0,0,0,1),(219,9,2,218,220,0,0,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Biographies','',0,0,0,0,0,1),(220,9,2,218,221,0,0,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Critical Studies','',0,0,0,0,0,1),(221,9,2,218,222,2899,2899,'-1,0,2,4,11,15,6,5,9,13,7,8,12,14,10,16','Derivative Works of Fiction','',7,27,0,0,0,1),(190,9,0,0,223,1036,1036,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Samuel Taylor Coleridge','',2,7,0,0,0,0),(233,9,0,0,224,3016,3016,'-1,0,2','Charles Dickens','',2,2,0,0,0,1),(149,9,0,0,225,3190,3190,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Robert Louis Stevenson','',5,9,0,0,0,0),(195,9,0,0,226,3191,3191,'-1,0,2,4,11,5,6,9,7,8,12,10,13,14,15,16','Anna Letitia Barbauld','',2,5,0,0,0,0),(213,12,0,0,227,3435,3435,'','Admin Discussions','',3,5,1,0,0,1);
/*!40000 ALTER TABLE `smf_boards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_calendar`
--

DROP TABLE IF EXISTS `smf_calendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_calendar` (
  `ID_EVENT` smallint(5) unsigned NOT NULL auto_increment,
  `startDate` date NOT NULL default '0001-01-01',
  `endDate` date NOT NULL default '0001-01-01',
  `ID_BOARD` smallint(5) unsigned NOT NULL default '0',
  `ID_TOPIC` mediumint(8) unsigned NOT NULL default '0',
  `title` varchar(48) NOT NULL default '',
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
  PRIMARY KEY  (`ID_EVENT`),
  KEY `startDate` (`startDate`),
  KEY `endDate` (`endDate`),
  KEY `topic` (`ID_TOPIC`,`ID_MEMBER`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_calendar`
--

LOCK TABLES `smf_calendar` WRITE;
/*!40000 ALTER TABLE `smf_calendar` DISABLE KEYS */;
/*!40000 ALTER TABLE `smf_calendar` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_calendar_holidays`
--

DROP TABLE IF EXISTS `smf_calendar_holidays`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_calendar_holidays` (
  `ID_HOLIDAY` smallint(5) unsigned NOT NULL auto_increment,
  `eventDate` date NOT NULL default '0001-01-01',
  `title` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`ID_HOLIDAY`),
  KEY `eventDate` (`eventDate`)
) ENGINE=MyISAM AUTO_INCREMENT=168 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_calendar_holidays`
--

LOCK TABLES `smf_calendar_holidays` WRITE;
/*!40000 ALTER TABLE `smf_calendar_holidays` DISABLE KEYS */;
INSERT INTO `smf_calendar_holidays` VALUES (1,'0004-01-01','New Year\'s'),(2,'0004-12-25','Christmas'),(3,'0004-02-14','Valentine\'s Day'),(4,'0004-03-17','St. Patrick\'s Day'),(5,'0004-04-01','April Fools'),(6,'0004-04-22','Earth Day'),(7,'0004-10-24','United Nations Day'),(8,'0004-10-31','Halloween'),(9,'2004-05-09','Mother\'s Day'),(10,'2005-05-08','Mother\'s Day'),(11,'2006-05-14','Mother\'s Day'),(12,'2007-05-13','Mother\'s Day'),(13,'2008-05-11','Mother\'s Day'),(14,'2009-05-10','Mother\'s Day'),(15,'2010-05-09','Mother\'s Day'),(16,'2011-05-08','Mother\'s Day'),(17,'2012-05-13','Mother\'s Day'),(18,'2013-05-12','Mother\'s Day'),(19,'2014-05-11','Mother\'s Day'),(20,'2015-05-10','Mother\'s Day'),(21,'2016-05-08','Mother\'s Day'),(22,'2017-05-14','Mother\'s Day'),(23,'2018-05-13','Mother\'s Day'),(24,'2019-05-12','Mother\'s Day'),(25,'2020-05-10','Mother\'s Day'),(26,'2004-06-20','Father\'s Day'),(27,'2005-06-19','Father\'s Day'),(28,'2006-06-18','Father\'s Day'),(29,'2007-06-17','Father\'s Day'),(30,'2008-06-15','Father\'s Day'),(31,'2009-06-21','Father\'s Day'),(32,'2010-06-20','Father\'s Day'),(33,'2011-06-19','Father\'s Day'),(34,'2012-06-17','Father\'s Day'),(35,'2013-06-16','Father\'s Day'),(36,'2014-06-15','Father\'s Day'),(37,'2015-06-21','Father\'s Day'),(38,'2016-06-19','Father\'s Day'),(39,'2017-06-18','Father\'s Day'),(40,'2018-06-17','Father\'s Day'),(41,'2019-06-16','Father\'s Day'),(42,'2020-06-21','Father\'s Day'),(43,'2004-06-20','Summer Solstice'),(44,'2005-06-20','Summer Solstice'),(45,'2006-06-21','Summer Solstice'),(46,'2007-06-21','Summer Solstice'),(47,'2008-06-20','Summer Solstice'),(48,'2009-06-20','Summer Solstice'),(49,'2010-06-21','Summer Solstice'),(50,'2011-06-21','Summer Solstice'),(51,'2012-06-20','Summer Solstice'),(52,'2013-06-21','Summer Solstice'),(53,'2014-06-21','Summer Solstice'),(54,'2015-06-21','Summer Solstice'),(55,'2016-06-20','Summer Solstice'),(56,'2017-06-20','Summer Solstice'),(57,'2018-06-21','Summer Solstice'),(58,'2019-06-21','Summer Solstice'),(59,'2020-06-20','Summer Solstice'),(60,'2004-03-19','Vernal Equinox'),(61,'2005-03-20','Vernal Equinox'),(62,'2006-03-20','Vernal Equinox'),(63,'2007-03-20','Vernal Equinox'),(64,'2008-03-19','Vernal Equinox'),(65,'2009-03-20','Vernal Equinox'),(66,'2010-03-20','Vernal Equinox'),(67,'2011-03-20','Vernal Equinox'),(68,'2012-03-20','Vernal Equinox'),(69,'2013-03-20','Vernal Equinox'),(70,'2014-03-20','Vernal Equinox'),(71,'2015-03-20','Vernal Equinox'),(72,'2016-03-19','Vernal Equinox'),(73,'2017-03-20','Vernal Equinox'),(74,'2018-03-20','Vernal Equinox'),(75,'2019-03-20','Vernal Equinox'),(76,'2020-03-19','Vernal Equinox'),(77,'2004-12-21','Winter Solstice'),(78,'2005-12-21','Winter Solstice'),(79,'2006-12-22','Winter Solstice'),(80,'2007-12-22','Winter Solstice'),(81,'2008-12-21','Winter Solstice'),(82,'2009-12-21','Winter Solstice'),(83,'2010-12-21','Winter Solstice'),(84,'2011-12-22','Winter Solstice'),(85,'2012-12-21','Winter Solstice'),(86,'2013-12-21','Winter Solstice'),(87,'2014-12-21','Winter Solstice'),(88,'2015-12-21','Winter Solstice'),(89,'2016-12-21','Winter Solstice'),(90,'2017-12-21','Winter Solstice'),(91,'2018-12-21','Winter Solstice'),(92,'2019-12-21','Winter Solstice'),(93,'2020-12-21','Winter Solstice'),(94,'2004-09-22','Autumnal Equinox'),(95,'2005-09-22','Autumnal Equinox'),(96,'2006-09-22','Autumnal Equinox'),(97,'2007-09-23','Autumnal Equinox'),(98,'2008-09-22','Autumnal Equinox'),(99,'2009-09-22','Autumnal Equinox'),(100,'2010-09-22','Autumnal Equinox'),(101,'2011-09-23','Autumnal Equinox'),(102,'2012-09-22','Autumnal Equinox'),(103,'2013-09-22','Autumnal Equinox'),(104,'2014-09-22','Autumnal Equinox'),(105,'2015-09-23','Autumnal Equinox'),(106,'2016-09-22','Autumnal Equinox'),(107,'2017-09-22','Autumnal Equinox'),(108,'2018-09-22','Autumnal Equinox'),(109,'2019-09-23','Autumnal Equinox'),(110,'2020-09-22','Autumnal Equinox'),(111,'0004-07-04','Independence Day'),(112,'0004-05-05','Cinco de Mayo'),(113,'0004-06-14','Flag Day'),(114,'0004-11-11','Veterans Day'),(115,'0004-02-02','Groundhog Day'),(116,'2004-11-25','Thanksgiving'),(117,'2005-11-24','Thanksgiving'),(118,'2006-11-23','Thanksgiving'),(119,'2007-11-22','Thanksgiving'),(120,'2008-11-27','Thanksgiving'),(121,'2009-11-26','Thanksgiving'),(122,'2010-11-25','Thanksgiving'),(123,'2011-11-24','Thanksgiving'),(124,'2012-11-22','Thanksgiving'),(125,'2013-11-21','Thanksgiving'),(126,'2014-11-20','Thanksgiving'),(127,'2015-11-26','Thanksgiving'),(128,'2016-11-24','Thanksgiving'),(129,'2017-11-23','Thanksgiving'),(130,'2018-11-22','Thanksgiving'),(131,'2019-11-21','Thanksgiving'),(132,'2020-11-26','Thanksgiving'),(133,'2004-05-31','Memorial Day'),(134,'2005-05-30','Memorial Day'),(135,'2006-05-29','Memorial Day'),(136,'2007-05-28','Memorial Day'),(137,'2008-05-26','Memorial Day'),(138,'2009-05-25','Memorial Day'),(139,'2010-05-31','Memorial Day'),(140,'2011-05-30','Memorial Day'),(141,'2012-05-28','Memorial Day'),(142,'2013-05-27','Memorial Day'),(143,'2014-05-26','Memorial Day'),(144,'2015-05-25','Memorial Day'),(145,'2016-05-30','Memorial Day'),(146,'2017-05-29','Memorial Day'),(147,'2018-05-28','Memorial Day'),(148,'2019-05-27','Memorial Day'),(149,'2020-05-25','Memorial Day'),(150,'2004-09-06','Labor Day'),(151,'2005-09-05','Labor Day'),(152,'2006-09-04','Labor Day'),(153,'2007-09-03','Labor Day'),(154,'2008-09-01','Labor Day'),(155,'2009-09-07','Labor Day'),(156,'2010-09-06','Labor Day'),(157,'2011-09-05','Labor Day'),(158,'2012-09-03','Labor Day'),(159,'2013-09-09','Labor Day'),(160,'2014-09-08','Labor Day'),(161,'2015-09-07','Labor Day'),(162,'2016-09-05','Labor Day'),(163,'2017-09-04','Labor Day'),(164,'2018-09-03','Labor Day'),(165,'2019-09-09','Labor Day'),(166,'2020-09-07','Labor Day'),(167,'0004-06-06','D-Day');
/*!40000 ALTER TABLE `smf_calendar_holidays` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_categories`
--

DROP TABLE IF EXISTS `smf_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_categories` (
  `ID_CAT` tinyint(4) unsigned NOT NULL auto_increment,
  `catOrder` tinyint(4) NOT NULL default '0',
  `name` tinytext NOT NULL,
  `canCollapse` tinyint(1) NOT NULL default '1',
  PRIMARY KEY  (`ID_CAT`)
) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_categories`
--

LOCK TABLES `smf_categories` WRITE;
/*!40000 ALTER TABLE `smf_categories` DISABLE KEYS */;
INSERT INTO `smf_categories` VALUES (2,0,'Luminarium General',1),(8,1,'Teaching Discussions',1),(4,3,'Medieval Literature and History (1350-1485)',1),(5,5,'Renaissance Literature &amp; History (1485-1603)',1),(6,6,'Early 17th-Century Literature and History (1603-1660)',1),(7,7,'Restoration and 18th-Century Literature and History (1660-1785)',1),(9,8,'Other Forums',1),(10,2,'Old English / Anglo-Saxon',1),(11,4,'The Early Tudor Period - History (1485-1509)',1),(12,9,'Admin Boards',1);
/*!40000 ALTER TABLE `smf_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_collapsed_categories`
--

DROP TABLE IF EXISTS `smf_collapsed_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_collapsed_categories` (
  `ID_CAT` tinyint(4) unsigned NOT NULL default '0',
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
  PRIMARY KEY  (`ID_CAT`,`ID_MEMBER`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_collapsed_categories`
--

LOCK TABLES `smf_collapsed_categories` WRITE;
/*!40000 ALTER TABLE `smf_collapsed_categories` DISABLE KEYS */;
INSERT INTO `smf_collapsed_categories` VALUES (2,0),(2,18),(2,252),(2,328),(4,0),(4,188),(4,250),(4,350),(4,398),(6,1),(7,1),(7,2017),(8,0),(8,1),(8,91),(8,220),(8,398),(8,727),(10,0),(10,398),(10,727),(11,0),(11,1),(11,398),(11,839);
/*!40000 ALTER TABLE `smf_collapsed_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_log_actions`
--

DROP TABLE IF EXISTS `smf_log_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_log_actions` (
  `ID_ACTION` int(10) unsigned NOT NULL auto_increment,
  `logTime` int(10) unsigned NOT NULL default '0',
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
  `ip` varchar(16) NOT NULL default '',
  `action` varchar(30) NOT NULL default '',
  `extra` text NOT NULL,
  PRIMARY KEY  (`ID_ACTION`),
  KEY `logTime` (`logTime`),
  KEY `ID_MEMBER` (`ID_MEMBER`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_log_actions`
--

LOCK TABLES `smf_log_actions` WRITE;
/*!40000 ALTER TABLE `smf_log_actions` DISABLE KEYS */;
/*!40000 ALTER TABLE `smf_log_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_log_activity`
--

DROP TABLE IF EXISTS `smf_log_activity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_log_activity` (
  `date` date NOT NULL default '0001-01-01',
  `hits` mediumint(8) unsigned NOT NULL default '0',
  `topics` smallint(5) unsigned NOT NULL default '0',
  `posts` smallint(5) unsigned NOT NULL default '0',
  `registers` smallint(5) unsigned NOT NULL default '0',
  `mostOn` smallint(5) unsigned NOT NULL default '0',
  PRIMARY KEY  (`date`),
  KEY `hits` (`hits`),
  KEY `mostOn` (`mostOn`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_log_activity`
--

LOCK TABLES `smf_log_activity` WRITE;
/*!40000 ALTER TABLE `smf_log_activity` DISABLE KEYS */;
INSERT INTO `smf_log_activity` VALUES ('2006-12-29',0,0,0,0,3),('2006-12-31',0,0,0,0,2),('2007-01-02',0,0,0,0,1),('2007-01-07',0,1,1,0,3),('2007-01-08',0,0,0,0,3),('2007-01-09',57,1,1,1,3),('2007-01-10',696,2,2,0,6),('2007-01-11',176,0,0,0,5),('2007-01-12',208,1,2,0,3),('2007-01-13',870,4,4,1,5),('2007-01-14',251,0,0,0,8),('2007-01-15',340,0,2,0,7),('2007-01-16',255,1,3,1,6),('2007-01-17',173,0,0,0,3),('2007-01-18',283,0,1,1,6),('2007-01-19',167,0,0,0,6),('2007-01-20',99,0,1,0,4),('2007-01-21',226,0,0,3,4),('2007-01-22',200,0,0,0,4),('2007-01-23',230,0,0,0,5),('2007-01-24',174,0,0,0,4),('2007-01-25',123,0,0,0,3),('2007-01-26',276,0,0,0,4),('2007-01-27',235,0,0,0,3),('2007-01-28',205,0,2,0,3),('2007-01-29',211,0,0,0,6),('2007-01-30',342,0,1,1,7),('2007-01-31',207,0,0,0,3),('2007-02-01',387,0,0,0,3),('2007-02-02',93,0,0,0,3),('2007-02-03',126,0,0,0,7),('2007-02-04',159,0,0,0,3),('2007-02-05',303,3,4,0,6),('2007-02-06',245,0,1,0,5),('2007-02-07',487,0,0,0,6),('2007-02-08',268,0,0,0,7),('2007-02-09',204,0,0,0,4),('2007-02-10',115,0,0,0,7),('2007-02-11',204,0,0,0,6),('2007-02-12',395,0,0,0,3),('2007-02-13',223,0,5,1,3),('2007-02-14',154,0,0,0,5),('2007-02-15',215,0,0,1,4),('2007-02-16',322,1,10,1,4),('2007-02-17',236,0,2,0,4),('2007-02-18',135,0,0,0,3),('2007-02-19',143,0,0,0,4),('2007-02-20',333,0,0,2,6),('2007-02-21',306,0,0,1,4),('2007-02-22',608,0,0,0,12),('2007-02-23',230,0,0,0,5),('2007-02-24',200,0,0,0,4),('2007-02-25',236,0,1,1,4),('2007-02-26',494,0,1,0,10),('2007-02-27',323,0,0,0,7),('2007-02-28',226,0,1,0,4),('2007-03-01',219,0,1,0,6),('2007-03-02',255,0,1,1,3),('2007-03-03',442,0,0,0,3),('2007-03-04',250,0,1,0,7),('2007-03-05',231,0,0,0,4),('2007-03-06',401,0,0,0,7),('2007-03-07',299,0,0,0,6),('2007-03-08',299,0,0,0,5),('2007-03-09',203,0,0,0,3),('2007-03-10',171,0,0,0,4),('2007-03-11',224,0,0,0,4),('2007-03-12',534,0,4,2,7),('2007-03-13',260,0,1,1,4),('2007-03-14',236,0,0,0,5),('2007-03-15',394,0,4,0,6),('2007-03-16',618,0,0,0,5),('2007-03-17',474,0,0,0,4),('2007-03-18',367,0,0,0,8),('2007-03-19',309,0,0,0,5),('2007-03-20',452,0,0,0,6),('2007-03-21',307,0,0,0,4),('2007-03-22',478,1,6,2,7),('2007-03-23',369,0,8,0,5),('2007-03-24',238,0,0,0,7),('2007-03-25',151,0,0,0,3),('2007-03-26',437,0,5,0,6),('2007-03-27',211,0,0,0,5),('2007-03-28',262,0,0,0,4),('2007-03-29',162,0,0,0,4),('2007-03-30',455,0,0,0,5),('2007-03-31',233,0,0,0,7),('2007-04-01',305,0,1,0,3),('2007-04-02',260,0,1,0,4),('2007-04-03',361,0,0,0,9),('2007-04-04',385,0,2,0,7),('2007-04-05',534,0,0,0,5),('2007-04-06',596,3,3,1,5),('2007-04-07',337,0,1,0,4),('2007-04-08',427,0,5,0,5),('2007-04-09',607,1,2,0,8),('2007-04-10',349,0,0,0,8),('2007-04-11',314,2,4,0,6),('2007-04-12',383,0,1,0,7),('2007-04-13',424,0,0,0,4),('2007-04-14',698,0,2,3,11),('2007-04-15',654,0,6,1,7),('2007-04-16',807,0,1,0,6),('2007-04-17',557,1,3,1,7),('2007-04-18',481,0,0,0,7),('2007-04-19',503,0,1,1,11),('2007-04-20',540,0,1,2,9),('2007-04-21',542,3,5,0,8),('2007-04-22',506,0,2,0,7),('2007-04-23',914,0,14,1,9),('2007-04-24',603,0,10,1,8),('2007-04-25',660,0,2,1,9),('2007-04-26',630,0,8,0,9),('2007-04-27',601,0,0,0,9),('2007-04-28',604,0,1,1,7),('2007-04-29',695,0,11,2,7),('2007-04-30',584,0,5,1,8),('2007-05-01',817,0,2,1,8),('2007-05-02',844,1,6,3,15),('2007-05-03',726,2,10,2,12),('2007-05-04',742,1,4,1,8),('2007-05-05',597,0,6,0,7),('2007-05-06',612,2,6,0,7),('2007-05-07',662,4,8,1,6),('2007-05-08',1020,0,0,0,10),('2007-05-09',793,0,13,0,9),('2007-05-10',579,0,0,0,7),('2007-05-11',625,2,9,0,12),('2007-05-12',762,0,2,0,6),('2007-05-13',718,5,6,0,8),('2007-05-14',1093,2,3,1,12),('2007-05-15',585,1,1,0,8),('2007-05-16',831,2,2,2,13),('2007-05-17',763,0,3,2,8),('2007-05-18',747,0,9,1,10),('2007-05-19',768,3,9,1,7),('2007-05-20',707,0,2,3,10),('2007-05-21',591,0,0,0,8),('2007-05-22',701,0,3,0,15),('2007-05-23',724,0,2,0,8),('2007-05-24',601,0,0,0,8),('2007-05-25',553,0,0,1,7),('2007-05-26',632,1,1,1,8),('2007-05-27',1008,0,1,1,9),('2007-05-28',527,0,0,2,7),('2007-05-29',582,0,1,1,7),('2007-05-30',874,0,3,2,8),('2007-05-31',1145,0,0,0,10),('2007-06-01',707,0,0,1,6),('2007-06-02',699,0,0,0,8),('2007-06-03',861,0,2,0,9),('2007-06-04',733,0,0,0,10),('2007-06-05',909,3,13,1,9),('2007-06-06',679,0,9,1,7),('2007-06-07',1186,0,0,0,13),('2007-06-08',857,0,1,0,10),('2007-06-09',765,0,2,0,8),('2007-06-10',908,0,1,0,10),('2007-06-11',1158,0,8,2,12),('2007-06-12',967,1,1,1,8),('2007-06-13',6061,0,5,0,10),('2007-06-14',793,0,1,0,11),('2007-06-15',973,0,1,0,8),('2007-06-16',888,1,5,1,8),('2007-06-17',1065,0,7,0,11),('2007-06-18',899,0,2,1,12),('2007-06-19',778,0,2,2,7),('2007-06-20',563,0,0,1,10),('2007-06-21',828,0,0,1,8),('2007-06-22',811,0,6,1,9),('2007-06-23',625,0,1,0,7),('2007-06-24',774,0,4,1,8),('2007-06-25',1109,0,1,0,11),('2007-06-26',664,0,2,0,7),('2007-06-27',814,0,1,0,9),('2007-06-28',688,0,3,0,9),('2007-06-29',794,0,2,0,22),('2007-06-30',696,0,3,0,9),('2007-07-01',1895,0,4,1,9),('2007-07-02',1874,0,3,0,9),('2007-07-03',815,1,6,0,9),('2007-07-04',767,2,4,2,15),('2007-07-05',2809,1,2,2,10),('2007-07-06',634,0,0,2,8),('2007-07-07',652,0,3,0,12),('2007-07-08',987,0,1,0,31),('2007-07-09',684,0,0,1,13),('2007-07-10',656,0,2,0,22),('2007-07-11',673,0,3,3,9),('2007-07-12',853,0,8,0,6),('2007-07-13',627,0,4,0,12),('2007-07-14',701,0,4,0,7),('2007-07-15',1144,0,2,0,36),('2007-07-16',1180,0,7,0,8),('2007-07-17',2101,0,8,1,35),('2007-07-18',803,1,11,1,12),('2007-07-19',1398,0,7,0,12),('2007-07-20',597,0,0,0,18),('2007-07-21',521,0,2,1,7),('2007-07-22',520,0,0,1,14),('2007-07-23',1443,0,2,3,12),('2007-07-24',570,0,3,1,6),('2007-07-25',1098,0,3,1,13),('2007-07-26',742,1,1,1,9),('2007-07-27',543,0,1,1,16),('2007-07-28',565,0,0,0,7),('2007-07-29',603,0,0,1,9),('2007-07-30',562,0,1,1,7),('2007-07-31',634,0,1,2,11),('2007-08-01',498,1,1,2,12),('2007-08-02',490,0,0,1,8),('2007-08-03',398,0,0,0,8),('2007-08-04',684,0,0,0,6),('2007-08-05',602,0,0,1,11),('2007-08-06',364,0,1,0,6),('2007-08-07',363,0,0,0,7),('2007-08-08',425,0,0,1,8),('2007-08-09',375,0,0,1,7),('2007-08-10',473,0,0,0,8),('2007-08-11',388,0,0,0,7),('2007-08-12',381,0,0,0,7),('2007-08-13',431,0,0,0,17),('2007-08-14',594,0,0,0,11),('2007-08-15',548,0,0,1,7),('2007-08-16',710,0,0,0,6),('2007-08-17',627,1,1,1,8),('2007-08-18',580,0,2,0,7),('2007-08-19',546,0,1,0,6),('2007-08-20',470,0,0,1,7),('2007-08-21',364,0,0,0,7),('2007-08-22',508,0,0,0,6),('2007-08-23',389,0,0,0,9),('2007-08-24',572,0,1,0,8),('2007-08-25',505,0,0,0,9),('2007-08-26',526,0,0,0,8),('2007-08-27',440,0,0,0,9),('2007-08-28',433,0,0,0,8),('2007-08-29',531,0,0,0,8),('2007-08-30',487,1,1,2,10),('2007-08-31',566,0,0,0,7),('2007-09-01',540,1,2,1,7),('2007-09-02',984,1,2,3,12),('2007-09-03',785,0,0,2,9),('2007-09-04',652,1,1,1,10),('2007-09-05',514,0,0,1,9),('2007-09-06',618,0,0,2,9),('2007-09-07',774,0,0,0,11),('2007-09-08',645,0,2,0,8),('2007-09-09',656,0,5,3,8),('2007-09-10',735,1,1,1,16),('2007-09-11',846,1,1,1,25),('2007-09-12',1157,0,0,0,39),('2007-09-13',898,0,0,2,12),('2007-09-14',659,0,0,2,13),('2007-09-15',973,0,0,1,7),('2007-09-16',549,0,0,2,8),('2007-09-17',684,0,0,0,9),('2007-09-18',757,0,0,0,32),('2007-09-19',763,0,0,0,31),('2007-09-20',757,0,0,0,12),('2007-09-21',691,0,0,0,14),('2007-09-22',747,0,0,1,14),('2007-09-23',742,0,0,0,13),('2007-09-24',851,0,0,0,18),('2007-09-25',1058,1,5,4,27),('2007-09-26',1521,0,3,3,32),('2007-09-27',788,0,1,1,24),('2007-09-28',955,1,4,1,16),('2007-09-29',836,0,0,0,10),('2007-09-30',955,1,1,2,14),('2007-10-01',994,1,2,3,17),('2007-10-02',921,0,0,1,19),('2007-10-03',1078,0,1,0,25),('2007-10-04',1242,0,25,1,24),('2007-10-05',1212,1,3,5,17),('2007-10-06',1024,0,1,2,16),('2007-10-07',1218,1,1,1,19),('2007-10-08',1124,0,2,2,17),('2007-10-09',1425,0,4,1,26),('2007-10-10',1385,0,2,3,18),('2007-10-11',1337,0,2,1,22),('2007-10-12',1496,1,3,2,22),('2007-10-13',1769,0,2,1,19),('2007-10-14',1519,0,2,1,21),('2007-10-15',1720,2,13,3,24),('2007-10-16',1811,2,12,2,26),('2007-10-17',1542,0,2,4,21),('2007-10-18',1401,1,1,1,24),('2007-10-19',1955,0,4,2,26),('2007-10-20',1764,0,5,2,72),('2007-10-21',1476,0,2,1,23),('2007-10-22',1395,0,3,3,25),('2007-10-23',1642,0,3,2,31),('2007-10-24',1565,2,7,2,32),('2007-10-25',1698,1,7,2,29),('2007-10-26',1413,0,6,1,24),('2007-10-27',1304,0,4,1,18),('2007-10-28',1591,0,2,2,32),('2007-10-29',1367,1,2,2,21),('2007-10-30',1486,3,11,3,19),('2007-10-31',1467,1,4,3,24),('2007-11-01',1364,1,10,3,23),('2007-11-02',1323,0,0,0,22),('2007-11-03',1231,0,0,0,26),('2007-11-04',1264,1,3,0,24),('2007-11-05',1484,1,3,1,19),('2007-11-06',1240,0,1,1,22),('2007-11-07',1759,0,0,1,21),('2007-11-08',1388,0,3,1,19),('2007-11-09',1305,0,1,3,21),('2007-11-10',1349,1,4,3,22),('2007-11-11',1376,0,1,3,25),('2007-11-12',1394,0,3,3,22),('2007-11-13',1196,0,0,2,18),('2007-11-14',2090,0,1,2,170),('2007-11-15',1224,1,2,1,19),('2007-11-16',1069,0,0,0,17),('2007-11-17',1197,0,0,0,17),('2007-11-18',1243,2,5,4,18),('2007-11-19',1356,0,0,1,20),('2007-11-20',1248,0,0,0,34),('2007-11-21',944,0,0,0,18),('2007-11-22',1304,0,0,0,47),('2007-11-23',1015,0,1,1,16),('2007-11-24',982,1,1,1,17),('2007-11-25',1104,0,7,1,17),('2007-11-26',1328,0,3,3,20),('2007-11-27',1714,0,0,0,20),('2007-11-28',1244,0,0,4,18),('2007-11-29',1075,0,0,2,17),('2007-11-30',1096,0,0,0,17),('2007-12-01',1204,0,0,2,16),('2007-12-02',1290,0,4,1,16),('2007-12-03',1132,0,3,4,17),('2007-12-04',1385,0,1,0,16),('2007-12-05',1220,4,10,3,19),('2007-12-06',1165,0,1,0,15),('2007-12-07',1207,1,6,1,17),('2007-12-08',1120,0,3,1,23),('2007-12-09',1303,1,4,3,22),('2007-12-10',1168,0,0,1,20),('2007-12-11',1395,0,0,1,20),('2007-12-12',1573,0,1,4,19),('2007-12-13',1434,3,11,5,25),('2007-12-14',1315,0,15,0,17),('2007-12-15',1384,0,6,1,20),('2007-12-16',1940,2,18,3,21),('2007-12-17',2575,29,90,1,36),('2007-12-18',1423,1,27,2,19),('2007-12-19',1806,3,43,1,19),('2007-12-20',1778,12,36,0,27),('2007-12-21',1689,5,9,0,18),('2007-12-22',1534,3,11,0,18),('2007-12-23',1044,0,0,0,15),('2007-12-24',1280,0,15,0,20),('2007-12-25',908,0,0,1,15),('2007-12-26',973,0,2,0,25),('2007-12-27',900,1,7,2,15),('2007-12-28',1088,1,3,0,23),('2007-12-29',991,0,0,0,14),('2007-12-30',881,0,1,0,17),('2007-12-31',954,0,0,0,16),('2008-01-01',922,0,1,0,13),('2008-01-02',1818,1,5,2,20),('2008-01-03',1490,1,2,1,15),('2008-01-04',1245,0,2,0,22),('2008-01-05',1530,0,6,0,22),('2008-01-06',1358,0,0,0,24),('2008-01-07',1460,1,4,0,20),('2008-01-08',1760,4,10,1,21),('2008-01-09',1786,0,5,2,19),('2008-01-10',1616,1,4,0,26),('2008-01-11',1640,0,2,2,18),('2008-01-12',1548,1,2,1,21),('2008-01-13',1118,0,0,0,14),('2008-01-14',1465,0,2,1,21),('2008-01-15',1761,0,0,1,20),('2008-01-16',1536,0,0,0,26),('2008-01-17',1302,1,2,1,22),('2008-01-18',1576,1,5,2,20),('2008-01-19',1265,0,6,2,21),('2008-01-20',1293,1,5,2,26),('2008-01-21',1551,0,8,0,18),('2008-01-22',1321,0,1,1,21),('2008-01-23',1185,0,0,0,21),('2008-01-24',1071,0,0,0,18),('2008-01-25',1144,0,0,1,18),('2008-01-26',1370,0,0,2,20),('2008-01-27',1299,1,1,1,19),('2008-01-28',1414,0,0,0,21),('2008-01-29',1282,0,2,0,17),('2008-01-30',1583,1,2,1,22),('2008-01-31',1330,1,6,0,19),('2008-02-01',1227,0,5,0,16),('2008-02-02',1061,2,7,1,18),('2008-02-03',1370,0,0,0,15),('2008-02-04',1350,1,6,3,18),('2008-02-05',1404,2,4,0,29),('2008-02-06',1095,0,8,0,14),('2008-02-07',1567,1,3,0,15),('2008-02-08',1587,3,13,0,18),('2008-02-09',1149,0,4,2,14),('2008-02-10',1035,0,0,1,14),('2008-02-11',1324,1,10,1,15),('2008-02-12',1243,0,0,1,16),('2008-02-13',1149,1,2,0,15),('2008-02-14',1603,1,7,0,17),('2008-02-15',1518,0,0,0,17),('2008-02-16',1522,1,4,1,15),('2008-02-17',995,1,5,0,20),('2008-02-18',2752,0,0,1,24),('2008-02-19',2854,0,0,0,21),('2008-02-20',1298,0,0,1,18),('2008-02-21',1446,0,0,0,16),('2008-02-22',1553,1,2,1,17),('2008-02-23',1093,0,0,0,12),('2008-02-24',1068,1,2,0,17),('2008-02-25',1340,1,2,2,16),('2008-02-26',1912,0,3,0,17),('2008-02-27',1754,1,4,1,18),('2008-02-28',1406,2,8,0,19),('2008-02-29',2407,9,15,0,23),('2008-03-01',1424,0,4,1,20),('2008-03-02',1546,1,4,1,20),('2008-03-03',1573,0,2,3,23),('2008-03-04',2082,2,5,2,23),('2008-03-05',1734,1,3,1,17),('2008-03-06',1449,0,1,2,20),('2008-03-07',2012,2,6,3,21),('2008-03-08',1602,0,3,1,22),('2008-03-09',1345,3,12,1,16),('2008-03-10',1529,0,0,1,18),('2008-03-11',1634,2,10,0,20),('2008-03-12',1183,1,7,1,18),('2008-03-13',1567,2,13,1,20),('2008-03-14',1606,1,2,2,19),('2008-03-15',1460,1,5,3,21),('2008-03-16',1442,2,7,2,25),('2008-03-17',1845,1,4,1,26),('2008-03-18',1905,3,19,2,32),('2008-03-19',1315,0,16,1,14),('2008-03-20',1233,2,15,0,17),('2008-03-21',1908,1,2,0,27),('2008-03-22',1746,2,7,1,60),('2008-03-23',1776,0,7,0,56),('2008-03-24',2138,0,13,2,28),('2008-03-25',2191,3,30,0,38),('2008-03-26',2333,1,36,1,62),('2008-03-27',2092,1,23,2,56),('2008-03-28',2108,1,10,1,53),('2008-03-29',1905,0,10,0,64),('2008-03-30',2353,2,21,1,62),('2008-03-31',2618,3,22,1,65),('2008-04-01',2412,2,6,0,61),('2008-04-02',2123,5,18,1,61),('2008-04-03',1988,1,14,1,60),('2008-04-04',2521,1,22,2,66),('2008-04-05',2555,1,8,1,50),('2008-04-06',2203,0,4,1,57),('2008-04-07',2694,6,23,1,76),('2008-04-08',3483,0,9,2,54),('2008-04-09',2844,1,12,1,90),('2008-04-10',1844,0,6,0,58),('2008-04-11',2769,4,14,1,48),('2008-04-12',1878,1,3,0,48),('2008-04-13',2221,0,10,1,48),('2008-04-14',3020,0,14,1,99),('2008-04-15',2122,1,7,1,48),('2008-04-16',1844,0,3,1,28),('2008-04-17',2249,2,5,1,42),('2008-04-18',1854,0,5,0,45),('2008-04-19',1701,1,8,3,62),('2008-04-20',1983,3,9,1,45),('2008-04-21',2843,0,21,4,47),('2008-04-22',2576,7,41,0,45),('2008-04-23',2260,1,26,0,34),('2008-04-24',2831,2,23,2,55),('2008-04-25',1913,1,22,1,49),('2008-04-26',2135,1,13,0,29),('2008-04-27',2568,3,31,1,46),('2008-04-28',3398,8,39,3,35),('2008-04-29',2772,3,24,1,29),('2008-04-30',2170,2,23,0,32),('2008-05-01',2223,0,28,0,49),('2008-05-02',2187,0,8,1,29),('2008-05-03',7594,2,6,3,27),('2008-05-04',1854,3,9,1,35),('2008-05-05',7925,1,1,0,36),('2008-05-06',2073,0,1,2,47),('2008-05-07',3044,8,22,1,50),('2008-05-08',2857,3,25,2,56),('2008-05-09',1956,0,8,0,61),('2008-05-10',2273,0,1,2,36),('2008-05-11',2557,2,16,2,52),('2008-05-12',2938,0,2,1,32),('2008-05-13',1892,0,4,0,25),('2008-05-14',2195,2,11,1,36),('2008-05-15',2873,1,27,3,53),('2008-05-16',7188,0,10,2,40),('2008-05-17',3236,0,4,0,24),('2008-05-18',1855,0,0,0,55),('2008-05-19',2120,0,0,0,30),('2008-05-20',2996,1,7,1,30),('2008-05-21',2449,1,23,2,42),('2008-05-22',2838,0,8,0,35),('2008-05-23',2851,0,7,3,56),('2008-05-24',2311,0,4,0,47),('2008-05-25',2324,0,2,0,46),('2008-05-26',2305,0,1,1,62),('2008-05-27',2897,1,3,0,54),('2008-05-28',2718,1,3,1,66),('2008-05-29',2681,1,2,0,39),('2008-05-30',2253,0,1,0,60),('2008-05-31',2950,0,3,1,45),('2008-06-01',2339,0,0,0,31),('2008-06-02',2400,2,3,1,47),('2008-06-03',2581,0,3,0,43),('2008-06-04',2540,0,17,0,52),('2008-06-05',2107,0,1,4,33),('2008-06-06',3612,0,14,1,69),('2008-06-07',2697,0,1,0,54),('2008-06-08',2572,0,5,0,54),('2008-06-09',2550,0,0,0,34),('2008-06-10',3237,0,0,0,27),('2008-06-11',3206,0,2,1,38),('2008-06-12',2997,0,2,0,34),('2008-06-13',3836,0,8,0,51),('2008-06-14',4495,21,44,0,42),('2008-06-15',3941,8,15,1,58),('2008-06-16',4047,16,32,1,69),('2008-06-17',5255,4,29,0,68),('2008-06-18',4547,3,26,1,63),('2008-06-19',3443,2,21,0,47),('2008-06-20',2598,0,6,1,43),('2008-06-21',2470,0,3,1,46),('2008-06-22',2605,0,1,0,28),('2008-06-23',2520,1,3,1,23),('2008-06-24',2485,0,6,0,28),('2008-06-25',3066,0,0,0,43),('2008-06-26',2249,1,1,1,20),('2008-06-27',2379,0,12,1,21),('2008-06-28',1,0,0,0,0),('2008-06-29',393,0,0,0,22),('2008-06-30',2042,2,4,0,43),('2008-07-01',1754,0,0,0,23),('2008-07-02',1468,0,0,2,21),('2008-07-03',1415,1,2,1,38),('2008-07-04',2268,0,0,0,24),('2008-07-05',2560,0,0,0,27),('2008-07-06',2355,0,0,0,20),('2008-07-07',2234,0,0,0,29),('2008-07-08',2482,0,0,1,28),('2008-07-09',2101,1,1,1,20),('2008-07-10',1673,0,0,1,20),('2008-07-11',1687,1,3,1,32),('2008-07-12',1704,1,6,0,28),('2008-07-13',1878,0,1,0,23),('2008-07-14',2077,0,15,2,21),('2008-07-15',1538,0,2,0,21),('2008-07-16',1442,0,3,0,43),('2008-07-17',1409,0,1,0,13),('2008-07-18',1606,0,4,1,22),('2008-07-19',1328,0,0,0,52),('2008-07-20',1563,3,5,0,30),('2008-07-21',1605,0,5,0,21),('2008-07-22',2382,0,1,3,51),('2008-07-23',1417,0,0,0,23),('2008-07-24',761,1,6,1,17),('2008-07-25',1348,0,2,0,20),('2008-07-26',3987,1,1,0,25),('2008-07-27',1587,0,5,0,24),('2008-07-28',1527,0,0,1,20),('2008-07-29',2211,0,3,1,19),('2008-07-30',2366,0,3,0,19),('2008-07-31',1649,1,8,1,25),('2008-08-01',1507,0,4,0,22),('2008-08-02',1556,0,8,1,20),('2008-08-03',1500,2,10,0,24),('2008-08-04',1308,0,0,1,29),('2008-08-05',1896,0,2,1,22),('2008-08-06',1552,0,0,0,45),('2008-08-07',1006,0,0,0,14),('2008-08-08',1871,0,0,0,19),('2008-08-09',2541,0,1,1,43),('2008-08-10',2609,0,2,0,23),('2008-08-11',3340,0,4,0,34),('2008-08-12',2888,0,1,0,19),('2008-08-13',2510,0,0,0,28),('2008-08-14',2294,0,0,0,20),('2008-08-15',2181,0,0,0,15),('2008-08-16',2773,0,0,0,32),('2008-08-17',2386,0,0,0,18),('2008-08-18',1028,0,0,0,21),('2008-08-19',1414,0,0,1,18),('2008-08-20',1445,0,4,0,19),('2008-08-21',2122,1,10,1,30),('2008-08-22',1885,0,4,0,17),('2008-08-23',1713,0,3,0,21),('2008-08-24',1723,0,3,0,21),('2008-08-25',1621,0,0,0,42),('2008-08-26',1450,0,0,1,18),('2008-08-27',1810,0,0,2,20),('2008-08-28',2074,0,0,0,17),('2008-08-29',1422,0,0,0,18),('2008-08-30',1469,0,0,0,16),('2008-08-31',1335,0,0,0,30),('2008-09-01',3175,0,1,2,25),('2008-09-02',2001,0,1,0,18),('2008-09-03',2245,0,0,1,17),('2008-09-04',2765,0,0,1,24),('2008-09-05',1605,0,0,1,23),('2008-09-06',2490,0,0,1,16),('2008-09-07',2051,0,0,0,19),('2008-09-08',1808,0,0,0,18),('2008-09-09',2223,0,2,2,18),('2008-09-10',2005,0,1,2,22),('2008-09-11',1775,0,0,0,27),('2008-09-12',1609,0,0,0,18),('2008-09-13',2102,0,0,0,16),('2008-09-14',1589,0,0,0,17),('2008-09-15',1638,0,0,1,17),('2008-09-16',3133,0,0,0,18),('2008-09-17',1589,0,0,0,27),('2008-09-18',2884,0,0,0,18),('2008-09-19',1707,0,0,2,19),('2008-09-20',2883,1,1,2,21),('2008-09-21',1897,0,0,1,19),('2008-09-22',2133,0,1,0,19),('2008-09-23',2454,0,1,0,20),('2008-09-24',2738,0,3,2,21),('2008-09-25',2983,0,0,0,29),('2008-09-26',3419,0,0,2,25),('2008-09-27',2339,0,0,2,21),('2008-09-28',2310,0,0,1,18),('2008-09-29',1725,1,6,1,54),('2008-09-30',1662,0,1,0,24),('2008-10-01',2294,0,0,0,22),('2008-10-02',2050,1,4,1,20),('2008-10-03',2179,2,5,2,27),('2008-10-04',1910,1,2,1,17),('2008-10-05',1594,0,2,1,16),('2008-10-06',2529,0,0,3,30),('2008-10-07',2613,0,0,1,18),('2008-10-08',1875,0,0,0,28),('2008-10-09',2113,0,2,0,16),('2008-10-10',1931,0,1,1,17),('2008-10-11',1971,0,4,1,13),('2008-10-12',2036,1,2,3,13),('2008-10-13',1962,0,3,2,17),('2008-10-14',2599,0,2,1,16),('2008-10-15',1957,0,2,0,14),('2008-10-16',2480,1,1,2,21),('2008-10-17',1708,0,1,2,13),('2008-10-18',2785,0,1,1,14),('2008-10-19',1957,0,1,1,16),('2008-10-20',3361,0,1,1,17),('2008-10-21',1707,0,1,3,15),('2008-10-22',3368,1,1,1,16),('2008-10-23',2845,0,0,0,20),('2008-10-24',3837,0,0,0,13),('2008-10-25',2545,0,0,0,14),('2008-10-26',1760,0,0,2,15),('2008-10-27',2282,0,1,0,13),('2008-10-28',2222,0,3,0,20),('2008-10-29',3006,0,1,1,21),('2008-10-30',3294,1,7,1,19),('2008-10-31',1737,0,0,1,17),('2008-11-01',2384,0,1,0,12),('2008-11-02',2749,0,3,1,13),('2008-11-03',2926,0,2,1,17),('2008-11-04',1917,0,0,0,14),('2008-11-05',2614,0,0,1,15),('2008-11-06',3306,0,0,0,20),('2008-11-07',4172,0,2,1,17),('2008-11-08',3926,0,0,2,16),('2008-11-09',3816,0,0,0,15),('2008-11-10',2123,0,0,15,18),('2008-11-11',2567,2,3,24,17),('2008-11-12',1930,2,2,17,21),('2008-11-13',9,0,0,0,2),('2008-11-14',30,0,0,0,3),('2008-11-15',67,0,0,0,3),('2008-11-16',19,0,0,0,2),('2008-11-17',11,0,0,0,2),('2008-11-18',19,0,0,0,2),('2008-11-19',18,0,0,0,2),('2008-11-20',20,0,0,0,2),('2008-11-21',17,0,0,0,2),('2008-11-23',1,0,0,0,0),('2008-12-01',898,0,1,12,18),('2008-12-02',2011,1,1,21,15),('2008-12-03',3515,0,0,29,21),('2008-12-04',2157,0,0,23,19),('2008-12-05',2809,0,0,26,21),('2008-12-06',2324,0,0,16,17),('2008-12-07',2253,0,0,11,20),('2008-12-08',2557,5,6,18,18),('2008-12-09',3227,2,3,13,19),('2008-12-10',2200,1,5,21,18),('2008-12-11',2226,1,1,13,23),('2008-12-12',1625,0,0,8,16),('2008-12-13',2066,0,0,14,19),('2008-12-14',1571,0,0,13,15),('2008-12-15',2666,1,5,21,15),('2008-12-16',2573,1,10,33,17),('2008-12-17',2253,0,0,18,15),('2008-12-18',2106,0,1,12,14),('2008-12-19',1967,1,5,9,15),('2008-12-20',1970,0,9,14,15),('2008-12-21',1614,0,0,21,15),('2008-12-22',1848,0,1,23,14),('2008-12-23',2414,1,3,27,15),('2008-12-24',2177,1,2,25,13),('2008-12-25',2228,0,0,12,14),('2008-12-26',2767,1,4,16,17),('2008-12-27',2404,0,0,11,15),('2008-12-28',2774,0,0,18,15),('2008-12-29',2252,0,0,17,13),('2008-12-30',2152,1,1,16,13),('2008-12-31',1713,0,0,8,14),('2009-01-01',2125,0,0,11,16),('2009-01-02',2086,0,0,12,14),('2009-01-03',2173,0,1,8,14),('2009-01-04',2501,0,0,7,14),('2009-01-05',2717,1,3,12,15),('2009-01-06',2292,1,2,16,15),('2009-01-07',2497,0,5,30,16),('2009-01-08',2462,0,1,28,15),('2009-01-09',3923,2,2,33,17),('2009-01-10',3712,0,2,23,20),('2009-01-11',1948,0,0,25,20),('2009-01-12',1633,1,3,20,14),('2009-01-13',1598,1,3,29,14),('2009-01-14',2221,1,2,25,17),('2009-01-15',2354,2,2,29,20),('2009-01-16',3334,2,18,31,19),('2009-01-17',2374,0,1,30,15),('2009-01-18',1882,2,2,22,20),('2009-01-19',2813,1,1,27,18),('2009-01-20',2739,3,3,28,19),('2009-01-21',2983,3,3,31,16),('2009-01-22',2334,4,6,31,15),('2009-01-23',2075,4,4,40,17),('2009-01-24',2429,2,3,15,14),('2009-01-25',3066,0,2,2,17),('2009-01-26',3119,3,3,1,15),('2009-01-27',2693,0,0,0,16),('2009-01-28',2597,0,0,0,19),('2009-01-29',3036,0,0,1,17),('2009-01-30',1751,0,0,0,15),('2009-01-31',1764,0,0,2,15),('2009-02-01',1508,0,0,0,18),('2009-02-02',2399,0,1,0,17),('2009-02-03',2000,0,1,0,14),('2009-02-04',2470,0,0,0,20),('2009-02-05',2814,0,0,0,16),('2009-02-06',2397,2,2,0,15),('2009-02-07',2026,0,3,1,15),('2009-02-08',1887,0,0,1,16),('2009-02-09',2566,0,1,0,15),('2009-02-10',1902,0,1,0,16),('2009-02-11',2046,0,0,1,14),('2009-02-12',3184,1,1,0,20),('2009-02-13',2144,0,4,0,14),('2009-02-14',1656,0,2,0,15),('2009-02-15',2187,0,0,1,17),('2009-02-16',2032,1,1,1,16),('2009-02-17',1868,0,2,3,22),('2009-02-18',2006,0,0,0,15),('2009-02-19',2507,0,3,2,22),('2009-02-20',1665,0,0,0,16),('2009-02-21',1493,0,0,0,22),('2009-02-22',2470,0,0,2,17),('2009-02-23',1909,0,0,0,16),('2009-02-24',2605,2,2,0,13),('2009-02-25',2135,0,1,0,19),('2009-02-26',2052,0,0,0,17),('2009-02-27',1529,0,0,1,16),('2009-02-28',1743,0,0,0,12),('2009-03-01',2100,0,0,0,18),('2009-03-02',1554,0,0,0,16),('2009-03-03',1858,1,1,3,15),('2009-03-04',3064,0,2,1,18),('2009-03-05',3068,0,0,1,19),('2009-03-06',1744,1,5,0,14),('2009-03-07',1655,0,4,0,15),('2009-03-08',1921,0,4,1,20),('2009-03-09',1936,0,8,0,13),('2009-03-10',2280,0,5,2,18),('2009-03-11',2187,1,2,2,21),('2009-03-12',2112,0,6,2,15),('2009-03-13',2343,0,0,0,14),('2009-03-14',1316,0,1,0,13),('2009-03-15',2042,0,1,0,13),('2009-03-16',1738,0,0,0,13),('2009-03-17',1626,0,1,0,12),('2009-03-18',1590,0,3,3,14),('2009-03-19',1721,0,3,0,12),('2009-03-20',1544,0,4,2,14),('2009-03-21',1684,0,0,1,14),('2009-03-22',1756,0,1,0,13),('2009-03-23',2990,0,1,0,13),('2009-03-24',1994,1,3,1,14),('2009-03-25',1819,4,9,3,16),('2009-03-26',1790,0,8,4,16),('2009-03-27',1447,0,0,0,13),('2009-03-28',4325,0,0,1,13),('2009-03-29',1276,0,2,0,14),('2009-03-30',1524,0,15,2,14),('2009-03-31',1247,0,1,0,13),('2009-04-01',1500,0,6,1,12),('2009-04-02',2320,0,2,1,16),('2009-04-03',1749,0,0,1,14),('2009-04-04',3976,0,3,1,13),('2009-04-05',1499,3,4,1,15),('2009-04-06',2275,3,12,1,17),('2009-04-07',4004,0,2,0,16),('2009-04-08',2106,8,8,1,17),('2009-04-09',1794,6,7,0,14),('2009-04-10',1475,0,0,0,12),('2009-04-11',1562,0,6,2,12),('2009-04-12',1375,0,0,0,12),('2009-04-13',1737,0,1,1,14),('2009-04-14',1514,0,0,0,12),('2009-04-15',1993,0,5,0,12),('2009-04-16',1742,0,0,1,12),('2009-04-17',1379,0,0,0,13),('2009-04-18',2261,0,3,0,12),('2009-04-19',1659,0,0,2,13),('2009-04-20',1412,0,0,0,13),('2009-04-21',1373,0,0,1,14),('2009-04-22',2149,1,3,1,13),('2009-04-23',1569,0,0,2,13),('2009-04-24',1641,2,2,2,14),('2009-04-25',1571,0,0,0,15),('2009-04-26',3064,4,5,0,16),('2009-04-27',1545,0,0,1,13),('2009-04-28',1994,0,2,3,15),('2009-04-29',1540,0,0,0,15),('2009-04-30',1920,0,6,2,16),('2009-05-01',1187,0,1,0,14),('2009-05-02',1184,0,3,0,13),('2009-05-03',1466,0,1,1,24),('2009-05-04',1459,0,0,0,15),('2009-05-05',1297,0,0,0,15),('2009-05-06',2915,0,0,0,16),('2009-05-07',1265,0,0,0,11),('2009-05-08',959,1,5,0,15),('2009-05-09',1868,0,0,0,13),('2009-05-10',1472,1,4,1,13),('2009-05-11',1441,0,2,0,14),('2009-05-12',2057,2,9,0,15),('2009-05-13',1254,4,6,2,13),('2009-05-14',1466,0,0,2,16),('2009-05-15',1221,0,0,1,11),('2009-05-16',1771,0,1,0,16),('2009-05-17',1450,0,1,0,23),('2009-05-18',2022,0,2,1,14),('2009-05-19',1559,0,3,1,13),('2009-05-20',1806,0,16,2,21),('2009-05-21',1936,2,7,4,18),('2009-05-22',2600,0,4,0,13),('2009-05-23',1743,0,1,0,17),('2009-05-24',1877,0,7,1,18),('2009-05-25',2396,0,3,0,16),('2009-05-26',2296,0,0,0,14),('2009-05-27',1942,0,3,0,14),('2009-05-28',2565,0,3,0,15),('2009-05-29',1802,1,7,1,15),('2009-05-30',2596,1,10,2,21),('2009-05-31',1962,0,6,1,15),('2009-06-01',2233,0,2,0,14),('2009-06-02',2319,0,3,0,13),('2009-06-03',1661,0,3,0,21),('2009-06-04',1903,4,8,1,14),('2009-06-05',2074,0,4,0,14),('2009-06-06',2338,0,5,0,12),('2009-06-07',1978,0,0,0,13),('2009-06-08',3017,0,1,0,13),('2009-06-09',3908,0,0,0,17),('2009-06-10',1609,0,1,0,18),('2009-06-11',1453,0,3,0,14),('2009-06-12',2723,31,31,0,17),('2009-06-13',2550,0,0,1,20),('2009-06-14',1711,0,1,0,18),('2009-06-15',2146,0,0,0,18),('2009-06-16',1710,0,0,0,13),('2009-06-17',2114,1,2,1,17),('2009-06-18',1788,1,1,0,14),('2009-06-19',5205,2,2,1,129),('2009-06-20',4646,0,0,1,19),('2009-06-21',1906,0,0,1,18),('2009-06-22',2775,6,9,3,20),('2009-06-23',2462,0,1,0,18),('2009-06-24',4184,0,3,0,25),('2009-06-25',3559,2,2,3,24),('2009-06-26',2357,1,2,2,24),('2009-06-27',2221,2,3,1,19),('2009-06-28',2616,0,1,0,24),('2009-06-29',2987,0,0,0,22),('2009-06-30',2210,0,0,0,20),('2009-07-01',2251,0,0,1,21),('2009-07-02',1651,1,1,2,16),('2009-07-03',1883,2,2,0,19),('2009-07-04',1887,0,0,0,17),('2009-07-05',2387,0,0,0,22),('2009-07-06',2076,0,2,0,19),('2009-07-07',1734,0,0,0,19),('2009-07-08',2662,1,1,0,252),('2009-07-09',2184,0,0,0,22),('2009-07-10',2210,0,0,0,23),('2009-07-11',1942,0,0,0,21),('2009-07-12',2199,0,0,0,18),('2009-07-13',1721,1,1,1,17),('2009-07-14',2047,0,0,0,17),('2009-07-15',2311,1,2,1,21),('2009-07-16',2088,0,0,1,16),('2009-07-17',2105,0,0,0,18),('2009-07-18',1545,2,4,2,16),('2009-07-19',1924,0,0,1,21),('2009-07-20',1869,1,2,1,18),('2009-07-21',1869,0,0,0,19),('2009-07-22',1656,0,1,2,25),('2009-07-23',2132,0,0,0,20),('2009-07-24',2639,0,0,1,15),('2009-07-25',2171,0,4,1,23),('2009-07-26',2067,0,0,0,17),('2009-07-27',2358,1,1,1,24),('2009-07-28',2328,0,0,0,21),('2009-07-29',2105,1,2,2,20),('2009-07-30',2442,0,3,1,18),('2009-07-31',2025,1,5,1,27),('2009-08-01',3098,0,0,0,20),('2009-08-02',1657,0,0,0,18),('2009-08-03',1619,0,0,0,19),('2009-08-04',2050,1,4,2,20),('2009-08-05',2124,0,1,0,16),('2009-08-06',1719,0,0,0,17),('2009-08-07',1779,0,0,0,16),('2009-08-08',1924,0,0,2,28),('2009-08-09',1647,1,1,1,17),('2009-08-10',1544,1,2,1,15),('2009-08-11',1831,0,0,0,20),('2009-08-12',1960,0,0,0,17),('2009-08-13',2034,0,0,0,16),('2009-08-14',2293,0,0,0,19),('2009-08-15',2176,0,0,0,16),('2009-08-16',2710,2,5,1,22),('2009-08-17',562,0,0,1,13),('2009-08-18',1577,0,1,1,18),('2009-08-19',2241,1,1,0,21),('2009-08-20',2148,0,2,0,18),('2009-08-21',2575,1,2,1,13),('2009-08-22',3240,0,0,0,24),('2009-08-23',2249,0,0,2,18),('2009-08-24',1765,5,7,0,16),('2009-08-25',2678,0,1,1,16),('2009-08-26',3005,0,0,0,16),('2009-08-27',2215,0,0,2,20),('2009-08-28',1704,0,0,0,13),('2009-08-29',1751,0,0,0,14),('2009-08-30',2636,0,0,0,15),('2009-08-31',1528,0,0,0,16),('2009-09-01',1494,1,1,1,15),('2009-09-02',2328,2,2,2,16),('2009-09-03',2184,2,2,1,13),('2009-09-04',2883,0,0,0,21),('2009-09-05',1498,1,1,0,13),('2009-09-06',2237,4,4,1,18),('2009-09-07',1305,1,1,4,15),('2009-09-08',2764,1,1,3,17),('2009-09-09',1424,1,1,1,16),('2009-09-10',3407,0,0,0,59),('2009-09-11',2225,3,3,0,19),('2009-09-12',3110,0,0,0,18),('2009-09-13',2096,0,0,2,19),('2009-09-14',3102,0,1,2,19),('2009-09-15',2281,0,1,1,18),('2009-09-16',2391,0,0,1,17),('2009-09-17',2383,0,2,0,18),('2009-09-18',3059,0,2,2,18),('2009-09-19',2200,1,1,0,16),('2009-09-20',1885,2,3,0,18),('2009-09-21',2882,0,0,0,25),('2009-09-22',1665,0,0,1,15),('2009-09-23',3193,0,0,2,19),('2009-09-24',2186,0,0,0,15),('2009-09-25',3102,0,4,3,17),('2009-09-26',2219,0,0,0,18),('2009-09-27',2050,0,17,1,17),('2009-09-28',2109,0,0,0,14),('2009-09-29',2953,0,1,1,19),('2009-09-30',1712,0,0,0,14),('2009-10-01',7546,0,2,0,52),('2009-10-02',2783,1,1,0,16),('2009-10-03',4526,0,0,1,22),('2009-10-04',3002,1,2,2,21),('2009-10-05',2236,0,1,2,18),('2009-10-06',3172,2,2,2,20),('2009-10-07',2368,0,0,0,19),('2009-10-08',2192,0,2,0,16),('2009-10-09',3112,0,4,3,26),('2009-10-10',1281,0,0,0,18),('2009-10-11',1610,0,0,1,22),('2009-10-12',2824,1,3,2,18),('2009-10-13',2727,0,0,3,18),('2009-10-14',2793,0,0,0,112),('2009-10-15',2122,0,2,0,14),('2009-10-16',2436,0,1,1,15),('2009-10-17',2583,0,0,0,19),('2009-10-18',2058,0,0,1,18),('2009-10-19',1696,0,0,2,18),('2009-10-20',2322,1,3,1,20),('2009-10-21',3018,0,0,0,16),('2009-10-22',2445,1,1,0,19),('2009-10-23',3323,0,0,0,18),('2009-10-24',3653,2,3,3,25),('2009-10-25',2977,1,1,0,15),('2009-10-26',2748,0,0,0,20),('2009-10-27',3108,0,0,0,19),('2009-10-28',3837,3,5,3,20),('2009-10-29',3923,0,0,3,27),('2009-10-30',2345,0,0,0,22),('2009-10-31',3300,1,1,1,19),('2009-11-01',2087,0,0,2,18),('2009-11-02',2560,0,3,1,20),('2009-11-03',3104,0,4,2,14),('2009-11-04',2497,0,0,1,17),('2009-11-05',2544,0,1,2,18),('2009-11-06',2342,0,1,0,15),('2009-11-07',2336,1,4,1,22),('2009-11-08',1645,0,1,2,14),('2009-11-09',2840,1,1,2,21),('2009-11-10',2102,0,2,1,17),('2009-11-11',2581,1,2,2,21),('2009-11-12',2236,0,2,1,15),('2009-11-13',1492,0,1,1,16),('2009-11-14',2384,0,1,0,16),('2009-11-15',1713,0,5,2,14),('2009-11-16',1845,0,0,0,13),('2009-11-17',2400,0,0,0,14),('2009-11-18',1807,1,1,3,17),('2009-11-19',2017,1,1,2,14),('2009-11-20',4626,1,3,2,18),('2009-11-21',2940,2,2,2,18),('2009-11-22',2849,1,1,1,14),('2009-11-23',2192,0,0,0,15),('2009-11-24',1776,0,1,1,16),('2009-11-25',2281,1,1,1,17),('2009-11-26',1800,2,2,3,15),('2009-11-27',2155,1,1,1,11),('2009-11-28',1963,0,0,0,20),('2009-11-29',1603,0,0,0,12),('2009-11-30',2524,1,1,2,17),('2009-12-01',3024,0,4,1,14),('2009-12-02',2134,0,0,2,15),('2009-12-03',1671,0,0,0,15),('2009-12-04',2962,0,1,1,18),('2009-12-05',3859,0,0,1,36),('2009-12-06',3232,0,0,0,17),('2009-12-07',3565,0,0,3,69),('2009-12-08',2127,0,2,2,57),('2009-12-09',1867,0,0,1,16),('2009-12-10',2452,1,1,1,70),('2009-12-11',1987,1,4,1,59),('2009-12-12',2318,0,1,0,55),('2009-12-13',1772,0,0,1,14),('2009-12-14',1750,0,0,0,14),('2009-12-15',1619,0,0,0,14),('2009-12-16',3065,0,0,0,15),('2009-12-17',1696,0,0,0,17),('2009-12-18',1530,0,0,1,15),('2009-12-19',2742,1,1,1,36),('2009-12-20',2697,0,0,1,56),('2009-12-21',2354,0,0,2,14),('2009-12-22',2302,1,1,1,23),('2009-12-23',2451,0,3,1,38),('2009-12-24',3261,0,0,0,25),('2009-12-25',3138,0,0,2,15),('2009-12-26',1892,1,1,1,14),('2009-12-27',1841,2,2,2,14),('2009-12-28',3231,1,1,1,33),('2009-12-29',2964,0,1,2,15),('2009-12-30',2262,2,2,5,27),('2009-12-31',3125,0,0,0,20),('2010-01-01',2574,0,0,0,17),('2010-01-02',3626,1,1,2,16),('2010-01-03',2756,2,4,2,17),('2010-01-04',3463,0,4,3,19),('2010-01-05',2514,0,0,1,24),('2010-01-06',2387,2,3,0,15),('2010-01-07',2686,1,4,2,19),('2010-01-08',2163,0,0,0,22),('2010-01-09',3312,0,0,0,18),('2010-01-10',2545,0,0,0,18),('2010-01-11',5253,1,1,0,23),('2010-01-12',4673,0,0,0,25),('2010-01-13',3596,2,3,1,18),('2010-01-14',2236,0,0,2,17),('2010-01-15',3893,1,1,2,28),('2010-01-16',4307,1,1,3,14),('2010-01-17',3695,0,0,0,21),('2010-01-18',3810,1,1,1,24),('2010-01-19',4201,2,2,1,16),('2010-01-20',3915,2,4,0,17),('2010-01-21',3112,1,1,0,17),('2010-01-22',3071,2,2,1,19),('2010-01-23',2700,0,0,3,18),('2010-01-24',1849,0,0,0,15),('2010-01-25',2196,0,0,0,15),('2010-01-26',2553,0,0,1,23),('2010-01-27',3985,0,0,2,17),('2010-01-28',5332,1,1,1,34),('2010-01-29',3419,1,3,1,15),('2010-01-30',3324,2,2,0,14),('2010-01-31',3735,1,1,1,17),('2010-02-01',4080,0,0,0,22),('2010-02-02',2698,0,0,1,19),('2010-02-03',2333,1,1,1,15),('2010-02-04',4391,0,0,0,32),('2010-02-05',3994,0,0,0,19),('2010-02-06',2563,0,0,0,17),('2010-02-07',2343,0,0,1,14),('2010-02-08',2912,0,0,0,17),('2010-02-09',7456,52,61,2,27),('2010-02-10',3049,1,4,2,15),('2010-02-11',3426,0,4,2,21),('2010-02-12',4132,0,3,1,14),('2010-02-13',3367,0,1,1,19),('2010-02-14',3878,0,0,1,66),('2010-02-15',3019,0,0,0,17),('2010-02-16',2917,2,7,0,18),('2010-02-17',4389,0,1,1,28),('2010-02-18',2768,0,1,2,21),('2010-02-19',2378,0,0,0,17),('2010-02-20',2212,0,3,0,16),('2010-02-21',3609,4,5,1,27),('2010-02-22',2090,1,1,0,15),('2010-02-23',2087,1,2,0,25),('2010-02-24',2630,1,1,2,57),('2010-02-25',2864,3,4,1,14),('2010-02-26',2869,1,4,2,17),('2010-02-27',3015,0,0,1,24),('2010-02-28',3424,0,0,0,15),('2010-03-01',2525,1,1,2,20),('2010-03-02',3159,1,2,1,21),('2010-03-03',2535,1,1,1,31),('2010-03-04',2715,1,1,1,22),('2010-03-05',3347,0,0,0,16),('2010-03-06',3609,0,0,0,26),('2010-03-07',2557,0,0,0,18),('2010-03-08',2959,0,0,0,18),('2010-03-09',3606,0,2,2,68),('2010-03-10',3040,3,4,1,18),('2010-03-11',3220,2,3,1,20),('2010-03-12',2933,0,0,1,16),('2010-03-13',2485,0,1,0,19),('2010-03-14',2223,0,0,0,19),('2010-03-15',2892,0,0,1,19),('2010-03-16',3132,0,0,0,18),('2010-03-17',2752,0,0,1,16),('2010-03-18',2756,0,0,1,19),('2010-03-19',3621,0,0,0,17),('2010-03-20',2160,0,1,0,18),('2010-03-21',2583,0,0,0,17),('2010-03-22',3763,0,0,0,24),('2010-03-23',2340,0,0,1,21),('2010-03-24',2891,0,0,0,17),('2010-03-25',2671,0,0,1,37),('2010-03-26',2695,0,0,0,23),('2010-03-27',3058,0,0,0,17),('2010-03-28',2373,0,0,2,16),('2010-03-29',2458,0,0,1,18),('2010-03-30',2655,0,0,0,17),('2010-03-31',2764,0,0,1,18),('2010-04-01',2731,1,1,1,70),('2010-04-02',2849,1,3,0,18),('2010-04-03',2612,0,0,0,61),('2010-04-04',2709,0,0,0,19),('2010-04-05',2867,0,0,2,21),('2010-04-06',3316,1,5,1,18),('2010-04-07',2756,0,0,0,24),('2010-04-08',4873,0,0,1,17),('2010-04-09',2787,0,0,0,37),('2010-04-10',3895,2,2,2,22),('2010-04-11',3072,0,0,0,19),('2010-04-12',3136,0,0,0,18),('2010-04-13',2363,0,0,0,69),('2010-04-14',2937,0,0,0,20),('2010-04-15',3128,0,0,0,18),('2010-04-16',2533,0,0,0,23),('2010-04-17',1895,0,0,1,16),('2010-04-18',2057,0,0,1,19),('2010-04-19',5497,0,0,1,27),('2010-04-20',4455,0,0,0,21),('2010-04-21',3426,1,1,1,19),('2010-04-22',3611,0,1,0,24),('2010-04-23',2363,0,1,0,23),('2010-04-24',2694,0,0,1,18),('2010-04-25',3748,1,1,1,70),('2010-04-26',3786,0,0,0,19),('2010-04-27',2862,0,0,0,40),('2010-04-28',2767,0,0,0,20),('2010-04-29',3691,0,0,0,37),('2010-04-30',2569,0,0,0,17),('2010-05-01',2131,2,2,1,19),('2010-05-02',2742,0,0,1,19),('2010-05-03',2929,0,0,0,16),('2010-05-04',2153,0,0,1,16),('2010-05-05',2517,1,1,1,16),('2010-05-06',2085,0,0,0,17),('2010-05-07',1969,5,5,0,16),('2010-05-08',3175,1,4,1,16),('2010-05-09',2755,1,1,1,21),('2010-05-10',2657,1,1,1,19),('2010-05-11',3407,0,2,0,19),('2010-05-12',2420,0,0,1,18),('2010-05-13',2948,1,2,1,18),('2010-05-14',2763,0,2,1,18),('2010-05-15',2161,0,0,0,21),('2010-05-16',2731,0,0,0,21),('2010-05-17',86,0,0,0,12),('2010-05-19',646,0,2,0,14),('2010-05-20',3352,0,0,1,23),('2010-05-21',2694,0,0,2,73),('2010-05-22',2380,1,1,0,58),('2010-05-23',2219,0,0,0,24),('2010-05-24',3935,0,0,1,26),('2010-05-25',2194,0,0,0,21),('2010-05-26',2252,1,1,3,70),('2010-05-27',2371,0,0,0,20),('2010-05-28',3461,0,0,0,23),('2010-05-29',2368,0,0,1,22),('2010-05-30',2549,0,0,0,22),('2010-05-31',2817,0,0,1,20),('2010-06-01',2690,0,0,0,23),('2010-06-02',2394,0,0,1,20),('2010-06-03',2464,1,1,3,19),('2010-06-04',3110,0,0,0,67),('2010-06-05',1723,0,0,0,15),('2010-06-06',2564,0,0,0,31),('2010-06-07',2413,0,0,0,20),('2010-06-08',2068,0,0,3,21),('2010-06-09',2055,0,0,2,18),('2010-06-10',2664,0,0,3,22),('2010-06-11',5244,0,0,2,67),('2010-06-12',3868,0,0,0,18),('2010-06-13',2990,0,0,0,46),('2010-06-14',3105,0,1,1,62),('2010-06-15',2585,0,0,1,32),('2010-06-16',3194,0,3,1,60),('2010-06-17',3933,1,1,0,68),('2010-06-18',2524,0,0,3,19),('2010-06-19',2487,2,2,2,19),('2010-06-20',3321,0,1,2,56),('2010-06-21',2539,0,2,1,20),('2010-06-22',3218,0,3,3,62),('2010-06-23',3372,1,5,2,65),('2010-06-24',4350,2,8,3,71),('2010-06-25',2635,2,2,5,20),('2010-06-26',2457,2,2,3,20),('2010-06-27',3428,0,0,1,63),('2010-06-28',3745,53,53,4,19),('2010-06-29',3147,0,6,0,69),('2010-06-30',2476,0,0,0,20),('2010-07-01',2685,0,0,1,66),('2010-07-02',2924,1,1,1,21);
/*!40000 ALTER TABLE `smf_log_activity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_log_banned`
--

DROP TABLE IF EXISTS `smf_log_banned`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_log_banned` (
  `ID_BAN_LOG` mediumint(8) unsigned NOT NULL auto_increment,
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
  `ip` varchar(16) NOT NULL default '',
  `email` tinytext NOT NULL,
  `logTime` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`ID_BAN_LOG`),
  KEY `logTime` (`logTime`)
) ENGINE=MyISAM AUTO_INCREMENT=2887 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_log_banned`
--

LOCK TABLES `smf_log_banned` WRITE;
/*!40000 ALTER TABLE `smf_log_banned` DISABLE KEYS */;
INSERT INTO `smf_log_banned` VALUES (8,0,'212.74.27.112','',1197973607),(9,0,'142.23.73.9','',1200587926),(10,0,'142.23.73.10','',1200592771),(11,0,'142.31.144.2','',1201626606),(12,0,'142.31.144.2','',1201895567),(13,0,'142.23.72.237','',1202336951),(14,0,'142.23.72.237','',1202336955),(15,0,'142.23.72.237','',1202336957),(16,315,'190.142.57.41','',1202647865),(17,315,'76.190.168.51','peredast000@gmail.com',1202647889),(18,315,'83.230.224.108','',1203158156),(19,315,'204.210.185.43','peredast000@gmail.com',1203158164),(20,315,'68.33.99.114','',1203241028),(21,315,'68.33.99.114','peredast000@gmail.com',1203241040),(22,315,'83.250.236.203','',1203341389),(23,315,'83.252.234.45','peredast000@gmail.com',1203341405),(24,315,'61.218.27.25','',1203456639),(25,315,'61.218.27.25','peredast000@gmail.com',1203456646),(26,315,'200.84.199.128','peredast000@gmail.com',1203456702),(27,315,'66.90.101.17','',1203537027),(28,315,'66.90.101.17','peredast000@gmail.com',1203537028),(29,0,'142.32.208.232','',1205249674),(30,315,'64.85.154.240','',1206308557),(31,315,'64.85.154.240','peredast000@gmail.com',1206308564),(32,0,'87.118.98.122','',1206749437),(33,0,'87.118.98.122','',1207564415),(34,0,'142.23.116.250','',1207938240),(35,0,'199.60.33.48','',1208208476),(36,0,'87.118.98.122','',1208524795),(37,0,'195.5.116.248','',1211601835),(38,0,'195.5.116.248','',1211924791),(39,0,'87.118.98.122','',1212142768),(40,0,'195.5.116.248','',1212174059),(41,0,'195.5.116.248','',1212174146),(42,0,'195.5.116.248','',1215891085),(43,0,'195.5.116.248','',1215891132),(44,0,'195.5.116.248','',1215993642),(45,0,'195.5.116.248','',1216155196),(46,0,'195.5.116.248','',1216155264),(47,0,'195.5.116.248','',1216572452),(48,0,'195.5.116.248','',1216572503),(49,0,'195.5.116.248','',1217223902),(50,0,'195.5.116.248','',1217223966),(51,456,'71.237.163.104','',1217758453),(52,456,'71.237.163.104','amber@yogayourbody.com',1217758469),(53,0,'195.5.116.248','',1219038883),(54,0,'195.5.116.248','',1219140096),(55,0,'195.5.116.248','',1219140170),(56,0,'195.5.116.248','',1219140172),(57,0,'195.5.116.248','',1220568893),(58,0,'142.31.39.91','',1221509875),(59,0,'142.31.39.91','',1221509878),(60,0,'142.31.39.91','',1221509882),(61,0,'204.174.188.9','',1223399568),(62,0,'204.174.188.9','',1223494534),(63,0,'195.5.116.248','',1224377422),(64,0,'195.5.116.248','',1224466041),(65,0,'195.5.116.248','',1224626957),(66,0,'195.5.116.248','',1224655009),(67,0,'195.5.116.248','',1224777484),(68,0,'195.5.116.248','',1224953545),(69,0,'195.5.116.248','',1224980488),(70,0,'195.5.116.248','',1224980536),(71,0,'195.5.116.248','',1225006618),(72,0,'195.5.116.248','',1226406886),(73,0,'195.5.116.248','',1226406887),(74,538,'94.102.49.81','thouctush@gmail.com',1226521812),(75,0,'194.165.42.27','',1228352521),(76,0,'194.165.42.27','',1228379475),(77,0,'194.165.42.27','',1228403826),(78,0,'194.165.42.27','',1228403827),(79,0,'194.165.42.27','',1228427666),(80,0,'194.165.42.27','',1228427666),(81,0,'194.165.42.27','',1228437507),(82,0,'194.165.42.27','',1228437508),(83,0,'194.165.42.27','',1228482417),(84,0,'194.165.42.27','',1228482418),(85,0,'194.165.42.27','',1228496783),(86,0,'194.165.42.27','',1228496784),(87,0,'194.165.42.27','',1228514593),(88,0,'194.165.42.27','',1228514593),(89,0,'194.165.42.27','',1228564812),(90,0,'194.165.42.27','',1228564813),(91,0,'194.165.42.27','',1228579094),(92,0,'194.165.42.27','',1228595628),(93,0,'87.118.98.122','',1229667194),(94,0,'62.141.58.56','',1229873313),(95,0,'62.141.58.56','',1229873314),(96,0,'62.141.58.56','',1229921007),(97,0,'62.141.58.56','',1229921007),(98,0,'62.141.58.56','',1229981375),(99,0,'62.141.58.56','',1229981376),(100,0,'62.141.58.56','',1230046559),(101,0,'62.141.58.56','',1230046575),(102,0,'62.141.58.56','',1230090727),(103,0,'62.141.58.56','',1230090728),(104,0,'62.141.58.56','',1230133995),(105,0,'62.141.58.56','',1230133996),(106,0,'78.157.140.4','',1230158859),(107,0,'62.141.58.56','',1230169890),(108,0,'62.141.58.56','',1230169892),(109,0,'78.157.140.4','',1230178378),(110,0,'78.157.140.4','',1230178403),(111,0,'87.118.98.122','',1230201272),(112,0,'87.118.98.122','',1230201272),(113,0,'78.157.140.4','',1230204723),(114,0,'62.141.58.56','',1230216578),(115,0,'62.141.58.56','',1230216579),(116,0,'78.157.140.4','',1230218005),(117,0,'78.157.140.4','',1230246302),(118,0,'62.141.58.56','',1230264351),(119,0,'62.141.58.56','',1230264352),(120,0,'78.157.140.4','',1230268358),(121,0,'78.157.140.4','',1230277865),(122,0,'78.157.140.4','',1230301264),(123,0,'62.141.58.56','',1230310376),(124,0,'62.141.58.56','',1230310377),(125,0,'78.157.140.4','',1230310461),(126,0,'78.157.140.4','',1230310485),(127,0,'78.157.140.4','',1230333655),(128,0,'62.141.58.56','',1230358934),(129,0,'78.157.140.4','',1230395142),(130,0,'62.141.58.56','',1230424547),(131,0,'62.141.58.56','',1230424548),(132,0,'78.157.140.4','',1230427912),(133,0,'78.157.140.4','',1230453526),(134,0,'78.157.140.4','',1230472235),(135,0,'62.141.58.56','',1230472876),(136,0,'62.141.58.56','',1230472876),(137,0,'87.118.98.122','',1230492829),(138,0,'87.118.98.122','',1230492829),(139,0,'78.157.140.4','',1230506747),(140,0,'78.157.140.4','',1230522170),(141,0,'78.157.140.4','',1230537327),(142,0,'78.157.140.4','',1230546899),(143,0,'62.141.58.56','',1230565102),(144,0,'62.141.58.56','',1230565103),(145,0,'78.157.140.4','',1230581179),(146,0,'78.157.140.4','',1230601011),(147,0,'78.157.140.4','',1230625084),(148,0,'62.141.58.56','',1230646645),(149,0,'62.141.58.56','',1230646646),(150,0,'78.157.140.4','',1230661017),(151,0,'78.157.140.4','',1230678486),(152,0,'78.157.140.4','',1230692798),(153,0,'62.141.58.56','',1230696602),(154,0,'62.141.58.56','',1230696603),(155,0,'78.157.140.4','',1230710106),(156,0,'62.141.58.56','',1230741286),(157,0,'62.141.58.56','',1230741287),(158,0,'62.141.58.56','',1230747964),(159,0,'62.141.58.56','',1230747965),(160,0,'62.141.58.56','',1230791210),(161,0,'62.141.58.56','',1230791211),(162,0,'62.141.58.56','',1230836667),(163,0,'62.141.58.56','',1230836668),(164,0,'62.141.58.56','',1230892413),(165,0,'62.141.58.56','',1230892414),(166,0,'78.157.140.4','',1230946828),(167,0,'78.157.140.4','',1230946896),(168,0,'78.157.140.4','',1230965570),(169,0,'78.157.140.4','',1230983523),(170,0,'78.157.140.4','',1230983651),(171,0,'62.141.58.56','',1231003522),(172,0,'62.141.58.56','',1231003523),(173,0,'78.157.140.4','',1231035340),(174,0,'78.157.140.4','',1231049386),(175,0,'78.157.140.4','',1231064529),(176,0,'78.157.140.4','',1231103410),(177,0,'78.157.140.4','',1231119990),(178,0,'78.157.140.4','',1231120015),(179,0,'62.141.58.56','',1231128358),(180,0,'62.141.58.56','',1231128358),(181,0,'78.157.140.4','',1231134314),(182,0,'78.157.140.4','',1231149134),(183,0,'78.157.140.4','',1231163464),(184,0,'78.157.140.4','',1231163552),(185,0,'78.157.140.4','',1231188300),(186,0,'78.157.140.4','',1231188330),(187,0,'78.157.140.4','',1231205767),(188,0,'62.141.58.56','',1231206973),(189,0,'62.141.58.56','',1231206974),(190,0,'78.157.140.4','',1231234401),(191,0,'78.157.140.4','',1231234446),(192,0,'78.157.140.4','',1231272252),(193,0,'78.157.140.4','',1231291411),(194,0,'62.141.58.56','',1231292915),(195,0,'62.141.58.56','',1231292916),(196,0,'78.157.140.4','',1231301508),(197,0,'78.157.140.4','',1231365264),(198,0,'78.157.140.4','',1231385088),(199,0,'78.157.140.4','',1231399131),(200,0,'78.157.140.4','',1231416192),(201,0,'62.141.58.56','',1231447544),(202,0,'62.141.58.56','',1231447545),(203,0,'78.157.140.4','',1231448222),(204,0,'78.157.140.4','',1231463768),(205,0,'78.157.140.4','',1231463832),(206,0,'78.157.140.4','',1231477346),(207,0,'78.157.140.4','',1231490723),(208,0,'78.157.140.4','',1231490734),(209,0,'62.141.58.56','',1231513352),(210,0,'62.141.58.56','',1231513353),(211,0,'78.157.140.4','',1231541936),(212,0,'78.157.140.4','',1231555285),(213,0,'62.141.58.56','',1231565647),(214,0,'78.157.140.4','',1231568877),(215,0,'78.157.140.4','',1231627270),(216,0,'78.157.140.4','',1231641307),(217,0,'78.157.140.4','',1231641466),(218,0,'62.141.58.56','',1231650148),(219,0,'62.141.58.56','',1231650150),(220,0,'78.157.140.4','',1231663334),(221,0,'62.141.58.56','',1231697016),(222,0,'62.141.58.56','',1231697017),(223,0,'78.110.175.31','',1231698291),(224,0,'78.110.175.31','',1231698292),(225,0,'78.157.140.4','',1231712477),(226,0,'78.157.140.4','',1231736643),(227,0,'78.157.140.4','',1231749644),(228,0,'78.157.140.4','',1231766045),(229,0,'62.141.58.56','',1231779627),(230,0,'62.141.58.56','',1231779628),(231,0,'78.157.140.4','',1231795207),(232,0,'78.157.140.4','',1231795263),(233,0,'78.157.140.4','',1231809745),(234,0,'78.157.140.4','',1231834685),(235,0,'78.157.140.4','',1231834712),(236,0,'194.8.75.155','',1231846360),(237,0,'194.8.75.155','',1231846361),(238,0,'78.157.140.4','',1231846461),(239,0,'78.157.140.4','',1231846544),(240,0,'78.157.140.4','',1231846546),(241,1205,'66.244.233.247','idontlikecleaning@hotmail.com',1231878454),(242,0,'194.8.75.155','',1231880303),(243,0,'194.8.75.155','',1231880304),(244,0,'78.157.140.4','',1231885245),(245,0,'78.157.140.4','',1231904956),(246,0,'78.157.140.4','',1231917618),(247,0,'78.157.140.4','',1231953616),(248,0,'78.157.140.4','',1231982299),(249,0,'78.157.140.4','',1231997834),(250,0,'78.157.140.4','',1231997912),(251,0,'78.157.140.4','',1231997914),(252,0,'78.157.140.4','',1232008349),(253,0,'78.157.140.4','',1232019001),(254,0,'78.157.140.4','',1232057182),(255,0,'78.157.140.4','',1232057234),(256,0,'194.8.75.155','',1232059601),(257,0,'194.8.75.155','',1232059601),(258,0,'78.157.140.4','',1232068646),(259,0,'77.87.154.222','',1232071038),(260,0,'78.157.140.4','',1232080927),(261,0,'78.157.140.4','',1232095064),(262,0,'78.157.140.4','',1232107082),(263,0,'194.8.75.155','',1232132554),(264,0,'194.8.75.155','',1232132555),(265,0,'78.157.140.4','',1232151402),(266,0,'194.8.75.155','',1232203454),(267,0,'194.8.75.155','',1232203458),(268,0,'194.8.75.155','',1232228828),(269,0,'194.8.75.155','',1232228829),(270,0,'194.8.75.155','',1232248104),(271,0,'194.8.75.155','',1232248104),(272,0,'78.157.140.4','',1232261882),(273,0,'194.8.75.155','',1232278389),(274,0,'194.8.75.155','',1232278390),(275,0,'78.157.140.4','',1232283869),(276,0,'78.110.175.31','',1232293422),(277,0,'78.110.175.31','',1232293423),(278,0,'194.8.75.155','',1232306038),(279,0,'194.8.75.155','',1232306039),(280,0,'194.8.75.155','',1232325285),(281,0,'194.8.75.155','',1232325286),(282,0,'78.157.140.4','',1232338304),(283,0,'78.157.140.4','',1232351193),(284,0,'78.110.175.31','',1232381109),(285,0,'78.110.175.31','',1232381110),(286,0,'78.157.140.4','',1232392438),(287,0,'194.8.75.155','',1232397223),(288,0,'194.8.75.155','',1232397224),(289,0,'194.8.75.155','',1232404939),(290,0,'194.8.75.155','',1232404940),(291,0,'77.87.154.222','',1232417519),(292,0,'78.157.140.4','',1232419276),(293,0,'78.157.140.4','',1232419412),(294,0,'78.157.140.4','',1232440372),(295,0,'78.157.140.4','',1232460751),(296,0,'78.157.140.4','',1232460778),(297,0,'194.8.75.155','',1232461688),(298,0,'194.8.75.155','',1232461688),(299,0,'78.110.175.31','',1232466950),(300,0,'78.110.175.31','',1232466952),(301,0,'78.157.140.4','',1232485138),(302,0,'78.110.175.31','',1232501508),(303,0,'78.110.175.31','',1232501509),(304,0,'78.157.140.4','',1232503544),(305,0,'194.8.75.155','',1232510568),(306,0,'194.8.75.155','',1232510569),(307,0,'194.8.75.155','',1232529629),(308,0,'194.8.75.155','',1232529629),(309,0,'194.8.75.155','',1232566043),(310,0,'194.8.75.155','',1232566043),(311,0,'194.8.75.155','',1232628104),(312,0,'194.8.75.155','',1232628104),(313,0,'194.8.75.155','',1232710374),(314,0,'194.8.75.155','',1232710375),(315,0,'194.8.75.155','',1232783915),(316,0,'194.8.75.155','',1232783916),(317,0,'78.110.175.31','',1232815909),(318,0,'78.110.175.31','',1232815909),(319,1575,'89.149.226.46','',1232842398),(320,1575,'89.149.226.46','abelaycle@gmail.com',1232842399),(321,1575,'89.149.226.46','',1232860136),(322,1575,'89.149.226.46','abelaycle@gmail.com',1232860137),(323,0,'194.8.75.155','',1232871742),(324,0,'194.8.75.155','',1232871743),(325,1575,'89.149.226.46','',1232877774),(326,1575,'89.149.226.46','abelaycle@gmail.com',1232877774),(327,1575,'89.149.226.46','',1232895957),(328,1575,'89.149.226.46','abelaycle@gmail.com',1232895958),(329,0,'78.110.175.31','',1232913349),(330,0,'78.110.175.31','',1232913350),(331,1575,'89.149.226.46','',1232923283),(332,1575,'89.149.226.46','abelaycle@gmail.com',1232923284),(333,1575,'89.149.226.46','',1232941169),(334,1575,'89.149.226.46','abelaycle@gmail.com',1232941170),(335,0,'194.8.75.155','',1232958059),(336,0,'194.8.75.155','',1232958059),(337,1575,'89.149.226.46','',1232959168),(338,1575,'89.149.226.46','abelaycle@gmail.com',1232959169),(339,1575,'89.149.226.46','',1232977493),(340,1575,'89.149.226.46','abelaycle@gmail.com',1232977494),(341,0,'77.87.154.222','',1232999359),(342,1575,'89.149.226.46','',1233000403),(343,1575,'89.149.226.46','abelaycle@gmail.com',1233000404),(344,1575,'89.149.226.46','',1233018470),(345,1575,'89.149.226.46','abelaycle@gmail.com',1233018471),(346,1575,'89.149.226.46','',1233036203),(347,1575,'89.149.226.46','abelaycle@gmail.com',1233036204),(348,1575,'89.149.226.46','',1233054042),(349,1575,'89.149.226.46','abelaycle@gmail.com',1233054043),(350,1575,'89.149.226.46','',1233092404),(351,1575,'89.149.226.46','abelaycle@gmail.com',1233092408),(352,1575,'89.149.226.46','',1233110324),(353,1575,'89.149.226.46','abelaycle@gmail.com',1233110325),(354,1575,'89.149.226.46','',1233128618),(355,1575,'89.149.226.46','abelaycle@gmail.com',1233128618),(356,1575,'89.149.226.46','',1233146187),(357,1575,'89.149.226.46','abelaycle@gmail.com',1233146188),(358,0,'194.8.75.155','',1233158253),(359,0,'194.8.75.155','',1233158254),(360,0,'194.8.75.155','',1233166283),(361,0,'194.8.75.155','',1233166284),(362,1575,'89.149.226.46','',1233166664),(363,1575,'89.149.226.46','abelaycle@gmail.com',1233166665),(364,1575,'89.149.226.46','',1233183493),(365,1575,'89.149.226.46','abelaycle@gmail.com',1233183494),(366,1575,'89.149.226.46','',1233199791),(367,1575,'89.149.226.46','abelaycle@gmail.com',1233199791),(368,1575,'89.149.226.46','',1233216049),(369,1575,'89.149.226.46','abelaycle@gmail.com',1233216051),(370,0,'194.8.75.155','',1233218399),(371,0,'194.8.75.155','',1233218400),(372,0,'194.8.75.155','',1233236833),(373,0,'194.8.75.155','',1233236834),(374,1575,'89.149.226.46','',1233264870),(375,1575,'89.149.226.46','abelaycle@gmail.com',1233264871),(376,1575,'89.149.226.46','',1233281185),(377,1575,'89.149.226.46','abelaycle@gmail.com',1233281187),(378,1575,'89.149.226.46','',1233297498),(379,1575,'89.149.226.46','abelaycle@gmail.com',1233297499),(380,0,'194.8.75.155','',1233298474),(381,0,'194.8.75.155','',1233298474),(382,1575,'89.149.226.46','',1233314110),(383,1575,'89.149.226.46','abelaycle@gmail.com',1233314111),(384,1575,'89.149.226.46','',1233331610),(385,1575,'89.149.226.46','abelaycle@gmail.com',1233331611),(386,1575,'89.149.226.46','',1233347901),(387,1575,'89.149.226.46','abelaycle@gmail.com',1233347902),(388,0,'194.8.75.155','',1233358369),(389,0,'194.8.75.155','',1233358369),(390,0,'78.110.175.31','',1233361862),(391,0,'78.110.175.31','',1233361862),(392,1575,'89.149.226.46','',1233364031),(393,1575,'89.149.226.46','abelaycle@gmail.com',1233364032),(394,1575,'89.149.226.46','',1233380200),(395,1575,'89.149.226.46','abelaycle@gmail.com',1233380201),(396,0,'194.8.75.155','',1233390683),(397,0,'194.8.75.155','',1233390684),(398,0,'78.110.175.31','',1233420015),(399,0,'78.110.175.31','',1233420016),(400,1575,'89.149.226.46','',1233443963),(401,1575,'89.149.226.46','abelaycle@gmail.com',1233443964),(402,1575,'89.149.226.46','',1233460247),(403,1575,'89.149.226.46','abelaycle@gmail.com',1233460248),(404,1575,'89.149.226.46','',1233476351),(405,1575,'89.149.226.46','abelaycle@gmail.com',1233476352),(406,0,'194.8.75.155','',1233489593),(407,1575,'89.149.226.46','',1233492630),(408,1575,'89.149.226.46','abelaycle@gmail.com',1233492631),(409,1575,'89.149.226.46','',1233511836),(410,1575,'89.149.226.46','abelaycle@gmail.com',1233511838),(411,1575,'89.149.226.46','',1233528065),(412,1575,'89.149.226.46','abelaycle@gmail.com',1233528066),(413,0,'194.8.75.155','',1233533186),(414,0,'194.8.75.155','',1233533186),(415,1575,'89.149.226.46','',1233544276),(416,1575,'89.149.226.46','abelaycle@gmail.com',1233544277),(417,1575,'89.149.226.46','',1233560438),(418,1575,'89.149.226.46','abelaycle@gmail.com',1233560438),(419,0,'194.8.75.155','',1233571991),(420,0,'194.8.75.155','',1233571991),(421,0,'194.8.75.155','',1233580663),(422,0,'194.8.75.155','',1233580664),(423,1575,'89.149.226.46','',1233590935),(424,1575,'89.149.226.46','abelaycle@gmail.com',1233590936),(425,1575,'89.149.226.46','',1233607458),(426,1575,'89.149.226.46','abelaycle@gmail.com',1233607460),(427,1575,'89.149.226.46','',1233623600),(428,1575,'89.149.226.46','abelaycle@gmail.com',1233623601),(429,0,'194.8.75.155','',1233625180),(430,0,'194.8.75.155','',1233625181),(431,1575,'89.149.226.46','',1233639435),(432,1575,'89.149.226.46','abelaycle@gmail.com',1233639436),(433,0,'194.8.75.155','',1233675556),(434,0,'194.8.75.155','',1233675557),(435,0,'194.8.75.155','',1233686036),(436,0,'194.8.75.155','',1233686037),(437,1575,'89.149.226.46','',1233690615),(438,1575,'89.149.226.46','abelaycle@gmail.com',1233690616),(439,1575,'89.149.226.46','',1233706966),(440,1575,'89.149.226.46','abelaycle@gmail.com',1233706967),(441,1575,'89.149.226.46','',1233723551),(442,1575,'89.149.226.46','abelaycle@gmail.com',1233723552),(443,1575,'89.149.226.46','',1233740216),(444,1575,'89.149.226.46','abelaycle@gmail.com',1233740217),(445,1575,'89.149.226.46','',1233766495),(446,1575,'89.149.226.46','abelaycle@gmail.com',1233766498),(447,1575,'89.149.226.46','',1233783145),(448,1575,'89.149.226.46','abelaycle@gmail.com',1233783146),(449,1575,'89.149.226.46','',1233799314),(450,1575,'89.149.226.46','abelaycle@gmail.com',1233799315),(451,1575,'89.149.226.46','',1233815615),(452,1575,'89.149.226.46','abelaycle@gmail.com',1233815616),(453,1575,'89.149.226.46','',1233849457),(454,1575,'89.149.226.46','abelaycle@gmail.com',1233849458),(455,0,'194.8.75.155','',1233862072),(456,0,'194.8.75.155','',1233862073),(457,1575,'89.149.226.46','',1233865759),(458,1575,'89.149.226.46','abelaycle@gmail.com',1233865760),(459,0,'78.110.175.31','',1233869237),(460,0,'78.110.175.31','',1233869238),(461,1575,'89.149.226.46','',1233881886),(462,1575,'89.149.226.46','abelaycle@gmail.com',1233881886),(463,1575,'89.149.226.46','',1233898025),(464,1575,'89.149.226.46','abelaycle@gmail.com',1233898026),(465,1575,'89.149.226.46','',1233925134),(466,1575,'89.149.226.46','abelaycle@gmail.com',1233925135),(467,1575,'89.149.226.46','',1233941409),(468,1575,'89.149.226.46','abelaycle@gmail.com',1233941410),(469,0,'194.8.75.155','',1233952523),(470,0,'194.8.75.155','',1233952524),(471,1575,'89.149.226.46','',1233957348),(472,1575,'89.149.226.46','abelaycle@gmail.com',1233957349),(473,1575,'89.149.226.46','',1233973114),(474,1575,'89.149.226.46','abelaycle@gmail.com',1233973116),(475,1575,'89.149.226.46','',1233997197),(476,1575,'89.149.226.46','abelaycle@gmail.com',1233997198),(477,1575,'89.149.226.46','',1234012907),(478,1575,'89.149.226.46','abelaycle@gmail.com',1234012908),(479,1575,'89.149.226.46','',1234028903),(480,1575,'89.149.226.46','abelaycle@gmail.com',1234028904),(481,0,'194.8.75.155','',1234045432),(482,0,'194.8.75.155','',1234045433),(483,1575,'89.149.226.46','',1234047557),(484,1575,'89.149.226.46','abelaycle@gmail.com',1234047559),(485,1575,'89.149.226.46','',1234096873),(486,1575,'89.149.226.46','abelaycle@gmail.com',1234096874),(487,1575,'89.149.226.46','',1234112741),(488,1575,'89.149.226.46','abelaycle@gmail.com',1234112742),(489,1575,'89.149.226.46','',1234128673),(490,1575,'89.149.226.46','abelaycle@gmail.com',1234128674),(491,1575,'89.149.226.46','',1234136159),(492,1575,'89.149.226.46','abelaycle@gmail.com',1234136160),(493,0,'78.110.175.31','',1234140016),(494,0,'78.110.175.31','',1234140017),(495,1575,'89.149.226.46','',1234151710),(496,1575,'89.149.226.46','abelaycle@gmail.com',1234151711),(497,1575,'89.149.226.46','',1234167323),(498,1575,'89.149.226.46','abelaycle@gmail.com',1234167324),(499,1575,'89.149.226.46','',1234182907),(500,1575,'89.149.226.46','abelaycle@gmail.com',1234182907),(501,1575,'89.149.226.46','',1234203654),(502,1575,'89.149.226.46','abelaycle@gmail.com',1234203655),(503,1575,'89.149.226.46','',1234215675),(504,1575,'89.149.226.46','abelaycle@gmail.com',1234215676),(505,1575,'89.149.226.46','',1234231175),(506,1575,'89.149.226.46','abelaycle@gmail.com',1234231176),(507,1575,'89.149.226.46','',1234246742),(508,1575,'89.149.226.46','abelaycle@gmail.com',1234246742),(509,0,'194.8.75.155','',1234256023),(510,0,'194.8.75.155','',1234256023),(511,1575,'89.149.226.46','',1234262605),(512,1575,'89.149.226.46','abelaycle@gmail.com',1234262606),(513,1575,'89.149.226.46','',1234282749),(514,1575,'89.149.226.46','abelaycle@gmail.com',1234282751),(515,1575,'89.149.226.46','',1234298549),(516,1575,'89.149.226.46','abelaycle@gmail.com',1234298550),(517,0,'194.8.75.155','',1234372179),(518,0,'194.8.75.155','',1234372180),(519,1575,'89.149.226.46','',1234381263),(520,1575,'89.149.226.46','abelaycle@gmail.com',1234381264),(521,1575,'89.149.226.46','',1234390745),(522,1575,'89.149.226.46','abelaycle@gmail.com',1234390747),(523,1575,'89.149.226.46','',1234406048),(524,1575,'89.149.226.46','abelaycle@gmail.com',1234406050),(525,0,'194.8.75.155','',1234407451),(526,0,'194.8.75.155','',1234407452),(527,1575,'89.149.226.46','',1234421390),(528,1575,'89.149.226.46','abelaycle@gmail.com',1234421392),(529,1575,'89.149.226.46','',1234437117),(530,1575,'89.149.226.46','abelaycle@gmail.com',1234437118),(531,1575,'89.149.226.46','',1234453033),(532,1575,'89.149.226.46','abelaycle@gmail.com',1234453034),(533,0,'194.8.75.155','',1234455227),(534,0,'194.8.75.155','',1234455228),(535,1575,'89.149.226.46','',1234469379),(536,1575,'89.149.226.46','abelaycle@gmail.com',1234469380),(537,0,'78.110.175.31','',1234475435),(538,0,'78.110.175.31','',1234475436),(539,1575,'89.149.226.46','',1234485103),(540,1575,'89.149.226.46','abelaycle@gmail.com',1234485104),(541,1575,'89.149.226.46','',1234500431),(542,1575,'89.149.226.46','abelaycle@gmail.com',1234500432),(543,0,'194.8.75.155','',1234505354),(544,0,'194.8.75.155','',1234505355),(545,1575,'89.149.226.46','',1234521898),(546,1575,'89.149.226.46','abelaycle@gmail.com',1234521899),(547,1575,'89.149.226.46','',1234537529),(548,1575,'89.149.226.46','abelaycle@gmail.com',1234537529),(549,1575,'89.149.226.46','',1234553134),(550,1575,'89.149.226.46','abelaycle@gmail.com',1234553137),(551,1575,'89.149.226.46','',1234568388),(552,1575,'89.149.226.46','abelaycle@gmail.com',1234568389),(553,0,'78.110.175.31','',1234569451),(554,0,'78.110.175.31','',1234569452),(555,1575,'89.149.226.46','',1234581345),(556,1575,'89.149.226.46','abelaycle@gmail.com',1234581345),(557,1575,'89.149.226.46','',1234596137),(558,1575,'89.149.226.46','abelaycle@gmail.com',1234596138),(559,1575,'89.149.226.46','',1234611199),(560,1575,'89.149.226.46','abelaycle@gmail.com',1234611201),(561,1575,'89.149.226.46','',1234626204),(562,1575,'89.149.226.46','abelaycle@gmail.com',1234626205),(563,1575,'89.149.226.46','',1234643750),(564,1575,'89.149.226.46','abelaycle@gmail.com',1234643752),(565,0,'194.8.75.155','',1234645818),(566,0,'194.8.75.155','',1234645818),(567,0,'78.110.175.31','',1234654252),(568,0,'78.110.175.31','',1234654253),(569,1575,'89.149.226.46','',1234658744),(570,1575,'89.149.226.46','abelaycle@gmail.com',1234658745),(571,1575,'89.149.226.46','',1234673649),(572,1575,'89.149.226.46','abelaycle@gmail.com',1234673649),(573,1575,'89.149.226.46','',1234730863),(574,1575,'89.149.226.46','abelaycle@gmail.com',1234730864),(575,1575,'89.149.226.46','',1234745849),(576,1575,'89.149.226.46','abelaycle@gmail.com',1234745850),(577,1575,'89.149.226.46','',1234761162),(578,1575,'89.149.226.46','abelaycle@gmail.com',1234761162),(579,1575,'89.149.226.46','',1234776595),(580,1575,'89.149.226.46','abelaycle@gmail.com',1234776596),(581,1575,'89.149.226.46','',1234801290),(582,1575,'89.149.226.46','abelaycle@gmail.com',1234801291),(583,1575,'89.149.226.46','',1234816975),(584,1575,'89.149.226.46','abelaycle@gmail.com',1234816976),(585,1575,'89.149.226.46','',1234833112),(586,1575,'89.149.226.46','abelaycle@gmail.com',1234833113),(587,0,'78.110.175.31','',1234836764),(588,0,'78.110.175.31','',1234836764),(589,1575,'89.149.226.46','',1234847926),(590,1575,'89.149.226.46','abelaycle@gmail.com',1234847927),(591,1575,'89.149.226.46','',1234865141),(592,1575,'89.149.226.46','abelaycle@gmail.com',1234865142),(593,1575,'89.149.226.46','',1234880047),(594,1575,'89.149.226.46','abelaycle@gmail.com',1234880048),(595,1575,'89.149.226.46','',1234895164),(596,1575,'89.149.226.46','abelaycle@gmail.com',1234895165),(597,0,'194.8.75.155','',1234905579),(598,1575,'89.149.226.46','',1234910472),(599,1575,'89.149.226.46','abelaycle@gmail.com',1234910473),(600,0,'78.110.175.31','',1234920151),(601,0,'78.110.175.31','',1234920154),(602,1575,'89.149.226.46','',1234925471),(603,1575,'89.149.226.46','abelaycle@gmail.com',1234925472),(604,1575,'89.149.226.46','',1234940338),(605,1575,'89.149.226.46','abelaycle@gmail.com',1234940339),(606,1575,'89.149.226.46','',1234955224),(607,1575,'89.149.226.46','abelaycle@gmail.com',1234955225),(608,1575,'89.149.226.46','',1234974245),(609,1575,'89.149.226.46','abelaycle@gmail.com',1234974246),(610,1575,'89.149.226.46','',1234989148),(611,1575,'89.149.226.46','abelaycle@gmail.com',1234989149),(612,1575,'89.149.226.46','',1235003911),(613,1575,'89.149.226.46','abelaycle@gmail.com',1235003912),(614,1575,'89.149.226.46','',1235018782),(615,1575,'89.149.226.46','abelaycle@gmail.com',1235018783),(616,1575,'89.149.226.46','',1235036373),(617,1575,'89.149.226.46','abelaycle@gmail.com',1235036374),(618,1575,'89.149.226.46','',1235051813),(619,1575,'89.149.226.46','abelaycle@gmail.com',1235051814),(620,1575,'89.149.226.46','',1235070113),(621,1575,'89.149.226.46','abelaycle@gmail.com',1235070114),(622,1575,'89.149.226.46','',1235085060),(623,1575,'89.149.226.46','abelaycle@gmail.com',1235085060),(624,0,'78.110.175.31','',1235090882),(625,0,'78.110.175.31','',1235090883),(626,1575,'89.149.226.46','',1235125543),(627,1575,'89.149.226.46','abelaycle@gmail.com',1235125544),(628,0,'194.8.75.155','',1235140163),(629,1575,'89.149.226.46','',1235140470),(630,1575,'89.149.226.46','abelaycle@gmail.com',1235140472),(631,1575,'89.149.226.46','',1235159611),(632,1575,'89.149.226.46','abelaycle@gmail.com',1235159611),(633,1575,'89.149.226.46','',1235171169),(634,1575,'89.149.226.46','abelaycle@gmail.com',1235171171),(635,1575,'89.149.226.46','',1235185680),(636,1575,'89.149.226.46','abelaycle@gmail.com',1235185681),(637,1575,'89.149.226.46','',1235191680),(638,1575,'89.149.226.46','abelaycle@gmail.com',1235191681),(639,1575,'89.149.226.46','',1235206078),(640,1575,'89.149.226.46','abelaycle@gmail.com',1235206078),(641,1575,'89.149.226.46','',1235220550),(642,1575,'89.149.226.46','abelaycle@gmail.com',1235220552),(643,1575,'89.149.226.46','',1235238502),(644,1575,'89.149.226.46','abelaycle@gmail.com',1235238504),(645,0,'78.110.175.31','',1235256452),(646,0,'78.110.175.31','',1235256453),(647,0,'194.8.75.155','',1235303178),(648,0,'194.8.75.155','',1235303179),(649,0,'194.8.75.155','',1235411478),(650,0,'194.8.75.155','',1235411479),(651,1575,'89.149.226.46','',1235414707),(652,1575,'89.149.226.46','abelaycle@gmail.com',1235414708),(653,1575,'89.149.226.46','',1235429871),(654,1575,'89.149.226.46','abelaycle@gmail.com',1235429873),(655,0,'78.110.175.31','',1235436374),(656,1575,'89.149.226.46','',1235444386),(657,1575,'89.149.226.46','abelaycle@gmail.com',1235444387),(658,1575,'89.149.226.46','',1235458762),(659,1575,'89.149.226.46','abelaycle@gmail.com',1235458763),(660,1575,'89.149.226.46','',1235470461),(661,1575,'89.149.226.46','abelaycle@gmail.com',1235470462),(662,1575,'89.149.226.46','',1235484871),(663,1575,'89.149.226.46','abelaycle@gmail.com',1235484872),(664,1575,'89.149.226.46','',1235500008),(665,1575,'89.149.226.46','abelaycle@gmail.com',1235500008),(666,1575,'89.149.226.46','',1235514506),(667,1575,'89.149.226.46','abelaycle@gmail.com',1235514507),(668,1575,'89.149.226.46','',1235561962),(669,1575,'89.149.226.46','abelaycle@gmail.com',1235561963),(670,1575,'89.149.226.46','',1235576540),(671,1575,'89.149.226.46','abelaycle@gmail.com',1235576541),(672,1575,'89.149.226.46','',1235596752),(673,1575,'89.149.226.46','abelaycle@gmail.com',1235596753),(674,1575,'89.149.226.46','',1235611091),(675,1575,'89.149.226.46','abelaycle@gmail.com',1235611092),(676,1575,'89.149.226.46','',1235648925),(677,1575,'89.149.226.46','abelaycle@gmail.com',1235648927),(678,1575,'89.149.226.46','',1235662626),(679,1575,'89.149.226.46','abelaycle@gmail.com',1235662627),(680,1575,'89.149.226.46','',1235676530),(681,1575,'89.149.226.46','abelaycle@gmail.com',1235676531),(682,0,'194.8.75.155','',1235688686),(683,1575,'89.149.226.46','',1235690968),(684,1575,'89.149.226.46','abelaycle@gmail.com',1235690969),(685,1575,'89.149.226.46','',1235706302),(686,1575,'89.149.226.46','abelaycle@gmail.com',1235706303),(687,1575,'89.149.226.46','',1235721618),(688,1575,'89.149.226.46','abelaycle@gmail.com',1235721620),(689,1575,'89.149.226.46','',1235736871),(690,1575,'89.149.226.46','abelaycle@gmail.com',1235736890),(691,0,'78.110.175.31','',1235748131),(692,0,'78.110.175.31','',1235748132),(693,1575,'89.149.226.46','',1235772323),(694,1575,'89.149.226.46','abelaycle@gmail.com',1235772323),(695,1575,'89.149.226.46','',1235787534),(696,1575,'89.149.226.46','abelaycle@gmail.com',1235787535),(697,1575,'89.149.226.46','',1235802718),(698,1575,'89.149.226.46','abelaycle@gmail.com',1235802719),(699,1575,'89.149.226.46','',1235817969),(700,1575,'89.149.226.46','abelaycle@gmail.com',1235817970),(701,1575,'89.149.226.46','',1235914285),(702,1575,'89.149.226.46','abelaycle@gmail.com',1235914286),(703,1575,'89.149.226.46','',1235929915),(704,1575,'89.149.226.46','abelaycle@gmail.com',1235929917),(705,0,'194.8.75.155','',1235935661),(706,0,'194.8.75.155','',1235935662),(707,1575,'89.149.226.46','',1235945302),(708,1575,'89.149.226.46','abelaycle@gmail.com',1235945303),(709,1575,'89.149.226.46','',1235960595),(710,1575,'89.149.226.46','abelaycle@gmail.com',1235960597),(711,0,'194.8.75.155','',1235993177),(712,0,'194.8.75.155','',1235993177),(713,1575,'89.149.226.46','',1235995106),(714,1575,'89.149.226.46','abelaycle@gmail.com',1235995107),(715,1575,'89.149.226.46','',1236010597),(716,1575,'89.149.226.46','abelaycle@gmail.com',1236010598),(717,1575,'89.149.226.46','',1236026531),(718,1575,'89.149.226.46','abelaycle@gmail.com',1236026532),(719,1575,'89.149.226.46','',1236041799),(720,1575,'89.149.226.46','abelaycle@gmail.com',1236041802),(721,0,'194.8.75.155','',1236083984),(722,0,'194.8.75.155','',1236083985),(723,1575,'89.149.226.46','',1236116538),(724,1575,'89.149.226.46','abelaycle@gmail.com',1236116539),(725,1575,'89.149.226.46','',1236132179),(726,1575,'89.149.226.46','abelaycle@gmail.com',1236132180),(727,1575,'89.149.226.46','',1236147374),(728,1575,'89.149.226.46','abelaycle@gmail.com',1236147376),(729,1575,'89.149.226.46','',1236162970),(730,1575,'89.149.226.46','abelaycle@gmail.com',1236162971),(731,0,'78.110.175.31','',1236164562),(732,0,'78.110.175.31','',1236164564),(733,1575,'89.149.226.46','',1236186135),(734,1575,'89.149.226.46','abelaycle@gmail.com',1236186136),(735,0,'78.110.175.31','',1236197621),(736,1575,'89.149.226.46','',1236201359),(737,1575,'89.149.226.46','abelaycle@gmail.com',1236201361),(738,1575,'89.149.226.46','',1236215736),(739,1575,'89.149.226.46','abelaycle@gmail.com',1236215737),(740,1575,'89.149.226.46','',1236230183),(741,1575,'89.149.226.46','abelaycle@gmail.com',1236230184),(742,0,'194.8.75.155','',1236243097),(743,0,'194.8.75.155','',1236243098),(744,1575,'89.149.226.46','',1236247407),(745,1575,'89.149.226.46','abelaycle@gmail.com',1236247408),(746,1575,'89.149.226.46','',1236261848),(747,1575,'89.149.226.46','abelaycle@gmail.com',1236261849),(748,1575,'89.149.226.46','',1236276467),(749,1575,'89.149.226.46','abelaycle@gmail.com',1236276468),(750,1575,'89.149.226.46','',1236293438),(751,1575,'89.149.226.46','abelaycle@gmail.com',1236293439),(752,1575,'89.149.226.46','',1236307776),(753,1575,'89.149.226.46','abelaycle@gmail.com',1236307778),(754,1575,'89.149.226.46','',1236321928),(755,1575,'89.149.226.46','abelaycle@gmail.com',1236321931),(756,1575,'89.149.226.46','',1236336215),(757,1575,'89.149.226.46','abelaycle@gmail.com',1236336216),(758,1575,'89.149.226.46','',1236360793),(759,1575,'89.149.226.46','abelaycle@gmail.com',1236360794),(760,1575,'89.149.226.46','',1236375320),(761,1575,'89.149.226.46','abelaycle@gmail.com',1236375321),(762,1575,'89.149.226.46','',1236389303),(763,1575,'89.149.226.46','abelaycle@gmail.com',1236389303),(764,1575,'89.149.226.46','',1236402440),(765,1575,'89.149.226.46','abelaycle@gmail.com',1236402441),(766,1575,'89.149.226.46','',1236429778),(767,1575,'89.149.226.46','abelaycle@gmail.com',1236429779),(768,1575,'89.149.226.46','',1236444407),(769,1575,'89.149.226.46','abelaycle@gmail.com',1236444408),(770,1575,'89.149.226.46','',1236458846),(771,1575,'89.149.226.46','abelaycle@gmail.com',1236458847),(772,1575,'89.149.226.46','',1236473045),(773,1575,'89.149.226.46','abelaycle@gmail.com',1236473046),(774,1575,'89.149.226.46','',1236547482),(775,1575,'89.149.226.46','abelaycle@gmail.com',1236547483),(776,1575,'89.149.226.46','',1236561541),(777,1575,'89.149.226.46','abelaycle@gmail.com',1236561543),(778,1575,'89.149.226.46','',1236575675),(779,1575,'89.149.226.46','abelaycle@gmail.com',1236575676),(780,1575,'89.149.226.46','',1236589522),(781,1575,'89.149.226.46','abelaycle@gmail.com',1236589525),(782,1575,'89.149.226.46','',1236619464),(783,1575,'89.149.226.46','abelaycle@gmail.com',1236619466),(784,1575,'89.149.226.46','',1236634003),(785,1575,'89.149.226.46','abelaycle@gmail.com',1236634003),(786,1575,'89.149.226.46','',1236648006),(787,1575,'89.149.226.46','abelaycle@gmail.com',1236648007),(788,1575,'89.149.226.46','',1236661960),(789,1575,'89.149.226.46','abelaycle@gmail.com',1236661962),(790,1575,'89.149.226.46','',1236683093),(791,1575,'89.149.226.46','abelaycle@gmail.com',1236683094),(792,1575,'89.149.226.46','',1236697128),(793,1575,'89.149.226.46','abelaycle@gmail.com',1236697129),(794,1575,'89.149.226.46','',1236711107),(795,1575,'89.149.226.46','abelaycle@gmail.com',1236711108),(796,1575,'89.149.226.46','',1236724110),(797,1575,'89.149.226.46','abelaycle@gmail.com',1236724112),(798,1575,'89.149.226.46','',1236738075),(799,1575,'89.149.226.46','abelaycle@gmail.com',1236738076),(800,1575,'89.149.226.46','',1236752162),(801,1575,'89.149.226.46','abelaycle@gmail.com',1236752163),(802,1575,'89.149.226.46','',1236766247),(803,1575,'89.149.226.46','abelaycle@gmail.com',1236766247),(804,1575,'89.149.226.46','',1236808931),(805,1575,'89.149.226.46','abelaycle@gmail.com',1236808932),(806,0,'78.110.175.31','',1236814957),(807,0,'78.110.175.31','',1236814958),(808,1575,'89.149.226.46','',1236824540),(809,1575,'89.149.226.46','abelaycle@gmail.com',1236824541),(810,1575,'89.149.226.46','',1236838414),(811,1575,'89.149.226.46','abelaycle@gmail.com',1236838415),(812,1575,'89.149.226.46','',1236852292),(813,1575,'89.149.226.46','abelaycle@gmail.com',1236852293),(814,1575,'89.149.226.46','',1236879503),(815,1575,'89.149.226.46','abelaycle@gmail.com',1236879504),(816,1575,'89.149.226.46','',1236893319),(817,1575,'89.149.226.46','abelaycle@gmail.com',1236893321),(818,1575,'89.149.226.46','',1236907031),(819,1575,'89.149.226.46','abelaycle@gmail.com',1236907031),(820,1575,'89.149.226.46','',1236920989),(821,1575,'89.149.226.46','abelaycle@gmail.com',1236920990),(822,1575,'89.149.226.46','',1236943531),(823,1575,'89.149.226.46','abelaycle@gmail.com',1236943533),(824,1575,'89.149.226.46','',1236957393),(825,1575,'89.149.226.46','abelaycle@gmail.com',1236957394),(826,1575,'89.149.226.46','',1236971275),(827,1575,'89.149.226.46','abelaycle@gmail.com',1236971275),(828,0,'78.110.175.31','',1236977539),(829,1575,'89.149.226.46','',1236986026),(830,1575,'89.149.226.46','abelaycle@gmail.com',1236986028),(831,1575,'89.149.226.46','',1236999808),(832,1575,'89.149.226.46','abelaycle@gmail.com',1236999809),(833,1575,'89.149.226.46','',1237013560),(834,1575,'89.149.226.46','abelaycle@gmail.com',1237013561),(835,1575,'89.149.226.46','',1237027219),(836,1575,'89.149.226.46','abelaycle@gmail.com',1237027220),(837,1575,'89.149.226.46','',1237038319),(838,1575,'89.149.226.46','abelaycle@gmail.com',1237038321),(839,1575,'89.149.226.46','',1237051983),(840,1575,'89.149.226.46','abelaycle@gmail.com',1237051985),(841,1575,'89.149.226.46','',1237065630),(842,1575,'89.149.226.46','abelaycle@gmail.com',1237065633),(843,1575,'89.149.226.46','',1237068528),(844,1575,'89.149.226.46','abelaycle@gmail.com',1237068529),(845,1575,'89.149.226.46','',1237082003),(846,1575,'89.149.226.46','abelaycle@gmail.com',1237082005),(847,1575,'89.149.226.46','',1237095703),(848,1575,'89.149.226.46','abelaycle@gmail.com',1237095704),(849,1575,'89.149.226.46','',1237109310),(850,1575,'89.149.226.46','abelaycle@gmail.com',1237109311),(851,1575,'89.149.226.46','',1237114886),(852,1575,'89.149.226.46','abelaycle@gmail.com',1237114888),(853,1575,'89.149.226.46','',1237128678),(854,1575,'89.149.226.46','abelaycle@gmail.com',1237128680),(855,1575,'89.149.226.46','',1237142354),(856,1575,'89.149.226.46','abelaycle@gmail.com',1237142354),(857,1575,'89.149.226.46','',1237155651),(858,1575,'89.149.226.46','abelaycle@gmail.com',1237155653),(859,1575,'89.149.226.46','',1237169416),(860,1575,'89.149.226.46','abelaycle@gmail.com',1237169417),(861,1575,'89.149.226.46','',1237183153),(862,1575,'89.149.226.46','abelaycle@gmail.com',1237183155),(863,1575,'89.149.226.46','',1237196759),(864,1575,'89.149.226.46','abelaycle@gmail.com',1237196760),(865,1575,'89.149.226.46','',1237200213),(866,1575,'89.149.226.46','abelaycle@gmail.com',1237200217),(867,1575,'89.149.226.46','',1237213984),(868,1575,'89.149.226.46','abelaycle@gmail.com',1237213986),(869,1575,'89.149.226.46','',1237227918),(870,1575,'89.149.226.46','abelaycle@gmail.com',1237227919),(871,1575,'89.149.226.46','',1237241360),(872,1575,'89.149.226.46','abelaycle@gmail.com',1237241361),(873,1575,'89.149.226.46','',1237254919),(874,1575,'89.149.226.46','abelaycle@gmail.com',1237254920),(875,1575,'89.149.226.46','',1237268851),(876,1575,'89.149.226.46','abelaycle@gmail.com',1237268852),(877,1575,'89.149.226.46','',1237282593),(878,1575,'89.149.226.46','abelaycle@gmail.com',1237282594),(879,1575,'89.149.226.46','',1237325966),(880,1575,'89.149.226.46','abelaycle@gmail.com',1237325966),(881,1575,'89.149.226.46','',1237339775),(882,1575,'89.149.226.46','abelaycle@gmail.com',1237339777),(883,1575,'89.149.226.46','',1237353468),(884,1575,'89.149.226.46','abelaycle@gmail.com',1237353469),(885,1575,'89.149.226.46','',1237369442),(886,1575,'89.149.226.46','abelaycle@gmail.com',1237369443),(887,1575,'89.149.226.46','',1237383040),(888,1575,'89.149.226.46','abelaycle@gmail.com',1237383041),(889,1575,'89.149.226.46','',1237396913),(890,1575,'89.149.226.46','abelaycle@gmail.com',1237396914),(891,1575,'89.149.226.46','',1237497924),(892,1575,'89.149.226.46','abelaycle@gmail.com',1237497925),(893,1575,'89.149.226.46','',1237516359),(894,1575,'89.149.226.46','abelaycle@gmail.com',1237516361),(895,1575,'89.149.226.46','',1237530051),(896,1575,'89.149.226.46','abelaycle@gmail.com',1237530052),(897,1575,'89.149.226.46','',1237543800),(898,1575,'89.149.226.46','abelaycle@gmail.com',1237543801),(899,1575,'89.149.226.46','',1237556058),(900,1575,'89.149.226.46','abelaycle@gmail.com',1237556060),(901,1575,'89.149.226.46','',1237569892),(902,1575,'89.149.226.46','abelaycle@gmail.com',1237569894),(903,1575,'89.149.226.46','',1237584905),(904,1575,'89.149.226.46','abelaycle@gmail.com',1237584907),(905,1575,'89.149.226.46','',1237589792),(906,1575,'89.149.226.46','abelaycle@gmail.com',1237589793),(907,1575,'89.149.226.46','',1237603359),(908,1575,'89.149.226.46','abelaycle@gmail.com',1237603361),(909,1575,'89.149.226.46','',1237616933),(910,1575,'89.149.226.46','abelaycle@gmail.com',1237616934),(911,1575,'89.149.226.46','',1237636229),(912,1575,'89.149.226.46','abelaycle@gmail.com',1237636230),(913,1575,'89.149.226.46','',1237649721),(914,1575,'89.149.226.46','abelaycle@gmail.com',1237649722),(915,1575,'89.149.226.46','',1237663321),(916,1575,'89.149.226.46','abelaycle@gmail.com',1237663322),(917,1575,'89.149.226.46','',1237674607),(918,1575,'89.149.226.46','abelaycle@gmail.com',1237674609),(919,1575,'89.149.226.46','',1237688185),(920,1575,'89.149.226.46','abelaycle@gmail.com',1237688186),(921,1575,'89.149.226.46','',1237701821),(922,1575,'89.149.226.46','abelaycle@gmail.com',1237701822),(923,1575,'89.149.226.46','',1237715457),(924,1575,'89.149.226.46','abelaycle@gmail.com',1237715458),(925,1575,'89.149.226.46','',1237752361),(926,1575,'89.149.226.46','abelaycle@gmail.com',1237752361),(927,1575,'89.149.226.46','',1237765773),(928,1575,'89.149.226.46','abelaycle@gmail.com',1237765774),(929,1575,'89.149.226.46','',1237779336),(930,1575,'89.149.226.46','abelaycle@gmail.com',1237779338),(931,1575,'89.149.226.46','',1237792871),(932,1575,'89.149.226.46','abelaycle@gmail.com',1237792872),(933,1575,'89.149.226.46','',1237806523),(934,1575,'89.149.226.46','abelaycle@gmail.com',1237806524),(935,1575,'89.149.226.46','',1237820688),(936,1575,'89.149.226.46','abelaycle@gmail.com',1237820689),(937,1575,'89.149.226.46','',1237834844),(938,1575,'89.149.226.46','abelaycle@gmail.com',1237834845),(939,1575,'89.149.226.46','',1237848604),(940,1575,'89.149.226.46','abelaycle@gmail.com',1237848605),(941,1575,'89.149.226.46','',1237862441),(942,1575,'89.149.226.46','abelaycle@gmail.com',1237862441),(943,1575,'89.149.226.46','',1237876012),(944,1575,'89.149.226.46','abelaycle@gmail.com',1237876013),(945,0,'78.110.175.31','',1237883013),(946,1575,'89.149.226.46','',1237889676),(947,1575,'89.149.226.46','abelaycle@gmail.com',1237889677),(948,1575,'89.149.226.46','',1237902662),(949,1575,'89.149.226.46','abelaycle@gmail.com',1237902663),(950,1575,'89.149.226.46','',1237916673),(951,1575,'89.149.226.46','abelaycle@gmail.com',1237916673),(952,1575,'89.149.226.46','',1237931629),(953,1575,'89.149.226.46','abelaycle@gmail.com',1237931630),(954,1575,'89.149.226.46','',1237945058),(955,1575,'89.149.226.46','abelaycle@gmail.com',1237945060),(956,1575,'89.149.226.46','',1237958581),(957,1575,'89.149.226.46','abelaycle@gmail.com',1237958582),(958,1575,'89.149.226.46','',1237971972),(959,1575,'89.149.226.46','abelaycle@gmail.com',1237971973),(960,1575,'89.149.226.46','',1237989771),(961,1575,'89.149.226.46','abelaycle@gmail.com',1237989772),(962,1575,'89.149.226.46','',1238003484),(963,1575,'89.149.226.46','abelaycle@gmail.com',1238003484),(964,1575,'89.149.226.46','',1238017171),(965,1575,'89.149.226.46','abelaycle@gmail.com',1238017172),(966,1575,'89.149.226.46','',1238030620),(967,1575,'89.149.226.46','abelaycle@gmail.com',1238030621),(968,1575,'89.149.226.46','',1238070182),(969,1575,'89.149.226.46','abelaycle@gmail.com',1238070183),(970,1575,'89.149.226.46','',1238083850),(971,1575,'89.149.226.46','abelaycle@gmail.com',1238083850),(972,1575,'89.149.226.46','',1238097753),(973,1575,'89.149.226.46','abelaycle@gmail.com',1238097754),(974,1575,'89.149.226.46','',1238105301),(975,1575,'89.149.226.46','abelaycle@gmail.com',1238105302),(976,1575,'89.149.226.46','',1238118654),(977,1575,'89.149.226.46','abelaycle@gmail.com',1238118655),(978,1575,'89.149.226.46','',1238132226),(979,1575,'89.149.226.46','abelaycle@gmail.com',1238132227),(980,1575,'89.149.226.46','',1238145620),(981,1575,'89.149.226.46','abelaycle@gmail.com',1238145621),(982,0,'78.110.175.31','',1238432682),(983,0,'194.8.75.155','',1240606243),(984,0,'194.8.75.155','',1240606244),(985,0,'78.110.175.31','',1243392341),(986,0,'78.110.175.31','',1243392342),(987,0,'94.142.128.140','',1243470788),(988,1763,'140.239.56.38','',1243470794),(989,0,'94.142.128.140','',1243609308),(990,1763,'221.130.193.14','',1243609323),(991,0,'94.142.128.140','',1243717497),(992,0,'94.142.128.140','',1243814185),(993,1763,'219.148.132.221','',1243814194),(994,0,'194.8.75.151','',1243924990),(995,0,'194.8.75.151','',1244037756),(996,1782,'89.96.169.141','',1244037784),(997,1782,'89.96.169.141','godviagra01@accommodationresearh.info',1244037796),(998,0,'194.8.75.151','',1244043444),(999,1782,'160.75.86.152','',1244043483),(1000,1782,'160.75.86.152','godviagra01@accommodationresearh.info',1244043494),(1001,0,'94.142.128.140','',1244044562),(1002,1763,'81.213.214.71','',1244044603),(1003,0,'194.8.75.151','',1244063250),(1004,1782,'121.9.221.189','',1244063254),(1005,1782,'121.9.221.189','godviagra01@accommodationresearh.info',1244063385),(1006,0,'194.8.75.151','',1244066712),(1007,1782,'124.207.102.94','',1244066718),(1008,1782,'124.207.102.94','godviagra01@accommodationresearh.info',1244066720),(1009,0,'194.8.75.151','',1244087321),(1010,1782,'208.115.135.101','',1244087323),(1011,1782,'208.115.135.101','godviagra01@accommodationresearh.info',1244087323),(1012,0,'194.8.75.151','',1244098565),(1013,1782,'202.99.29.27','',1244098578),(1014,1782,'202.99.29.27','godviagra01@accommodationresearh.info',1244098585),(1015,1782,'62.213.87.20','godviagra01@accommodationresearh.info',1244098608),(1016,0,'194.8.75.151','',1244107312),(1017,1782,'208.115.135.101','',1244107313),(1018,1782,'208.115.135.101','godviagra01@accommodationresearh.info',1244107314),(1019,0,'194.8.75.151','',1244115108),(1020,1782,'62.213.87.20','',1244115123),(1021,1782,'62.213.87.20','godviagra01@accommodationresearh.info',1244115131),(1022,0,'94.142.128.140','',1244118574),(1023,0,'94.142.128.140','',1244118575),(1024,0,'194.8.75.151','',1244123820),(1025,1782,'174.129.219.232','',1244123835),(1026,1782,'174.129.219.232','godviagra01@accommodationresearh.info',1244123842),(1027,0,'194.8.75.151','',1244144585),(1028,0,'194.8.75.151','',1244144586),(1029,0,'194.8.75.151','',1244150239),(1030,0,'194.8.75.151','',1244150240),(1031,0,'194.8.75.151','',1244177649),(1032,0,'194.8.75.151','',1244177650),(1033,0,'194.8.75.151','',1244190695),(1034,0,'194.8.75.151','',1244190696),(1035,0,'194.8.75.151','',1244204372),(1036,0,'194.8.75.151','',1244204373),(1037,0,'194.8.75.151','',1244217363),(1038,0,'194.8.75.151','',1244217385),(1039,0,'194.8.75.151','',1244220680),(1040,0,'194.8.75.151','',1244220681),(1041,0,'194.8.75.151','',1244313747),(1042,0,'194.8.75.151','',1244313748),(1043,0,'194.8.75.151','',1244321472),(1044,0,'194.8.75.151','',1244321473),(1045,0,'194.8.75.151','',1244337761),(1046,0,'194.8.75.151','',1244337762),(1047,0,'194.8.75.151','',1244350078),(1048,0,'194.8.75.151','',1244350079),(1049,0,'194.8.75.151','',1244361799),(1050,0,'194.8.75.151','',1244361799),(1051,0,'194.8.75.151','',1244382334),(1052,0,'194.8.75.151','',1244382334),(1053,0,'194.8.75.151','',1244401316),(1054,0,'194.8.75.151','',1244401317),(1055,0,'194.8.75.151','',1244407406),(1056,0,'194.8.75.151','',1244407407),(1057,0,'194.8.75.151','',1244435164),(1058,0,'194.8.75.151','',1244435164),(1059,0,'194.8.75.151','',1244469868),(1060,0,'194.8.75.151','',1244469869),(1061,0,'194.8.75.151','',1244476552),(1062,0,'194.8.75.151','',1244476552),(1063,0,'194.8.75.151','',1244484436),(1064,0,'194.8.75.151','',1244484437),(1065,0,'194.8.75.151','',1244492338),(1066,0,'194.8.75.151','',1244492339),(1067,0,'194.8.75.151','',1244521395),(1068,0,'194.8.75.151','',1244521396),(1069,0,'194.8.75.151','',1244550393),(1070,0,'194.8.75.151','',1244550393),(1071,0,'194.8.75.151','',1244557307),(1072,0,'194.8.75.151','',1244557307),(1073,0,'194.8.75.151','',1244567251),(1074,0,'194.8.75.151','',1244567251),(1075,0,'194.8.75.151','',1244573922),(1076,0,'194.8.75.151','',1244573923),(1077,0,'194.8.75.151','',1244586180),(1078,0,'194.8.75.151','',1244586181),(1079,0,'194.8.75.151','',1244589549),(1080,0,'194.8.75.151','',1244589549),(1081,0,'194.8.75.151','',1244618754),(1082,0,'194.8.75.151','',1244618755),(1083,0,'194.8.75.151','',1244646000),(1084,0,'194.8.75.151','',1244646000),(1085,0,'194.8.75.151','',1244660489),(1086,0,'194.8.75.151','',1244660490),(1087,0,'194.8.75.151','',1244663931),(1088,0,'194.8.75.151','',1244663932),(1089,0,'194.8.75.151','',1244694974),(1090,0,'194.8.75.151','',1244694975),(1091,0,'194.8.75.151','',1244727605),(1092,0,'194.8.75.151','',1244727605),(1093,0,'194.8.75.151','',1244739380),(1094,0,'194.8.75.151','',1244739381),(1095,0,'194.8.75.151','',1244782852),(1096,0,'194.8.75.151','',1244782853),(1097,0,'94.142.128.140','',1244791461),(1098,0,'94.142.128.140','',1244791462),(1099,0,'194.8.75.151','',1244796396),(1100,0,'194.8.75.151','',1244796397),(1101,0,'194.8.75.151','',1244807768),(1102,0,'194.8.75.151','',1244807768),(1103,0,'194.8.75.151','',1244822424),(1104,0,'194.8.75.151','',1244822425),(1105,0,'194.8.75.151','',1244914924),(1106,0,'194.8.75.151','',1244914925),(1107,0,'94.142.128.140','',1244920386),(1108,0,'94.142.128.140','',1244920387),(1109,0,'194.8.75.151','',1244924089),(1110,0,'194.8.75.151','',1244924090),(1111,0,'194.8.75.151','',1244947670),(1112,0,'194.8.75.151','',1244947670),(1113,0,'194.8.75.151','',1244955720),(1114,0,'194.8.75.151','',1244955721),(1115,0,'194.8.75.151','',1244965569),(1116,0,'194.8.75.151','',1244965570),(1117,0,'194.8.75.151','',1244993303),(1118,0,'194.8.75.151','',1244993304),(1119,0,'194.8.75.151','',1245001934),(1120,0,'194.8.75.151','',1245001935),(1121,0,'194.8.75.151','',1245010019),(1122,0,'194.8.75.151','',1245010020),(1123,0,'194.8.75.151','',1245035802),(1124,0,'194.8.75.151','',1245035803),(1125,0,'194.8.75.151','',1245051012),(1126,0,'194.8.75.151','',1245051013),(1127,0,'194.8.75.151','',1245060939),(1128,0,'194.8.75.151','',1245060940),(1129,0,'194.8.75.151','',1245074250),(1130,0,'194.8.75.151','',1245074251),(1131,0,'194.8.75.151','',1245088532),(1132,0,'194.8.75.151','',1245088533),(1133,0,'194.8.75.151','',1245118443),(1134,0,'194.8.75.151','',1245118444),(1135,0,'194.8.75.151','',1245128107),(1136,0,'194.8.75.151','',1245128108),(1137,0,'194.8.75.151','',1245140062),(1138,0,'194.8.75.151','',1245140063),(1139,0,'194.8.75.151','',1245157460),(1140,0,'194.8.75.151','',1245157461),(1141,0,'194.8.75.151','',1245173753),(1142,0,'194.8.75.151','',1245173754),(1143,0,'194.8.75.151','',1245182939),(1144,0,'194.8.75.151','',1245182940),(1145,0,'194.8.75.151','',1245213003),(1146,0,'194.8.75.151','',1245213004),(1147,0,'194.8.75.151','',1245230952),(1148,0,'194.8.75.151','',1245230953),(1149,0,'194.8.75.151','',1245248522),(1150,0,'194.8.75.151','',1245248523),(1151,0,'194.8.75.151','',1245263543),(1152,0,'194.8.75.151','',1245263543),(1153,0,'194.8.75.151','',1245266844),(1154,0,'194.8.75.151','',1245266845),(1155,0,'194.8.75.151','',1245298086),(1156,0,'194.8.75.151','',1245298087),(1157,0,'194.8.75.151','',1245331435),(1158,0,'194.8.75.151','',1245331436),(1159,0,'194.8.75.151','',1245350381),(1160,0,'194.8.75.151','',1245350382),(1161,0,'194.8.75.151','',1245386737),(1162,0,'194.8.75.151','',1245386738),(1163,0,'194.8.75.151','',1245414680),(1164,0,'194.8.75.151','',1245414681),(1165,0,'194.8.75.151','',1245446484),(1166,0,'194.8.75.151','',1245446485),(1167,0,'94.142.128.140','',1245510193),(1168,0,'194.8.75.151','',1245519940),(1169,0,'194.8.75.151','',1245519941),(1170,0,'194.8.75.151','',1245534735),(1171,0,'194.8.75.151','',1245534735),(1172,0,'194.8.75.151','',1245558945),(1173,0,'194.8.75.151','',1245558946),(1174,0,'194.8.74.11','',1245584069),(1175,1773,'86.110.225.166','',1245584097),(1176,1773,'86.110.225.166','voidvodi@the-first-five-pages.com',1245584115),(1177,1773,'213.112.108.203','voidvodi@the-first-five-pages.com',1245584190),(1178,1773,'213.112.108.203','',1245584321),(1179,1773,'83.227.19.160','voidvodi@the-first-five-pages.com',1245584336),(1180,1773,'213.112.108.203','voidvodi@the-first-five-pages.com',1245584405),(1181,1773,'82.182.99.140','voidvodi@the-first-five-pages.com',1245584424),(1182,1773,'213.112.108.203','voidvodi@the-first-five-pages.com',1245584479),(1183,1773,'83.227.19.160','voidvodi@the-first-five-pages.com',1245584511),(1184,1773,'213.112.108.203','voidvodi@the-first-five-pages.com',1245584550),(1185,0,'194.8.75.151','',1245718399),(1186,0,'194.8.75.151','',1245794102),(1187,1791,'64.29.148.47','',1245852137),(1188,1791,'64.29.148.47','annomynandy@gmail.com',1245852152),(1189,0,'194.8.74.11','',1245891664),(1190,1773,'72.66.123.13','',1245891679),(1191,1773,'72.66.123.13','voidvodi@the-first-five-pages.com',1245891701),(1192,0,'194.8.75.151','',1245951611),(1193,1790,'124.247.225.150','',1245951614),(1194,1790,'124.247.225.150','godviagra02@accommodationresearh.info',1245951616),(1195,0,'194.8.74.11','',1245975167),(1196,1773,'211.138.240.58','',1245975175),(1197,1773,'211.138.240.58','voidvodi@the-first-five-pages.com',1245975201),(1198,0,'194.8.75.151','',1245988255),(1199,0,'194.8.75.151','',1245994626),(1200,0,'194.8.75.151','',1245999659),(1201,1790,'41.210.252.11','',1245999663),(1202,1790,'41.210.252.11','godviagra02@accommodationresearh.info',1245999664),(1203,0,'194.8.75.151','',1246014266),(1204,0,'194.8.75.151','',1246019445),(1205,1790,'98.129.203.119','',1246019454),(1206,1790,'98.129.203.119','godviagra02@accommodationresearh.info',1246019458),(1207,0,'194.8.75.151','',1246034653),(1208,0,'194.8.75.151','',1246039803),(1209,0,'194.8.75.151','',1246039803),(1210,0,'194.8.74.11','',1246063999),(1211,1773,'41.210.252.11','',1246064015),(1212,1773,'41.210.252.11','voidvodi@the-first-five-pages.com',1246064115),(1213,1793,'195.46.32.76','',1246096130),(1214,1793,'195.46.32.76','spoosestele@zadonsk.net',1246096131),(1215,0,'194.8.75.151','',1246124496),(1216,0,'194.8.75.151','',1246129037),(1217,0,'194.8.75.151','',1246129038),(1218,0,'194.8.74.11','',1246153212),(1219,1773,'207.35.172.214','',1246153238),(1220,1773,'207.35.172.214','voidvodi@the-first-five-pages.com',1246153285),(1221,0,'194.8.75.151','',1246163638),(1222,0,'194.8.75.151','',1246168352),(1223,0,'194.8.75.151','',1246168353),(1224,0,'194.8.75.151','',1246186993),(1225,1790,'212.138.84.1','',1246186997),(1226,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187000),(1227,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187000),(1228,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187000),(1229,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187000),(1230,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187001),(1231,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187003),(1232,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187005),(1233,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187007),(1234,1790,'212.138.84.1','godviagra02@accommodationresearh.info',1246187009),(1235,0,'194.8.75.151','',1246219018),(1236,0,'195.46.34.76','',1246222056),(1237,0,'194.8.75.151','',1246226436),(1238,0,'194.8.74.11','',1246237166),(1239,1773,'86.35.243.150','',1246237329),(1240,1773,'86.35.243.150','voidvodi@the-first-five-pages.com',1246237369),(1241,0,'194.8.75.151','',1246252599),(1242,0,'194.8.75.151','',1246262511),(1243,0,'194.8.75.151','',1246262646),(1244,0,'194.8.75.151','',1246296006),(1245,0,'194.8.75.151','',1246308508),(1246,0,'194.8.75.151','',1246337862),(1247,0,'194.8.75.151','',1246345360),(1248,0,'195.46.34.76','',1246352223),(1249,0,'194.8.75.151','',1246383502),(1250,0,'194.8.75.151','',1246390338),(1251,0,'194.8.74.11','',1246401994),(1252,1773,'209.47.251.243','',1246402030),(1253,1773,'209.47.251.243','voidvodi@the-first-five-pages.com',1246402050),(1254,1773,'212.103.139.75','voidvodi@the-first-five-pages.com',1246402114),(1255,0,'194.8.75.151','',1246428506),(1256,0,'194.8.75.151','',1246437212),(1257,0,'195.46.34.76','',1246451099),(1258,0,'195.46.34.76','',1246451110),(1259,0,'194.8.75.151','',1246459900),(1260,0,'194.8.75.151','',1246466474),(1261,0,'194.8.75.151','',1246486098),(1262,0,'194.8.75.151','',1246492934),(1263,0,'194.8.75.151','',1246537651),(1264,0,'194.8.75.151','',1246544617),(1265,0,'94.142.128.140','',1246596487),(1266,0,'194.8.75.151','',1246602377),(1267,0,'194.8.74.11','',1246633624),(1268,1773,'148.205.84.31','',1246633640),(1269,1773,'148.205.84.31','voidvodi@the-first-five-pages.com',1246633743),(1270,0,'194.8.75.151','',1246636984),(1271,0,'195.46.34.76','',1246673969),(1272,0,'195.46.35.76','',1246673975),(1273,0,'194.8.75.151','',1246743789),(1274,0,'124.247.225.150','',1246751186),(1275,0,'194.8.74.11','',1246760301),(1276,1773,'200.107.15.58','',1246760306),(1277,1773,'200.107.15.58','voidvodi@the-first-five-pages.com',1246760315),(1278,0,'194.8.75.151','',1246826062),(1279,0,'194.8.74.11','',1246894109),(1280,0,'195.46.35.76','',1246936778),(1281,0,'194.8.75.151','',1247084127),(1282,0,'194.8.74.11','',1247190853),(1283,1773,'174.129.214.93','',1247190865),(1284,1773,'174.129.214.93','voidvodi@the-first-five-pages.com',1247190900),(1285,1773,'208.109.22.118','',1247191102),(1286,1773,'208.109.22.118','voidvodi@the-first-five-pages.com',1247191107),(1287,0,'194.8.75.151','',1247251266),(1288,0,'194.8.74.11','',1247275778),(1289,0,'194.8.75.151','',1247323729),(1290,0,'94.142.128.140','',1247331859),(1291,0,'194.8.74.11','',1247360516),(1292,1773,'151.96.0.8','',1247360572),(1293,1773,'151.96.0.8','voidvodi@the-first-five-pages.com',1247360575),(1294,0,'194.8.74.11','',1247620936),(1295,1773,'200.65.127.161','',1247620943),(1296,1773,'200.65.127.161','voidvodi@the-first-five-pages.com',1247620949),(1297,0,'194.8.74.11','',1248108746),(1298,1773,'74.11.153.2','',1248109300),(1299,1773,'74.11.153.2','voidvodi@the-first-five-pages.com',1248109305),(1300,1773,'194.8.74.47','',1248115410),(1301,1773,'194.8.74.157','',1248115410),(1302,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1248115413),(1303,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1248115413),(1304,0,'94.142.128.140','',1248194502),(1305,0,'194.8.74.11','',1248279165),(1306,1773,'82.145.197.249','',1248279192),(1307,1773,'82.145.197.249','voidvodi@the-first-five-pages.com',1248279194),(1308,1773,'194.8.74.47','',1248280662),(1309,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1248280663),(1310,1773,'194.8.74.157','',1248280667),(1311,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1248280668),(1312,1773,'194.8.74.157','',1248390465),(1313,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1248390466),(1314,1773,'194.8.74.47','',1248390498),(1315,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1248390499),(1316,0,'194.8.74.11','',1248391671),(1317,1773,'124.172.110.158','',1248391693),(1318,1773,'124.172.110.158','voidvodi@the-first-five-pages.com',1248391697),(1319,0,'94.142.128.140','',1248479867),(1320,1773,'194.8.74.47','',1248564351),(1321,1773,'194.8.74.157','',1248564351),(1322,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1248564351),(1323,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1248564351),(1324,0,'194.8.74.11','',1248566244),(1325,1773,'74.54.156.73','',1248566293),(1326,1773,'74.54.156.73','voidvodi@the-first-five-pages.com',1248566319),(1327,1773,'194.8.74.157','',1248647583),(1328,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1248647584),(1329,1773,'194.8.74.47','',1248647588),(1330,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1248647589),(1331,0,'194.8.74.11','',1248651690),(1332,1773,'59.11.63.175','',1248651728),(1333,1773,'59.11.63.175','voidvodi@the-first-five-pages.com',1248651730),(1334,1773,'64.29.148.50','voidvodi@the-first-five-pages.com',1248651778),(1335,0,'222.164.170.218','',1248710872),(1336,1773,'194.8.74.47','',1248740312),(1337,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1248740313),(1338,1773,'194.8.74.157','',1248740350),(1339,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1248740351),(1340,0,'194.8.74.11','',1248742146),(1341,1773,'93.159.11.195','',1248742165),(1342,1773,'93.159.11.195','voidvodi@the-first-five-pages.com',1248742174),(1343,1773,'194.8.75.92','',1248901784),(1344,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1248901785),(1345,0,'194.8.74.11','',1248903254),(1346,1773,'195.209.224.91','',1248903262),(1347,1773,'195.209.224.91','voidvodi@the-first-five-pages.com',1248903265),(1348,1773,'194.8.74.47','',1248903320),(1349,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1248903321),(1350,1773,'194.8.74.157','',1248903386),(1351,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1248903387),(1352,1773,'194.8.74.157','',1248992733),(1353,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1248992734),(1354,1773,'194.8.74.47','',1248992736),(1355,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1248992737),(1356,1773,'194.8.75.92','',1248994911),(1357,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1248994912),(1358,0,'194.8.74.11','',1248995763),(1359,1773,'64.29.148.17','',1248995777),(1360,1773,'64.29.148.17','voidvodi@the-first-five-pages.com',1248995790),(1361,1773,'194.8.74.47','',1249150743),(1362,1773,'194.8.74.157','',1249150743),(1363,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1249150744),(1364,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1249150744),(1365,1773,'194.8.75.92','',1249153095),(1366,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1249153097),(1367,1773,'194.8.74.157','',1249261639),(1368,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1249261642),(1369,1773,'194.8.74.47','',1249261652),(1370,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1249261653),(1371,1773,'194.8.75.92','',1249262554),(1372,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1249262555),(1373,0,'194.8.74.11','',1249263418),(1374,1773,'64.29.148.47','',1249263446),(1375,1773,'64.29.148.47','voidvodi@the-first-five-pages.com',1249263454),(1376,1773,'64.29.148.28','voidvodi@the-first-five-pages.com',1249263580),(1377,1816,'125.82.43.182','',1249266809),(1378,1816,'125.82.43.182','fewdvd@yahoo.com',1249266816),(1379,0,'194.8.75.155','',1249317474),(1380,0,'194.8.75.155','',1249317475),(1381,1773,'194.8.74.157','',1249438846),(1382,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1249438847),(1383,0,'194.8.74.11','',1249440479),(1384,1773,'194.8.75.92','',1249440482),(1385,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1249440483),(1386,1773,'89.212.135.232','',1249440484),(1387,1773,'71.192.196.210','voidvodi@the-first-five-pages.com',1249440487),(1388,1816,'125.82.42.92','',1249547183),(1389,1773,'194.8.75.92','',1249584387),(1390,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1249584388),(1391,0,'211.239.124.90','',1249592534),(1392,0,'211.239.124.90','',1249592536),(1393,1773,'194.8.74.47','',1249600690),(1394,1773,'194.8.74.157','',1249600690),(1395,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1249600691),(1396,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1249600691),(1397,0,'194.8.74.11','',1249604499),(1398,1773,'130.208.220.85','',1249604506),(1399,1773,'130.208.220.85','voidvodi@the-first-five-pages.com',1249604508),(1400,1773,'194.8.74.157','',1249756054),(1401,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1249756056),(1402,1773,'194.8.74.47','',1249756225),(1403,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1249756226),(1404,1773,'194.8.75.92','',1249758258),(1405,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1249758259),(1406,0,'194.8.74.11','',1249760669),(1407,1773,'202.3.217.125','',1249760686),(1408,1773,'202.3.217.125','voidvodi@the-first-five-pages.com',1249760689),(1409,1773,'194.8.74.47','',1250001191),(1410,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1250001192),(1411,1773,'194.8.74.157','',1250001285),(1412,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1250001286),(1413,1773,'194.8.75.92','',1250002531),(1414,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1250002532),(1415,0,'194.8.74.11','',1250003229),(1416,1773,'193.188.70.3','',1250003233),(1417,1773,'193.188.70.3','voidvodi@the-first-five-pages.com',1250003234),(1418,1773,'194.8.74.157','',1250129721),(1419,1773,'194.8.74.47','',1250129722),(1420,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1250129722),(1421,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1250129723),(1422,0,'194.8.74.11','',1250131658),(1423,1773,'83.232.98.229','',1250131674),(1424,1773,'71.205.106.1','voidvodi@the-first-five-pages.com',1250131696),(1425,1773,'114.127.246.36','',1250131984),(1426,1773,'114.127.246.36','voidvodi@the-first-five-pages.com',1250131986),(1427,1773,'194.8.75.92','',1250275174),(1428,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1250275175),(1429,0,'194.8.74.11','',1250277941),(1430,1773,'84.1.44.89','',1250277946),(1431,1773,'84.1.44.89','voidvodi@the-first-five-pages.com',1250277948),(1432,1773,'200.65.127.161','voidvodi@the-first-five-pages.com',1250277950),(1433,0,'194.8.74.11','',1250472525),(1434,1773,'81.246.104.109','',1250472532),(1435,1773,'81.246.104.109','voidvodi@the-first-five-pages.com',1250472536),(1436,1773,'207.99.23.198','voidvodi@the-first-five-pages.com',1250472582),(1437,1773,'194.8.74.47','',1250473886),(1438,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1250473887),(1439,1773,'194.8.74.157','',1250474038),(1440,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1250474040),(1441,1773,'194.8.75.92','',1250475767),(1442,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1250475768),(1443,0,'194.8.74.11','',1250559557),(1444,1773,'98.156.116.192','',1250559592),(1445,1773,'98.156.116.192','voidvodi@the-first-five-pages.com',1250559594),(1446,0,'194.8.74.11','',1250559667),(1447,1773,'194.8.74.47','',1250560852),(1448,1773,'194.8.74.47','voidvodi@the-first-five-pages.com',1250560853),(1449,1773,'194.8.74.157','',1250560857),(1450,1773,'194.8.74.157','voidvodi@the-first-five-pages.com',1250560858),(1451,1773,'194.8.75.92','',1250564461),(1452,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1250564462),(1453,1773,'194.8.75.94','',1250645100),(1454,1773,'194.8.75.94','voidvodi@the-first-five-pages.com',1250645101),(1455,1773,'194.8.75.92','',1250647813),(1456,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1250647814),(1457,1773,'194.8.75.94','',1250730699),(1458,1773,'194.8.75.94','voidvodi@the-first-five-pages.com',1250730700),(1459,1773,'194.8.75.92','',1250731794),(1460,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1250731796),(1461,1773,'194.8.75.92','',1250824757),(1462,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1250824876),(1463,1773,'194.8.75.94','',1250828825),(1464,1773,'194.8.75.94','voidvodi@the-first-five-pages.com',1250828826),(1465,0,'95.215.0.21','',1250973127),(1466,0,'95.215.0.21','',1250973128),(1467,1773,'194.8.75.94','',1251144637),(1468,1773,'194.8.75.94','voidvodi@the-first-five-pages.com',1251144638),(1469,1773,'194.8.75.92','',1251146263),(1470,1773,'194.8.75.92','voidvodi@the-first-five-pages.com',1251146264),(1471,0,'95.215.0.21','',1251202516),(1472,0,'95.215.0.21','',1251202517),(1473,0,'95.215.0.21','',1251214420),(1474,0,'95.215.0.21','',1251214421),(1475,0,'95.215.0.21','',1251222308),(1476,0,'95.215.0.21','',1251222310),(1477,0,'95.215.0.21','',1251231761),(1478,0,'95.215.0.21','',1251231762),(1479,0,'95.215.0.21','',1251300246),(1480,0,'95.215.0.21','',1251300247),(1481,0,'95.215.0.21','',1251328826),(1482,0,'95.215.0.21','',1251328827),(1483,0,'95.215.0.21','',1251350269),(1484,1828,'94.142.130.70','',1251363056),(1485,1828,'94.142.130.70','optodehonsede@gmail.com',1251363057),(1486,0,'95.215.0.21','',1251384654),(1487,0,'95.215.0.21','',1251384655),(1488,0,'95.215.0.21','',1251391764),(1489,0,'95.215.0.21','',1251391766),(1490,0,'95.215.0.21','',1251402535),(1491,0,'95.215.0.21','',1251402536),(1492,0,'95.215.0.21','',1251415317),(1493,0,'95.215.0.21','',1251415318),(1494,0,'95.215.0.21','',1251446370),(1495,0,'95.215.0.21','',1251446372),(1496,0,'95.215.0.21','',1251459518),(1497,0,'95.215.0.21','',1251459519),(1498,0,'95.215.0.21','',1251472411),(1499,0,'95.215.0.21','',1251472412),(1500,0,'95.215.0.21','',1251480049),(1501,0,'95.215.0.21','',1251480050),(1502,0,'95.215.0.21','',1251497930),(1503,0,'95.215.0.21','',1251497931),(1504,0,'95.215.0.21','',1251510067),(1505,0,'95.215.0.21','',1251510069),(1506,0,'95.215.0.21','',1251530917),(1507,0,'95.215.0.21','',1251530918),(1508,0,'95.215.0.21','',1251544700),(1509,0,'95.215.0.21','',1251544701),(1510,0,'95.215.0.21','',1251554861),(1511,0,'95.215.0.21','',1251554863),(1512,0,'95.215.0.21','',1251569805),(1513,0,'95.215.0.21','',1251569806),(1514,0,'95.215.0.21','',1251576850),(1515,0,'95.215.0.21','',1251576851),(1516,0,'95.215.0.21','',1251586301),(1517,0,'95.215.0.21','',1251586302),(1518,0,'95.215.0.21','',1251594129),(1519,0,'95.215.0.21','',1251594130),(1520,0,'95.215.0.21','',1251600571),(1521,0,'95.215.0.21','',1251600572),(1522,0,'95.215.0.21','',1251617777),(1523,0,'95.215.0.21','',1251617778),(1524,0,'95.215.0.21','',1251636849),(1525,0,'95.215.0.21','',1251636850),(1526,0,'95.215.0.21','',1251644976),(1527,0,'95.215.0.21','',1251644977),(1528,0,'95.215.0.21','',1251651788),(1529,0,'95.215.0.21','',1251651789),(1530,0,'95.215.0.21','',1251658681),(1531,0,'95.215.0.21','',1251658684),(1532,0,'95.215.0.21','',1251668700),(1533,0,'95.215.0.21','',1251668702),(1534,0,'95.215.0.21','',1251678750),(1535,0,'95.215.0.21','',1251678751),(1536,0,'95.215.0.21','',1251688618),(1537,0,'95.215.0.21','',1251688620),(1538,0,'95.215.0.21','',1251716166),(1539,0,'95.215.0.21','',1251716167),(1540,0,'95.215.0.21','',1251726249),(1541,0,'95.215.0.21','',1251726258),(1542,0,'95.215.0.21','',1251735234),(1543,0,'95.215.0.21','',1251735239),(1544,0,'95.215.0.21','',1251743264),(1545,0,'95.215.0.21','',1251743265),(1546,0,'95.215.0.21','',1251750641),(1547,0,'95.215.0.21','',1251750642),(1548,0,'95.215.0.21','',1251755833),(1549,0,'95.215.0.21','',1251755835),(1550,0,'95.215.0.21','',1251766267),(1551,0,'95.215.0.21','',1251766269),(1552,0,'95.215.0.21','',1251776405),(1553,0,'95.215.0.21','',1251776406),(1554,0,'95.215.0.21','',1251783684),(1555,0,'95.215.0.21','',1251783685),(1556,0,'95.215.0.21','',1251794393),(1557,0,'95.215.0.21','',1251794394),(1558,0,'95.215.0.21','',1251803703),(1559,0,'95.215.0.21','',1251803704),(1560,0,'95.215.0.21','',1251811395),(1561,0,'95.215.0.21','',1251811396),(1562,0,'95.215.0.21','',1251824331),(1563,0,'95.215.0.21','',1251824332),(1564,0,'95.215.0.21','',1251841750),(1565,0,'95.215.0.21','',1251841751),(1566,0,'95.215.0.21','',1251852922),(1567,0,'95.215.0.21','',1251852923),(1568,0,'95.215.0.21','',1251863743),(1569,0,'95.215.0.21','',1251863744),(1570,0,'95.215.0.21','',1251873426),(1571,0,'95.215.0.21','',1251873427),(1572,0,'95.215.0.21','',1251881446),(1573,0,'95.215.0.21','',1251891608),(1574,0,'95.215.0.21','',1251891610),(1575,0,'95.215.0.21','',1251898925),(1576,0,'95.215.0.21','',1251898927),(1577,0,'95.215.0.21','',1251905955),(1578,0,'95.215.0.21','',1251905956),(1579,0,'95.215.0.21','',1251912677),(1580,0,'95.215.0.21','',1251912679),(1581,0,'95.215.0.21','',1251919133),(1582,0,'95.215.0.21','',1251919136),(1583,0,'95.215.0.21','',1251930528),(1584,0,'95.215.0.21','',1251930529),(1585,0,'95.215.0.21','',1251937963),(1586,0,'95.215.0.21','',1251937964),(1587,0,'95.215.0.21','',1251945046),(1588,0,'95.215.0.21','',1251945047),(1589,0,'95.215.0.21','',1251951845),(1590,0,'95.215.0.21','',1251951846),(1591,0,'95.215.0.21','',1251958389),(1592,0,'95.215.0.21','',1251958390),(1593,0,'95.215.0.21','',1251976573),(1594,0,'95.215.0.21','',1251976574),(1595,0,'95.215.0.21','',1251984358),(1596,0,'95.215.0.21','',1251984359),(1597,0,'95.215.0.21','',1251991840),(1598,0,'95.215.0.21','',1251991841),(1599,0,'95.215.0.21','',1251999878),(1600,0,'95.215.0.21','',1251999879),(1601,0,'95.215.0.21','',1252011326),(1602,0,'95.215.0.21','',1252011327),(1603,0,'95.215.0.21','',1252019411),(1604,0,'95.215.0.21','',1252019412),(1605,0,'95.215.0.21','',1252027138),(1606,0,'95.215.0.21','',1252027139),(1607,0,'95.215.0.21','',1252034816),(1608,0,'95.215.0.21','',1252034817),(1609,0,'194.8.75.151','',1252037210),(1610,0,'95.215.0.21','',1252042517),(1611,0,'95.215.0.21','',1252042519),(1612,0,'95.215.0.21','',1252138408),(1613,0,'95.215.0.21','',1252138409),(1614,0,'95.215.0.21','',1252156192),(1615,0,'95.215.0.21','',1252156193),(1616,0,'95.215.0.21','',1252164441),(1617,0,'95.215.0.21','',1252164446),(1618,0,'95.215.0.21','',1252172681),(1619,0,'95.215.0.21','',1252172682),(1620,0,'95.215.0.21','',1252185359),(1621,0,'95.215.0.21','',1252185360),(1622,0,'194.8.75.151','',1252189573),(1623,0,'95.215.0.21','',1252193639),(1624,0,'95.215.0.21','',1252193640),(1625,0,'194.8.75.155','',1252237763),(1626,0,'194.8.75.155','',1252237764),(1627,0,'95.215.0.21','',1252238086),(1628,0,'95.215.0.21','',1252238087),(1629,1828,'94.142.130.70','',1252241125),(1630,0,'95.215.0.21','',1252247564),(1631,0,'95.215.0.21','',1252247565),(1632,0,'95.215.0.21','',1252256502),(1633,0,'95.215.0.21','',1252256503),(1634,0,'95.215.0.21','',1252265255),(1635,0,'95.215.0.21','',1252265259),(1636,0,'95.215.0.21','',1252273781),(1637,0,'95.215.0.21','',1252273782),(1638,0,'194.8.75.155','',1252275842),(1639,0,'194.8.75.155','',1252275843),(1640,0,'194.8.75.155','',1252275844),(1641,0,'194.8.75.155','',1252275861),(1642,0,'95.215.0.21','',1252325828),(1643,0,'95.215.0.21','',1252325829),(1644,0,'95.215.0.21','',1252335436),(1645,0,'95.215.0.21','',1252335437),(1646,0,'95.215.0.21','',1252344885),(1647,0,'95.215.0.21','',1252344908),(1648,0,'95.215.0.21','',1252354228),(1649,0,'95.215.0.21','',1252354229),(1650,0,'89.149.202.152','',1252355824),(1651,0,'89.149.202.152','',1252355825),(1652,0,'95.215.0.21','',1252363339),(1653,0,'95.215.0.21','',1252363340),(1654,0,'95.215.0.21','',1252386209),(1655,0,'95.215.0.21','',1252386210),(1656,0,'89.149.202.152','',1252402000),(1657,0,'89.149.202.152','',1252402001),(1658,0,'95.215.0.21','',1252405532),(1659,0,'95.215.0.21','',1252405533),(1660,1828,'94.142.130.88','',1252428535),(1661,0,'89.149.202.152','',1252476748),(1662,0,'89.149.202.152','',1252476749),(1663,0,'95.215.0.21','',1252501364),(1664,0,'95.215.0.21','',1252501365),(1665,0,'95.215.0.21','',1252508440),(1666,0,'95.215.0.21','',1252508441),(1667,0,'89.149.202.152','',1252511970),(1668,0,'89.149.202.152','',1252511994),(1669,0,'89.149.202.152','',1252517073),(1670,0,'89.149.202.152','',1252517076),(1671,0,'95.215.0.21','',1252527630),(1672,0,'95.215.0.21','',1252527631),(1673,0,'95.215.0.21','',1252534926),(1674,0,'95.215.0.21','',1252541952),(1675,0,'95.215.0.21','',1252541953),(1676,0,'95.215.0.21','',1252548763),(1677,0,'95.215.0.21','',1252548764),(1678,0,'95.215.0.21','',1252555206),(1679,0,'95.215.0.21','',1252555207),(1680,0,'89.149.202.152','',1252567450),(1681,0,'89.149.202.152','',1252567452),(1682,0,'95.215.0.21','',1252594258),(1683,0,'95.215.0.21','',1252594260),(1684,0,'95.215.0.21','',1252601882),(1685,0,'95.215.0.21','',1252601883),(1686,0,'95.215.0.21','',1252609221),(1687,0,'95.215.0.21','',1252609222),(1688,0,'89.149.202.152','',1252610998),(1689,0,'89.149.202.152','',1252610998),(1690,0,'95.215.0.21','',1252616471),(1691,0,'95.215.0.21','',1252616472),(1692,0,'95.215.0.21','',1252623525),(1693,0,'95.215.0.21','',1252623526),(1694,0,'95.215.0.21','',1252630088),(1695,0,'95.215.0.21','',1252630089),(1696,0,'211.239.124.90','',1252741874),(1697,0,'211.239.124.90','',1252741882),(1698,0,'95.215.0.21','',1252811737),(1699,0,'95.215.0.21','',1252811738),(1700,0,'95.215.0.21','',1252815897),(1701,0,'95.215.0.21','',1252815898),(1702,0,'95.215.0.21','',1252819805),(1703,0,'95.215.0.21','',1252819806),(1704,0,'95.215.0.21','',1252823502),(1705,0,'95.215.0.21','',1252823503),(1706,0,'95.215.0.21','',1252827042),(1707,0,'95.215.0.21','',1252827043),(1708,0,'95.215.0.21','',1252847640),(1709,0,'95.215.0.21','',1252847641),(1710,0,'95.215.0.21','',1252852119),(1711,0,'95.215.0.21','',1252852120),(1712,0,'95.215.0.21','',1252856172),(1713,0,'95.215.0.21','',1252856173),(1714,0,'95.215.0.21','',1252860015),(1715,0,'95.215.0.21','',1252860016),(1716,0,'95.215.0.21','',1252863726),(1717,0,'95.215.0.21','',1252863727),(1718,0,'94.142.128.140','',1252866178),(1719,0,'89.149.202.152','',1252869368),(1720,0,'89.149.202.152','',1252869368),(1721,0,'211.239.124.90','',1252905826),(1722,0,'211.239.124.90','',1252905833),(1723,0,'95.215.0.21','',1252906249),(1724,0,'95.215.0.21','',1252906250),(1725,0,'95.215.0.21','',1252910429),(1726,0,'95.215.0.21','',1252910430),(1727,0,'95.215.0.21','',1252914339),(1728,0,'95.215.0.21','',1252914340),(1729,0,'95.215.0.21','',1252918200),(1730,0,'95.215.0.21','',1252918201),(1731,0,'95.215.0.21','',1252922032),(1732,0,'95.215.0.21','',1252922032),(1733,0,'95.215.0.21','',1252925719),(1734,0,'95.215.0.21','',1252925720),(1735,0,'95.215.0.21','',1252931114),(1736,0,'95.215.0.21','',1252931115),(1737,0,'95.215.0.21','',1252945671),(1738,0,'95.215.0.21','',1252945672),(1739,0,'89.149.202.152','',1252946711),(1740,0,'89.149.202.152','',1252946717),(1741,0,'95.215.0.21','',1252950615),(1742,0,'95.215.0.21','',1252950616),(1743,0,'95.215.0.21','',1252954871),(1744,0,'89.149.202.152','',1252957294),(1745,0,'89.149.202.152','',1252957295),(1746,0,'95.215.0.21','',1252963261),(1747,0,'95.215.0.21','',1252963262),(1748,0,'95.215.0.21','',1252967147),(1749,0,'95.215.0.21','',1252967148),(1750,0,'95.215.0.21','',1252970796),(1751,0,'95.215.0.21','',1252970797),(1752,0,'95.215.0.21','',1253021142),(1753,0,'95.215.0.21','',1253021143),(1754,0,'89.149.202.152','',1253024923),(1755,0,'89.149.202.152','',1253024924),(1756,0,'95.215.0.21','',1253025874),(1757,0,'95.215.0.21','',1253025875),(1758,0,'89.149.202.152','',1253031844),(1759,0,'89.149.202.152','',1253031845),(1760,0,'95.215.0.21','',1253034758),(1761,0,'95.215.0.21','',1253034759),(1762,0,'95.215.0.21','',1253039309),(1763,0,'95.215.0.21','',1253039310),(1764,0,'95.215.0.21','',1253043617),(1765,0,'95.215.0.21','',1253043619),(1766,0,'95.215.0.21','',1253051217),(1767,0,'95.215.0.21','',1253051218),(1768,0,'95.215.0.21','',1253084030),(1769,0,'95.215.0.21','',1253084031),(1770,0,'95.215.0.21','',1253088988),(1771,0,'95.215.0.21','',1253088989),(1772,0,'95.215.0.21','',1253093678),(1773,0,'95.215.0.21','',1253093679),(1774,0,'95.215.0.21','',1253098286),(1775,0,'95.215.0.21','',1253098287),(1776,0,'95.215.0.21','',1253107218),(1777,0,'95.215.0.21','',1253107219),(1778,0,'95.215.0.21','',1253111222),(1779,0,'95.215.0.21','',1253111223),(1780,0,'95.215.0.21','',1253115170),(1781,0,'95.215.0.21','',1253118379),(1782,0,'89.149.202.152','',1253130440),(1783,0,'89.149.202.152','',1253130441),(1784,0,'89.149.202.152','',1253164099),(1785,0,'89.149.202.152','',1253164100),(1786,0,'95.215.0.21','',1253165671),(1787,0,'95.215.0.21','',1253165672),(1788,0,'95.215.0.21','',1253170772),(1789,0,'95.215.0.21','',1253170773),(1790,0,'95.215.0.21','',1253175629),(1791,0,'95.215.0.21','',1253175630),(1792,0,'95.215.0.21','',1253180466),(1793,0,'95.215.0.21','',1253180467),(1794,0,'95.215.0.21','',1253185269),(1795,0,'95.215.0.21','',1253185270),(1796,0,'211.239.124.90','',1253186250),(1797,0,'211.239.124.90','',1253186267),(1798,0,'95.215.0.21','',1253194009),(1799,0,'95.215.0.21','',1253194010),(1800,0,'95.215.0.21','',1253198084),(1801,0,'95.215.0.21','',1253219891),(1802,0,'95.215.0.21','',1253219892),(1803,0,'95.215.0.21','',1253225694),(1804,0,'95.215.0.21','',1253225695),(1805,0,'95.215.0.21','',1253231158),(1806,0,'95.215.0.21','',1253231159),(1807,0,'95.215.0.21','',1253236672),(1808,0,'95.215.0.21','',1253236673),(1809,0,'218.25.99.135','',1253238092),(1810,0,'211.239.124.90','',1253238165),(1811,0,'211.239.124.90','',1253238168),(1812,0,'95.215.0.21','',1253242222),(1813,0,'95.215.0.21','',1253242223),(1814,0,'95.215.0.21','',1253249850),(1815,0,'95.215.0.21','',1253249851),(1816,0,'89.149.202.152','',1253251772),(1817,0,'89.149.202.152','',1253251773),(1818,0,'89.149.202.152','',1253259000),(1819,0,'89.149.202.152','',1253259001),(1820,0,'95.215.0.21','',1253266197),(1821,0,'95.215.0.21','',1253266198),(1822,0,'89.149.202.152','',1253266436),(1823,0,'89.149.202.152','',1253266437),(1824,0,'95.215.0.21','',1253271990),(1825,0,'95.215.0.21','',1253271991),(1826,0,'89.149.202.152','',1253273846),(1827,0,'89.149.202.152','',1253273847),(1828,0,'95.215.0.21','',1253277486),(1829,0,'95.215.0.21','',1253277487),(1830,0,'89.149.202.152','',1253281177),(1831,0,'89.149.202.152','',1253281178),(1832,0,'95.215.0.21','',1253283282),(1833,0,'95.215.0.21','',1253283284),(1834,0,'95.215.0.21','',1253289494),(1835,0,'95.215.0.21','',1253289495),(1836,0,'95.215.0.21','',1253296786),(1837,0,'95.215.0.21','',1253296787),(1838,0,'211.90.248.97','',1253538455),(1839,0,'211.90.248.97','',1253563939),(1840,0,'194.8.75.155','',1253717525),(1841,0,'194.8.75.155','',1253717526),(1842,0,'94.142.128.140','',1253808591),(1843,0,'94.142.128.140','',1254076925),(1844,1828,'94.142.130.88','',1254362670),(1845,0,'211.239.124.90','',1254459480),(1846,0,'211.239.124.90','',1254459554),(1847,0,'94.142.128.140','',1254548518),(1848,0,'89.149.202.152','',1254605020),(1849,0,'89.149.202.152','',1254605021),(1850,0,'211.239.124.90','',1254635951),(1851,0,'211.239.124.90','',1254675020),(1852,0,'211.239.124.90','',1254680041),(1853,0,'211.90.248.97','',1254701146),(1854,0,'211.90.248.97','',1254701226),(1855,0,'211.90.248.97','',1254701228),(1856,0,'211.239.124.90','',1254729840),(1857,0,'211.90.248.97','',1254751460),(1858,0,'211.239.124.90','',1254761032),(1859,0,'211.239.124.90','',1254761040),(1860,0,'211.90.248.97','',1254761118),(1861,0,'211.90.248.97','',1254761121),(1862,0,'89.149.202.152','',1254806158),(1863,0,'89.149.202.152','',1254806158),(1864,0,'89.149.202.152','',1254831301),(1865,0,'89.149.202.152','',1254831302),(1866,1868,'95.169.186.39','',1255768992),(1867,1868,'95.169.186.39','inivegync@gmail.com',1255768993),(1868,0,'74.53.160.210','',1255787491),(1869,0,'74.53.160.210','',1255845259),(1870,0,'74.53.160.210','',1255859360),(1871,0,'194.8.75.155','',1255977921),(1872,0,'194.8.75.155','',1255977922),(1873,0,'74.53.160.210','',1255986557),(1874,0,'194.8.75.151','',1256046043),(1875,0,'194.8.75.151','',1256046044),(1876,0,'194.8.75.151','',1256055095),(1877,0,'194.8.75.151','',1256055099),(1878,0,'74.53.160.210','',1256300033),(1879,0,'211.90.248.97','',1256650071),(1880,0,'194.8.75.151','',1257258719),(1881,0,'89.149.202.152','',1257372101),(1882,0,'89.149.202.152','',1257372102),(1883,0,'211.90.248.97','',1257374278),(1884,0,'89.149.202.152','',1257806982),(1885,0,'89.149.202.152','',1257806982),(1886,0,'89.149.202.152','',1257837782),(1887,0,'89.149.202.152','',1257837784),(1888,0,'194.8.75.151','',1258129415),(1889,0,'194.8.75.151','',1258178987),(1890,0,'74.53.160.210','',1258226262),(1891,0,'194.8.75.151','',1258355034),(1892,0,'194.8.75.151','',1258398742),(1893,0,'194.8.75.151','',1258488577),(1894,0,'194.8.75.151','',1258804172),(1895,0,'94.142.128.140','',1258825195),(1896,0,'188.92.76.208','',1258911664),(1897,0,'188.92.76.208','',1258911666),(1898,0,'211.239.124.90','',1258941069),(1899,0,'188.92.76.208','',1258953165),(1900,0,'188.92.76.208','',1258953167),(1901,0,'188.92.76.208','',1258974804),(1902,0,'188.92.76.208','',1258974806),(1903,0,'194.8.75.151','',1258983291),(1904,0,'188.92.76.208','',1258996889),(1905,0,'188.92.76.208','',1258996891),(1906,0,'188.92.76.208','',1259039291),(1907,0,'188.92.76.208','',1259039292),(1908,0,'188.92.76.208','',1259041748),(1909,0,'188.92.76.208','',1259041750),(1910,0,'188.92.76.208','',1259057610),(1911,0,'188.92.76.208','',1259057613),(1912,0,'188.92.76.208','',1259072051),(1913,0,'188.92.76.208','',1259072053),(1914,0,'188.92.76.208','',1259081688),(1915,0,'188.92.76.208','',1259081689),(1916,0,'188.92.76.208','',1259125753),(1917,0,'188.92.76.208','',1259125756),(1918,0,'188.92.76.208','',1259143675),(1919,0,'188.92.76.208','',1259143676),(1920,0,'188.92.76.208','',1259158189),(1921,0,'188.92.76.208','',1259158191),(1922,0,'211.90.248.97','',1259169168),(1923,0,'188.92.76.208','',1259172672),(1924,0,'188.92.76.208','',1259172675),(1925,0,'188.92.76.208','',1259217471),(1926,0,'188.92.76.208','',1259236003),(1927,0,'188.92.76.208','',1259253751),(1928,0,'188.92.76.208','',1259298533),(1929,0,'194.8.75.151','',1259319904),(1930,0,'188.92.76.208','',1259320164),(1931,0,'188.92.76.208','',1259341687),(1932,0,'221.238.17.245','',1259341763),(1933,0,'221.238.17.245','',1259341766),(1934,0,'173.20.84.83','',1259438379),(1935,0,'218.212.74.152','',1259465136),(1936,0,'188.92.76.208','',1259474384),(1937,0,'188.92.76.208','',1259474662),(1938,0,'188.92.76.208','',1259503707),(1939,0,'194.8.75.155','',1259529739),(1940,0,'188.92.76.208','',1259568482),(1941,0,'188.92.76.208','',1259593741),(1942,0,'188.92.76.208','',1259603010),(1943,0,'194.8.75.151','',1259614543),(1944,0,'188.92.76.208','',1259651366),(1945,0,'188.92.76.208','',1259673041),(1946,0,'89.149.202.152','',1259837254),(1947,0,'89.149.202.152','',1259839099),(1948,0,'89.149.202.152','',1259840100),(1949,0,'89.149.202.152','',1259885934),(1950,0,'89.149.202.152','',1259885935),(1951,0,'188.92.76.208','',1259942549),(1952,0,'173.20.84.83','',1259942551),(1953,0,'89.149.202.152','',1259964283),(1954,0,'89.149.202.152','',1259964284),(1955,0,'221.215.1.224','',1260037376),(1956,0,'221.215.1.224','',1260037545),(1957,0,'221.215.1.224','',1260038381),(1958,0,'221.215.1.224','',1260038715),(1959,0,'218.25.99.135','',1260071041),(1960,0,'194.8.75.151','',1260218138),(1961,0,'194.8.75.151','',1260218187),(1962,0,'76.73.13.206','',1260254380),(1963,0,'194.8.75.151','',1260568856),(1964,0,'89.149.202.152','',1260707088),(1965,0,'89.149.202.152','',1260707091),(1966,0,'211.239.124.90','',1260861871),(1967,0,'194.8.75.151','',1260927978),(1968,0,'89.149.202.152','',1260987485),(1969,0,'89.149.202.152','',1261180561),(1970,0,'89.149.202.152','',1261180562),(1971,0,'69.71.222.187','',1261306525),(1972,0,'194.8.75.151','',1261464461),(1973,0,'211.239.124.90','',1261510545),(1974,0,'69.71.222.187','',1261621077),(1975,0,'89.149.202.152','',1261637829),(1976,0,'89.149.202.152','',1261637830),(1977,0,'69.71.222.187','',1261677002),(1978,0,'69.71.222.187','',1261677017),(1979,0,'192.251.226.206','',1261677029),(1980,0,'69.71.222.187','',1261677058),(1981,0,'192.251.226.206','',1261677114),(1982,0,'192.251.226.206','',1261677213),(1983,0,'66.96.16.32','',1261677246),(1984,0,'78.142.140.194','',1261677284),(1985,0,'66.96.16.32','',1261677289),(1986,0,'211.239.124.90','',1261768554),(1987,0,'211.239.124.90','',1261771620),(1988,0,'66.96.16.32','',1261835285),(1989,0,'94.142.128.140','',1262006382),(1990,0,'94.142.128.140','',1262006449),(1991,0,'217.20.118.170','',1262069495),(1992,0,'217.20.118.170','',1262069496),(1993,0,'217.20.118.170','',1262072899),(1994,0,'217.20.118.170','',1262072900),(1995,0,'217.20.118.170','',1262101674),(1996,0,'217.20.118.170','',1262101675),(1997,0,'217.20.118.170','',1262104974),(1998,0,'217.20.118.170','',1262104974),(1999,0,'217.20.118.170','',1262163291),(2000,0,'217.20.118.170','',1262189225),(2001,0,'217.20.118.170','',1262189226),(2002,0,'76.73.13.206','',1262219976),(2003,0,'194.8.75.151','',1262234764),(2004,0,'217.20.118.170','',1262345816),(2005,0,'217.20.118.170','',1262345817),(2006,0,'211.239.124.90','',1262388023),(2007,0,'217.20.118.170','',1262474634),(2008,0,'217.20.118.170','',1262474635),(2009,0,'194.8.75.151','',1262607352),(2010,1963,'80.74.110.149','',1262607407),(2011,1963,'80.74.110.149','kaufviagra25@santafeaccommodation.info',1262607430),(2012,0,'212.235.107.45','',1262649074),(2013,0,'212.235.107.45','',1262649077),(2014,0,'211.239.124.90','',1262752197),(2015,0,'66.96.16.32','',1262768386),(2016,0,'212.235.107.45','',1262783573),(2017,0,'212.235.107.45','',1262783574),(2018,0,'194.8.75.151','',1262813205),(2019,1963,'69.246.106.72','',1262813209),(2020,1963,'69.246.106.72','kaufviagra25@santafeaccommodation.info',1262813211),(2021,0,'212.235.107.45','',1262824312),(2022,0,'212.235.107.45','',1262824313),(2023,0,'212.235.107.45','',1262858294),(2024,0,'212.235.107.45','',1262858300),(2025,0,'218.25.99.135','',1262863657),(2026,0,'212.235.107.45','',1262902908),(2027,0,'212.235.107.45','',1262942470),(2028,0,'218.25.99.135','',1262978632),(2029,0,'218.25.99.135','',1262978637),(2030,0,'212.235.107.45','',1262996958),(2031,0,'212.235.107.45','',1262996963),(2032,0,'194.8.75.151','',1263110581),(2033,1963,'212.40.172.68','',1263110594),(2034,1963,'212.40.172.68','kaufviagra25@santafeaccommodation.info',1263110599),(2035,0,'212.235.107.45','',1263114585),(2036,0,'212.235.107.45','',1263114592),(2037,0,'212.235.107.91','',1263156364),(2038,0,'212.235.107.91','',1263156365),(2039,0,'212.235.107.45','',1263181035),(2040,0,'212.235.107.45','',1263181062),(2041,0,'212.235.107.45','',1263205727),(2042,0,'212.235.107.45','',1263205734),(2043,0,'212.235.107.45','',1263255818),(2044,0,'212.235.107.45','',1263255824),(2045,0,'212.235.107.45','',1263312365),(2046,0,'212.235.107.45','',1263363806),(2047,0,'212.235.107.45','',1263363883),(2048,0,'194.8.75.151','',1263386991),(2049,0,'212.235.107.45','',1263427076),(2050,0,'212.235.107.45','',1263465840),(2051,0,'221.238.17.245','',1263494297),(2052,0,'221.238.17.245','',1263558917),(2053,0,'212.235.107.91','',1263597520),(2054,0,'212.235.107.91','',1263620011),(2055,0,'194.8.75.151','',1263663412),(2056,0,'212.235.107.91','',1263702176),(2057,0,'212.235.107.45','',1263736901),(2058,0,'212.235.107.45','',1263769286),(2059,0,'212.235.107.45','',1263858144),(2060,0,'212.235.107.45','',1263858145),(2061,0,'212.235.107.45','',1263902438),(2062,0,'212.235.107.45','',1263902441),(2063,0,'212.235.107.45','',1263951307),(2064,0,'212.235.107.45','',1264032815),(2065,0,'212.235.107.45','',1264032823),(2066,0,'78.142.140.194','',1264050102),(2067,0,'212.235.107.45','',1264063803),(2068,0,'212.235.107.45','',1264063807),(2069,0,'212.235.107.45','',1264115591),(2070,0,'212.235.107.45','',1264115595),(2071,0,'188.112.151.198','',1264187849),(2072,0,'188.112.151.198','',1264187851),(2073,0,'212.235.107.45','',1264200706),(2074,0,'212.235.107.45','',1264237020),(2075,0,'212.235.107.45','',1264261566),(2076,0,'78.26.179.214','',1264285825),(2077,0,'212.235.107.45','',1264296067),(2078,0,'212.235.107.45','',1264342984),(2079,0,'212.235.107.45','',1264382837),(2080,0,'212.235.107.45','',1264414914),(2081,0,'212.235.107.45','',1264414919),(2082,0,'212.235.107.45','',1264465595),(2083,0,'212.235.107.45','',1264465607),(2084,0,'192.251.226.206','',1264470370),(2085,0,'194.8.75.151','',1264522069),(2086,0,'211.239.124.90','',1264681119),(2087,0,'221.238.17.245','',1264682338),(2088,0,'89.149.202.152','',1264707416),(2089,0,'194.8.75.151','',1264710656),(2090,0,'194.8.75.151','',1264732481),(2091,0,'89.149.202.152','',1264770786),(2092,0,'89.149.202.152','',1264770787),(2093,0,'89.149.202.152','',1264876765),(2094,0,'89.149.202.152','',1264876765),(2095,0,'221.238.17.245','',1264905060),(2096,0,'188.112.151.198','',1264968863),(2097,0,'188.112.151.198','',1264968872),(2098,0,'194.8.75.151','',1265309540),(2099,0,'221.238.17.245','',1265338352),(2100,0,'194.8.75.151','',1265425639),(2101,0,'194.8.75.151','',1265511158),(2102,0,'194.8.75.151','',1265532626),(2103,0,'194.8.75.151','',1265600185),(2104,0,'194.8.75.151','',1265652080),(2105,0,'78.142.140.194','',1265676241),(2106,0,'194.8.75.151','',1265829565),(2107,0,'211.239.124.90','',1265905161),(2108,0,'208.75.88.34','',1265940279),(2109,0,'192.251.226.206','',1265973890),(2110,0,'211.239.124.90','',1265981690),(2111,0,'194.8.75.151','',1266007370),(2112,0,'192.251.226.206','',1266019461),(2113,0,'208.75.88.34','',1266101793),(2114,0,'208.75.88.34','',1266101800),(2115,0,'211.239.124.90','',1266119465),(2116,0,'192.251.226.206','',1266136009),(2117,0,'194.8.75.151','',1266144229),(2118,0,'192.251.226.206','',1266193973),(2119,0,'194.8.75.151','',1266247011),(2120,0,'211.239.124.90','',1266305301),(2121,0,'78.142.140.194','',1266326788),(2122,0,'194.8.75.151','',1266336188),(2123,0,'211.239.124.90','',1266382725),(2124,1999,'75.65.18.112','',1266546743),(2125,1999,'75.65.18.112','g2267938@mail.ru',1266546745),(2126,1999,'70.178.80.122','',1266546828),(2127,1999,'70.178.80.122','g2267938@mail.ru',1266546833),(2128,1997,'88.112.214.20','21tuttavuus@gmail.com',1266807825),(2129,0,'94.23.57.24','',1266817823),(2130,0,'94.23.57.24','',1266851081),(2131,0,'94.23.57.24','',1266862227),(2132,0,'94.23.57.24','',1266872852),(2133,0,'94.23.57.24','',1266883381),(2134,0,'195.191.54.237','',1266884316),(2135,0,'94.23.57.24','',1266893523),(2136,0,'94.23.57.24','',1266935200),(2137,0,'94.23.57.24','',1266945636),(2138,0,'69.71.222.187','',1266948237),(2139,0,'94.23.57.24','',1266956062),(2140,0,'78.142.140.194','',1267031376),(2141,1999,'167.19.248.126','',1267106595),(2142,1999,'167.19.248.126','',1267107120),(2143,1999,'167.19.248.126','',1267107360),(2144,0,'221.238.17.245','',1267152974),(2145,0,'195.39.210.202','',1267233894),(2146,0,'195.39.210.202','',1267234004),(2147,0,'195.39.210.202','',1267316045),(2148,2008,'212.117.161.15','',1267462414),(2149,2008,'212.117.161.15','gand.zio.rdisujepedego@gmail.com',1267462417),(2150,2008,'212.117.164.176','',1267462418),(2151,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1267462421),(2152,0,'195.39.210.202','',1267462555),(2153,0,'91.214.45.233','',1267466676),(2154,0,'91.214.45.233','',1267466677),(2155,0,'222.74.200.2','',1267474334),(2156,0,'89.107.104.99','',1267484645),(2157,2011,'85.214.153.205','',1267484649),(2158,2011,'85.214.153.205','msmarystrikens@gmail.com',1267484650),(2159,2008,'212.117.164.176','',1267511818),(2160,2008,'212.117.161.15','',1267511819),(2161,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1267511821),(2162,2008,'212.117.161.15','gand.zio.rdisujepedego@gmail.com',1267511822),(2163,0,'194.8.75.151','',1267543791),(2164,0,'89.149.202.152','',1267550705),(2165,0,'194.8.75.151','',1267554917),(2166,2008,'212.117.164.176','',1267569607),(2167,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1267569610),(2168,2008,'212.117.161.15','',1267569620),(2169,2008,'212.117.161.15','gand.zio.rdisujepedego@gmail.com',1267569622),(2170,0,'195.39.210.202','',1267587560),(2171,0,'89.149.202.152','',1267639361),(2172,0,'89.149.202.152','',1267639362),(2173,0,'188.112.151.198','',1267644881),(2174,0,'188.112.151.198','',1267644886),(2175,2008,'212.117.164.176','',1267647642),(2176,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1267647645),(2177,2008,'212.117.161.15','',1267647658),(2178,2008,'212.117.161.15','gand.zio.rdisujepedego@gmail.com',1267647661),(2179,0,'217.20.118.170','',1267648141),(2180,0,'217.20.118.170','',1267648142),(2181,0,'212.117.165.179','',1267648562),(2182,0,'212.117.165.179','',1267648564),(2183,0,'212.117.165.179','',1267692943),(2184,0,'212.117.165.179','',1267692945),(2185,0,'82.193.140.165','',1267716485),(2186,0,'82.193.140.165','',1267716486),(2187,0,'212.117.165.179','',1267718371),(2188,0,'212.117.165.179','',1267718373),(2189,0,'91.214.45.116','',1267738578),(2190,0,'188.72.225.209','',1267743233),(2191,0,'217.20.118.170','',1267769983),(2192,0,'217.20.118.170','',1267769984),(2193,0,'195.39.210.202','',1267781601),(2194,0,'91.214.45.116','',1267787130),(2195,0,'91.214.45.116','',1267787132),(2196,0,'195.39.210.202','',1267799504),(2197,0,'195.39.210.202','',1267867353),(2198,0,'195.39.210.202','',1267867435),(2199,2008,'212.117.161.15','',1267878436),(2200,2008,'212.117.161.15','gand.zio.rdisujepedego@gmail.com',1267878439),(2201,2008,'212.117.164.176','',1267878449),(2202,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1267878452),(2203,0,'194.8.75.151','',1267916910),(2204,0,'194.8.75.151','',1267916911),(2205,0,'89.149.202.152','',1267920533),(2206,0,'89.149.202.152','',1267920534),(2207,0,'207.44.255.162','',1267929540),(2208,0,'207.44.255.162','',1267929588),(2209,0,'194.8.75.151','',1267936830),(2210,0,'194.8.75.151','',1267936834),(2211,0,'195.39.210.202','',1267981272),(2212,0,'188.72.225.209','',1267998903),(2213,0,'195.191.54.237','',1267999723),(2214,0,'195.191.54.237','',1267999724),(2215,0,'195.39.210.202','',1268067206),(2216,0,'91.214.44.232','',1268079411),(2217,0,'195.39.210.202','',1268098679),(2218,0,'89.149.202.152','',1268160940),(2219,0,'195.39.210.202','',1268179590),(2220,0,'195.39.210.202','',1268179673),(2221,0,'194.8.75.151','',1268240227),(2222,0,'194.8.75.151','',1268240296),(2223,0,'194.8.75.151','',1268248768),(2224,0,'194.8.75.151','',1268248869),(2225,0,'194.8.75.151','',1268248933),(2226,2013,'94.45.49.190','',1268251788),(2227,0,'188.72.225.209','',1268270817),(2228,0,'188.72.225.209','',1268270818),(2229,0,'195.39.210.202','',1268288690),(2230,0,'195.39.210.202','',1268288771),(2231,0,'91.214.44.232','',1268294954),(2232,0,'188.92.76.135','',1268320521),(2233,2013,'94.45.49.190','',1268324583),(2234,2013,'94.45.49.190','',1268334704),(2235,2013,'94.45.49.190','',1268344021),(2236,2013,'94.45.49.190','',1268351428),(2237,2013,'94.45.49.190','',1268358412),(2238,2013,'94.45.49.190','',1268365316),(2239,2013,'94.45.49.190','',1268389613),(2240,2013,'94.45.49.190','arroborry@gawab.com',1268389615),(2241,2013,'94.45.49.190','',1268411037),(2242,2013,'94.45.49.190','arroborry@gawab.com',1268411038),(2243,0,'195.39.210.202','',1268414862),(2244,0,'195.191.54.237','',1268421845),(2245,2013,'94.45.49.190','',1268427764),(2246,2013,'94.45.49.190','arroborry@gawab.com',1268427766),(2247,0,'66.96.16.32','',1268428395),(2248,0,'66.96.16.32','',1268428404),(2249,0,'66.96.16.32','',1268428416),(2250,2013,'94.45.49.190','',1268441994),(2251,2013,'94.45.49.190','arroborry@gawab.com',1268441996),(2252,2013,'94.45.49.190','',1268455185),(2253,2013,'94.45.49.190','arroborry@gawab.com',1268455186),(2254,0,'195.39.210.202','',1268487858),(2255,0,'212.117.165.179','',1268506197),(2256,0,'212.117.165.179','',1268506199),(2257,0,'91.214.44.59','',1268555014),(2258,0,'94.142.131.186','',1268568032),(2259,0,'94.142.131.186','',1268568035),(2260,0,'195.39.210.202','',1268576840),(2261,0,'78.142.140.194','',1268606374),(2262,0,'82.193.140.165','',1268621279),(2263,0,'82.193.140.165','',1268621280),(2264,0,'195.39.210.202','',1268641217),(2265,0,'94.142.131.186','',1268665247),(2266,0,'94.142.131.186','',1268665254),(2267,0,'91.214.44.59','',1268812528),(2268,0,'82.193.140.165','',1268815587),(2269,0,'94.142.128.140','',1268822730),(2270,0,'94.142.128.140','',1268822732),(2271,0,'91.214.45.87','',1268843008),(2272,0,'212.117.165.179','',1268854265),(2273,0,'212.117.165.179','',1268854266),(2274,0,'91.207.6.74','',1268865501),(2275,0,'91.207.6.74','',1268865503),(2276,0,'212.117.165.179','',1268907096),(2277,0,'212.117.165.179','',1268907097),(2278,0,'195.39.210.202','',1268924754),(2279,0,'195.39.210.202','',1268924822),(2280,0,'212.235.107.48','',1268974930),(2281,0,'212.235.107.48','',1268974934),(2282,0,'188.92.76.135','',1268979593),(2283,0,'212.117.165.179','',1269018007),(2284,0,'212.117.165.179','',1269018008),(2285,0,'74.53.160.210','',1269062511),(2286,0,'91.214.44.232','',1269074135),(2287,0,'212.117.165.179','',1269079895),(2288,0,'212.117.165.179','',1269079896),(2289,0,'212.117.165.179','',1269102185),(2290,0,'212.117.165.179','',1269103318),(2291,0,'95.154.247.189','',1269122230),(2292,2027,'91.212.226.218','',1269129458),(2293,2027,'91.212.226.218','colinxhoward@tophotmail.net',1269129458),(2294,0,'212.117.165.179','',1269160313),(2295,0,'212.117.165.179','',1269160314),(2296,0,'195.191.54.237','',1269192931),(2297,0,'195.191.54.237','',1269192933),(2298,0,'91.214.46.11','',1269253589),(2299,2008,'212.117.164.176','',1269290472),(2300,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1269290474),(2301,2008,'212.117.161.15','',1269290490),(2302,2008,'212.117.161.15','gand.zio.rdisujepedego@gmail.com',1269290493),(2303,0,'212.117.165.179','',1269337865),(2304,0,'212.117.165.179','',1269341117),(2305,2027,'91.212.226.218','',1269344239),(2306,2027,'91.212.226.218','colinxhoward@tophotmail.net',1269344240),(2307,0,'87.118.104.158','',1269349863),(2308,0,'38.116.200.57','',1269350168),(2309,0,'188.92.76.135','',1269382274),(2310,0,'188.92.76.135','',1269382275),(2311,0,'188.112.151.198','',1269387746),(2312,0,'188.112.151.198','',1269387750),(2313,0,'82.193.140.165','',1269414841),(2314,0,'82.193.140.165','',1269414842),(2315,0,'91.214.44.59','',1269445846),(2316,0,'91.214.44.59','',1269445848),(2317,0,'195.191.54.237','',1269448558),(2318,2027,'91.212.226.218','',1269460318),(2319,2027,'91.212.226.218','colinxhoward@tophotmail.net',1269460319),(2320,2027,'91.212.226.218','',1269486539),(2321,2027,'91.212.226.218','colinxhoward@tophotmail.net',1269486540),(2322,2027,'91.212.226.218','',1269514005),(2323,2027,'91.212.226.218','colinxhoward@tophotmail.net',1269514006),(2324,0,'91.214.44.242','',1269520871),(2325,0,'91.214.44.242','',1269520872),(2326,0,'195.191.54.237','',1269555960),(2327,0,'87.118.104.158','',1269580164),(2328,0,'195.191.54.237','',1269617433),(2329,0,'195.191.54.237','',1269699108),(2330,0,'94.142.131.186','',1269699176),(2331,0,'94.142.131.186','',1269699180),(2332,0,'94.142.131.186','',1269713728),(2333,0,'94.142.131.186','',1269713730),(2334,0,'91.214.44.232','',1269728451),(2335,0,'91.214.44.232','',1269728452),(2336,0,'82.193.140.165','',1269761503),(2337,0,'78.26.187.23','',1269815316),(2338,0,'195.191.54.237','',1269824272),(2339,0,'94.142.131.186','',1269863921),(2340,0,'94.142.131.186','',1269863923),(2341,2008,'212.117.161.15','',1269891064),(2342,2008,'212.117.161.15','gand.zio.rdisujepedego@gmail.com',1269891067),(2343,2008,'212.117.164.176','',1269891139),(2344,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1269891142),(2345,0,'91.214.44.242','',1269912866),(2346,0,'188.92.76.135','',1269946444),(2347,0,'91.214.44.59','',1269955304),(2348,0,'91.212.226.217','',1269980151),(2349,0,'91.212.226.217','',1269980152),(2350,0,'91.214.44.59','',1270040519),(2351,0,'188.112.151.198','',1270042111),(2352,0,'188.112.151.198','',1270043011),(2353,0,'91.214.44.233','',1270115667),(2354,0,'91.214.44.233','',1270192236),(2355,0,'91.214.44.233','',1270192237),(2356,0,'94.142.131.186','',1270201553),(2357,0,'94.142.131.186','',1270201555),(2358,0,'91.214.46.11','',1270292683),(2359,0,'91.214.44.59','',1270308432),(2360,0,'91.214.44.59','',1270308433),(2361,0,'91.212.226.217','',1270335670),(2362,0,'91.212.226.217','',1270335671),(2363,0,'91.214.44.233','',1270356571),(2364,0,'89.149.253.223','',1270399022),(2365,0,'89.149.253.223','',1270399024),(2366,0,'195.191.54.237','',1270504591),(2367,0,'195.191.54.237','',1270504593),(2368,0,'195.191.54.237','',1270548380),(2369,0,'195.191.54.237','',1270548381),(2370,0,'208.75.88.34','',1270562091),(2371,0,'88.9.56.110','',1270566374),(2372,0,'88.9.56.110','',1270583839),(2373,0,'91.214.44.195','',1270823959),(2374,0,'91.214.44.195','',1270823960),(2375,0,'91.214.44.195','',1270861438),(2376,0,'91.214.44.195','',1270861439),(2377,0,'222.74.200.2','',1270885053),(2378,0,'91.212.226.247','',1270896963),(2379,0,'91.214.44.233','',1270930599),(2380,0,'91.214.44.233','',1270930599),(2381,0,'207.44.255.162','',1270963165),(2382,0,'94.142.131.186','',1271074559),(2383,0,'94.142.131.186','',1271074560),(2384,0,'94.142.131.186','',1271130897),(2385,0,'94.142.131.186','',1271130898),(2386,0,'91.214.44.195','',1271184076),(2387,0,'91.214.44.195','',1271184077),(2388,2008,'212.117.164.176','',1271187653),(2389,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1271187660),(2390,2008,'212.117.164.176','',1271188021),(2391,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1271188024),(2392,2008,'212.117.164.176','',1271188410),(2393,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1271188423),(2394,2008,'212.117.164.176','',1271190351),(2395,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1271190354),(2396,2008,'212.117.164.176','',1271190818),(2397,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1271190821),(2398,0,'78.26.187.23','',1271251944),(2399,0,'78.26.187.23','',1271251947),(2400,0,'91.212.226.247','',1271356106),(2401,0,'188.112.151.198','',1271359196),(2402,0,'91.214.44.233','',1271365896),(2403,0,'91.214.44.233','',1271365898),(2404,0,'91.214.44.233','',1271366378),(2405,0,'91.214.44.233','',1271366379),(2406,0,'195.191.54.237','',1271461893),(2407,0,'195.191.54.237','',1271498995),(2408,0,'91.212.226.247','',1271673962),(2409,0,'91.214.44.233','',1271700696),(2410,0,'91.214.44.233','',1271700697),(2411,0,'38.116.200.57','',1271854096),(2412,0,'91.214.44.195','',1271952794),(2413,0,'91.214.44.195','',1271952795),(2414,0,'91.212.226.247','',1271955453),(2415,2044,'217.29.30.20','',1271955498),(2416,2044,'217.29.30.20','evans@mailboxxx.net',1271955506),(2417,0,'91.214.44.59','',1271958209),(2418,0,'91.214.44.195','',1272001796),(2419,0,'91.214.44.195','',1272001797),(2420,0,'218.25.99.135','',1272060777),(2421,2008,'212.117.164.176','',1272315508),(2422,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1272315511),(2423,2008,'212.117.164.176','',1272316760),(2424,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1272316763),(2425,2008,'212.117.164.176','',1272317897),(2426,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1272317899),(2427,2008,'212.117.164.176','',1272319427),(2428,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1272319429),(2429,2008,'212.117.164.176','',1272321478),(2430,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1272321481),(2431,2008,'212.117.164.176','',1272323249),(2432,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1272323252),(2433,2008,'212.117.164.176','',1272349730),(2434,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1272349733),(2435,0,'142.24.215.135','',1272390341),(2436,2008,'212.117.164.176','',1272405029),(2437,2008,'212.117.164.176','gand.zio.rdisujepedego@gmail.com',1272405032),(2438,0,'91.214.44.233','',1272587433),(2439,0,'91.214.44.233','',1272587434),(2440,0,'91.212.226.247','',1272654133),(2441,2044,'61.244.235.34','',1272654190),(2442,2044,'61.244.235.34','evans@mailboxxx.net',1272654194),(2443,0,'218.25.99.135','',1272698975),(2444,0,'217.20.118.170','',1272720616),(2445,0,'217.20.118.170','',1272720617),(2446,0,'91.214.44.233','',1272739234),(2447,0,'91.214.44.233','',1272739235),(2448,0,'91.214.44.59','',1272756749),(2449,0,'91.214.44.59','',1272756750),(2450,0,'89.149.202.152','',1272798172),(2451,0,'89.149.202.152','',1272798173),(2452,0,'95.68.76.145','',1272800964),(2453,0,'95.68.76.145','',1272800965),(2454,0,'95.154.247.189','',1272813247),(2455,0,'188.112.151.198','',1272832476),(2456,2048,'188.116.33.42','',1272832629),(2457,2048,'195.26.131.232','olsonraymond31@gmail.com',1272832655),(2458,0,'188.112.151.198','',1272850717),(2459,2048,'41.190.16.17','',1272850735),(2460,2048,'41.190.16.17','olsonraymond31@gmail.com',1272850738),(2461,0,'188.112.151.198','',1272866570),(2462,2048,'61.153.149.205','',1272866581),(2463,2048,'61.153.149.205','olsonraymond31@gmail.com',1272866585),(2464,0,'188.112.151.198','',1272888877),(2465,2048,'24.56.113.197','',1272889072),(2466,2048,'193.87.173.106','olsonraymond31@gmail.com',1272889424),(2467,0,'188.112.151.198','',1272905791),(2468,0,'188.112.151.198','',1272905792),(2469,0,'188.112.151.198','',1272986088),(2470,0,'188.112.151.198','',1272986089),(2471,0,'91.214.44.233','',1273028671),(2472,0,'91.214.44.233','',1273028672),(2473,0,'188.112.151.198','',1273069605),(2474,0,'188.112.151.198','',1273069609),(2475,0,'188.112.151.198','',1273093452),(2476,0,'188.112.151.198','',1273093453),(2477,0,'222.74.200.2','',1273107098),(2478,0,'82.193.140.165','',1273159381),(2479,0,'82.193.140.165','',1273159383),(2480,0,'188.112.151.198','',1273181728),(2481,0,'188.112.151.198','',1273181730),(2482,0,'188.112.151.198','',1273204612),(2483,0,'188.112.151.198','',1273204613),(2484,0,'188.112.151.198','',1273223983),(2485,0,'188.112.151.198','',1273223984),(2486,0,'188.112.151.198','',1273261481),(2487,2048,'91.199.22.133','',1273261500),(2488,2048,'91.199.22.133','olsonraymond31@gmail.com',1273261506),(2489,0,'188.112.151.198','',1273288302),(2490,2048,'118.175.22.69','',1273288436),(2491,2048,'118.175.22.69','olsonraymond31@gmail.com',1273288472),(2492,0,'188.112.151.198','',1273314081),(2493,2048,'195.168.109.60','',1273314086),(2494,2048,'195.168.109.60','olsonraymond31@gmail.com',1273314087),(2495,2048,'95.68.87.95','',1273338692),(2496,2048,'95.68.87.95','olsonraymond31@gmail.com',1273338693),(2497,0,'91.214.44.233','',1273355491),(2498,2048,'95.68.87.95','',1273361139),(2499,2048,'95.68.87.95','olsonraymond31@gmail.com',1273361140),(2500,2048,'95.68.87.95','',1273381161),(2501,2048,'95.68.87.95','olsonraymond31@gmail.com',1273381162),(2502,2048,'95.68.87.95','',1273401391),(2503,2048,'95.68.87.95','olsonraymond31@gmail.com',1273401392),(2504,2048,'95.68.87.95','',1273422387),(2505,2048,'95.68.87.95','olsonraymond31@gmail.com',1273422388),(2506,0,'91.212.226.247','',1273432433),(2507,0,'91.212.226.247','',1273561714),(2508,0,'91.212.226.217','',1273570640),(2509,0,'91.212.226.217','',1273570641),(2510,0,'91.212.226.217','',1273578704),(2511,0,'91.212.226.217','',1273579833),(2512,0,'91.212.226.217','',1273580490),(2513,0,'91.214.44.59','',1273610129),(2514,0,'91.214.44.59','',1273610130),(2515,0,'91.212.226.217','',1273614093),(2516,0,'91.212.226.217','',1273614094),(2517,2048,'87.110.142.133','',1273632782),(2518,2048,'87.110.142.133','olsonraymond31@gmail.com',1273632783),(2519,0,'91.214.44.59','',1273659458),(2520,0,'91.214.44.59','',1273659459),(2521,0,'188.112.151.198','',1273690054),(2522,0,'188.112.151.198','',1273690058),(2523,0,'188.112.151.198','',1273812135),(2524,0,'188.112.151.198','',1273812136),(2525,0,'188.112.151.198','',1273852871),(2526,0,'91.214.44.233','',1273870779),(2527,0,'91.214.44.233','',1273870780),(2528,0,'91.212.226.217','',1273877987),(2529,0,'91.212.226.217','',1273877988),(2530,0,'218.25.99.135','',1273931976),(2531,0,'91.212.226.217','',1273950220),(2532,0,'91.212.226.217','',1273950221),(2533,0,'82.193.140.165','',1273993481),(2534,0,'82.193.140.165','',1273993482),(2535,0,'91.214.44.233','',1274008945),(2536,0,'91.214.44.233','',1274008946),(2537,0,'91.214.44.233','',1274014155),(2538,0,'91.214.44.233','',1274014157),(2539,0,'91.214.44.233','',1274016006),(2540,0,'91.214.44.233','',1274016007),(2541,0,'91.214.44.233','',1274331959),(2542,0,'91.214.44.233','',1274331960),(2543,0,'91.214.44.233','',1274332085),(2544,0,'91.214.44.233','',1274332086),(2545,0,'208.109.28.218','',1274340668),(2546,0,'91.214.44.233','',1274358224),(2547,0,'91.214.44.233','',1274358225),(2548,0,'188.112.151.198','',1274369219),(2549,0,'188.112.151.198','',1274369221),(2550,0,'91.214.44.242','',1274407217),(2551,0,'91.214.44.242','',1274407219),(2552,0,'188.112.151.198','',1274413159),(2553,0,'188.112.151.198','',1274413160),(2554,0,'91.214.44.233','',1274521523),(2555,0,'91.214.44.233','',1274524672),(2556,0,'91.214.44.191','',1274528864),(2557,0,'91.214.44.233','',1274536050),(2558,0,'91.214.44.233','',1274733761),(2559,0,'95.154.247.189','',1274833259),(2560,0,'91.214.44.233','',1274835216),(2561,0,'91.214.44.233','',1274835217),(2562,0,'91.214.44.191','',1274873228),(2563,0,'91.214.44.233','',1274875296),(2564,0,'91.214.44.233','',1274875297),(2565,0,'91.214.44.233','',1274895440),(2566,0,'91.214.44.233','',1274896517),(2567,0,'91.214.44.191','',1274965085),(2568,0,'208.109.28.218','',1274974976),(2569,0,'91.214.44.233','',1274997261),(2570,2048,'95.68.65.27','',1275072514),(2571,2048,'95.68.65.27','olsonraymond31@gmail.com',1275072515),(2572,0,'188.112.151.198','',1275091843),(2573,0,'91.214.44.233','',1275139730),(2574,0,'91.214.44.233','',1275164925),(2575,0,'91.214.44.233','',1275164926),(2576,0,'91.214.44.233','',1275182873),(2577,0,'91.214.44.233','',1275182874),(2578,0,'192.251.226.206','',1275250769),(2579,0,'208.109.28.218','',1275273503),(2580,0,'208.109.28.218','',1275304626),(2581,0,'208.109.28.218','',1275304627),(2582,0,'208.109.28.218','',1275337325),(2583,0,'208.109.28.218','',1275337327),(2584,0,'91.214.44.233','',1275361230),(2585,0,'91.214.44.233','',1275361230),(2586,0,'91.214.44.195','',1275363141),(2587,0,'91.214.44.195','',1275363142),(2588,0,'91.214.44.233','',1275366870),(2589,0,'91.214.44.233','',1275368038),(2590,0,'208.109.28.218','',1275421122),(2591,0,'208.109.28.218','',1275421123),(2592,0,'208.109.28.218','',1275430255),(2593,0,'91.214.44.123','',1275470800),(2594,0,'91.214.44.233','',1275491557),(2595,0,'91.214.44.233','',1275522248),(2596,0,'91.214.44.233','',1275522249),(2597,0,'91.214.44.233','',1275534871),(2598,0,'208.109.28.218','',1275637400),(2599,0,'217.23.13.10','',1275720338),(2600,0,'217.23.13.10','',1275727784),(2601,0,'217.23.13.10','',1275729800),(2602,0,'91.214.44.195','',1275804276),(2603,0,'91.214.44.195','',1275804277),(2604,0,'91.214.44.233','',1275852999),(2605,0,'91.214.44.233','',1275856454),(2606,0,'91.214.44.233','',1275856456),(2607,0,'91.214.44.233','',1275918589),(2608,0,'217.23.13.10','',1275947270),(2609,0,'217.23.13.10','',1275947271),(2610,0,'217.23.13.10','',1275968553),(2611,0,'217.23.13.10','',1275968554),(2612,0,'217.23.13.10','',1275979301),(2613,0,'217.23.13.10','',1275979302),(2614,2067,'154.20.196.96','',1275979689),(2615,2067,'154.20.196.96','lorivicknair@aol.com',1275979689),(2616,0,'91.214.44.233','',1276011038),(2617,0,'217.23.13.10','',1276020854),(2618,0,'217.23.13.10','',1276021203),(2619,0,'91.214.44.233','',1276021519),(2620,0,'217.23.13.10','',1276022400),(2621,0,'217.23.13.10','',1276022703),(2622,0,'217.23.13.10','',1276023935),(2623,0,'217.23.13.10','',1276034477),(2624,0,'217.23.13.10','',1276052085),(2625,0,'92.241.168.108','',1276072390),(2626,0,'71.194.95.244','',1276078025),(2627,0,'71.194.95.244','',1276079714),(2628,0,'92.241.168.108','',1276081598),(2629,0,'92.241.168.108','',1276093186),(2630,0,'92.241.168.108','',1276114325),(2631,0,'71.194.95.244','',1276119672),(2632,0,'71.194.95.244','',1276123807),(2633,0,'71.194.95.244','',1276123809),(2634,0,'71.194.95.244','',1276133848),(2635,0,'71.194.95.244','',1276143802),(2636,0,'173.234.31.22','',1276158834),(2637,0,'217.23.13.10','',1276160549),(2638,0,'217.23.13.10','',1276160624),(2639,0,'217.23.13.10','',1276160624),(2640,0,'92.241.168.108','',1276163129),(2641,0,'71.194.95.244','',1276170115),(2642,0,'71.194.95.244','',1276170169),(2643,0,'71.194.95.244','',1276173078),(2644,0,'92.241.168.108','',1276182594),(2645,0,'217.23.13.10','',1276183018),(2646,0,'217.23.13.10','',1276183249),(2647,0,'71.194.95.244','',1276188735),(2648,0,'71.194.95.244','',1276191805),(2649,0,'91.214.44.123','',1276192365),(2650,0,'92.241.168.108','',1276200675),(2651,0,'71.194.95.244','',1276212200),(2652,0,'71.194.95.244','',1276212204),(2653,0,'91.214.44.233','',1276216032),(2654,0,'71.194.95.244','',1276220069),(2655,0,'71.194.95.244','',1276220101),(2656,0,'91.214.44.233','',1276253806),(2657,0,'91.214.44.233','',1276253809),(2658,0,'91.214.44.191','',1276271281),(2659,0,'91.214.44.233','',1276275459),(2660,0,'91.214.44.233','',1276275461),(2661,0,'91.214.44.233','',1276290006),(2662,0,'91.214.44.233','',1276290010),(2663,0,'195.191.54.237','',1276375598),(2664,0,'91.214.44.233','',1276400567),(2665,0,'91.214.44.233','',1276400569),(2666,0,'91.214.44.233','',1276449925),(2667,0,'92.241.168.108','',1276464233),(2668,0,'217.23.13.10','',1276465459),(2669,0,'192.251.226.206','',1276484962),(2670,0,'92.241.168.108','',1276505514),(2671,0,'92.241.168.108','',1276512358),(2672,0,'92.241.168.108','',1276531494),(2673,0,'91.214.44.233','',1276540900),(2674,0,'92.241.168.108','',1276548486),(2675,0,'71.194.95.244','',1276569192),(2676,0,'71.194.95.244','',1276569209),(2677,0,'92.241.168.108','',1276590575),(2678,0,'92.241.168.108','',1276600572),(2679,0,'92.241.168.108','',1276604518),(2680,0,'173.234.31.22','',1276605047),(2681,0,'91.214.44.233','',1276609642),(2682,0,'195.191.54.237','',1276626131),(2683,0,'91.214.45.223','',1276652720),(2684,0,'91.214.45.223','',1276652722),(2685,0,'173.234.28.39','',1276684381),(2686,0,'217.23.13.10','',1276697722),(2687,0,'91.214.44.233','',1276704335),(2688,0,'91.214.44.233','',1276704336),(2689,0,'91.214.44.59','',1276710580),(2690,0,'91.214.44.59','',1276710581),(2691,0,'71.194.95.244','',1276778538),(2692,0,'71.194.95.244','',1276778582),(2693,0,'173.234.28.39','',1276779757),(2694,0,'91.214.44.233','',1276780571),(2695,0,'92.241.168.108','',1276782371),(2696,0,'217.23.13.10','',1276786010),(2697,0,'91.214.45.253','',1276824500),(2698,0,'173.234.31.22','',1276849521),(2699,0,'71.194.95.244','',1276858519),(2700,0,'207.44.255.162','',1276869778),(2701,0,'71.194.95.244','',1276869864),(2702,0,'92.241.168.108','',1276888231),(2703,0,'71.194.95.244','',1276888527),(2704,0,'71.194.95.244','',1276888529),(2705,0,'71.194.95.244','',1276893417),(2706,0,'71.194.95.244','',1276893424),(2707,0,'71.194.95.244','',1276924759),(2708,0,'71.194.95.244','',1276924760),(2709,0,'71.194.95.244','',1276937517),(2710,0,'71.194.95.244','',1276937521),(2711,0,'71.194.95.244','',1276938826),(2712,0,'71.194.95.244','',1276938829),(2713,0,'92.241.168.108','',1276939888),(2714,0,'91.214.44.233','',1276951827),(2715,0,'91.214.44.59','',1276951868),(2716,0,'91.214.44.233','',1276958665),(2717,0,'91.214.44.233','',1276958667),(2718,0,'217.23.13.10','',1276964390),(2719,0,'71.194.95.244','',1276968801),(2720,0,'71.194.95.244','',1276968816),(2721,0,'91.214.45.253','',1276976384),(2722,0,'91.214.44.233','',1276976583),(2723,0,'91.214.44.233','',1276976585),(2724,0,'92.241.168.108','',1276976883),(2725,0,'188.112.151.198','',1276982109),(2726,0,'188.112.151.198','',1276988826),(2727,0,'92.241.168.108','',1277031215),(2728,0,'92.241.168.108','',1277035682),(2729,0,'92.241.168.108','',1277056987),(2730,0,'217.23.13.10','',1277057605),(2731,0,'92.241.168.108','',1277063494),(2732,0,'91.214.44.233','',1277073412),(2733,0,'91.214.44.233','',1277073413),(2734,0,'92.241.168.108','',1277099853),(2735,0,'173.234.31.22','',1277105777),(2736,0,'92.241.168.108','',1277125542),(2737,0,'92.241.168.108','',1277125589),(2738,0,'92.241.168.108','',1277125589),(2739,0,'71.194.95.244','',1277127421),(2740,0,'71.194.95.244','',1277131314),(2741,0,'91.214.44.233','',1277135177),(2742,0,'91.214.44.233','',1277135211),(2743,0,'71.194.95.244','',1277139767),(2744,0,'71.194.95.244','',1277151774),(2745,0,'71.194.95.244','',1277156863),(2746,0,'71.194.95.244','',1277156865),(2747,0,'71.194.95.244','',1277184329),(2748,0,'71.194.95.244','',1277184381),(2749,0,'71.194.95.244','',1277187700),(2750,0,'92.241.168.108','',1277191727),(2751,0,'71.194.95.244','',1277191961),(2752,0,'71.194.95.244','',1277191974),(2753,0,'71.194.95.244','',1277192775),(2754,0,'71.194.95.244','',1277192810),(2755,0,'71.194.95.244','',1277194622),(2756,0,'173.234.28.39','',1277195846),(2757,0,'71.194.95.244','',1277215877),(2758,0,'71.194.95.244','',1277215980),(2759,0,'71.194.95.244','',1277215980),(2760,0,'71.194.95.244','',1277218760),(2761,0,'71.194.95.244','',1277218762),(2762,0,'91.214.45.117','',1277262517),(2763,0,'91.214.45.117','',1277262518),(2764,0,'91.214.45.117','',1277262519),(2765,0,'71.194.95.244','',1277267095),(2766,0,'71.194.95.244','',1277267105),(2767,0,'91.214.45.117','',1277282655),(2768,0,'91.214.45.117','',1277282656),(2769,0,'92.241.168.108','',1277283042),(2770,0,'173.234.19.64','',1277290051),(2771,0,'91.214.44.233','',1277290817),(2772,0,'91.214.44.233','',1277301624),(2773,0,'91.214.44.233','',1277303264),(2774,0,'71.194.95.244','',1277303926),(2775,0,'92.241.168.108','',1277317006),(2776,0,'203.101.90.133','',1277331742),(2777,0,'91.214.45.117','',1277353768),(2778,0,'92.241.168.108','',1277373538),(2779,0,'217.23.13.10','',1277374541),(2780,0,'91.214.45.117','',1277378232),(2781,0,'71.194.95.244','',1277394729),(2782,0,'217.23.13.10','',1277396059),(2783,0,'173.234.28.40','',1277402918),(2784,0,'92.241.168.108','',1277403549),(2785,0,'92.241.168.108','',1277403621),(2786,0,'92.241.168.108','',1277403622),(2787,0,'218.25.99.135','',1277407903),(2788,0,'123.125.156.144','',1277414535),(2789,0,'123.125.156.144','',1277414545),(2790,0,'123.125.156.144','',1277414568),(2791,0,'123.125.156.144','',1277414574),(2792,0,'123.125.156.144','',1277414625),(2793,0,'123.125.156.144','',1277414634),(2794,0,'173.234.31.21','',1277420758),(2795,0,'173.234.19.64','',1277422187),(2796,0,'109.86.108.180','',1277424232),(2797,0,'173.234.28.40','',1277425823),(2798,0,'173.234.28.39','',1277425895),(2799,0,'203.101.90.133','',1277435941),(2800,0,'173.234.29.37','',1277439710),(2801,0,'173.234.19.64','',1277448346),(2802,0,'217.20.118.170','',1277457382),(2803,0,'91.214.44.233','',1277460781),(2804,0,'91.214.44.233','',1277460783),(2805,0,'173.234.28.39','',1277461863),(2806,0,'173.234.19.64','',1277462026),(2807,0,'217.23.13.10','',1277463445),(2808,0,'217.23.13.10','',1277463446),(2809,0,'92.241.168.108','',1277466940),(2810,0,'203.101.90.133','',1277497596),(2811,0,'173.234.29.37','',1277498660),(2812,0,'92.241.168.108','',1277548195),(2813,0,'92.241.168.108','',1277548196),(2814,0,'173.234.28.39','',1277576169),(2815,0,'174.34.169.176','',1277587188),(2816,0,'173.234.30.37','',1277593692),(2817,0,'173.234.31.21','',1277614890),(2818,0,'92.241.168.108','',1277629124),(2819,0,'92.241.168.108','',1277629125),(2820,0,'195.191.54.237','',1277630107),(2821,0,'195.191.54.237','',1277630108),(2822,0,'173.234.31.22','',1277641693),(2823,0,'173.234.28.40','',1277644474),(2824,0,'173.234.31.22','',1277645219),(2825,0,'173.234.31.21','',1277673277),(2826,0,'173.234.28.39','',1277673395),(2827,0,'173.234.30.37','',1277687529),(2828,0,'173.234.28.40','',1277697552),(2829,0,'203.101.90.133','',1277702532),(2830,0,'173.234.29.37','',1277708872),(2831,0,'173.234.19.64','',1277709859),(2832,0,'92.241.168.108','',1277719310),(2833,0,'92.241.168.108','',1277719311),(2834,0,'203.101.90.133','',1277721430),(2835,0,'217.23.13.10','',1277722846),(2836,0,'217.23.13.10','',1277722847),(2837,0,'174.34.170.159','',1277745483),(2838,0,'173.234.31.21','',1277751102),(2839,0,'92.241.168.108','',1277753901),(2840,0,'92.241.168.108','',1277753902),(2841,0,'91.214.44.123','',1277794506),(2842,0,'91.214.44.123','',1277794507),(2843,0,'173.234.29.37','',1277799344),(2844,0,'92.241.168.108','',1277799857),(2845,0,'188.112.151.198','',1277850129),(2846,0,'188.112.151.198','',1277850130),(2847,0,'217.23.13.10','',1277857896),(2848,0,'217.23.13.10','',1277857897),(2849,0,'92.241.168.108','',1277866028),(2850,0,'92.241.168.108','',1277866030),(2851,0,'71.194.95.244','',1277875194),(2852,0,'71.194.95.244','',1277875196),(2853,0,'91.214.44.59','',1277891663),(2854,0,'91.214.44.59','',1277891664),(2855,0,'92.241.168.108','',1277911515),(2856,2110,'119.6.60.39','',1277928889),(2857,2110,'119.6.60.39','kent6hunt45@yahoo.co.uk',1277928893),(2858,0,'195.191.54.237','',1277930311),(2859,0,'92.241.168.108','',1277945964),(2860,0,'91.214.44.123','',1277947578),(2861,0,'91.214.44.123','',1277947579),(2862,0,'71.194.95.244','',1277960338),(2863,0,'71.194.95.244','',1277963390),(2864,0,'71.194.95.244','',1277963432),(2865,0,'71.194.95.244','',1277963496),(2866,0,'195.191.54.237','',1277964889),(2867,0,'71.194.95.244','',1277968172),(2868,0,'71.194.95.244','',1277995972),(2869,0,'92.241.168.108','',1277996238),(2870,0,'202.108.50.71','',1277996267),(2871,0,'195.191.54.237','',1277998629),(2872,0,'195.191.54.237','',1277998683),(2873,0,'92.241.168.108','',1278001994),(2874,0,'71.194.95.244','',1278002675),(2875,0,'71.194.95.244','',1278002739),(2876,0,'71.194.95.244','',1278028715),(2877,0,'71.194.95.244','',1278052411),(2878,0,'71.194.95.244','',1278052421),(2879,0,'92.241.168.108','',1278065682),(2880,0,'203.101.90.133','',1278068519),(2881,0,'71.194.95.244','',1278074826),(2882,0,'71.194.95.244','',1278074855),(2883,0,'71.194.95.244','',1278074868),(2884,0,'71.194.95.244','',1278097197),(2885,0,'92.241.168.108','',1278099509),(2886,0,'71.194.95.244','',1278119569);
/*!40000 ALTER TABLE `smf_log_banned` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_log_boards`
--

DROP TABLE IF EXISTS `smf_log_boards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_log_boards` (
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
  `ID_BOARD` smallint(5) unsigned NOT NULL default '0',
  `ID_MSG` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`ID_MEMBER`,`ID_BOARD`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_log_boards`
--

LOCK TABLES `smf_log_boards` WRITE;
/*!40000 ALTER TABLE `smf_log_boards` DISABLE KEYS */;
INSERT INTO `smf_log_boards` VALUES (1,5,3192),(1,24,3192),(1,3,3650),(1,47,3192),(1,36,3713),(1,73,3192),(1,77,3713),(1,75,3349),(1,13,3595),(1,32,3421),(1,2,3558),(1,144,3192),(1,68,3192),(1,49,3192),(1,120,3192),(1,20,3576),(1,97,3192),(1,64,3623),(3,20,11),(2,20,2834),(4,20,16),(5,20,17),(5,144,17),(5,17,17),(5,21,17),(1,43,3387),(1,48,3192),(12,43,3410),(1797,64,3217),(12,2,3573),(12,20,3573),(12,64,3174),(12,32,3207),(1796,162,3213),(1796,148,3213),(12,97,3180),(1796,163,3216),(1796,21,3216),(16,43,44),(17,32,47),(17,20,48),(18,20,3629),(1795,12,3213),(20,20,72),(21,21,60),(12,21,3528),(22,20,72),(18,21,69),(1,21,3643),(1794,236,3213),(2,21,91),(1,66,3709),(25,20,98),(26,21,99),(27,21,100),(28,2,148),(28,20,149),(30,2,110),(31,20,111),(1,61,3711),(32,21,241),(33,21,142),(33,18,142),(33,22,142),(34,64,143),(28,32,148),(35,19,152),(35,21,153),(35,20,153),(12,61,3242),(37,61,161),(37,21,161),(38,32,168),(38,21,168),(40,64,205),(41,32,176),(41,21,176),(42,148,177),(43,61,180),(43,144,178),(43,19,178),(40,2,205),(44,21,181),(45,61,247),(12,132,3184),(1,132,3195),(46,61,207),(46,2,211),(1,55,3192),(1,83,3192),(1,149,3192),(1,12,3714),(1,16,3466),(1,150,3623),(47,2,241),(47,64,241),(1,14,3561),(48,12,245),(49,12,245),(49,59,245),(1,151,3595),(45,60,247),(50,12,247),(51,20,270),(2014,191,3569),(12,33,2327),(12,34,3207),(12,35,893),(12,144,3162),(12,145,2706),(12,146,893),(12,147,3258),(12,3,3311),(12,10,893),(12,6,3410),(12,9,893),(12,5,2721),(12,14,3165),(12,151,3245),(12,11,3166),(12,17,3167),(12,13,893),(12,15,893),(12,16,3339),(12,150,3169),(12,12,3410),(12,18,3170),(12,19,3171),(12,22,893),(12,148,3527),(12,72,3410),(12,66,3173),(12,69,893),(12,37,3302),(12,38,893),(12,39,3265),(12,40,893),(12,41,893),(12,42,893),(12,44,3206),(12,45,893),(12,46,893),(12,47,893),(12,48,3409),(12,49,893),(12,50,893),(12,51,893),(12,52,893),(12,53,893),(12,54,3303),(12,55,3178),(12,56,3179),(12,57,893),(12,58,893),(12,59,3175),(12,60,893),(12,62,893),(12,63,893),(12,65,893),(12,36,3526),(12,77,3526),(12,75,3318),(12,76,893),(12,74,3526),(12,73,1614),(12,79,2693),(12,67,893),(12,68,893),(12,70,893),(12,71,893),(12,23,1023),(12,28,3179),(12,80,893),(12,81,893),(12,82,893),(12,83,3179),(12,84,893),(12,85,893),(12,86,893),(12,87,893),(12,88,893),(12,89,893),(12,24,3180),(12,90,893),(12,91,893),(12,92,893),(12,93,893),(12,94,893),(12,95,893),(12,96,893),(12,98,893),(12,99,1257),(12,100,893),(12,101,893),(12,102,3181),(12,103,893),(12,104,893),(12,105,3182),(12,106,893),(12,107,893),(12,108,893),(12,109,893),(12,110,893),(12,111,893),(12,112,893),(12,113,893),(12,114,893),(12,115,893),(12,116,2167),(12,117,893),(12,26,893),(12,142,893),(12,141,2915),(12,140,3183),(12,139,893),(12,138,893),(12,137,893),(12,136,893),(12,135,893),(12,134,893),(12,133,893),(12,131,893),(12,130,893),(12,129,893),(12,127,893),(12,128,3185),(12,126,3186),(12,143,893),(12,125,3187),(12,124,893),(12,25,3188),(12,123,893),(12,122,893),(12,121,893),(12,120,893),(12,119,3189),(12,118,893),(12,27,893),(12,149,3190),(53,12,262),(53,16,340),(53,15,260),(53,64,260),(53,20,455),(1,152,3192),(12,152,3165),(53,61,340),(54,21,270),(55,12,269),(54,32,269),(56,21,270),(54,2,270),(58,20,298),(58,149,276),(59,79,277),(59,2,276),(59,21,277),(59,32,277),(59,20,277),(59,66,277),(59,148,277),(59,61,277),(59,77,277),(59,102,277),(59,149,277),(59,55,277),(59,33,277),(59,34,277),(60,2,277),(60,144,277),(60,21,277),(61,32,277),(61,2,277),(62,12,277),(63,21,279),(64,21,299),(64,2,281),(65,12,281),(66,32,285),(66,144,284),(66,21,285),(66,2,285),(58,148,295),(67,20,299),(68,61,309),(69,20,335),(70,43,318),(71,28,326),(71,20,327),(71,32,328),(69,34,328),(72,21,339),(72,20,339),(74,12,339),(72,2,339),(72,32,339),(75,20,341),(77,32,377),(77,20,377),(78,16,349),(78,61,349),(79,61,368),(80,61,377),(80,36,378),(80,73,378),(80,79,377),(80,55,378),(80,64,378),(81,21,381),(82,32,381),(82,2,382),(80,43,382),(80,42,382),(83,20,383),(85,61,383),(86,2,387),(87,21,390),(91,2,615),(91,118,430),(91,32,615),(93,20,445),(95,12,445),(96,21,447),(96,145,447),(96,20,447),(97,20,448),(91,20,1033),(99,32,454),(99,16,455),(99,66,455),(100,150,455),(101,61,455),(101,2,455),(102,20,456),(103,20,457),(105,20,458),(105,2,458),(108,2,458),(108,32,458),(110,20,459),(2014,2,3624),(113,145,463),(113,20,463),(114,32,465),(114,34,464),(115,12,465),(2017,21,3569),(117,20,479),(118,2,1449),(118,20,1419),(91,34,469),(119,16,469),(119,2,469),(117,2,469),(117,33,469),(117,3,469),(117,6,469),(117,12,469),(117,16,469),(117,61,469),(117,64,469),(117,55,469),(117,36,469),(117,77,469),(117,149,469),(117,21,469),(117,148,469),(121,12,470),(122,32,470),(122,34,470),(122,2,470),(121,2,470),(122,20,660),(91,16,471),(126,20,475),(127,20,475),(129,43,478),(108,61,479),(130,12,479),(122,61,479),(122,43,479),(131,2,479),(131,34,479),(131,21,479),(134,12,479),(135,20,479),(136,12,479),(137,12,479),(140,2,483),(141,20,484),(143,149,485),(145,12,485),(1,34,3421),(147,20,648),(147,21,492),(147,132,492),(148,150,1079),(149,61,648),(151,48,494),(152,21,495),(121,66,519),(149,2,495),(149,32,495),(153,148,495),(2015,191,3568),(2014,176,3567),(156,32,521),(156,18,521),(156,21,521),(157,12,521),(158,21,524),(159,144,524),(159,17,524),(159,152,524),(159,2,524),(160,12,524),(161,2,973),(161,48,1150),(162,32,526),(162,20,526),(162,61,526),(161,49,526),(163,3,526),(164,20,3536),(168,12,534),(169,20,535),(147,34,536),(445,14,2493),(171,2,3624),(171,21,3624),(171,148,3105),(171,20,3222),(171,28,3136),(172,2,3623),(172,144,2883),(172,11,3335),(1,11,3462),(172,32,3335),(172,33,3335),(172,34,3042),(172,35,2968),(173,2,543),(173,32,543),(173,35,543),(175,20,546),(175,21,546),(175,36,546),(177,12,567),(1,28,3192),(180,145,570),(164,2,570),(181,12,570),(182,2,570),(182,20,570),(183,21,571),(184,20,573),(185,20,574),(171,32,2333),(171,61,2642),(187,20,580),(188,55,582),(189,20,583),(191,61,585),(192,20,1007),(193,21,2055),(193,148,2055),(193,20,1244),(192,21,1273),(196,20,2548),(197,21,600),(192,2,1071),(192,32,634),(193,28,1937),(193,50,612),(200,20,613),(201,14,613),(203,20,614),(193,3,619),(2015,163,3568),(2015,21,3568),(205,2,618),(193,34,1934),(193,6,619),(193,36,619),(193,73,619),(171,34,2037),(206,12,623),(192,34,634),(208,21,629),(209,21,629),(209,20,629),(2014,237,3569),(2017,237,3569),(213,70,646),(213,36,645),(213,73,645),(214,16,648),(215,64,648),(216,20,650),(217,20,651),(218,20,652),(219,2,652),(219,34,652),(220,3,652),(220,10,652),(220,20,652),(221,12,652),(172,3,3654),(172,16,3349),(172,20,3280),(172,14,655),(223,144,656),(223,11,656),(223,21,656),(225,150,656),(225,72,656),(226,61,659),(227,61,660),(227,54,660),(228,145,660),(228,64,660),(230,12,660),(232,61,661),(233,21,663),(172,12,2994),(172,150,663),(234,20,667),(172,28,3280),(2017,231,3569),(236,61,668),(237,20,668),(238,21,668),(238,61,668),(238,58,668),(172,36,3336),(172,73,668),(192,16,668),(239,2,669),(240,20,670),(240,19,670),(240,132,670),(240,55,670),(240,61,670),(241,12,677),(242,20,678),(243,20,679),(243,61,679),(243,66,679),(243,64,679),(243,21,679),(244,21,680),(244,61,680),(244,20,680),(245,146,680),(250,61,680),(249,36,680),(249,77,680),(249,75,680),(249,67,680),(249,20,680),(249,25,680),(251,21,680),(252,108,680),(252,28,684),(252,36,680),(252,73,680),(252,64,680),(252,32,680),(253,21,684),(254,20,684),(256,64,684),(257,20,686),(257,34,688),(258,2,698),(258,20,698),(256,13,697),(256,20,697),(253,34,697),(260,149,698),(253,2,698),(261,20,699),(262,61,708),(262,144,706),(220,21,708),(263,20,711),(266,16,712),(266,32,712),(266,66,712),(267,11,712),(267,12,712),(268,61,712),(269,43,712),(270,61,996),(271,2,713),(272,69,713),(272,61,713),(273,20,713),(275,21,2636),(276,61,718),(275,36,2636),(275,73,983),(275,3,2627),(275,6,2627),(275,11,2627),(275,16,2627),(275,32,1421),(275,34,2197),(275,105,984),(275,2,2627),(275,20,2627),(171,3,758),(171,36,2838),(278,43,745),(279,12,745),(279,147,745),(279,145,745),(280,2,745),(171,64,2890),(171,16,1082),(275,119,994),(275,153,2578),(1,153,3300),(1,33,3192),(1,174,3192),(1,154,3615),(1,156,3192),(1,155,3222),(275,77,2627),(275,75,1026),(1,70,3389),(1,162,3592),(1,189,3606),(1,164,3353),(1,176,3588),(1,161,3192),(1,159,3192),(1,179,3576),(1,188,3192),(1,160,3297),(1,182,3192),(1,119,3192),(171,162,3219),(171,164,3395),(12,153,3301),(12,162,3573),(12,164,1855),(12,189,3411),(12,176,3018),(12,175,3081),(12,159,2893),(12,160,3435),(12,161,1034),(12,187,1357),(12,188,1357),(12,179,3580),(12,154,3193),(12,174,2233),(12,155,3222),(12,156,2011),(12,181,2099),(12,182,3026),(275,148,2197),(275,64,2627),(275,156,2633),(12,165,3573),(12,166,3573),(12,167,3573),(12,168,3014),(12,163,3217),(12,169,2671),(12,185,3139),(12,186,3245),(12,177,3155),(12,170,3171),(12,171,2167),(12,173,893),(12,158,3307),(12,157,3117),(12,178,2457),(12,180,893),(12,183,893),(12,184,3412),(1,148,3592),(1,6,3368),(196,160,968),(196,2,968),(275,169,982),(275,33,2627),(1,169,3192),(172,153,3654),(172,6,3654),(172,160,2940),(275,190,1052),(1,190,3192),(12,190,3189),(282,21,2559),(282,189,878),(282,148,2559),(282,162,2559),(283,2,880),(282,175,879),(282,164,881),(282,20,2573),(275,189,1212),(275,59,2627),(275,24,1048),(1,59,3192),(275,132,913),(284,160,914),(171,155,3222),(270,181,933),(270,182,933),(171,161,1044),(171,160,3406),(171,169,2672),(171,153,1048),(171,6,968),(171,170,1627),(171,154,1024),(1,145,3192),(1,193,3192),(1,163,3215),(1,9,3192),(1,10,3192),(1,15,3578),(1,17,3593),(1,18,3595),(1,19,3407),(1,22,3192),(1,23,3192),(1,25,3192),(1,26,3192),(1,27,3192),(1,35,3192),(1,37,3580),(1,38,3192),(1,39,3278),(1,40,3192),(1,41,3192),(1,42,3192),(1,44,3569),(1,45,3192),(1,46,3192),(1,50,3192),(1,51,3192),(1,52,3192),(1,53,3192),(1,54,3280),(1,56,3192),(1,57,3192),(1,58,3192),(1,60,3192),(1,62,3192),(1,63,3192),(1,65,3192),(1,67,3192),(1,69,3623),(1,71,3192),(1,72,3367),(1,74,3603),(1,76,3192),(1,79,3193),(1,80,3192),(1,81,3192),(1,82,3192),(1,84,3192),(1,85,3192),(1,86,3192),(1,87,3192),(1,88,3192),(1,89,3192),(1,90,3192),(1,91,3192),(1,92,3192),(1,93,3192),(1,94,3192),(1,95,3192),(1,96,3192),(1,98,3192),(1,99,3192),(1,100,3192),(1,101,3192),(1,102,3192),(1,103,3220),(1,104,3192),(1,105,3192),(1,106,3192),(1,107,3192),(1,108,3192),(1,109,3192),(1,110,3192),(1,111,3192),(1,112,3192),(1,113,3192),(1,114,3192),(1,115,3192),(1,116,3192),(1,117,3192),(1,118,3192),(1,121,3192),(1,122,3192),(1,123,3192),(1,124,3192),(1,125,3192),(1,126,3192),(1,127,3192),(1,128,3192),(1,129,3192),(1,130,3192),(1,131,3192),(1,133,3192),(1,134,3192),(1,135,3192),(1,136,3192),(1,137,3192),(1,138,3192),(1,139,3192),(1,140,3192),(1,141,3192),(1,142,3192),(1,143,3192),(1,146,3192),(1,147,3192),(1,157,3192),(1,158,3192),(1,165,3192),(1,166,3192),(1,167,3551),(1,168,3192),(1,170,3220),(1,171,3192),(1,173,3578),(1,175,3548),(1,177,3192),(1,178,3192),(1,180,3192),(1,181,3582),(1,183,3192),(1,184,3463),(1,185,3224),(1,186,3224),(1,187,3192),(1,191,3192),(1,192,3192),(12,192,3171),(12,191,3171),(12,193,3264),(171,192,2071),(171,191,1627),(171,145,2706),(171,59,1545),(171,190,1044),(171,149,998),(171,193,2081),(275,145,968),(275,193,2627),(270,164,969),(171,176,3622),(171,48,978),(275,191,2627),(275,192,2627),(275,163,1529),(171,163,3219),(171,75,1926),(171,119,2038),(171,24,1077),(285,159,994),(285,179,994),(270,162,995),(286,20,996),(286,160,996),(283,149,997),(283,132,1006),(171,132,1004),(287,12,998),(287,153,998),(192,188,1003),(192,159,1070),(192,189,1004),(171,189,3395),(172,145,1006),(172,193,2883),(172,21,3449),(172,148,1019),(172,162,2883),(289,145,1013),(289,12,1013),(290,66,1291),(171,66,2806),(275,149,1529),(12,194,3175),(91,161,1033),(291,43,1035),(291,87,1035),(291,190,1036),(290,69,1037),(161,194,1037),(292,41,1037),(171,77,2160),(171,43,3234),(171,194,2587),(294,158,1047),(294,20,1047),(295,66,1047),(294,153,1047),(172,77,3280),(299,17,1053),(300,61,1054),(301,61,1062),(301,66,1055),(301,36,1055),(301,73,1055),(275,194,1076),(275,187,1057),(275,159,2627),(275,140,2627),(275,125,1127),(171,159,2853),(171,140,1065),(301,183,1061),(303,20,1066),(303,194,1065),(275,61,1065),(304,21,1065),(304,185,1065),(304,177,1065),(304,186,1065),(304,64,1065),(304,194,1065),(304,20,1065),(304,161,1065),(303,2,1066),(303,32,1066),(305,194,1066),(305,192,1066),(305,155,1067),(305,20,1067),(305,160,1067),(305,159,1067),(305,157,1067),(192,24,1072),(306,2,1078),(306,64,1079),(307,20,1087),(161,66,1079),(308,20,1079),(309,21,1079),(309,163,1079),(311,12,1082),(275,128,1126),(307,59,1087),(171,33,2333),(312,61,2222),(312,182,2112),(18,159,3239),(18,179,3629),(18,187,3629),(171,182,2113),(313,43,1334),(313,61,1106),(314,20,1106),(314,159,1106),(315,2,1108),(12,195,3191),(275,195,1124),(275,25,1128),(382,212,2321),(12,212,3069),(171,175,3019),(316,66,1136),(317,2,1140),(317,157,1140),(317,155,1140),(319,12,1146),(171,171,2160),(172,171,1152),(172,59,3280),(329,21,1212),(329,189,1212),(171,156,2003),(324,21,1180),(275,171,2141),(275,160,1170),(171,185,1494),(325,145,1172),(325,66,1172),(326,28,1173),(326,2,1174),(326,32,1173),(326,89,1173),(324,191,1179),(329,185,1212),(327,16,1181),(171,79,2265),(12,201,3263),(12,204,3323),(12,200,3301),(12,202,3179),(12,203,3410),(12,207,3310),(12,205,2978),(12,206,2303),(328,2,1204),(328,191,1204),(328,170,1204),(328,164,1204),(328,162,1205),(328,200,1206),(329,163,1212),(118,179,1419),(330,48,1212),(275,201,2627),(171,179,3395),(333,61,1215),(334,191,1283),(334,200,1230),(334,21,1636),(334,148,1662),(334,162,1662),(334,72,1232),(334,20,1443),(334,2,1442),(334,36,1635),(334,77,1287),(334,76,1220),(335,61,1220),(335,181,1220),(335,182,1220),(335,207,1220),(335,200,1220),(336,201,1222),(336,170,1222),(336,20,1222),(336,187,1222),(336,188,1222),(336,72,1222),(336,56,1222),(336,59,1222),(336,99,1222),(336,202,1222),(336,83,1222),(336,24,1222),(337,2,1222),(334,12,2679),(338,24,1223),(338,94,1223),(338,12,1223),(334,204,1566),(334,207,1223),(334,22,1223),(334,170,1224),(334,171,1224),(171,202,1627),(171,12,3239),(171,72,3395),(339,66,1227),(340,162,1229),(341,12,1229),(334,147,1229),(334,146,1566),(334,70,1229),(334,159,1529),(334,202,1481),(334,66,1230),(334,28,1484),(334,32,1235),(342,61,1236),(334,175,1291),(334,26,1360),(275,162,1529),(334,99,1254),(344,12,1846),(344,189,1260),(345,21,1271),(345,148,2490),(345,162,1271),(345,164,1267),(345,176,1267),(345,165,1267),(345,166,1267),(345,207,1269),(345,163,1271),(345,169,1271),(345,175,1271),(192,175,1272),(192,148,1273),(345,32,1274),(346,64,1275),(345,2,2110),(345,72,1275),(345,64,1275),(347,2,1276),(348,2,1276),(348,12,1277),(348,146,1277),(349,64,2605),(350,170,1529),(350,200,1280),(350,21,2767),(350,168,2767),(350,2,2767),(350,72,1721),(350,32,2005),(171,168,3019),(350,204,1282),(350,202,1282),(350,192,2095),(352,144,1288),(334,75,1287),(350,191,1292),(334,155,1318),(334,201,1662),(334,144,1566),(350,155,1529),(353,12,1292),(350,144,1465),(350,201,1529),(350,20,1723),(350,157,2223),(350,179,1824),(350,61,2095),(350,39,1292),(350,178,1292),(334,153,1332),(354,148,1296),(354,162,1296),(334,179,1397),(354,2,1297),(355,20,3632),(355,160,3426),(355,2,3713),(355,21,3642),(355,148,3620),(355,162,3595),(355,188,3449),(334,188,1401),(334,64,1335),(355,187,3449),(355,180,3435),(334,203,2679),(356,201,3036),(356,155,3013),(171,188,1355),(334,206,1333),(334,189,1335),(345,61,2221),(345,97,1343),(345,206,1343),(356,20,3291),(356,59,3013),(356,166,3013),(356,165,3013),(356,162,3013),(357,144,1345),(355,159,3462),(355,178,3462),(334,160,1443),(350,34,2005),(356,21,3036),(356,189,3013),(356,175,3013),(356,159,3013),(356,170,3013),(356,61,3036),(356,182,3013),(356,72,3013),(356,156,3013),(356,179,3013),(355,202,1358),(355,32,3041),(355,207,3277),(358,159,1669),(358,179,1817),(334,27,1360),(358,64,1385),(358,156,2113),(358,155,2113),(359,20,1371),(358,20,3219),(171,201,2751),(171,158,3136),(356,158,3013),(355,155,3440),(334,156,1401),(355,179,3575),(355,201,3023),(360,20,1421),(360,179,1421),(350,158,1425),(350,162,1785),(355,61,3713),(334,157,1635),(361,2,1444),(171,204,3239),(355,34,3041),(355,164,3353),(275,164,1529),(362,193,1460),(362,192,1460),(362,28,1460),(362,200,1460),(362,191,1460),(362,21,1460),(363,61,1460),(363,2,1460),(334,168,1633),(334,164,1462),(355,168,3011),(192,164,1462),(118,168,1462),(350,175,1529),(350,164,1727),(350,176,1529),(350,36,2005),(355,175,3548),(355,163,3216),(307,2,2113),(334,192,1484),(364,158,1485),(171,40,1485),(355,176,3018),(355,158,2037),(171,177,3156),(171,205,1635),(365,43,1710),(356,154,3013),(350,163,1824),(350,43,1529),(350,177,1529),(356,163,3013),(356,169,3013),(355,170,2154),(171,157,3136),(355,157,3462),(355,169,2039),(366,20,1538),(366,158,1538),(366,32,1538),(355,59,1547),(355,36,3100),(356,157,3013),(356,36,3013),(368,20,2120),(368,159,1699),(368,170,1565),(368,154,1565),(368,21,1919),(368,162,1679),(334,13,1566),(334,11,1566),(334,150,1566),(368,148,1679),(334,169,1568),(370,2,1583),(370,61,1591),(355,174,3435),(171,174,2111),(370,184,1591),(370,32,1591),(171,73,1594),(355,73,1595),(371,200,1595),(371,20,1595),(371,159,1595),(371,157,1595),(371,178,1595),(371,179,1595),(371,161,1595),(368,201,1603),(368,160,1699),(356,185,3013),(356,177,3013),(356,186,3013),(356,168,3013),(356,164,3013),(356,205,3013),(356,206,3013),(356,66,3013),(355,205,2978),(355,126,1639),(171,126,1659),(373,150,1623),(350,174,1625),(275,205,1625),(275,206,2627),(374,21,1680),(374,189,1625),(356,2,3013),(356,171,3013),(356,207,3013),(356,148,3013),(171,144,1627),(171,200,1627),(368,64,1630),(368,168,1630),(334,205,1662),(334,174,2679),(334,126,1662),(334,73,1635),(1,212,3192),(375,12,1636),(356,174,3013),(356,160,3013),(356,178,3013),(355,204,1719),(358,162,1666),(378,32,1683),(378,34,1683),(378,2,1684),(378,159,1684),(378,160,1685),(378,207,1685),(378,195,1686),(379,2,1687),(379,66,1687),(171,195,1694),(171,116,2160),(356,116,3013),(356,195,3013),(355,66,1692),(380,132,1693),(381,64,1698),(368,195,1699),(368,32,1699),(368,116,1699),(368,2,1699),(368,189,1699),(352,66,1703),(368,43,1705),(355,43,1706),(382,2,3598),(382,17,2344),(382,145,2095),(382,193,2095),(382,204,3234),(382,170,2800),(382,154,3005),(382,56,2204),(382,122,3277),(383,144,1709),(383,193,1710),(383,32,1710),(365,193,1710),(365,201,1710),(365,59,1710),(365,24,1710),(384,61,1714),(358,158,1717),(358,61,1719),(355,193,2218),(350,193,1721),(385,32,1721),(385,20,1722),(385,187,1722),(385,188,1722),(385,180,1722),(385,170,1722),(385,2,1722),(385,160,1722),(386,21,1913),(386,148,1913),(386,162,1727),(386,2,1727),(386,191,1727),(386,165,1723),(386,164,1912),(386,189,1913),(386,204,1727),(386,192,1727),(386,185,1727),(386,177,1727),(386,201,1727),(386,205,1727),(386,175,1727),(386,176,1727),(386,168,1727),(386,200,1727),(350,148,2767),(350,189,1727),(382,162,3547),(382,189,3361),(382,148,3547),(387,12,1729),(388,2,3006),(388,164,1860),(388,162,2914),(382,164,2829),(368,155,1733),(355,189,3356),(389,64,1743),(382,20,3351),(382,43,3375),(382,200,2800),(388,193,2087),(388,148,2956),(382,32,2353),(388,168,2458),(382,201,3037),(388,174,2113),(382,21,3547),(382,72,2348),(382,59,2380),(382,36,3380),(388,21,3269),(388,165,2672),(388,166,3198),(388,167,3219),(388,179,2645),(388,155,2284),(382,79,3277),(382,73,2289),(382,67,2288),(382,99,1798),(382,35,1800),(382,34,2274),(171,165,2672),(388,189,2224),(388,163,2978),(171,167,3136),(391,21,1830),(382,163,2095),(382,167,2625),(355,167,3620),(382,61,3348),(388,175,3103),(388,72,1862),(388,206,1862),(382,116,2172),(356,73,3013),(393,21,1873),(393,163,1873),(358,167,1874),(382,150,2090),(356,79,3013),(356,77,3013),(356,167,3013),(382,155,3005),(382,180,1891),(382,42,1891),(382,175,3548),(355,28,3137),(382,28,1939),(382,12,2820),(382,207,3271),(382,11,1901),(382,16,3339),(394,2,1906),(12,208,2204),(355,77,2526),(382,77,3380),(382,75,2095),(382,208,2204),(382,147,1916),(395,2,1916),(395,61,1924),(355,79,2265),(355,75,1925),(171,207,3333),(171,17,1926),(382,74,3380),(193,153,1930),(356,74,3013),(356,17,3013),(396,12,1931),(193,162,1936),(193,11,1938),(193,163,1938),(355,74,2536),(382,171,2171),(193,171,1942),(355,171,2160),(355,64,2117),(356,28,3013),(356,208,3013),(382,64,2344),(171,166,3105),(388,61,2643),(355,166,3532),(382,166,2471),(356,34,3013),(193,166,1975),(193,154,2056),(193,155,2056),(193,156,2056),(193,206,1978),(382,206,2321),(382,156,2095),(382,192,2288),(388,20,2893),(388,156,2002),(350,208,2005),(350,166,2005),(350,64,2005),(350,156,2005),(388,169,2659),(382,169,2289),(382,9,2014),(427,191,2232),(382,202,2019),(382,159,3276),(398,20,2020),(398,158,2020),(398,160,2020),(398,32,2020),(382,158,2039),(399,12,2022),(399,144,2022),(399,2,2022),(399,193,2022),(399,18,2022),(401,32,2025),(401,2,2026),(400,204,2027),(400,20,2027),(400,158,2027),(356,64,3013),(388,36,3200),(402,204,2031),(401,20,2032),(382,119,2038),(404,16,2039),(382,76,2039),(382,205,2999),(388,191,2047),(405,21,2625),(405,148,2625),(405,162,2625),(405,175,2049),(406,12,2066),(388,77,3200),(388,75,3059),(388,74,3200),(171,74,2535),(407,20,2079),(171,150,2082),(388,150,2087),(388,205,2087),(388,201,2693),(388,120,2088),(408,191,2094),(409,61,2095),(409,2,2095),(382,144,2256),(382,153,2095),(382,191,2800),(382,165,2095),(382,168,2095),(382,174,2105),(382,173,2095),(382,194,2095),(382,48,2095),(382,55,2095),(410,2,2095),(410,61,2097),(356,194,3013),(345,181,2111),(345,184,2490),(171,56,2206),(411,191,2111),(312,181,2112),(382,182,2112),(307,182,2113),(388,171,2160),(388,116,2113),(358,75,2113),(412,2,2113),(388,177,3219),(405,164,2114),(405,165,2114),(405,166,2114),(382,19,2116),(405,168,2116),(355,116,2168),(368,171,2120),(368,56,2120),(413,2,2128),(413,144,2128),(307,61,2132),(414,61,2148),(388,208,2206),(415,10,2141),(415,151,2141),(415,11,2141),(415,152,2141),(415,17,2141),(415,13,2141),(415,15,2141),(415,16,2141),(415,150,2141),(415,191,2141),(415,153,2141),(415,21,2156),(417,21,2160),(388,79,2693),(417,148,2160),(388,157,3219),(388,178,2161),(418,2,2162),(418,176,2162),(418,148,2167),(418,164,2163),(418,162,2165),(356,187,3013),(356,180,3013),(419,2,2176),(420,20,2222),(420,160,2191),(382,160,3351),(421,21,2192),(421,2,2192),(355,56,2192),(382,140,2340),(382,195,2360),(275,168,2197),(388,160,3219),(356,56,3013),(171,208,2206),(422,20,2475),(422,160,2209),(425,122,2220),(425,193,2220),(425,21,2220),(425,162,2220),(425,185,2220),(425,175,2220),(425,176,2220),(425,148,2220),(425,164,2220),(425,165,2220),(425,20,2220),(420,17,2222),(420,158,2222),(424,2,2223),(350,160,2223),(350,116,2223),(426,32,2227),(426,144,2227),(426,207,2227),(426,145,2227),(428,207,2410),(428,32,2275),(428,34,2275),(428,16,3225),(428,144,3639),(388,144,2237),(428,20,2627),(428,162,3225),(430,200,2257),(431,191,2257),(432,201,2257),(432,200,2257),(432,205,2257),(432,170,2257),(432,148,2257),(432,165,2257),(428,155,3100),(428,15,2258),(428,18,2258),(433,11,2265),(433,204,2265),(433,12,2265),(428,79,2269),(428,201,2277),(434,159,2281),(388,159,2892),(434,32,2281),(434,20,2281),(1,210,3192),(1,207,3270),(1,200,3286),(1,204,3322),(1,201,3263),(1,205,3192),(1,206,3192),(12,210,2970),(1,211,3192),(12,211,2321),(382,179,2487),(1,194,3615),(171,178,2333),(171,212,2333),(171,210,2697),(1,208,3192),(1,202,3192),(435,2,2339),(1,203,3192),(1,195,3553),(428,159,2345),(356,24,3013),(356,140,3013),(356,212,3013),(356,33,3013),(356,210,3013),(356,32,3013),(436,144,2352),(382,203,2353),(382,33,2353),(1,213,3414),(12,213,3435),(1,214,3605),(1,216,3192),(382,216,2584),(388,216,2914),(12,216,2962),(12,214,3189),(12,221,2899),(1,221,3192),(1,218,3192),(356,216,3013),(356,221,3013),(356,214,3013),(1,228,3598),(382,228,3380),(382,213,2380),(171,216,2914),(12,228,3526),(388,184,3269),(1,222,3192),(355,184,3353),(1,223,3192),(1,227,3192),(382,227,2395),(356,227,3013),(356,222,3013),(12,227,2451),(12,222,2640),(428,216,3099),(388,222,2625),(388,227,2448),(388,225,2644),(1,225,3192),(1,217,3452),(437,148,2475),(437,162,2467),(437,165,2421),(12,225,2642),(171,227,2494),(171,225,2642),(388,207,2448),(405,204,2449),(356,225,3013),(437,167,2475),(437,166,2455),(438,180,2456),(438,179,2456),(438,20,2459),(438,158,2459),(438,21,2459),(356,35,3013),(356,144,3013),(356,145,3013),(356,146,3013),(356,147,3013),(356,193,3013),(356,153,3013),(356,204,3013),(356,209,3013),(356,3,3013),(356,6,3013),(356,9,3013),(356,10,3013),(356,5,3013),(356,14,3013),(356,151,3013),(356,152,3013),(356,11,3013),(356,13,3013),(356,15,3013),(356,16,3013),(356,150,3013),(356,12,3013),(356,18,3013),(356,19,3013),(356,22,3013),(356,191,3013),(356,192,3013),(356,200,3013),(356,176,3013),(356,211,3013),(356,173,3013),(356,161,3013),(356,188,3013),(356,181,3013),(356,183,3013),(356,184,3291),(356,69,3013),(356,37,3013),(356,38,3013),(356,39,3013),(356,40,3013),(356,41,3013),(356,42,3013),(356,43,3013),(356,44,3013),(356,45,3013),(356,46,3013),(356,47,3013),(356,48,3013),(356,49,3013),(356,50,3013),(356,51,3013),(356,52,3013),(356,53,3013),(356,54,3013),(356,55,3013),(356,57,3013),(356,58,3013),(356,60,3013),(356,62,3013),(356,63,3013),(356,65,3013),(356,75,3013),(356,76,3013),(356,228,3013),(356,67,3013),(356,68,3013),(356,70,3013),(356,71,3013),(356,23,3013),(356,202,3013),(356,80,3013),(356,81,3013),(356,82,3013),(356,83,3013),(356,84,3013),(356,85,3013),(356,86,3013),(356,87,3013),(356,88,3013),(356,89,3013),(356,90,3013),(356,91,3013),(356,92,3013),(356,93,3013),(356,94,3013),(356,95,3013),(356,96,3013),(356,97,3013),(356,98,3013),(356,99,3013),(356,100,3013),(356,101,3013),(356,102,3013),(356,103,3013),(356,104,3013),(356,105,3013),(356,106,3013),(356,107,3013),(356,108,3013),(356,109,3013),(356,110,3013),(356,111,3013),(356,112,3013),(356,113,3013),(356,114,3013),(356,115,3013),(356,117,3013),(356,26,3013),(356,203,3013),(356,142,3013),(356,141,3013),(356,139,3013),(356,138,3013),(356,137,3013),(356,136,3013),(356,135,3013),(356,134,3013),(356,133,3013),(356,132,3013),(356,131,3013),(356,130,3013),(356,129,3013),(356,127,3013),(356,128,3013),(356,126,3013),(356,143,3013),(356,125,3013),(356,124,3013),(356,25,3013),(356,123,3013),(356,122,3013),(356,121,3013),(356,120,3013),(356,119,3013),(356,118,3013),(356,27,3013),(356,215,3013),(356,223,3013),(356,224,3013),(356,226,3013),(356,217,3013),(356,218,3013),(356,219,3013),(356,220,3013),(356,190,3013),(356,149,3013),(171,222,2625),(439,3,2463),(439,6,2463),(437,21,2475),(440,191,2467),(440,21,2467),(440,175,2467),(440,176,2467),(440,211,2467),(428,160,2568),(422,64,2475),(441,21,2475),(441,148,2475),(442,21,2486),(442,148,2486),(442,162,2488),(442,179,2488),(171,217,2856),(443,12,2492),(445,3,2493),(445,6,2493),(445,102,2494),(445,195,2494),(382,102,2494),(445,64,2494),(171,102,2494),(445,43,2550),(446,145,2494),(446,12,2494),(171,214,2806),(171,226,2522),(447,204,2494),(445,36,2525),(445,77,2525),(445,74,2550),(449,2,2496),(382,226,2498),(1,226,3192),(451,2,2506),(388,226,2522),(445,226,2515),(445,216,2519),(445,11,2519),(445,17,2519),(452,2,2528),(452,201,2528),(452,205,2528),(452,12,2529),(452,21,2530),(452,148,2530),(452,162,2530),(355,12,3295),(1,224,3192),(171,223,2534),(171,224,2588),(388,224,2591),(388,223,2541),(453,20,2540),(454,2,2541),(454,209,2625),(454,210,2541),(454,204,2549),(454,20,2625),(454,158,2541),(454,159,2547),(454,157,2541),(454,160,2625),(454,201,2541),(454,212,2541),(454,178,2541),(454,200,2625),(454,154,2547),(454,174,2541),(454,156,2541),(454,207,2541),(454,32,2541),(454,170,2547),(454,171,2541),(454,184,2541),(454,144,2541),(454,145,2541),(454,153,2541),(456,21,2562),(456,162,2560),(456,148,2560),(454,166,2547),(454,21,2547),(454,162,2547),(454,167,2547),(282,159,2573),(282,160,2559),(282,2,2559),(456,159,2561),(456,191,2561),(282,157,2563),(459,207,2567),(459,21,2567),(388,194,2585),(388,86,2576),(388,215,2593),(460,64,2577),(462,20,2591),(462,28,2591),(388,217,2891),(388,221,2899),(388,214,2899),(382,217,2800),(388,158,2736),(465,2,2609),(465,32,2608),(12,226,2624),(382,222,2625),(466,2,2625),(468,6,2625),(468,12,2625),(275,167,2625),(405,167,2625),(388,32,3042),(388,33,2625),(469,193,2625),(469,144,2625),(469,207,2625),(469,34,2625),(470,32,2625),(470,20,2626),(388,122,2627),(471,200,2627),(355,23,2627),(355,212,2627),(472,21,2627),(472,148,2627),(473,2,2627),(473,176,2627),(275,200,2627),(275,170,2627),(275,144,2627),(275,209,2627),(275,210,2627),(275,204,2627),(275,154,2633),(275,155,2627),(275,14,2627),(475,12,2627),(476,34,2627),(476,20,2629),(476,160,2628),(476,179,2629),(476,191,2629),(477,12,2629),(478,144,2630),(479,2,2630),(479,144,2630),(479,12,2630),(480,181,2630),(480,182,2630),(480,193,2630),(480,3,2630),(480,6,2630),(480,151,2630),(480,201,2630),(480,61,2630),(481,2,2630),(481,12,2630),(482,50,2630),(482,99,2630),(482,36,2630),(482,79,2630),(483,61,2631),(483,181,2631),(483,183,2631),(485,21,2636),(485,189,2636),(485,193,2634),(485,207,2635),(486,21,2636),(486,148,2636),(486,168,2636),(486,2,2636),(487,61,2636),(490,207,2636),(490,200,2636),(490,20,2636),(490,160,2636),(491,144,2636),(491,153,2636),(492,2,2642),(12,217,2875),(12,223,2962),(12,224,2642),(492,12,2643),(492,166,2643),(493,177,2646),(494,21,2670),(494,189,2647),(494,169,2670),(494,163,2669),(495,21,2648),(495,148,2648),(495,162,2648),(495,165,2648),(496,20,2699),(496,161,2652),(496,179,2652),(496,169,2655),(499,12,2656),(501,2,2656),(502,2,2676),(502,167,2659),(502,203,2659),(502,200,2659),(502,21,2680),(502,211,2659),(502,148,2680),(502,168,2660),(502,166,2661),(502,165,2676),(502,162,2660),(503,209,2661),(503,210,2661),(503,12,2661),(502,205,2680),(502,194,2664),(504,62,2665),(505,144,2665),(502,36,2665),(509,12,2669),(509,2,2669),(510,64,2675),(510,194,2673),(512,191,2673),(513,12,2674),(514,12,2674),(510,98,2675),(516,144,2677),(517,132,2677),(517,97,2677),(517,203,2677),(520,12,2678),(334,184,2679),(522,21,2679),(522,189,2679),(502,201,2680),(172,201,2856),(523,20,2683),(524,21,2691),(524,2,2686),(525,144,2691),(172,79,3336),(527,2,2737),(527,210,2696),(172,207,2697),(172,204,3449),(529,2,2697),(529,179,2697),(529,20,2698),(529,155,2698),(530,144,2699),(530,18,2699),(532,144,2699),(533,64,2699),(535,191,2699),(537,191,2699),(536,191,2699),(538,191,2699),(539,191,2699),(540,191,2699),(541,191,2699),(543,191,2699),(544,191,2699),(545,191,2699),(546,191,2699),(539,200,2699),(547,191,2699),(538,21,2700),(538,175,2700),(548,191,2700),(550,191,2700),(551,191,2700),(552,191,2700),(553,191,2700),(555,191,2700),(559,191,2700),(561,191,2700),(562,191,2700),(563,191,2700),(566,191,2701),(567,191,2701),(568,191,2701),(569,200,2702),(570,191,2702),(571,191,2702),(573,191,2702),(574,191,2702),(575,191,2702),(576,191,2702),(576,20,2702),(576,2,2702),(576,207,2702),(576,32,2702),(576,33,2702),(576,34,2702),(576,35,2702),(576,144,2702),(576,145,2702),(576,146,2702),(576,147,2702),(576,193,2702),(576,153,2702),(576,204,2702),(576,209,2702),(576,210,2702),(576,3,2702),(576,6,2702),(576,9,2702),(576,10,2702),(576,5,2702),(576,14,2702),(576,151,2702),(576,152,2702),(576,11,2702),(576,17,2702),(576,13,2702),(576,15,2702),(576,16,2702),(576,150,2702),(576,12,2702),(576,18,2702),(576,19,2702),(576,22,2702),(576,192,2702),(576,200,2702),(576,201,2702),(576,205,2702),(576,206,2702),(576,21,2702),(576,148,2702),(576,162,2702),(576,164,2702),(576,165,2702),(576,166,2702),(576,167,2702),(576,168,2702),(576,189,2702),(576,163,2702),(576,169,2702),(576,185,2702),(576,186,2702),(576,177,2702),(576,175,2702),(576,176,2702),(576,211,2702),(576,170,2702),(576,171,2702),(576,173,2702),(576,158,2702),(576,159,2702),(576,157,2702),(576,178,2702),(576,160,2702),(576,161,2702),(576,187,2702),(576,188,2702),(576,180,2702),(576,179,2702),(576,212,2702),(576,154,2702),(576,155,2702),(576,156,2702),(576,174,2702),(576,61,2702),(576,181,2702),(576,182,2702),(576,183,2702),(576,184,2702),(576,72,2702),(576,66,2702),(576,69,2702),(576,64,2702),(576,37,2702),(576,38,2702),(576,39,2702),(576,40,2702),(576,41,2702),(576,194,2702),(576,42,2702),(576,43,2702),(576,44,2702),(576,45,2702),(576,46,2702),(576,47,2702),(576,48,2702),(576,49,2702),(576,50,2702),(576,51,2702),(576,52,2702),(576,53,2702),(576,54,2702),(576,55,2702),(576,56,2702),(576,57,2702),(576,58,2702),(576,59,2702),(576,60,2702),(576,62,2702),(576,63,2702),(576,65,2702),(576,36,2702),(576,77,2702),(576,75,2702),(576,76,2702),(576,74,2702),(576,228,2702),(576,73,2702),(576,79,2702),(576,208,2702),(576,67,2702),(576,68,2702),(576,70,2702),(576,71,2702),(576,23,2702),(576,202,2702),(576,28,2702),(576,80,2702),(576,81,2702),(576,82,2702),(576,83,2702),(576,84,2702),(576,85,2702),(576,86,2702),(576,87,2702),(576,88,2702),(576,89,2702),(576,24,2702),(576,90,2702),(576,91,2702),(576,92,2702),(576,93,2702),(576,94,2702),(576,95,2702),(576,96,2702),(576,97,2702),(576,98,2702),(576,99,2702),(576,100,2702),(576,101,2702),(576,102,2702),(576,103,2702),(576,104,2702),(576,105,2702),(576,106,2702),(576,107,2702),(576,108,2702),(576,109,2702),(576,110,2702),(576,111,2702),(576,112,2702),(576,113,2702),(576,114,2702),(576,115,2702),(576,116,2702),(576,117,2702),(576,26,2702),(576,203,2702),(576,142,2702),(576,141,2702),(576,140,2702),(576,139,2702),(576,138,2702),(576,137,2702),(576,136,2702),(576,135,2702),(576,134,2702),(576,133,2702),(576,132,2702),(576,131,2702),(576,130,2702),(576,129,2702),(576,127,2702),(576,128,2702),(576,126,2702),(576,143,2702),(576,125,2702),(576,124,2702),(576,25,2702),(576,123,2702),(576,122,2702),(576,121,2702),(576,120,2702),(576,119,2702),(576,118,2702),(576,27,2702),(576,214,2702),(576,215,2702),(576,216,2702),(576,222,2702),(576,223,2702),(576,224,2702),(576,225,2702),(576,226,2702),(576,227,2702),(576,217,2702),(576,218,2702),(576,219,2702),(576,220,2702),(576,221,2702),(576,190,2702),(576,149,2702),(576,195,2702),(538,151,2704),(578,191,2703),(579,191,2703),(580,191,2721),(581,191,2703),(583,191,2703),(584,20,2703),(584,179,2703),(584,160,2703),(584,159,2703),(585,191,2703),(587,191,2704),(588,191,2705),(591,191,2705),(592,191,2705),(596,191,2705),(599,191,2705),(600,191,2705),(603,191,2705),(604,191,2705),(605,191,2705),(606,191,2705),(609,191,2705),(610,191,2705),(611,191,2705),(612,191,2705),(612,192,2705),(612,2,2705),(612,207,2705),(612,32,2705),(612,144,2705),(612,145,2706),(613,191,2706),(614,191,2706),(615,191,2706),(617,191,2706),(618,191,2706),(619,191,2706),(622,191,2706),(625,191,2706),(626,191,2706),(629,12,2706),(631,191,2706),(632,191,2706),(633,191,2706),(634,191,2706),(635,191,2706),(637,191,2706),(640,191,2706),(641,191,2706),(646,191,2706),(647,191,2706),(650,191,2706),(651,191,2706),(653,191,2706),(654,191,2706),(655,191,2706),(656,191,2706),(657,191,2706),(658,191,2706),(659,191,2706),(660,191,2706),(388,145,2706),(662,191,2706),(663,191,2706),(670,191,2706),(672,191,2706),(674,191,2706),(677,191,2706),(678,191,2706),(679,191,2706),(684,191,2706),(687,191,2706),(688,191,2706),(689,191,2706),(690,191,2706),(2014,21,3569),(692,191,2706),(695,191,2706),(696,191,2706),(697,191,2706),(701,191,2706),(1788,61,3198),(1788,2,3198),(702,191,2706),(703,191,2706),(704,191,2706),(705,191,2706),(706,191,2706),(707,191,2706),(708,191,2706),(709,191,2706),(710,191,2706),(711,191,2706),(712,191,2706),(714,191,2706),(716,191,2706),(717,191,2706),(718,191,2706),(719,191,2706),(722,191,2706),(723,191,2706),(724,191,2706),(725,191,2706),(726,191,2706),(727,216,2706),(728,191,2706),(172,174,2706),(729,191,2706),(731,191,2706),(734,2,2715),(734,66,2716),(735,191,2710),(737,191,2710),(741,191,2712),(743,191,2712),(745,191,2712),(746,191,2712),(747,191,2712),(748,191,2712),(750,191,2714),(751,191,2715),(752,191,2715),(753,207,2715),(682,191,2715),(754,191,2715),(756,191,2715),(757,191,2715),(758,191,2715),(760,191,2715),(762,145,2715),(762,16,2715),(763,191,2715),(764,191,2715),(765,12,2715),(767,191,2715),(770,162,2715),(771,191,2715),(774,191,2715),(775,191,2716),(770,200,2720),(776,191,2720),(770,21,2721),(770,189,2720),(770,185,2720),(770,20,2720),(770,158,2720),(770,160,2720),(770,159,2720),(770,212,2720),(778,191,2720),(779,5,2721),(779,191,2721),(782,191,2721),(783,191,2721),(784,191,2721),(785,191,2721),(788,191,2721),(790,191,2721),(791,191,2721),(793,191,2721),(794,191,2721),(780,191,2721),(770,209,2721),(770,61,2721),(796,191,2721),(799,191,2721),(800,191,2721),(801,191,2721),(802,191,2721),(803,191,2721),(808,191,2721),(809,12,2721),(811,191,2721),(814,191,2721),(815,191,2721),(816,202,2721),(817,191,2721),(818,191,2721),(382,105,2721),(822,191,2721),(823,191,2721),(824,191,2721),(826,191,2721),(827,191,2721),(828,191,2721),(832,191,2721),(833,191,2723),(835,191,2723),(836,191,2723),(837,191,2723),(838,191,2723),(839,153,2724),(839,20,2853),(839,158,2853),(839,159,2778),(839,160,2853),(839,179,2736),(839,187,2778),(839,82,2736),(839,201,2736),(839,170,2736),(839,21,2853),(841,191,2724),(842,191,2724),(839,161,2733),(682,192,2726),(839,212,2733),(844,191,2726),(845,191,2726),(847,191,2726),(848,191,2726),(851,191,2726),(852,191,2726),(855,191,2726),(856,191,2726),(857,191,2726),(858,191,2729),(860,191,2729),(388,228,3219),(861,191,2730),(862,191,2730),(863,191,2730),(865,191,2730),(866,191,2730),(867,191,2731),(868,191,2732),(839,188,2778),(870,191,2733),(872,191,2733),(872,6,2733),(874,191,2733),(875,2,2733),(839,36,2736),(877,191,2736),(878,191,2736),(879,191,2736),(881,191,2736),(884,191,2736),(885,191,2736),(886,191,2736),(887,191,2736),(888,191,2736),(889,191,2736),(890,191,2736),(891,191,2736),(839,193,2736),(839,18,2736),(839,185,2736),(839,106,2736),(839,154,2736),(839,214,2778),(839,156,2736),(839,73,2736),(893,191,2736),(894,191,2737),(810,191,2736),(819,191,2736),(899,191,2742),(900,191,2737),(901,191,2737),(902,191,2737),(903,191,2737),(2014,72,3567),(906,191,2737),(909,191,2737),(527,204,2738),(910,191,2738),(892,2,2742),(911,191,2738),(911,192,2738),(912,191,2740),(913,191,2738),(915,191,2738),(916,191,2738),(1,229,3192),(171,229,2742),(171,228,3158),(12,229,2741),(917,191,2741),(918,191,2741),(919,191,2742),(920,191,2742),(908,191,2742),(922,191,2742),(923,191,2742),(924,191,2742),(388,229,2743),(925,191,2743),(388,204,3240),(356,229,3013),(926,191,2744),(927,191,2744),(928,191,2751),(929,191,2751),(930,191,2751),(931,191,2751),(934,191,2751),(936,191,2751),(937,191,2751),(940,191,2751),(942,191,2751),(944,191,2751),(945,191,2751),(946,191,2751),(947,191,2751),(948,191,2751),(949,191,2751),(950,191,2751),(951,191,2751),(952,191,2751),(952,192,2751),(953,191,2751),(954,191,2751),(955,191,2751),(956,191,2751),(957,191,2751),(959,191,2751),(963,191,2751),(964,191,2751),(965,191,2751),(969,191,2751),(971,191,2751),(972,191,2751),(973,191,2752),(974,191,2752),(617,2,2993),(617,207,2993),(975,191,2752),(900,2,2993),(900,207,2993),(976,191,2752),(977,191,2752),(979,191,2752),(980,191,2752),(981,191,2752),(982,191,2752),(984,191,2752),(986,191,2757),(987,191,2752),(988,191,2752),(989,191,2752),(992,191,2752),(994,191,2752),(995,191,2752),(996,191,2752),(997,191,2757),(998,191,2752),(999,191,2752),(2016,2,3569),(1003,191,2754),(995,2,2755),(1007,191,2755),(1008,191,2755),(1011,191,2755),(1013,191,2755),(1014,191,2755),(1015,191,2755),(1016,191,2755),(1017,191,2756),(1018,191,2756),(1019,191,2756),(1021,191,2757),(1022,191,2757),(1023,191,2757),(1024,191,2757),(1026,191,2757),(1030,191,2757),(1035,191,2757),(1037,191,2757),(1038,191,2757),(1039,191,2757),(1040,191,2757),(1040,2,2757),(1041,191,2757),(1042,191,2757),(1043,191,2757),(1044,191,2757),(1045,20,2776),(1045,160,2776),(1046,191,2758),(1047,191,2761),(1049,191,2761),(1051,191,2761),(1052,191,2761),(1053,191,2761),(1056,191,2761),(1057,191,2761),(1060,191,2761),(1055,191,2761),(1061,191,2761),(1062,191,2761),(1064,191,2761),(1065,191,2761),(1067,191,2761),(1068,191,2761),(1069,191,2761),(1070,191,2761),(1071,191,2761),(1073,191,2761),(1074,191,2761),(1076,191,2761),(1077,191,2761),(1079,191,2761),(1080,191,2761),(1081,191,2761),(1025,191,2761),(1082,191,2761),(1086,191,2761),(1087,191,2761),(1088,144,2761),(1088,32,2761),(1088,3,2761),(1088,6,2761),(1089,191,2761),(1090,191,2761),(1091,191,2761),(1094,191,2761),(1097,191,2761),(1098,191,2761),(1099,191,2761),(1100,191,2761),(1101,191,2761),(1102,191,2761),(1104,191,2761),(1105,191,2761),(1106,191,2761),(1107,191,2761),(1108,2,2761),(1109,191,2762),(1111,191,2762),(1112,191,2762),(1113,191,2762),(1114,191,2762),(1115,191,2762),(1116,191,2762),(1117,191,2762),(1119,191,2762),(1120,191,2762),(1123,191,2762),(1124,191,2781),(1125,191,2762),(1126,191,2766),(1127,191,2762),(772,191,2762),(1129,21,2762),(1129,148,2762),(1129,162,2762),(1130,191,2762),(1131,191,2762),(1132,191,2762),(1133,191,2762),(1134,191,2762),(1135,191,2762),(1138,191,2762),(1140,191,2762),(1141,191,2762),(1143,191,2762),(1145,191,2762),(1146,191,2762),(1147,191,2762),(1148,191,2762),(1149,191,2762),(1149,2,2762),(1149,207,2762),(1149,32,2762),(1149,144,2762),(1149,145,2762),(1149,146,2762),(1149,147,2762),(1149,193,2762),(1149,153,2762),(1149,204,2762),(1149,209,2762),(1150,191,2762),(1152,191,2762),(1154,191,2762),(1155,191,2762),(1157,191,2763),(1127,2,2763),(1160,191,2763),(1161,191,2763),(1161,192,2763),(1164,191,2763),(1165,191,2763),(1166,191,2763),(1167,191,2763),(1168,2,2764),(1169,191,2764),(1171,191,2764),(1172,191,2764),(1174,191,2766),(1176,191,2766),(1177,191,2766),(1178,191,2766),(1182,191,2766),(1184,191,2767),(1185,191,2767),(1186,191,2767),(1187,191,2767),(350,210,2767),(1188,191,2767),(350,229,2767),(1190,191,2767),(1189,2,2831),(1189,32,2768),(1189,207,2767),(1189,144,2768),(1189,34,2767),(1189,20,2785),(1189,61,2768),(1189,181,2768),(1189,36,2778),(1189,201,2768),(1175,191,2768),(1191,191,2768),(1192,191,2768),(1193,191,2768),(1195,191,2768),(1197,191,2768),(1199,191,2768),(534,12,2768),(534,216,2768),(534,222,2768),(1200,191,2768),(1202,191,2768),(1205,2,2770),(1206,191,2810),(1207,191,2770),(1205,20,2773),(1205,158,2773),(1209,191,2773),(1211,191,2773),(1212,191,2773),(1213,191,2773),(1214,191,2773),(1215,191,2773),(1218,191,2773),(1219,191,2773),(1220,191,2773),(1221,191,2769),(1222,191,2769),(1223,191,2769),(1224,191,2769),(1226,191,2769),(1227,191,2769),(1228,191,2769),(1230,191,2769),(1208,191,2769),(1231,191,2769),(1232,191,2774),(1234,191,2774),(1235,191,2774),(1236,191,2774),(1237,191,2774),(1240,191,2774),(1242,191,2774),(1244,191,2774),(1245,191,2774),(1246,191,2774),(1248,191,2774),(1249,191,2774),(1250,191,2774),(1252,191,2774),(1253,191,2774),(1254,200,2775),(1256,191,2775),(1257,191,2775),(1258,191,2775),(1259,191,2775),(1260,191,2775),(1261,191,2775),(1262,191,2776),(1263,191,2776),(1264,191,2776),(1265,191,2776),(1266,191,2776),(1267,191,2776),(1268,191,2776),(1270,191,2776),(1272,191,2776),(1273,191,2776),(1275,191,2776),(1276,191,2776),(1277,191,2776),(1278,191,2776),(1279,191,2776),(1280,191,2776),(1281,191,2776),(1282,191,2776),(1283,191,2776),(1284,191,2776),(1285,191,2776),(1286,191,2776),(1287,191,2776),(1289,191,2776),(1290,191,2776),(1291,191,2776),(1292,191,2776),(1294,191,2777),(1295,191,2777),(1296,191,2778),(1297,191,2777),(1298,191,2777),(1299,191,2777),(1300,191,2777),(1301,191,2777),(1302,191,2777),(1189,160,2777),(1189,158,2777),(1189,159,2785),(1189,79,2778),(1303,191,2778),(1201,191,2778),(1305,191,2778),(1306,191,2778),(1307,191,2778),(1309,191,2778),(1310,191,2778),(1311,191,2778),(2014,175,3567),(1313,191,2778),(1314,191,2778),(1315,191,2778),(839,204,2778),(839,64,2778),(839,27,2778),(839,54,2778),(1318,191,2778),(1319,191,2778),(1320,191,2778),(1321,191,2778),(1322,191,2778),(1323,191,2778),(1324,191,2778),(1326,191,2778),(1327,191,2778),(1328,191,2778),(1332,191,2778),(1334,191,2778),(1335,191,2778),(1336,191,2778),(1337,191,2778),(1338,5,2779),(1339,191,2779),(1288,5,2779),(1288,3,2779),(1288,6,2779),(1288,145,2779),(171,5,2779),(1341,191,2779),(1342,191,2779),(1343,191,2779),(1344,191,2779),(1345,191,2779),(1346,191,2779),(1325,191,2779),(1350,191,2780),(1351,191,2780),(1353,191,2781),(1354,191,2781),(1355,191,2781),(1357,191,2781),(1358,191,2781),(1359,191,2781),(1360,191,2781),(1361,191,2783),(1362,191,2783),(1363,191,2783),(1364,191,2783),(1365,191,2783),(1366,153,2783),(1367,191,2783),(1368,191,2783),(1370,191,2783),(1371,191,2783),(1372,191,2783),(1373,5,2784),(1374,191,2784),(1376,191,2784),(1378,191,2784),(1379,191,2784),(1380,191,2784),(1381,191,2784),(1383,191,2785),(1385,191,2785),(1386,12,2785),(1387,191,2785),(1388,191,2785),(1389,191,2785),(1204,2,2786),(1392,191,2786),(1389,144,2786),(382,5,2786),(1393,191,2786),(1394,191,2786),(1395,191,2786),(1396,191,2786),(1397,191,2786),(1399,191,2786),(1400,191,2786),(1401,191,2825),(1402,12,2786),(1403,191,2786),(1405,191,2786),(1406,191,2786),(1407,191,2786),(1407,192,2786),(1408,191,2786),(1409,191,2786),(1410,191,2786),(1411,191,2786),(1416,191,2786),(1417,191,2786),(1419,191,2786),(1412,191,2786),(1421,191,2786),(1422,191,2786),(1423,191,2786),(1425,191,2786),(1426,191,2786),(1427,191,2786),(1428,2,2787),(1429,191,2787),(1430,191,2788),(1431,191,2788),(1432,191,2788),(1433,191,2788),(1434,191,2788),(1329,191,2788),(1435,191,2788),(1436,191,2788),(1437,191,2788),(1438,191,2788),(1439,191,2788),(1441,191,2788),(1442,191,2788),(1444,191,2788),(1445,191,2788),(1446,191,2788),(1448,66,2790),(1449,191,2789),(1450,20,2791),(1450,158,2791),(1450,66,2791),(1451,191,2791),(1452,191,2791),(1453,191,2798),(1454,191,2798),(1455,191,2802),(1456,191,2802),(1457,191,2802),(1458,191,2802),(1459,20,2802),(1459,207,2802),(1459,2,2802),(1461,191,2802),(1463,2,2803),(1464,191,2806),(1465,191,2806),(1466,191,2806),(1469,191,2806),(1470,191,2806),(1471,191,2806),(1472,191,2806),(1473,191,2806),(1475,191,2806),(1476,191,2806),(1477,191,2806),(1478,191,2807),(1479,191,2826),(1443,191,2807),(1481,191,2807),(1483,191,2807),(1484,191,2807),(1182,2,2993),(1182,207,2993),(1487,191,2807),(1488,191,2812),(1489,191,2807),(1490,191,2807),(1491,191,2807),(1492,191,2807),(1493,191,2807),(1494,191,2807),(1495,191,2807),(1497,191,2807),(1498,191,2807),(1494,2,2813),(1500,191,2807),(1501,191,2807),(1502,191,2807),(1503,191,2807),(1504,191,2807),(1506,191,2807),(1507,191,2807),(1508,191,2807),(1509,21,2807),(1509,176,2807),(1509,2,2807),(1510,191,2807),(1511,191,2807),(1509,207,2807),(1512,191,2807),(1463,191,2807),(1513,191,2807),(1514,191,2807),(1482,191,2808),(1516,191,2808),(1517,191,2808),(1518,191,2809),(1519,191,2809),(1521,191,2808),(1522,191,2808),(1523,191,2808),(1525,191,2808),(1526,12,2808),(1527,191,2823),(1528,191,2808),(1529,191,2810),(1530,191,2810),(1531,191,2810),(1533,191,2810),(1534,191,2810),(1535,191,2810),(1536,191,2810),(1537,191,2825),(1538,191,2810),(1539,191,2810),(1540,191,2810),(1541,191,2810),(1543,191,2810),(1544,191,2810),(1545,191,2810),(1546,191,2810),(1547,191,2811),(1548,191,2811),(1550,191,2811),(1552,191,2811),(1526,144,2811),(1526,153,2811),(1526,145,2811),(1402,144,2811),(1556,191,2811),(1559,191,2811),(1560,191,2811),(1562,191,2811),(1563,191,2811),(1565,191,2811),(1566,191,2812),(1567,191,2812),(1568,191,2812),(1569,191,2812),(1570,191,2813),(1571,191,2813),(1572,191,2813),(1573,191,2813),(1574,191,2813),(1575,191,2813),(1577,191,2812),(1578,191,2812),(1580,191,2812),(1581,191,2812),(1582,191,2826),(1583,191,2812),(1585,191,2812),(1586,191,2812),(1575,2,2827),(1587,191,2814),(1588,191,2814),(1589,191,2814),(1590,191,2814),(1591,191,2815),(1592,191,2815),(1595,191,2815),(1596,191,2815),(1597,191,2815),(1598,191,2815),(1600,191,2815),(1602,191,2815),(1603,191,2816),(1604,191,2816),(1605,191,2816),(1606,191,2816),(1607,191,2816),(1608,191,2816),(1612,191,2816),(1613,191,2816),(1614,191,2816),(1615,191,2817),(1616,191,2817),(1617,191,2818),(1618,191,2818),(1619,191,2818),(1620,191,2818),(1621,160,2818),(1622,191,2818),(1624,191,2819),(1625,191,2819),(1626,191,2819),(1627,191,2819),(1628,12,2820),(1629,191,2821),(1630,191,2821),(1631,191,2822),(1632,191,2822),(1635,191,2822),(1636,191,2823),(1637,191,2823),(1638,191,2823),(1640,191,2823),(1641,191,2823),(1642,191,2823),(1643,191,2823),(1644,191,2823),(1645,156,2834),(1647,191,2823),(1648,191,2823),(1649,191,2823),(1651,191,2823),(1652,191,2824),(1653,191,2823),(1599,191,2823),(1654,191,2823),(1658,191,2823),(1661,191,2825),(1662,191,2825),(1663,191,2825),(1664,191,2825),(1665,191,2825),(1666,191,2825),(1667,191,2825),(1668,191,2825),(1669,191,2825),(1670,191,2825),(1671,191,2825),(1672,191,2825),(1673,191,2826),(1674,191,2826),(1675,191,2826),(1676,191,2826),(1677,191,2826),(1678,191,2826),(1679,191,2826),(1680,191,2826),(1681,191,2826),(1682,191,2826),(1683,191,2826),(1684,191,2826),(1685,191,2826),(1687,191,2828),(1688,2,2828),(1610,191,2829),(382,214,2829),(1685,2,2836),(1689,174,2829),(1690,12,2829),(1691,12,2831),(1692,153,2834),(522,2,2834),(2014,200,3569),(2017,2,3569),(1695,184,2834),(1695,61,2834),(1695,73,2834),(1695,2,2834),(1695,32,2834),(1695,210,2834),(171,221,2898),(900,32,2993),(1182,32,2993),(1696,12,2841),(617,32,2993),(1697,144,2841),(1699,12,2850),(1699,105,2850),(1700,12,2851),(1701,200,2851),(1701,20,2852),(1701,159,2852),(1701,157,2851),(1701,178,2852),(1701,162,2852),(839,148,2853),(839,162,2853),(1704,2,2855),(1705,21,2856),(1705,148,2856),(1705,162,2856),(1705,153,2856),(1705,185,2856),(1705,164,2856),(1705,176,2856),(1706,204,2856),(1706,20,2856),(1706,158,2856),(1706,28,2856),(1707,159,2856),(1707,64,2856),(1707,28,2856),(1707,170,2856),(12,218,2898),(172,206,2856),(172,161,3280),(172,169,2856),(172,163,2856),(1708,146,2859),(1708,2,2859),(1708,203,2859),(171,19,2859),(172,19,3043),(1709,24,2859),(1710,16,2890),(1711,64,2932),(1712,2,2861),(1712,207,2861),(1712,32,2861),(1712,33,2861),(1712,34,2861),(1712,35,2861),(1712,144,2861),(1712,145,2861),(1712,146,2861),(1712,147,2861),(1712,193,2861),(1712,153,2861),(1712,204,2861),(1712,209,2861),(1712,210,2861),(1712,3,2861),(1712,6,2861),(1712,9,2861),(1712,10,2861),(1712,5,2861),(1712,14,2861),(1712,151,2861),(1712,152,2861),(1712,11,2861),(1712,17,2861),(1712,13,2861),(1712,15,2861),(1712,16,2861),(1712,150,2861),(1712,12,2861),(1712,18,2861),(1712,19,2861),(1712,22,2861),(1712,191,2861),(1712,192,2861),(1712,200,2861),(1712,201,2861),(1712,205,2861),(1712,206,2861),(1712,21,2861),(1712,148,2861),(1712,162,2861),(1712,164,2861),(1712,165,2861),(1712,166,2861),(1712,167,2861),(1712,168,2861),(1712,189,2861),(1712,163,2861),(1712,169,2861),(1712,185,2861),(1712,186,2861),(1712,177,2861),(1712,175,2861),(1712,176,2861),(1712,211,2861),(1712,170,2861),(1712,171,2861),(1712,173,2861),(1712,20,2861),(1712,158,2861),(1712,159,2861),(1712,157,2861),(1712,178,2861),(1712,160,2861),(1712,161,2861),(1712,187,2861),(1712,188,2861),(1712,180,2861),(1712,179,2861),(1712,212,2861),(1712,154,2861),(1712,155,2861),(1712,156,2861),(1712,174,2861),(1712,61,2861),(1712,181,2861),(1712,182,2861),(1712,183,2861),(1712,184,2861),(1712,72,2861),(1712,66,2861),(1712,69,2861),(1712,64,2861),(1712,37,2861),(1712,38,2861),(1712,59,2861),(1712,36,2861),(1712,77,2861),(1712,75,2861),(1712,76,2861),(1712,74,2861),(1712,228,2861),(1712,229,2861),(1712,73,2861),(1712,79,2861),(1712,208,2861),(1712,39,2861),(1712,40,2861),(1712,41,2861),(1712,194,2861),(1712,42,2861),(1712,43,2861),(1712,44,2861),(1712,45,2861),(1712,46,2861),(1712,47,2861),(1712,48,2861),(1712,49,2861),(1712,50,2861),(1712,51,2861),(1712,52,2861),(1712,53,2861),(1712,54,2861),(1712,55,2861),(1712,56,2861),(1712,57,2861),(1712,58,2861),(1712,60,2861),(1712,62,2861),(1712,63,2861),(1712,65,2861),(1712,67,2861),(1712,68,2861),(1712,70,2861),(1712,71,2861),(1712,23,2861),(1712,202,2861),(1712,28,2861),(1712,80,2861),(1712,81,2861),(1712,82,2861),(1712,83,2861),(1712,84,2861),(1712,85,2861),(1712,86,2861),(1712,87,2861),(1712,88,2861),(1712,89,2861),(1712,24,2861),(1712,90,2861),(1712,91,2861),(1712,92,2861),(1712,93,2861),(1712,94,2861),(1712,95,2861),(1712,96,2861),(1712,97,2861),(1712,98,2861),(1712,99,2861),(1712,100,2861),(1712,101,2861),(1712,102,2861),(1712,103,2861),(1712,104,2861),(1712,105,2861),(1712,106,2861),(1712,107,2861),(1712,108,2861),(1712,109,2861),(1712,110,2861),(1712,111,2861),(1712,112,2861),(1712,113,2861),(1712,114,2861),(1712,115,2861),(1712,116,2861),(1712,117,2861),(1712,26,2861),(1712,203,2861),(1712,142,2861),(1712,141,2861),(1712,140,2861),(1712,139,2861),(1712,138,2861),(1712,137,2861),(1712,136,2861),(1712,135,2861),(1712,134,2861),(1712,133,2861),(1712,132,2861),(1712,131,2861),(1712,130,2861),(1712,129,2861),(1712,127,2861),(1712,128,2861),(1712,126,2861),(1712,143,2861),(1712,125,2861),(1712,124,2861),(1712,25,2861),(1712,123,2861),(1712,122,2861),(1712,121,2861),(1712,120,2861),(1712,119,2861),(1712,118,2861),(1712,27,2861),(1712,214,2861),(1712,215,2861),(1712,216,2861),(1712,222,2861),(1712,223,2861),(1712,224,2861),(1712,225,2861),(1712,226,2861),(1712,227,2861),(1712,217,2861),(1712,218,2861),(1712,219,2861),(1712,220,2861),(1712,221,2861),(1712,190,2861),(1712,149,2861),(1712,195,2861),(1710,64,2876),(1713,2,2862),(1713,21,2865),(1713,148,2865),(1713,162,2865),(388,105,2893),(1714,12,2875),(1710,221,2876),(1710,144,2876),(172,18,2976),(1706,170,2885),(1706,162,2885),(1710,2,2887),(1710,153,2888),(1716,12,2888),(1717,34,2888),(1717,2,2888),(1717,20,3000),(1717,160,3000),(1717,159,2889),(1719,119,2890),(1719,203,2890),(1719,25,2890),(1720,144,2896),(1720,20,2896),(1720,161,2896),(93,170,2898),(93,205,2898),(1722,21,2923),(1722,148,2923),(1722,162,2914),(1722,200,2914),(1722,167,2914),(1722,165,2914),(1722,166,2914),(1723,2,2902),(1723,153,2902),(1722,2,2951),(1722,144,2914),(1722,204,2914),(1722,209,2914),(1722,192,2914),(1722,191,2914),(1724,20,2907),(1725,179,2909),(1722,164,2914),(1726,12,2909),(1722,19,2914),(1722,201,2914),(1722,214,2914),(1722,215,2914),(1722,216,2914),(1722,223,2914),(1722,222,2914),(1722,225,2914),(1722,217,2914),(1,230,3192),(1727,18,2913),(1727,191,2913),(1727,2,2914),(171,230,2914),(1722,207,2914),(1722,32,2914),(1722,33,2914),(1722,34,2914),(1722,35,2914),(1722,145,2914),(1722,146,2914),(1722,147,2914),(1722,193,2914),(1722,153,2914),(1722,210,2914),(1722,3,2914),(1722,6,2914),(1722,9,2914),(1722,10,2914),(1722,5,2914),(1722,14,2914),(1722,151,2914),(1722,152,2914),(1722,11,2914),(1722,17,2914),(1722,13,2914),(1722,15,2914),(1722,16,2914),(1722,150,2914),(1722,12,2914),(1722,18,2914),(1722,22,2914),(1722,205,2914),(1722,206,2914),(1722,168,2914),(1722,189,2914),(1722,163,2914),(1722,169,2914),(1722,185,2914),(1722,186,2914),(1722,177,2914),(1722,175,2914),(1722,176,2914),(1722,211,2914),(1722,170,2914),(1722,171,2914),(1722,173,2914),(1722,20,2931),(1722,158,2914),(1722,159,2914),(1722,157,2914),(1722,178,2914),(1722,160,2931),(1722,161,2914),(1722,187,2914),(1722,188,2914),(1722,180,2914),(1722,179,2914),(1722,212,2914),(1722,154,2914),(1722,155,2914),(1722,156,2914),(1722,174,2914),(1722,61,2914),(1722,181,2914),(1722,182,2914),(1722,183,2914),(1722,184,2914),(1722,72,2914),(1722,66,2914),(1722,69,2914),(1722,64,2914),(1722,37,2914),(1722,38,2914),(1722,59,2914),(1722,36,2914),(1722,77,2914),(1722,75,2914),(1722,76,2914),(1722,74,2914),(1722,228,2914),(1722,229,2914),(1722,230,2914),(1722,73,2914),(1722,79,2914),(2025,21,3583),(1722,208,2914),(1722,39,2914),(1722,40,2914),(1722,41,2914),(1722,194,2914),(1722,42,2914),(1722,43,2914),(1722,44,2914),(1722,45,2914),(1722,46,2914),(1722,47,2914),(1722,48,2914),(1722,49,2914),(1722,50,2914),(1722,51,2914),(1722,52,2914),(1722,53,2914),(1722,54,2914),(1722,55,2914),(1722,56,2914),(1722,57,2914),(1722,58,2914),(1722,60,2914),(1722,62,2914),(1722,63,2914),(1722,65,2914),(1722,67,2914),(1722,68,2914),(1722,70,2914),(1722,71,2914),(1722,23,2914),(1722,202,2914),(1722,28,2914),(1722,80,2914),(1722,81,2914),(1722,82,2914),(1722,83,2914),(1722,84,2914),(1722,85,2914),(1722,86,2914),(1722,87,2914),(1722,88,2914),(1722,89,2914),(1722,24,2914),(1722,90,2914),(1722,91,2914),(1722,92,2914),(1722,93,2914),(1722,94,2914),(1722,95,2914),(1722,96,2914),(1722,97,2914),(1722,98,2914),(1722,99,2914),(1722,100,2914),(1722,101,2914),(1722,102,2914),(1722,103,2914),(1722,104,2914),(1722,105,2914),(1722,106,2914),(1722,107,2914),(1722,108,2914),(1722,109,2914),(1722,110,2914),(1722,111,2914),(1722,112,2914),(1722,113,2914),(1722,114,2914),(1722,115,2914),(1722,116,2914),(1722,117,2914),(1722,26,2914),(1722,203,2914),(1722,142,2914),(1722,141,2914),(1722,140,2914),(1722,139,2914),(1722,138,2914),(1722,137,2914),(1722,136,2914),(1722,135,2914),(1722,134,2914),(1722,133,2914),(1722,132,2914),(1722,131,2914),(1722,130,2914),(1722,129,2914),(1722,127,2914),(1722,128,2914),(1722,126,2914),(1722,143,2914),(1722,125,2914),(1722,124,2914),(1722,25,2914),(1722,123,2914),(1722,122,2914),(1722,121,2914),(1722,120,2914),(1722,119,2914),(1722,118,2914),(1722,27,2914),(1722,224,2914),(1722,226,2914),(1722,227,2914),(1722,218,2914),(1722,219,2914),(1722,220,2914),(1722,221,2914),(1722,190,2914),(1722,149,2914),(1722,195,2914),(12,230,2915),(1728,21,2957),(1728,148,2957),(1728,162,2918),(1728,211,2919),(1729,21,2923),(1729,117,2923),(1729,125,2923),(1729,2,2923),(1731,24,2923),(1732,212,2925),(1732,200,2925),(1732,211,2925),(1733,61,2951),(1733,184,2951),(1728,184,2927),(1728,160,2929),(1734,20,2930),(1734,154,2930),(1734,160,2930),(1734,161,2930),(356,230,3013),(1735,170,2931),(1735,192,2931),(1735,2,2931),(816,153,2933),(382,184,3348),(1737,21,3402),(1737,191,3401),(1737,192,2941),(1737,169,2941),(1737,163,3401),(1737,209,2944),(1737,210,2944),(1737,17,2944),(1737,200,3402),(1737,28,3401),(1737,144,2946),(1737,193,2946),(1737,160,3458),(1092,191,2949),(1738,201,2978),(1738,153,2950),(1738,210,2950),(1738,207,2950),(1738,204,2978),(1738,200,2950),(1738,175,2977),(1738,211,2950),(1738,156,2978),(1733,181,2951),(1733,182,2951),(1738,2,2978),(1738,192,2955),(1738,148,2978),(1738,162,2978),(1738,166,2955),(1739,20,2955),(1739,159,2955),(1740,20,2957),(172,223,2966),(12,209,3412),(1743,170,2976),(1743,205,2977),(172,205,2978),(1738,176,2977),(1738,205,2978),(1,231,3643),(355,231,3642),(1,232,3415),(356,231,3013),(356,232,3013),(1746,2,2993),(1746,16,2993),(1746,150,2993),(1746,12,2994),(1746,18,2994),(1746,191,2994),(1746,192,2994),(1746,200,2994),(1746,201,2994),(1746,205,2994),(1746,206,2994),(12,231,3411),(12,232,3000),(388,232,3007),(1737,231,3007),(1749,12,3008),(1749,204,3008),(1751,146,3008),(1752,144,3009),(1752,145,3009),(1752,153,3009),(1752,16,3009),(1753,191,3091),(1754,191,3011),(1755,144,3012),(1755,16,3012),(1755,12,3012),(1756,192,3013),(1756,2,3013),(1756,125,3013),(1756,156,3013),(1756,211,3013),(12,233,3191),(1,233,3192),(1758,2,3018),(1760,61,3031),(1760,183,3019),(1760,184,3019),(1761,61,3021),(1761,181,3021),(1761,182,3021),(1761,191,3022),(1761,201,3023),(1761,192,3023),(355,191,3023),(1762,2,3025),(1762,21,3060),(1762,231,3060),(1762,189,3030),(1762,16,3026),(1762,204,3026),(1762,209,3026),(1762,210,3026),(1763,191,3102),(1764,61,3043),(388,34,3042),(1,234,3626),(1,235,3192),(388,234,3219),(1766,2,3052),(172,235,3280),(355,234,3642),(388,212,3059),(1770,32,3059),(1770,5,3059),(1770,13,3059),(1770,192,3059),(1770,206,3059),(172,234,3636),(1771,144,3093),(1771,3,3061),(1771,5,3061),(1771,6,3061),(1771,12,3093),(12,234,3412),(12,235,3071),(1771,2,3132),(1771,204,3071),(1771,19,3074),(1774,36,3080),(1774,73,3080),(1775,2,3081),(1775,32,3080),(1775,34,3080),(1775,204,3080),(1775,207,3081),(1776,234,3095),(1777,21,3087),(1777,163,3087),(1776,2,3139),(1776,21,3157),(1776,148,3157),(1776,162,3157),(1776,210,3087),(1776,175,3087),(1776,176,3087),(1776,173,3087),(1776,207,3087),(1776,153,3087),(1776,12,3089),(1776,22,3089),(1776,192,3089),(1776,186,3138),(1776,167,3137),(1771,167,3091),(1771,186,3091),(1771,234,3093),(1763,84,3102),(1763,141,3102),(1763,44,3102),(1763,49,3102),(1763,125,3102),(1763,109,3102),(1763,132,3102),(1763,15,3102),(1763,83,3102),(1763,28,3102),(1763,54,3102),(1763,149,3102),(1763,200,3102),(1763,14,3102),(1763,96,3102),(1763,59,3102),(1763,87,3102),(1763,144,3102),(1763,17,3102),(1763,11,3102),(1763,48,3102),(1763,115,3102),(1763,90,3102),(1763,170,3102),(1763,81,3102),(1763,106,3102),(1763,124,3102),(1763,50,3102),(1763,12,3102),(1763,100,3102),(1763,88,3102),(1763,16,3102),(1763,58,3102),(1763,112,3102),(1763,214,3102),(1763,60,3102),(1763,130,3102),(1763,107,3102),(1763,143,3102),(1763,111,3102),(1763,233,3102),(1763,70,3102),(1763,104,3102),(1763,39,3102),(1763,153,3102),(1763,43,3102),(1763,57,3102),(1763,190,3102),(1763,134,3102),(1763,127,3102),(1763,193,3102),(1763,20,3103),(1763,52,3102),(1763,92,3102),(1763,108,3102),(1763,154,3102),(1763,40,3102),(1763,195,3102),(1763,13,3102),(1763,99,3102),(1763,116,3102),(1763,38,3102),(1763,91,3102),(1763,133,3102),(1763,86,3102),(1763,137,3102),(1763,95,3102),(1763,145,3102),(1763,152,3102),(1763,18,3102),(1763,51,3102),(1763,120,3102),(1763,65,3102),(1763,129,3102),(1763,207,3102),(1763,93,3102),(1763,122,3102),(1763,37,3102),(1763,202,3102),(1763,147,3102),(1763,19,3102),(1763,53,3102),(1763,151,3102),(1763,45,3102),(1763,41,3102),(1763,204,3102),(1763,94,3102),(1763,69,3102),(1763,140,3102),(1763,146,3102),(1763,117,3102),(1763,126,3102),(1763,85,3102),(1763,105,3102),(1763,32,3102),(1763,138,3102),(1763,128,3102),(1763,119,3102),(1763,2,3102),(1763,209,3102),(1763,3,3102),(1763,150,3102),(1763,22,3102),(1763,192,3102),(1763,201,3102),(1763,21,3102),(1763,61,3102),(1763,72,3102),(1763,66,3102),(1763,64,3102),(1763,36,3102),(1763,194,3102),(1763,42,3102),(1763,46,3102),(1763,47,3102),(1763,55,3102),(1763,56,3102),(1763,62,3102),(1763,63,3102),(1763,67,3102),(1763,68,3102),(1763,71,3102),(1763,23,3102),(1763,80,3102),(1763,82,3102),(1763,89,3102),(1763,24,3102),(1763,97,3102),(1763,98,3102),(1763,101,3102),(1763,102,3102),(1763,103,3102),(1763,110,3102),(1763,113,3102),(1763,114,3102),(1763,26,3102),(1763,203,3102),(1763,142,3102),(1763,139,3102),(1763,136,3102),(1763,135,3102),(1763,131,3102),(1763,25,3102),(1763,123,3102),(1763,121,3102),(1763,118,3102),(1763,27,3102),(355,186,3642),(1771,21,3115),(1771,214,3093),(1771,191,3093),(1771,200,3093),(1771,36,3103),(1771,73,3093),(2025,2,3583),(1771,202,3093),(1771,28,3132),(1771,145,3093),(1771,146,3093),(1778,20,3094),(1778,159,3094),(1778,157,3094),(1778,178,3094),(1778,21,3095),(1778,148,3095),(1778,164,3095),(1778,166,3095),(1778,162,3095),(1778,167,3095),(1776,32,3095),(1776,34,3095),(1771,157,3115),(1771,166,3103),(171,186,3224),(171,234,3629),(1772,209,3113),(1772,204,3113),(1772,20,3297),(1772,187,3108),(1772,188,3108),(1772,160,3109),(1772,158,3114),(1772,144,3110),(1,209,3626),(1771,158,3115),(1771,160,3115),(1780,2,3116),(1782,191,3131),(1776,166,3157),(1776,209,3139),(1783,32,3140),(1783,64,3140),(1776,177,3146),(355,177,3449),(1776,204,3150),(355,228,3157),(428,2,3157),(428,177,3157),(428,28,3157),(428,61,3157),(428,181,3157),(428,182,3157),(1776,155,3157),(382,234,3213),(1,236,3578),(382,236,3465),(12,236,3441),(376,2,3192),(355,44,3196),(1,215,3192),(1,219,3192),(1,220,3192),(1784,231,3192),(60,153,3192),(1771,24,3192),(18,160,3418),(1773,236,3198),(1790,236,3202),(1791,236,3203),(428,140,3208),(1792,236,3212),(1793,236,3212),(1798,145,3219),(1800,103,3220),(1798,21,3223),(1798,153,3220),(388,186,3225),(1798,185,3223),(1798,186,3223),(1801,204,3226),(1802,236,3226),(1802,21,3227),(1802,231,3227),(1804,43,3233),(1804,12,3232),(455,207,3232),(455,21,3232),(1803,49,3232),(1803,65,3232),(1803,170,3232),(1803,59,3232),(1803,191,3232),(1803,43,3232),(1803,55,3232),(1803,41,3232),(1803,54,3232),(1803,64,3232),(1803,236,3232),(1803,14,3232),(1803,145,3232),(1803,60,3232),(1803,2,3232),(1803,20,3232),(1803,40,3232),(1803,57,3232),(1803,46,3232),(1803,15,3232),(1803,69,3232),(1803,153,3232),(1803,51,3232),(1803,44,3232),(1803,150,3232),(1803,12,3232),(1803,147,3232),(1803,152,3232),(1803,21,3233),(1803,19,3232),(1803,144,3232),(1803,63,3232),(1803,209,3232),(1803,39,3232),(1803,37,3232),(1803,62,3232),(1803,56,3232),(1803,3,3232),(1803,200,3232),(1803,61,3232),(1803,48,3232),(1803,13,3232),(1803,192,3232),(1803,154,3232),(1803,42,3232),(1803,36,3232),(1803,146,3232),(1803,17,3232),(1803,22,3232),(1803,32,3232),(1803,53,3232),(1803,207,3232),(1803,72,3232),(1803,11,3232),(1803,50,3232),(1803,45,3232),(1803,151,3232),(1803,201,3232),(1803,58,3232),(1803,18,3232),(1803,194,3232),(1803,204,3232),(1803,16,3232),(1803,66,3232),(1803,47,3232),(1803,52,3232),(1803,193,3232),(1803,38,3232),(1807,207,3233),(1807,21,3234),(1807,20,3233),(1807,212,3233),(1807,159,3233),(1807,158,3233),(1807,160,3233),(388,231,3233),(1807,232,3234),(1807,208,3234),(1807,36,3234),(1807,76,3234),(1807,24,3234),(1807,204,3234),(1807,200,3234),(1807,156,3234),(1807,61,3234),(1807,184,3234),(1808,2,3235),(1811,16,3235),(18,212,3239),(18,157,3239),(18,158,3239),(1812,236,3239),(1812,2,3240),(1813,236,3241),(1814,61,3242),(1816,207,3249),(1816,145,3249),(1816,193,3250),(1817,21,3249),(1817,148,3249),(1817,162,3249),(1817,2,3255),(1817,150,3253),(1818,236,3254),(1819,32,3255),(1819,35,3255),(1820,236,3255),(1820,2,3255),(1820,160,3255),(1821,236,3256),(1822,2,3257),(1823,61,3277),(1823,184,3268),(1825,153,3263),(1823,181,3266),(1823,182,3266),(1826,2,3269),(1827,64,3333),(1827,82,3269),(1827,69,3275),(1827,20,3414),(1832,12,3278),(1832,236,3277),(1832,2,3277),(1832,207,3277),(1832,32,3277),(1832,33,3277),(1832,34,3277),(1832,35,3277),(1832,144,3277),(1832,145,3277),(1832,146,3277),(1832,147,3277),(1832,193,3277),(1832,153,3277),(1832,204,3277),(1832,209,3277),(1832,210,3277),(1832,234,3277),(1832,3,3277),(1832,6,3277),(1832,9,3277),(1832,10,3277),(1832,5,3277),(1832,14,3277),(1832,151,3277),(1832,152,3277),(1832,11,3277),(1832,17,3277),(1832,13,3277),(1832,15,3277),(1832,16,3277),(1832,150,3277),(1832,18,3277),(1832,19,3277),(1832,22,3277),(1832,191,3277),(1832,192,3277),(1832,200,3277),(1832,201,3277),(1832,205,3277),(1832,206,3277),(1832,21,3277),(1832,231,3277),(1832,148,3277),(1832,162,3277),(1832,164,3277),(1832,165,3277),(1832,166,3277),(1832,167,3277),(1832,168,3277),(1832,189,3277),(1832,163,3277),(1832,169,3277),(1832,185,3277),(1832,186,3277),(1832,177,3277),(1832,175,3277),(1832,176,3277),(1832,211,3277),(1832,232,3277),(1832,170,3277),(1832,171,3277),(1832,173,3277),(1832,20,3277),(1832,158,3277),(1832,159,3277),(1832,157,3277),(1832,178,3277),(1832,160,3277),(1832,161,3277),(1832,187,3277),(1832,188,3277),(1832,180,3277),(1832,179,3277),(1832,212,3277),(1832,154,3277),(1832,194,3277),(1832,155,3277),(1832,156,3277),(1832,174,3277),(1832,61,3277),(1832,181,3277),(1832,182,3277),(1832,183,3277),(1832,184,3277),(1832,72,3277),(1832,66,3277),(1832,69,3277),(1832,64,3277),(1832,37,3277),(1832,38,3277),(1832,59,3277),(1832,36,3277),(1832,77,3277),(1832,75,3277),(1832,76,3277),(1832,74,3277),(1832,228,3277),(1832,229,3277),(1832,230,3277),(1832,235,3277),(1832,73,3277),(1832,79,3277),(2025,61,3583),(1832,208,3277),(1832,39,3277),(1832,40,3277),(1832,41,3277),(1832,42,3277),(1832,43,3277),(1832,44,3277),(1832,45,3277),(1832,46,3277),(1832,47,3277),(1832,48,3277),(1832,49,3277),(1832,50,3277),(1832,51,3277),(1832,52,3277),(1832,53,3277),(1832,54,3277),(1832,55,3277),(1832,56,3277),(1832,57,3277),(1832,58,3277),(1832,60,3277),(1832,62,3277),(1832,63,3277),(1832,65,3277),(1832,67,3277),(1832,68,3277),(1832,70,3277),(1832,71,3277),(1832,23,3277),(1832,202,3277),(1832,28,3277),(1832,80,3277),(1832,81,3277),(1832,82,3277),(1832,83,3277),(1832,84,3277),(1832,85,3277),(1832,86,3277),(1832,87,3277),(1832,88,3277),(1832,89,3277),(1832,24,3277),(1832,90,3277),(1832,91,3277),(1832,92,3277),(1832,93,3277),(1832,94,3277),(1832,95,3277),(1832,96,3277),(1832,97,3277),(1832,98,3277),(1832,99,3277),(1832,100,3277),(1832,101,3277),(1832,102,3277),(1832,103,3277),(1832,104,3277),(1832,105,3277),(1832,106,3277),(1832,107,3277),(1832,108,3277),(1832,109,3277),(1832,110,3277),(1832,111,3277),(1832,112,3277),(1832,113,3277),(1832,114,3277),(1832,115,3277),(1832,116,3277),(1832,117,3277),(1832,26,3277),(1832,203,3277),(1832,142,3277),(1832,141,3277),(1832,140,3277),(1832,139,3277),(1832,138,3277),(1832,137,3277),(1832,136,3277),(1832,135,3277),(1832,134,3277),(1832,133,3277),(1832,132,3277),(1832,131,3277),(1832,130,3277),(1832,129,3277),(1832,127,3277),(1832,128,3277),(1832,126,3277),(1832,143,3277),(1832,125,3277),(1832,124,3277),(1832,25,3277),(1832,123,3277),(1832,122,3277),(1832,121,3277),(1832,120,3277),(1832,119,3277),(1832,118,3277),(1832,27,3277),(1832,214,3277),(1832,215,3277),(1832,216,3277),(1832,222,3277),(1832,223,3277),(1832,224,3277),(1832,225,3277),(1832,226,3277),(1832,227,3277),(1832,217,3277),(1832,218,3277),(1832,219,3277),(1832,220,3277),(1832,221,3277),(1832,190,3277),(1832,233,3277),(1832,149,3277),(1832,195,3277),(1834,2,3280),(172,75,3280),(172,74,3280),(1772,21,3286),(1772,145,3283),(1772,207,3283),(1772,2,3284),(1772,16,3284),(1772,200,3285),(1836,2,3287),(1840,212,3287),(1840,20,3288),(1840,160,3288),(1847,170,3291),(1847,21,3291),(1847,171,3291),(1847,236,3291),(1847,61,3291),(1847,181,3291),(1847,182,3291),(1848,19,3291),(1848,16,3294),(1849,12,3295),(1850,54,3295),(1850,72,3295),(1850,61,3295),(1850,201,3295),(1852,61,3299),(1852,181,3299),(1852,2,3299),(1845,2,3328),(1853,204,3303),(1845,207,3303),(1857,20,3306),(1857,159,3303),(1857,158,3306),(1857,187,3304),(1827,154,3307),(1860,160,3325),(1861,12,3328),(1862,184,3348),(1862,2,3347),(1862,61,3348),(1863,9,3330),(1864,106,3330),(1866,20,3345),(1867,236,3332),(1867,21,3333),(1867,231,3332),(1867,175,3332),(1867,176,3332),(172,208,3336),(1872,21,3342),(1871,236,3342),(1874,144,3342),(1877,144,3344),(1877,12,3344),(1827,236,3345),(1827,2,3345),(1878,18,3345),(1879,144,3345),(1879,207,3345),(1879,19,3345),(1883,20,3350),(1883,160,3350),(1882,236,3350),(1882,3,3350),(1882,6,3350),(1884,153,3351),(1884,2,3351),(1884,34,3351),(1884,144,3351),(1884,207,3351),(1884,32,3351),(1884,236,3458),(1884,20,3583),(1884,21,3421),(1885,12,3353),(1885,145,3353),(1886,2,3353),(1886,21,3392),(1886,189,3392),(1887,146,3356),(1887,193,3357),(1889,12,3358),(1890,12,3358),(1892,2,3359),(1892,19,3359),(1895,21,3365),(1895,148,3362),(1895,162,3362),(1895,72,3364),(1895,170,3364),(1895,173,3364),(1895,171,3364),(1895,61,3364),(1895,231,3365),(1896,146,3365),(1896,147,3365),(1896,145,3365),(1896,144,3365),(1896,24,3365),(1897,12,3366),(1897,66,3366),(1898,12,3366),(355,72,3367),(1900,43,3416),(1901,144,3372),(1901,3,3372),(1901,6,3372),(1903,20,3373),(1904,236,3374),(1906,12,3377),(1907,236,3378),(1907,20,3378),(1907,159,3378),(1909,236,3380),(1909,179,3381),(1906,66,3381),(1910,43,3383),(1911,16,3386),(1911,207,3383),(1911,61,3386),(1912,146,3387),(1913,69,3387),(1912,2,3388),(1913,144,3387),(1913,209,3387),(1913,12,3388),(1913,19,3388),(1913,66,3388),(1913,59,3388),(1913,233,3388),(1913,204,3388),(1915,66,3388),(1916,2,3389),(1919,2,3393),(1920,103,3394),(1921,2,3395),(171,236,3395),(1922,32,3396),(1922,2,3396),(1922,236,3396),(1922,207,3396),(1922,33,3396),(1922,34,3396),(1922,35,3396),(1922,144,3396),(1922,145,3396),(1922,146,3396),(1922,147,3396),(1922,193,3396),(1922,153,3396),(1922,204,3396),(1922,209,3396),(1922,210,3396),(1922,234,3396),(1922,3,3396),(1922,6,3396),(1922,9,3396),(1922,10,3396),(1922,5,3396),(1922,14,3396),(1922,151,3396),(1922,152,3396),(1922,11,3396),(1922,17,3396),(1922,13,3396),(1922,15,3396),(1922,16,3396),(1922,150,3396),(1922,12,3396),(1922,18,3396),(1922,19,3396),(1922,22,3396),(1922,191,3396),(1922,192,3396),(1922,200,3396),(1922,201,3396),(1922,205,3396),(1922,206,3396),(1922,21,3396),(1922,231,3396),(1922,148,3396),(1922,162,3396),(1922,164,3396),(1922,165,3396),(1922,166,3396),(1922,167,3396),(1922,168,3396),(1922,189,3396),(1922,163,3396),(1922,169,3396),(1922,185,3396),(1922,186,3396),(1922,177,3396),(1922,175,3396),(1922,176,3396),(1922,211,3396),(1922,232,3396),(1922,170,3396),(1922,171,3396),(1922,173,3396),(1922,20,3396),(1922,158,3396),(1922,159,3396),(1922,157,3396),(1922,178,3396),(1922,160,3396),(1922,161,3396),(1922,187,3396),(1922,188,3396),(1922,180,3396),(1922,179,3396),(1922,212,3396),(1922,154,3396),(1922,194,3396),(1922,155,3396),(1922,156,3396),(1922,174,3396),(1922,61,3396),(1922,181,3396),(1922,182,3396),(1922,183,3396),(1922,184,3396),(1922,72,3396),(1922,66,3396),(1922,69,3396),(1922,64,3396),(1922,37,3396),(1922,38,3396),(1922,59,3396),(1922,36,3396),(1922,77,3396),(1922,75,3396),(1922,76,3396),(1922,74,3396),(1922,228,3396),(1922,229,3396),(1922,230,3396),(1922,235,3396),(1922,73,3396),(1922,79,3396),(2025,237,3583),(1922,208,3396),(1922,39,3396),(1922,40,3396),(1922,41,3396),(1922,42,3396),(1922,43,3396),(1922,44,3396),(1922,45,3396),(1922,46,3396),(1922,47,3396),(1922,48,3396),(1922,49,3396),(1922,50,3396),(1922,51,3396),(1922,52,3396),(1922,53,3396),(1922,54,3396),(1922,55,3396),(1922,56,3396),(1922,57,3396),(1922,58,3396),(1922,60,3396),(1922,62,3396),(1922,63,3396),(1922,65,3396),(1922,67,3396),(1922,68,3396),(1922,70,3396),(1922,71,3396),(1922,23,3396),(1922,202,3396),(1922,28,3396),(1922,80,3396),(1922,81,3396),(1922,82,3396),(1922,83,3396),(1922,84,3396),(1922,85,3396),(1922,86,3396),(1922,87,3396),(1922,88,3396),(1922,89,3396),(1922,24,3396),(1922,90,3396),(1922,91,3396),(1922,92,3396),(1922,93,3396),(1922,94,3396),(1922,95,3396),(1922,96,3396),(1922,97,3396),(1922,98,3396),(1922,99,3396),(1922,100,3396),(1922,101,3396),(1922,102,3396),(1922,103,3396),(1922,104,3396),(1922,105,3396),(1922,106,3396),(1922,107,3396),(1922,108,3396),(1922,109,3396),(1922,110,3396),(1922,111,3396),(1922,112,3396),(1922,113,3396),(1922,114,3396),(1922,115,3396),(1922,116,3396),(1922,117,3396),(1922,26,3396),(1922,203,3396),(1922,142,3396),(1922,141,3396),(1922,140,3396),(1922,139,3396),(1922,138,3396),(1922,137,3396),(1922,136,3396),(1922,135,3396),(1922,134,3396),(1922,133,3396),(1922,132,3396),(1922,131,3396),(1922,130,3396),(1922,129,3396),(1922,127,3396),(1922,128,3396),(1922,126,3396),(1922,143,3396),(1922,125,3396),(1922,124,3396),(1922,25,3396),(1922,123,3396),(1922,122,3396),(1922,121,3396),(1922,120,3396),(1922,119,3396),(1922,118,3396),(1922,27,3396),(1922,214,3396),(1922,215,3396),(1922,216,3396),(1922,222,3396),(1922,223,3396),(1922,224,3396),(1922,225,3396),(1922,226,3396),(1922,227,3396),(1922,217,3396),(1922,218,3396),(1922,219,3396),(1922,220,3396),(1922,221,3396),(1922,190,3396),(1922,233,3396),(1922,149,3396),(1922,195,3396),(1923,2,3397),(1924,2,3398),(1925,2,3399),(1926,2,3399),(1926,207,3399),(1927,2,3399),(1928,2,3401),(1929,16,3401),(1929,18,3401),(1929,12,3401),(1930,2,3401),(1737,54,3401),(1737,207,3403),(1737,204,3458),(1737,203,3403),(1737,202,3403),(1737,140,3403),(1737,149,3403),(1737,20,3405),(1737,212,3403),(1932,3,3405),(1906,2,3406),(171,203,3406),(1935,11,3406),(1935,204,3406),(1935,21,3406),(1935,148,3406),(1935,162,3406),(1937,12,3406),(1937,144,3406),(1938,236,3407),(1938,200,3407),(1938,184,3407),(1936,236,3407),(1939,12,3407),(1940,236,3408),(1940,193,3408),(1941,236,3408),(1941,48,3409),(1942,20,3413),(1943,219,3414),(355,236,3579),(1933,3,3414),(1827,160,3414),(1827,159,3414),(1944,236,3415),(1949,61,3415),(1949,164,3415),(1949,236,3416),(1949,207,3416),(1949,2,3416),(1949,21,3419),(1949,231,3416),(1949,193,3416),(1949,200,3416),(1949,189,3416),(1950,12,3417),(1953,66,3420),(1954,201,3420),(1954,206,3420),(1955,2,3422),(1884,3,3458),(1884,210,3421),(1884,209,3421),(1884,164,3421),(1884,162,3421),(1956,2,3423),(1957,20,3424),(1957,160,3424),(1957,179,3424),(1960,236,3424),(1961,12,3424),(1962,66,3438),(1963,2,3426),(1960,20,3654),(1960,160,3426),(1960,66,3426),(1960,2,3426),(1960,159,3654),(1960,178,3654),(1960,157,3599),(1964,72,3426),(1964,3,3426),(1965,2,3427),(1966,236,3442),(1966,21,3447),(1,237,3712),(1968,12,3431),(1969,21,3432),(1966,204,3600),(12,237,3573),(355,185,3449),(355,237,3609),(1966,145,3435),(1966,205,3435),(1966,173,3435),(1966,2,3440),(1970,236,3436),(355,211,3548),(355,154,3440),(1966,237,3442),(1966,231,3442),(1973,2,3443),(1974,236,3443),(1977,2,3449),(1978,11,3447),(1966,144,3447),(1966,32,3447),(1966,232,3447),(1979,237,3448),(1979,192,3625),(1981,2,3450),(1983,2,3451),(1982,2,3456),(1984,2,3458),(1986,20,3458),(1884,237,3458),(1884,6,3458),(1737,234,3458),(1988,204,3458),(1991,66,3459),(1992,236,3460),(1995,2,3466),(1997,2,3470),(1997,236,3470),(1997,237,3469),(1997,207,3470),(1997,32,3471),(1997,144,3472),(1997,145,3472),(1997,146,3473),(1997,147,3473),(1997,193,3473),(1997,153,3474),(1997,204,3474),(1997,209,3475),(1997,3,3475),(1997,14,3476),(1997,151,3476),(1997,152,3477),(1997,11,3477),(1997,17,3478),(1997,13,3478),(1997,15,3479),(1997,16,3479),(1997,150,3480),(1997,12,3480),(1997,18,3481),(1997,19,3481),(1997,22,3482),(1997,191,3482),(1997,192,3483),(1997,200,3483),(1997,201,3484),(1997,21,3484),(1997,170,3484),(1997,20,3485),(1997,154,3485),(1997,61,3485),(1997,72,3486),(1997,66,3486),(1997,69,3487),(1997,64,3487),(1997,37,3488),(1997,38,3488),(1997,59,3489),(1997,36,3489),(1997,39,3490),(1997,40,3490),(1997,41,3491),(1997,42,3491),(1997,43,3492),(1997,44,3492),(1997,45,3493),(1997,46,3493),(1997,47,3494),(1997,48,3494),(1997,49,3495),(1997,50,3495),(1997,51,3496),(1997,52,3496),(1997,53,3497),(1997,54,3497),(1997,55,3498),(1997,56,3498),(1997,57,3499),(1997,58,3499),(1997,60,3500),(1997,62,3500),(1997,63,3501),(1997,65,3501),(1997,67,3502),(1997,68,3502),(1997,70,3503),(1997,71,3503),(1997,23,3504),(1997,202,3504),(1997,28,3505),(1997,80,3505),(1997,81,3506),(1997,82,3506),(1997,83,3507),(1997,84,3507),(1997,85,3508),(1997,86,3508),(1997,87,3509),(1997,88,3509),(1997,89,3510),(1997,24,3510),(1997,90,3511),(1997,91,3511),(1997,92,3512),(1997,93,3512),(1997,94,3513),(1997,95,3513),(1997,96,3514),(1997,97,3514),(1997,98,3515),(1997,99,3515),(1997,100,3516),(1997,101,3516),(1997,102,3517),(1997,103,3517),(2006,48,3547),(2006,237,3547),(2006,236,3547),(2006,207,3547),(2007,2,3557),(2009,61,3554),(2008,195,3556),(1960,21,3654),(1999,2,3528),(2001,170,3531),(2001,21,3531),(2001,232,3531),(2001,20,3531),(355,165,3541),(2002,147,3534),(2002,132,3534),(1960,167,3654),(1960,166,3539),(1960,237,3623),(1960,165,3654),(1960,28,3541),(382,237,3552),(2011,2,3560),(2012,236,3560),(2012,145,3560),(1,238,3629),(382,238,3584),(2014,185,3569),(2014,186,3569),(2014,171,3569),(2014,170,3569),(2014,173,3569),(2014,39,3569),(2014,144,3569),(355,238,3584),(172,146,3569),(172,236,3636),(172,237,3636),(2018,2,3571),(2019,2,3572),(2020,2,3573),(2022,236,3573),(2022,179,3574),(2022,20,3574),(2023,144,3578),(2023,61,3579),(355,15,3579),(2024,12,3579),(2028,3,3583),(2028,6,3583),(2028,14,3583),(2028,146,3583),(2032,73,3584),(2032,145,3584),(2032,237,3584),(2032,236,3584),(2035,209,3585),(382,209,3586),(2036,3,3588),(2037,204,3588),(2038,21,3590),(2038,162,3590),(2040,237,3595),(2040,236,3595),(2040,2,3622),(2040,48,3642),(2042,158,3595),(2042,20,3595),(2042,159,3595),(2043,236,3595),(2045,236,3596),(2045,237,3595),(2045,2,3597),(2045,234,3596),(2045,209,3596),(2045,210,3596),(2045,204,3597),(2040,11,3597),(2040,207,3598),(2047,236,3598),(2047,173,3598),(2047,237,3599),(2047,28,3599),(2047,193,3599),(2047,2,3599),(2047,191,3599),(2047,21,3654),(2047,170,3599),(2047,154,3599),(2047,155,3599),(1960,176,3599),(2046,2,3599),(2046,237,3599),(2046,207,3599),(2048,236,3601),(1966,19,3600),(1966,61,3600),(1966,181,3600),(2051,2,3602),(1,239,3603),(2052,237,3609),(2052,194,3624),(2052,154,3624),(2052,66,3613),(2052,105,3608),(2052,64,3608),(2052,61,3608),(2052,181,3608),(2052,182,3608),(2052,201,3609),(2052,75,3610),(2053,2,3612),(2052,36,3714),(2054,2,3613),(2052,69,3613),(2055,236,3615),(2055,237,3615),(2055,2,3615),(2055,192,3615),(2055,191,3615),(2056,167,3621),(2057,208,3618),(2056,159,3618),(2056,164,3619),(2056,162,3619),(2056,165,3619),(2056,166,3619),(2056,168,3619),(2052,2,3623),(2052,167,3619),(2058,66,3621),(2058,55,3621),(2058,237,3621),(2060,163,3621),(2060,231,3621),(2060,21,3621),(2052,77,3714),(2047,167,3622),(2047,32,3622),(2062,2,3623),(2062,6,3623),(2062,3,3623),(2063,9,3623),(1960,75,3623),(1960,64,3623),(1960,154,3623),(2066,3,3623),(2069,2,3624),(2045,54,3624),(2075,153,3624),(2014,17,3624),(2014,145,3624),(2079,69,3623),(2079,66,3623),(1979,209,3628),(1979,234,3628),(2081,236,3625),(2081,237,3625),(2014,209,3625),(2083,21,3627),(2083,185,3627),(2083,186,3627),(18,188,3629),(2086,237,3629),(2087,2,3630),(2088,170,3631),(2088,21,3631),(2088,163,3630),(2089,236,3631),(2089,167,3631),(2091,236,3634),(2092,236,3635),(2093,237,3637),(2094,2,3636),(2095,237,3638),(2096,236,3638),(2096,237,3638),(2096,2,3638),(2096,207,3638),(2096,32,3638),(2096,33,3638),(2096,34,3638),(2096,35,3638),(2096,144,3638),(2096,145,3638),(2096,146,3638),(2096,147,3638),(2096,193,3638),(2096,153,3638),(2096,204,3638),(2096,209,3638),(2096,210,3638),(2096,234,3638),(2096,3,3638),(2096,6,3638),(2096,9,3638),(2096,10,3638),(2096,5,3638),(2096,14,3638),(2096,151,3638),(2096,152,3638),(2096,11,3638),(2096,17,3638),(2096,13,3638),(2096,15,3638),(2096,16,3638),(2096,150,3638),(2096,12,3638),(2096,18,3638),(2096,19,3638),(2096,22,3638),(2096,191,3638),(2096,192,3638),(2096,200,3638),(2096,201,3638),(2096,205,3638),(2096,206,3638),(2096,21,3639),(2096,231,3639),(2096,148,3638),(2096,162,3638),(2096,164,3638),(2096,165,3638),(2096,166,3638),(2096,167,3638),(2096,168,3638),(2096,189,3638),(2096,163,3638),(2096,169,3638),(2096,185,3638),(2096,186,3638),(2096,177,3638),(2096,175,3638),(2096,176,3638),(2096,211,3638),(2096,232,3638),(2096,170,3638),(2096,171,3638),(2096,173,3638),(2096,20,3638),(2096,158,3638),(2096,159,3638),(2096,157,3638),(2096,178,3638),(2096,160,3638),(2096,161,3638),(2096,187,3638),(2096,188,3638),(2096,180,3638),(2096,179,3638),(2096,212,3638),(2096,154,3638),(2096,194,3638),(2096,155,3638),(2096,156,3638),(2096,174,3638),(2096,61,3638),(2096,181,3638),(2096,182,3638),(2096,183,3638),(2096,184,3638),(2096,72,3638),(2096,66,3638),(2096,69,3638),(2096,64,3638),(2096,37,3638),(2096,38,3638),(2096,59,3638),(2096,36,3638),(2096,77,3638),(2096,75,3638),(2096,76,3638),(2096,74,3638),(2096,228,3638),(2096,229,3638),(2096,230,3638),(2096,239,3638),(2096,235,3638),(2096,73,3638),(2096,79,3638),(2096,208,3638),(2096,39,3638),(2096,40,3638),(2096,41,3638),(2096,42,3638),(2096,43,3638),(2096,44,3638),(2096,45,3638),(2096,46,3638),(2096,47,3638),(2096,48,3638),(2096,49,3638),(2096,50,3638),(2096,51,3638),(2096,52,3638),(2096,53,3638),(2096,54,3638),(2096,55,3638),(2096,56,3638),(2096,57,3638),(2096,58,3638),(2096,60,3638),(2096,62,3638),(2096,63,3638),(2096,65,3638),(2096,67,3638),(2096,68,3638),(2096,70,3638),(2096,71,3638),(2096,23,3638),(2096,238,3638),(2096,202,3638),(2096,28,3638),(2096,80,3638),(2096,81,3638),(2096,82,3638),(2096,83,3638),(2096,84,3638),(2096,85,3638),(2096,86,3638),(2096,87,3638),(2096,88,3638),(2096,89,3638),(2096,24,3638),(2096,90,3638),(2096,91,3638),(2096,92,3638),(2096,93,3638),(2096,94,3638),(2096,95,3638),(2096,96,3638),(2096,97,3638),(2096,98,3638),(2096,99,3638),(2096,100,3638),(2096,101,3638),(2096,102,3638),(2096,103,3638),(2096,104,3638),(2096,105,3638),(2096,106,3638),(2096,107,3638),(2096,108,3638),(2096,109,3638),(2096,110,3638),(2096,111,3638),(2096,112,3638),(2096,113,3638),(2096,114,3638),(2096,115,3638),(2096,116,3638),(2096,117,3638),(2096,26,3638),(2096,203,3638),(2096,142,3638),(2096,141,3638),(2096,140,3638),(2096,139,3638),(2096,138,3638),(2096,137,3638),(2096,136,3638),(2096,135,3638),(2096,134,3638),(2096,133,3638),(2096,132,3638),(2096,131,3638),(2096,130,3638),(2096,129,3638),(2096,127,3638),(2096,128,3638),(2096,126,3638),(2096,143,3638),(2096,125,3638),(2096,124,3638),(2096,25,3638),(2096,123,3638),(2096,122,3638),(2096,121,3638),(2096,120,3638),(2096,119,3638),(2096,118,3638),(2096,27,3638),(2096,214,3638),(2096,215,3638),(2096,216,3638),(2096,222,3638),(2096,223,3638),(2096,224,3638),(2096,225,3638),(2096,226,3638),(2096,227,3638),(2096,217,3638),(2096,218,3638),(2096,219,3638),(2096,220,3638),(2096,221,3638),(2096,190,3638),(2096,233,3638),(2096,149,3638),(2096,195,3638),(2088,237,3639),(428,77,3639),(2094,231,3639),(2094,237,3644),(2094,144,3640),(2094,153,3644),(2094,3,3646),(2094,6,3646),(2094,11,3646),(1,240,3713),(2103,2,3651),(2104,237,3652),(2104,21,3652),(2104,231,3652),(2104,170,3652),(2105,237,3652),(2105,61,3653),(2107,2,3654),(2047,166,3654),(1960,148,3654),(1960,168,3654),(1960,164,3654),(1960,162,3654),(172,231,3654),(2109,237,3709),(2109,21,3708),(2109,231,3654),(2109,191,3655),(2110,2,3659),(2110,236,3659),(2110,237,3658),(2110,207,3659),(2110,32,3660),(2110,144,3660),(2110,145,3661),(2110,146,3661),(2110,147,3662),(2110,193,3662),(2110,153,3663),(2110,204,3663),(2110,209,3663),(2110,3,3663),(2110,14,3664),(2110,151,3664),(2110,152,3665),(2110,11,3665),(2110,17,3666),(2110,13,3666),(2110,15,3667),(2110,16,3667),(2110,150,3668),(2110,12,3668),(2110,18,3669),(2110,19,3669),(2110,22,3670),(2110,191,3670),(2110,192,3671),(2110,200,3671),(2110,201,3671),(2110,21,3672),(2110,170,3673),(2110,20,3673),(2110,154,3674),(2110,61,3675),(2110,72,3675),(2110,66,3676),(2110,69,3676),(2110,64,3677),(2110,37,3677),(2110,38,3678),(2110,59,3678),(2110,36,3679),(2110,39,3679),(2110,40,3680),(2110,41,3680),(2110,42,3681),(2110,43,3681),(2110,44,3682),(2110,45,3682),(2110,46,3683),(2110,47,3683),(2110,48,3684),(2110,49,3684),(2110,50,3685),(2110,51,3685),(2110,52,3686),(2110,53,3686),(2110,54,3687),(2110,55,3687),(2110,56,3688),(2110,57,3688),(2110,58,3689),(2110,60,3689),(2110,62,3690),(2110,63,3690),(2110,65,3691),(2110,67,3691),(2110,68,3692),(2110,70,3692),(2110,71,3693),(2110,23,3693),(2110,238,3694),(2110,202,3694),(2110,28,3695),(2110,80,3695),(2110,81,3696),(2110,82,3696),(2110,83,3697),(2110,84,3697),(2110,85,3698),(2110,86,3698),(2110,87,3699),(2110,88,3699),(2110,89,3700),(2110,24,3700),(2110,90,3701),(2110,91,3701),(2110,92,3702),(2110,93,3702),(2110,94,3703),(2110,95,3703),(2110,96,3704),(2110,97,3704),(2110,98,3705),(2110,99,3705),(2110,100,3706),(2110,101,3706),(2110,102,3707),(2052,79,3714),(2052,240,3714);
/*!40000 ALTER TABLE `smf_log_boards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smf_log_errors`
--

DROP TABLE IF EXISTS `smf_log_errors`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `smf_log_errors` (
  `ID_ERROR` mediumint(8) unsigned NOT NULL auto_increment,
  `logTime` int(10) unsigned NOT NULL default '0',
  `ID_MEMBER` mediumint(8) unsigned NOT NULL default '0',
  `ip` varchar(16) NOT NULL default '',
  `url` text NOT NULL,
  `message` text NOT NULL,
  `session` varchar(32) NOT NULL default '',
  PRIMARY KEY  (`ID_ERROR`),
  KEY `logTime` (`logTime`),
  KEY `ID_MEMBER` (`ID_MEMBER`),
  KEY `ip` (`ip`)
) ENGINE=MyISAM AUTO_INCREMENT=16777216 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smf_log_errors`
--

LOCK TABLES `smf_log_errors` WRITE;
/*!40000 ALTER TABLE `smf_log_errors` DISABLE KEYS */;
INSERT INTO `smf_log_errors` VALUES (1,1197925899,0,'66.249.67.20','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','ddf743f2aeb0427adbfff62dbff4ea31'),(2,1197973607,0,'212.74.27.112','?board=21.0','Sorry Guest, you are banned from using this forum!','8ba7a4c7f215aaa5e756f3d371a671f8'),(3,1197979291,0,'81.104.38.0','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','173a3381b85b4cec7898e8573a0b5f39'),(4,1198300923,0,'66.249.67.20','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','e7e4e06c50a17173b7c5fd47b25bbd06'),(5,1198437448,0,'81.104.38.0','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','be0dbb92da872d029a4f9f5a755869de'),(6,1198758268,0,'81.104.38.0','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','dae5763b114902698af371c3c1739702'),(7,1198766638,0,'211.95.166.158','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;spring&lt;/span&gt;','a7139f57bae7ca554b593dd123069a01'),(8,1198854605,0,'216.68.126.35','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Jan Mullikin&lt;/span&gt;','3d0449ea56e2c61cd9cc475b4289bece'),(9,1199268622,0,'81.104.38.0','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','a82080f1af17fc7d30d045960c0cf236'),(10,1199279383,0,'66.249.73.167','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','2e3095c3acf593bc73e111b1e9deaa06'),(11,1199363809,0,'81.104.38.0','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','5d99e7bd87e8716facc04ef7561445d1'),(12,1199370726,0,'195.169.215.8','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Aelfred&lt;/span&gt;','764f0cd4d9651b3a0637fdac7a9e4bc2'),(13,1199370734,0,'195.169.215.8','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Aelfred&lt;/span&gt;','764f0cd4d9651b3a0637fdac7a9e4bc2'),(14,1199507027,0,'24.5.159.221','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;JComella&lt;/span&gt;','449d5279b69240e36ba43c82caf07170'),(15,1199574059,0,'81.104.38.0','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','804f0db7627482cbb368c29b53f5251a'),(16,1199873357,0,'66.249.73.167','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','1c301345a3e42e2d3fcb88f8391950cc'),(17,1199874352,0,'66.249.73.167','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','8ab2a877b24519c5ab904aeca7ab812b'),(18,1199889697,0,'81.104.38.0','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','226ba2e34230559cf3cc7cf8e8777a92'),(19,1199960128,0,'87.114.6.5','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;GASHEFF&lt;/span&gt;','e612bf818f423f593e5bc3dd42c7761b'),(20,1200185125,0,'81.104.38.0','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','73f1ae03fc8e12219faebf15e45089de'),(21,1200251168,0,'66.249.73.167','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','eb1620218c8b041935850dba46bde1a2'),(22,1200358620,0,'66.249.73.167','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','63209fada81bc9b2b68c6e4a97bb17f3'),(23,1200587926,0,'142.23.73.9','?board=21.0','Sorry Guest, you are banned from using this forum!','947d62bc30c37365735bf995821bea47'),(24,1200592771,0,'142.23.73.10','?board=21.0','Sorry Guest, you are banned from using this forum!','9d2b97238cdc97f379215aacc9f9618d'),(25,1200939465,0,'66.249.67.118','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','443aaebb1fe1a3565d30007e4673d2a7'),(26,1201231552,0,'66.249.67.118','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','3307e93d9ae6e466ab993134f590026b'),(27,1201392938,0,'66.249.67.118','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','b8c81fbb2a4eb45ddb1205c9aa1b9e16'),(28,1201626606,0,'142.31.144.2','?board=21.0','Sorry Guest, you are banned from using this forum!','b87e477f46940e637d54488ba6ab2fd2'),(29,1201895567,0,'142.31.144.2','?board=21.0','Sorry Guest, you are banned from using this forum!','87affd089268f27926e76f4945a054d8'),(30,1201895595,0,'142.31.144.2','?action=login2','Sorry Guest, you are banned from using this forum!','87affd089268f27926e76f4945a054d8'),(31,1201895612,0,'142.31.144.2','?board=21.0','Sorry Guest, you are banned from using this forum!','87affd089268f27926e76f4945a054d8'),(32,1202158735,0,'66.249.67.118','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','e7de170f4d64a7dbc341e5191a7fa082'),(33,1202336951,0,'142.23.72.237','?board=21.0','Sorry Guest, you are banned from using this forum!','3bd08026e02dcd86e55f8b581c12630b'),(34,1202336955,0,'142.23.72.237','?board=21.0','Sorry Guest, you are banned from using this forum!','0f86a5e955f07f371e8c1ad391e5dc5e'),(35,1202336957,0,'142.23.72.237','?board=21.0','Sorry Guest, you are banned from using this forum!','a34549f4f074dc371b338a7c63f9f7be'),(36,1202422900,0,'66.249.67.118','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','8567fc4abe4f03f1a9926e0d310c93fc'),(37,1202641978,0,'66.249.67.118','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','4a9ebb05026738a20c53fa3e1346a534'),(38,1202647865,0,'190.142.57.41','?action=login2','Sorry Guest, you are banned from using this forum!<br />Profane language and links','433baed970583e696f2432f9fddef9b3'),(39,1202647889,0,'76.190.168.51','','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','a56eb03f87842443dbb7193a9ccff322'),(40,1202647916,0,'76.190.168.51','?board=2.0','Sorry Guest, you are banned from using this forum!<br />Profane language and links','a02336e1281a9fd254321d7385468cb8'),(41,1202647926,0,'76.190.168.51','?action=post;board=2.0','Sorry Guest, you are banned from using this forum!<br />Profane language and links','a02336e1281a9fd254321d7385468cb8'),(42,1203004914,0,'79.116.85.117','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;minstrel&lt;/span&gt;','e0cdfcd2087e8111e9503f4af7cb8c3c'),(43,1203158156,0,'83.230.224.108','?action=login2','Sorry Guest, you are banned from using this forum!<br />Profane language and links','fd879f5401f266cde61f73799c0dcb6c'),(44,1203158164,0,'204.210.185.43','','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','f5df73b23a46403c2c3e51717d10412f'),(45,1203158169,0,'125.242.37.101','?board=2.0','Sorry Guest, you are banned from using this forum!<br />Profane language and links','471d8594ca369736f86ac55474b0b784'),(46,1203158171,0,'71.85.9.43','?action=post;board=2.0','Sorry Guest, you are banned from using this forum!<br />Profane language and links','471d8594ca369736f86ac55474b0b784'),(47,1203241029,0,'68.33.99.114','?action=login2','Sorry Guest, you are banned from using this forum!<br />Profane language and links','9b21336822c0328faa046dcc53ed1bf0'),(48,1203241040,0,'68.33.99.114','','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','428157f0d2452f73250adb9e1f7773c3'),(49,1203241048,0,'68.33.99.114','?board=2.0','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','428157f0d2452f73250adb9e1f7773c3'),(50,1203241062,0,'68.33.99.114','?action=post;board=2.0','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','428157f0d2452f73250adb9e1f7773c3'),(51,1203341389,0,'83.250.236.203','?action=login2','Sorry Guest, you are banned from using this forum!<br />Profane language and links','effbbf9b3eed67b547ec99693201a8ee'),(52,1203341405,0,'83.252.234.45','','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','dfa2a465ba26fbef55fb0d7d94ec65ac'),(53,1203341408,0,'83.252.234.45','?board=2.0','Sorry Guest, you are banned from using this forum!<br />Profane language and links','bcb64d2aa0aa44f3e3849504d55d3a74'),(54,1203341411,0,'83.252.234.45','?action=post;board=2.0','Sorry Guest, you are banned from using this forum!<br />Profane language and links','bcb64d2aa0aa44f3e3849504d55d3a74'),(55,1203456640,0,'61.218.27.25','?action=login2','Sorry Guest, you are banned from using this forum!<br />Profane language and links','feace30c1aa098376fd0669c98958e1e'),(56,1203456646,0,'61.218.27.25','','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','b5778dba4ffaa0de559a9ed206b6356f'),(57,1203456670,0,'61.218.27.25','?board=2.0','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','b5778dba4ffaa0de559a9ed206b6356f'),(58,1203456702,0,'200.84.199.128','?action=post;board=2.0','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','b5778dba4ffaa0de559a9ed206b6356f'),(59,1203537027,0,'66.90.101.17','?action=login2','Sorry Guest, you are banned from using this forum!<br />Profane language and links','fe87366be49cbdf9df8d39ba62394693'),(60,1203537028,0,'66.90.101.17','','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','74935cdfe6e2297234875f482e9e3edb'),(61,1203537029,0,'66.90.101.17','?board=2.0','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','74935cdfe6e2297234875f482e9e3edb'),(62,1203537030,0,'66.90.101.17','?action=post;board=2.0','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','74935cdfe6e2297234875f482e9e3edb'),(63,1203547564,0,'66.249.67.118','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','de5ca11622d089f73c48129e07a0fdcc'),(64,1203634643,0,'65.3.232.109','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;joe&lt;/span&gt;','2a43dd9f9b62d4263cd4925ba2235c72'),(65,1203634656,0,'65.3.232.109','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;joe&lt;/span&gt;','2a43dd9f9b62d4263cd4925ba2235c72'),(66,1203838673,0,'66.249.67.117','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','65334ed982b03db9becedff71b1adf7c'),(67,1204047075,0,'66.249.67.117','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','be72e145b5644ad846688439d05cd30f'),(68,1204382289,0,'66.249.67.117','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','6a3c32b623593674762d74517ccbee6c'),(69,1204841036,0,'66.249.67.117','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','cb7d86e2ebbe740d4d06622958b62b6a'),(70,1205159106,0,'66.249.67.117','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','6fc8eb8414ef2381be7e6edd21d7be83'),(71,1205249674,0,'142.32.208.232','?board=21.0','Sorry Guest, you are banned from using this forum!','df71ac790e570fa1cf10b403be271545'),(72,1205429667,0,'216.68.126.35','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Jan Mullikin&lt;/span&gt;','187f60cbd4e94d9aa18c89412595a65e'),(73,1205429679,0,'216.68.126.35','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Jan Mullikin&lt;/span&gt;','187f60cbd4e94d9aa18c89412595a65e'),(74,1205437752,0,'66.249.67.117','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','7c77ef52d2d7a257344f6d5cc195525d'),(75,1205705895,0,'75.67.105.17','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;HIVLTG&lt;/span&gt;','838ac00028bc7f94287d4ce556726494'),(76,1205717972,0,'75.67.105.17','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;HIVLTG&lt;/span&gt;','5d509b14705b60373f335a15e6ced350'),(77,1205806597,0,'66.249.70.248','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','4a9aac0bed009fbfba98bd71d6684070'),(78,1205983441,0,'66.249.70.248','?action=mergetopics;board=28.0;from=241','You aren\'t allowed to merge topics on one of the selected board(s).','116efb751a071b6564739e85f0d33fd4'),(79,1205983455,0,'66.249.70.248','?action=mergetopics;sa=options;board=28.0;from=241;to=240;sesc','You aren\'t allowed to merge topics on one of the selected board(s).','71223fbf3fcad6a8a34aff93a0b4cc63'),(80,1206028568,0,'66.249.70.248','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','614722ca1350a18c8aaaa4666a30ec09'),(81,1206049008,0,'84.222.77.52','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;trystan82&lt;/span&gt;','5e1bba4ba1fa8ca7fb92fcb528bcf6b0'),(82,1206217702,0,'24.168.1.195','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','6ab67fd35f7909174faf9f9277a72173'),(83,1206219762,355,'24.168.1.195','?action=quotefast;quote=1349;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','6ab67fd35f7909174faf9f9277a72173'),(84,1206308557,0,'64.85.154.240','?action=login2','Sorry Guest, you are banned from using this forum!<br />Profane language and links','52910b095e33da989a3a8573ba441179'),(85,1206308564,0,'64.85.154.240','','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','871dda202ce305f62b0ac03d91aae776'),(86,1206308566,0,'64.85.154.240','?board=2.0','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','871dda202ce305f62b0ac03d91aae776'),(87,1206308575,0,'64.85.154.240','?action=post;board=2.0','Sorry 00Kayannesuff, you are banned from using this forum!<br />Profane language and links','871dda202ce305f62b0ac03d91aae776'),(88,1206387142,0,'87.212.124.5','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Aneasthetised&lt;/span&gt;','114e508edd46855579a49f791bf0cff9'),(89,1206387812,0,'87.212.124.5','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Aneasthetised&lt;/span&gt;','114e508edd46855579a49f791bf0cff9'),(90,1206546146,0,'163.238.22.71','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','9408e15da0bc77214dae0f78b215fdc1'),(91,1206561129,0,'66.249.70.248','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','79e977f6b4b27827b165eabec34ab884'),(92,1206643279,355,'163.238.22.71','?action=quotefast;quote=1410;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','f3ebfc886b49e216430574188e8fc816'),(93,1206643357,355,'163.238.22.71','?action=quotefast;quote=1410;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','f3ebfc886b49e216430574188e8fc816'),(94,1206671179,0,'24.168.1.195','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','7b5353166ca05ec9b3b4b7542756fdc7'),(95,1206671537,355,'24.168.1.195','?action=quotefast;quote=1448;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','7b5353166ca05ec9b3b4b7542756fdc7'),(96,1206749437,0,'87.118.98.122','?action=register','Sorry Guest, you are banned from using this forum!<br />attempted selling of drugs','992de0959a58821d2a60eb4a0fba658b'),(97,1206789737,0,'66.249.73.20','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','0f82b260d51663be2b7a744fe9a575e6'),(98,1206918721,0,'190.50.211.184','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;marisel&lt;/span&gt;','2c9c2019025dd54a46cd2a90b0c7ff1e'),(99,1206931146,355,'24.168.1.195','?action=quotefast;quote=1480;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','cccebd22da58fc2de8b3cb2658f3d6f4'),(100,1207155628,0,'66.249.73.20','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','fcbc1547b9a3d2152d2cc806066b35cf'),(101,1207307811,0,'86.6.156.41','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Jim&lt;/span&gt;','87fd6382321746ba383eae86f370fc71'),(102,1207341707,0,'24.60.171.46','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Turner&lt;/span&gt;','eff35f38b55d5cba380438f1a48aa3db'),(103,1207415512,0,'66.249.70.235','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','e30476e0c462188a3fe7826362270775'),(104,1207456200,0,'24.168.1.195','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','074ed83b9a73bfe4cf05f86467c90140'),(105,1207564416,0,'87.118.98.122','','Sorry Guest, you are banned from using this forum!<br />attempted selling of drugs','b7abde465775ecf40c7148934b880661'),(106,1207597154,0,'163.238.22.71','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','553ab40c7078125d44a600e7bf264ced'),(107,1207621744,355,'24.168.1.195','?action=quotefast;quote=1585;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','deffa9ef2a986ace5655ddb621fc2e5b'),(108,1207878304,0,'66.249.70.235','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','0967bb7e215da9ee01371b3fc81c8555'),(109,1207938240,0,'142.23.116.250','?board=61.0','Sorry Guest, you are banned from using this forum!','170972c4ed0338ea5399a015fc0998f5'),(110,1207976030,0,'24.168.1.195','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','a962977e0ce30865420596020f359411'),(111,1208130836,0,'66.249.70.235','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','47e8e10ed3f304d6d9552425dfb0ef47'),(112,1208208476,0,'199.60.33.48','?board=20.0','Sorry Guest, you are banned from using this forum!','8583f4ddb4437b781be77a317436825e'),(113,1208269993,379,'129.171.49.85','?action=quotefast;quote=1687;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','8227a1e77197bd6c5c38dfacf0a80c91'),(114,1208517880,0,'66.249.70.235','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','36c6e509d9587ff32e90f05ff8ae7b92'),(115,1208524795,0,'87.118.98.122','','Sorry Guest, you are banned from using this forum!<br />attempted selling of drugs','d50b78b15b8b45562b776f05fd2f77b2'),(116,1208735663,0,'66.249.70.235','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','27e50a3e8f622c00acbb1edfb920b4f7'),(117,1208981520,0,'24.60.171.46','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Turner&lt;/span&gt;','e0892c5f07d41644abbcd7594b37a98d'),(118,1209087020,355,'24.168.1.195','?action=quotefast;quote=1825;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','89377384af1a1d9b2044bd8d61ffea4d'),(119,1209310156,0,'66.249.70.235','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','5348f6c9774da4a746e1c46a0292afb9'),(120,1209465741,0,'87.112.20.186','?action=post2;start=0;msg=1940;sesc;board=171','Your attachment couldn\'t be saved. This might happen because it took too long to upload or the file is bigger than the server will allow.<br /><br />Please consult your server administrator for more information.','db23707fc797ad0eb11926339533c0db'),(121,1209480580,0,'163.238.22.71','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','41067d68c44cb68d06f79ef4d4996173'),(122,1209510662,0,'66.249.70.235','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','a7c04f8e6122b0dff26ef70f12066593'),(123,1209561151,0,'63.167.255.151','?action=quotefast;quote=1965;sesc;modify;xml','Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \')<br />		LIMIT 1\' at line 8<br />File: /home/lumin8/public_html/forum/Sources/Post.php<br />Line: 2042','004ad05f689b5f4eda3f606ace2c9e9c'),(124,1209846479,0,'66.249.70.235','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','f59e8dea322315dbddb20f6925d68ed5'),(125,1209932660,0,'71.111.245.211','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;iluv2write112007&lt;/span&gt;','0c5097c9c36857c27ed794ef9e7d029a'),(126,1210174776,0,'66.249.70.155','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','329d3457bd27ac6849fd73970fbe99cc'),(127,1210255507,0,'200.29.147.70','?action=register2','The username you tried to use contains the reserved name \'Guest\'. Please try another username.','e669c7a60d1bf84521f9599538602b1b'),(128,1210342350,0,'66.249.70.155','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','34b2d2abe4fa287e33f86f756318e0f7'),(129,1210370584,0,'24.60.171.46','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Turner&lt;/span&gt;','6eb015f4a6c3d91a5829e023ff0af6c2'),(130,1210370590,0,'24.60.171.46','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Turner&lt;/span&gt;','6eb015f4a6c3d91a5829e023ff0af6c2'),(131,1210519116,0,'24.61.187.226','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;HIVLTG&lt;/span&gt;','879cca0bc751868f2b80b478c2ffcccf'),(132,1210519127,0,'24.61.187.226','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;HIVLTG&lt;/span&gt;','879cca0bc751868f2b80b478c2ffcccf'),(133,1210593575,0,'190.50.199.58','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;marisel&lt;/span&gt;','76e1e0ea571a0597c23d665f77accb14'),(134,1210687222,0,'24.168.1.195','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','6c2a58ecb5938de9c4b6278efa62eaaa'),(135,1210876059,0,'170.185.25.19','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;spartan&lt;/span&gt;','805069ba032da5ef50ce28d9623db624'),(136,1211212663,0,'66.249.73.200','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','2201661e503e905547f72722661fa1b2'),(137,1211397039,0,'66.249.73.200','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','1c7b856ee8569c744a2880ea53f20490'),(138,1211397040,0,'66.249.73.200','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','0a0a64452576f27a5eb09c9f4a112000'),(139,1211489733,0,'92.114.170.245','?action=quickmod2;topic=323.0','Unable to verify referring url.  Please go back and try again.','f5e5ce91dedafd5349a7a572db01b940'),(140,1211601835,0,'195.5.116.248','','Sorry Guest, you are banned from using this forum!<br />Spamming','bb8b8f711c6bed00d1e13760a4b8f5ed'),(141,1211652144,0,'66.249.67.108','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','7a21857bf76710ba93b2e12574a98b1a'),(142,1211709115,0,'194.164.140.59','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Muzzick&lt;/span&gt;','0f5f1bc1f5624f4854dfe88267c74da6'),(143,1211716217,0,'194.164.140.59','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Muzzick&lt;/span&gt;','14ae83afdfb17c74ca434ee79649a18e'),(144,1211924791,0,'195.5.116.248','','Sorry Guest, you are banned from using this forum!<br />Spamming','8ebae6f9b8524dab7dc2b0cff12c9d01'),(145,1212016294,0,'66.249.67.108','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','42da115bc7cd53656b76cf0c0b0a9e46'),(146,1212142769,0,'87.118.98.122','','Sorry Guest, you are banned from using this forum!<br />attempted selling of drugs','aa64f55901bf5d1dc75594ec1d34564a'),(147,1212174059,0,'195.5.116.248','','Sorry Guest, you are banned from using this forum!<br />Spamming','b01fa4719cb4a10cbd21d0ccd95eeb10'),(148,1212174146,0,'195.5.116.248','','Sorry Guest, you are banned from using this forum!<br />Spamming','5dff8c5eab13914cdd4994778e77a473'),(149,1212292964,0,'24.168.1.195','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','446791d6a8f0a1564449f8a0d6cf9225'),(150,1212367571,0,'66.249.70.177','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','cc75a315a2e06add8ac2b60fe0ebc73d'),(151,1212406620,0,'89.210.204.123','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Arabella&lt;/span&gt;','d7fce7b1334d3b941aa4ff8a631bbc44'),(152,1212542031,0,'71.161.245.198','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;puck&lt;/span&gt;','e3e4180e7c2f9bc4bfe6f065aad932cc'),(153,1212542048,0,'71.161.245.198','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;puck&lt;/span&gt;','e3e4180e7c2f9bc4bfe6f065aad932cc'),(154,1212739232,0,'66.249.70.177','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','61e3854b792787c4b6b73e8ec4df869c'),(155,1212797111,0,'24.168.1.195','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Mercutio&lt;/span&gt;','0d6db7cb2c9be49dce050c0020053f91'),(156,1213068852,0,'4.182.126.210','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Rosaline&lt;/span&gt;','c773ae13393ad9d0a080bec7ecf7c6bc'),(157,1213140829,0,'66.249.70.177','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','bc0f13966c7961d1eea3a0e26484c696'),(158,1213184192,0,'195.132.181.253','?topic=55.0 [PLM=0][R] GET http://forum.luminarium.com/index.php?action=register [R=408][0,15402,294] -&gt; [R] POST http://forum.luminarium.com/index.php?action=register2 [R=302][0,0,295] -&gt; [R] GET http://forum.luminarium.com/index.php?action=register [0,5815,15593] -&gt; [L] POST http://forum.luminarium.com/index.php?action=login2 [16181,0,0] -&gt; [N] GET http://forum.luminarium.com/index.php?topic=55.0 [0,26702,8993] -&gt; [N] POST http://forum.luminarium.com/index.php?action=quickmod2;topic=55.0 [R=302][16181,0,333]','Unable to verify referring url.  Please go back and try again.','2186bf96a38802600663b42438b09ecf'),(159,1213424942,0,'65.208.151.119','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','35f3b479934e741aab7ed4bad80bf563'),(160,1213748290,0,'66.249.70.56','?action=search2','8: Undefined index:  brd<br />File: /home/lumin8/public_html/forum/Sources/Search.php<br />Line: 407','589470a968144d5c219bb3ee43d03bac'),(161,1213893700,0,'83.104.227.14','?action=login2','Password incorrect - &lt;span class=&quot;remove&quot;&gt;Muzzick&lt;/span&gt;','aa2dd9e5878b7f1a8d4f24b9c2267f89'),(162,1213895208,1,'68.32.238.160','?action=theme;sa=install','2: mkdir(/home/lumin8/public_html/forum/Themes/Melfina) [&lt;a href=\'function.mkdir\'&gt;function.mkdir&lt;/a&gt;]: File exists<br />File: /home/lumin8/public_html/forum/Sources/Themes.php<br />Line: 998','6f5d25898dcf53df7ea5d9f732924df5'),(163,1213896012,0,'67.195.54.56','?topic=350.msg1938','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','a1cea85efcd0fc4a630a5a9887ca619a'),(164,1213896047,1,'68.32.238.160','?action=theme;sa=admin;sesc','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/Tolkien/Themes.template.php (eval?)<br />Line: 423','6f5d25898dcf53df7ea5d9f732924df5'),(165,1213896070,0,'87.54.147.147','?topic=http://uuionmaniskis.rbcmail.ru/images?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','1a44437a11c6731feb88602faec6b36f'),(166,1213896266,0,'67.195.55.124','?board=55.0;sort=views','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','cb05bf2aa0ca9e3af08b1e9da1f47202'),(167,1213896344,0,'74.6.18.35','?action=profile;u=326','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','b12ca6b59e459a33a5a773b792335901'),(168,1213896365,0,'74.6.17.91','?topic=166.msg1741','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','3121d3773e38c3b824dc3c7fa4f8724f'),(169,1213896367,1,'68.32.238.160','?action=theme;sa=pick;u=0;sesc','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/Tolkien/Themes.template.php (eval?)<br />Line: 423','6f5d25898dcf53df7ea5d9f732924df5'),(170,1213896427,0,'74.6.19.97','?board=155.0;sort=replies','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','7753248ab788465ed2e7fb686f910e2b'),(171,1213896483,388,'4.182.141.185','?board=21.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(172,1213896642,0,'74.6.24.126','?action=search;advanced','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Search.template.php (eval?)<br />Line: 423','a581434a213a6735ce2166ab0c0bbc49'),(173,1213896650,0,'74.6.24.216','?board=20.0;sort=last_post','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','6fa09342d84ff7f0b38d944a5afcf760'),(174,1213896696,388,'4.182.141.185','?action=unreadreplies','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(175,1213896708,388,'4.182.141.185','?topic=401.0;topicseen','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(176,1213896720,0,'66.249.70.56','?action=theme;sa=pick;u=0;sesc','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','7eab54f38b7ed03f9bf8879eafb3d9af'),(177,1213896731,0,'92.52.208.246','?board=21.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','3395d9e3b6d06b29d976ff18a4a7b21a'),(178,1213896748,0,'92.52.208.246','?board=189.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','3395d9e3b6d06b29d976ff18a4a7b21a'),(179,1213896754,0,'66.249.70.56','?action=theme;sa=install;theme_id=31;sesc','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','985c1c98821337ebdbc1edfd98f8b29b'),(180,1213896795,388,'4.182.141.185','?action=unreadreplies','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(181,1213896801,388,'4.182.141.185','?topic=396.0;topicseen','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(182,1213896851,0,'66.249.70.56','?action=theme;sa=install;theme_id=32;sesc','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','1d258334dd365bedd5d532f429323dc3'),(183,1213896859,0,'77.91.224.21','?action=unread;board=12.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','5fe0cf6634ede583a2ad0476d44e1692'),(184,1213896865,0,'67.195.52.51','?board=20.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','8e383e068c2fe1743c34569ec70ab8b0'),(185,1213896875,0,'195.245.119.76','?action=register','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Register.template.php (eval?)<br />Line: 423','dc939e6e14136bd9448d4a21fd7863ff'),(186,1213896886,0,'195.245.119.76','?action=register2','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Errors.template.php (eval?)<br />Line: 423','dc939e6e14136bd9448d4a21fd7863ff'),(187,1213896887,0,'195.245.119.76','?action=login','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','dc939e6e14136bd9448d4a21fd7863ff'),(188,1213896892,0,'195.245.119.76','?action=login2','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','dc939e6e14136bd9448d4a21fd7863ff'),(189,1213896894,0,'67.195.52.126','?board=21.0;sort=subject','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','5ab4b08e1bc26c757fd7fd8c1902a31d'),(190,1213896909,1,'68.32.238.160','?action=theme;sa=install','2: mkdir(/home/lumin8/public_html/forum/Themes/Classic Red) [&lt;a href=\'function.mkdir\'&gt;function.mkdir&lt;/a&gt;]: File exists<br />File: /home/lumin8/public_html/forum/Sources/Themes.php<br />Line: 998','6f5d25898dcf53df7ea5d9f732924df5'),(191,1213896920,0,'66.249.70.56','?action=theme;sa=install;theme_id=33;sesc','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','c509fe1086e5c4baeee007cf959f867f'),(192,1213896921,0,'70.97.57.106','?board=21.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','ff0782de83a4c6caac55864fb9c421ad'),(193,1213896926,0,'67.195.54.54','?action=unread;board=159.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','7501da716077a147d122833bea2749ec'),(194,1213896932,0,'74.6.17.230','?board=61.0;sort=views','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','ad80c82e196964b25a3b0f4902b13ca8'),(195,1213896937,0,'67.195.52.48','?action=search;advanced','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Search.template.php (eval?)<br />Line: 423','2b2acb84ab6b8cc33f9b979711ef6745'),(196,1213896951,0,'70.97.57.106','?board=148.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','ff0782de83a4c6caac55864fb9c421ad'),(197,1213896958,0,'70.97.57.106','?board=162.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','ff0782de83a4c6caac55864fb9c421ad'),(198,1213896959,0,'206.63.88.121','?board=21.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','b2dfa6a69b6cb6f43f844e25a7bae1cc'),(199,1213896968,0,'70.97.57.106','?topic=266.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','ff0782de83a4c6caac55864fb9c421ad'),(200,1213896972,0,'206.63.88.121','?topic=21.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','b2dfa6a69b6cb6f43f844e25a7bae1cc'),(201,1213897024,388,'4.182.141.185','?action=post;topic=396.0;num_replies=9','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/languages/Post.english.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(202,1213897089,0,'206.63.88.121','?topic=171.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','b2dfa6a69b6cb6f43f844e25a7bae1cc'),(203,1213897100,0,'67.195.51.228','?topic=34.msg582','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','7e584ea876041c644a3ab7ae24d14775'),(204,1213897262,0,'70.53.133.136','?board=http://cherrygirl.h18.ru/images/cs.txt?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','a844fdcaca5773d81017fe0b585d94e4'),(205,1213897380,0,'65.55.209.189','?action=unread;board=69.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','321e91fbaac5d752c9704a7b6a3d9a17'),(206,1213897487,0,'74.6.29.122','?topic=68.msg1506','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','e91163eb2821d94717bb497063844005'),(207,1213897500,0,'70.53.133.136','?board=http://cherrygirl.h18.ru/images/cs.txt?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','43c2faaddbc057b7d49d08989a2ac0ce'),(208,1213897555,0,'69.14.2.136','?board=http://thepotparty.eclub.lv/images?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','3dc94277d704aeda683237e635a95547'),(209,1213897575,0,'69.14.2.136','?board=http://thepotparty.eclub.lv/images?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','acd21fdd06f2103fcbf286e7a63c6c4e'),(210,1213897604,0,'92.81.212.249','?board=http://joioiskioeriyyskwkdwjsdfewis.land.ru/.html/body?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','5f0cd15155e8939f91067d7c8a400448'),(211,1213897722,0,'74.6.24.96','?board=41.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','9307e06167295799a6a263538aef3049'),(212,1213897761,0,'69.14.2.136','?board=http://thepotparty.eclub.lv/images?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','a2fe7bfd9e88358876c122a85aa0258e'),(213,1213897872,0,'66.249.70.56','?topic=359.msg%msg_id%','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','8f8a2b86dd3b2713cd366bc71fee0b3d'),(214,1213898066,0,'77.103.69.109','?board=64.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','74279b262797ebcbaaf97fa2076ed18b'),(215,1213898113,0,'142.162.20.182','?board=http://ninaru.hut2.ru/images/cs.txt?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','abc897e2cfabf2b2109467f9fcd14d11'),(216,1213898154,0,'65.55.209.181','?board=14.0;sort=subject','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','17a03d2599d5adfa5fd705961d4155e8'),(217,1213898215,388,'4.182.141.185','?topic=396.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(218,1213898221,0,'204.114.40.248','?board=21.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','99be718830dd2242066151f414935ad4'),(219,1213898239,388,'4.182.141.185','?action=unreadreplies','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(220,1213898249,388,'4.182.141.185','?topic=16.60;topicseen','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(221,1213898268,0,'204.114.40.248','?topic=363.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','99be718830dd2242066151f414935ad4'),(222,1213898403,388,'4.182.141.185','?action=unreadreplies','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(223,1213898409,388,'4.182.141.185','?topic=402.0;topicseen','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(224,1213898435,388,'4.182.141.185','?action=unreadreplies','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(225,1213898439,388,'4.182.141.185','?topic=398.0;topicseen','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(226,1213898625,388,'4.182.141.185','?action=post;topic=398.0;num_replies=7','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/languages/Post.english.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(227,1213898684,0,'72.30.179.238','?board=16.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','da54c5294e6ab9de4d1655ee2d4c6252'),(228,1213898698,0,'65.55.209.198','?action=profile;u=283','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','d18e750addeead6a5d8897bfb6e214b8'),(229,1213898733,0,'220.181.32.22','','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','b1f4e6a34ba4fa2b7e2cb4ee85084f09'),(230,1213898734,0,'61.135.168.39','','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','66a811e2005d90daabb7b3ab69709859'),(231,1213898794,0,'65.55.209.197','?board=99.0;sort=views','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','33e33744d6321da44a3b251e1d7ae3d7'),(232,1213898817,0,'65.55.209.198','?action=profile;u=129','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','f37d443e425081770fb99c48c264eb46'),(233,1213898948,0,'60.228.156.179','?board=http://annieshome.chat.ru/images?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','9497d19a22599e59796b6d592026617b'),(234,1213899003,0,'71.114.38.242','?topic=http://laudanskisucksss.chat.ru/placeholder/image?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','11d0f0d88917453f7e8c3421a1d03b70'),(235,1213899099,0,'74.6.9.184','?topic=264.msg1565','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','0cdbc1e127b6b89ccd2eeff035dbc682'),(236,1213899102,388,'4.182.141.185','?topic=398.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(237,1213899121,0,'69.158.2.39','?board=http://zaperyan1918moon.chat.ru/html/aboutme?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','7070cb137dbfd7730c98345324090610'),(238,1213899160,0,'74.6.24.124','?topic=13.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','0dc0236205f82c29b466b9f631dcfcce'),(239,1213899167,0,'74.6.7.224','?topic=177.0;prev_next=prev','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','ff7ab3ef439f86ba5b666d79eaec467d'),(240,1213899195,388,'4.182.141.185','?action=unreadreplies','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(241,1213899259,388,'4.182.141.185','?action=unread','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(242,1213899271,388,'4.182.141.185','?topic=403.0;topicseen','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(243,1213899289,0,'74.213.66.234','?board=http://babyannie.chat.ru/banner.jpg?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','94ac490ff6d6530d025f67cabf3bf85e'),(244,1213899290,0,'65.55.209.181','?action=recent','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','15d166b215fe84d36b3b0cf894d48cd7'),(245,1213899290,0,'208.70.78.16','?amp;action=quickmod2;topic=4.15','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Errors.template.php (eval?)<br />Line: 423','1bab6397cbcab88fd98e7862fd05b968'),(246,1213899291,0,'65.55.209.181','?action=unread;board=109.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','91168453a89b199ff3c90361aebec6d2'),(247,1213899291,0,'65.55.209.181','?action=unread;board=45.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','d18dc3cdde472af7ba8f1dee4ab749c8'),(248,1213899319,0,'74.6.24.108','?topic=318.msg2034','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','0ea1763d5328102d378f86d083195f9c'),(249,1213899343,388,'4.182.141.185','?action=unread','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(250,1213899347,388,'4.182.141.185','?topic=404.0;topicseen','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(251,1213899372,388,'4.182.141.185','?action=unreadreplies','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(252,1213899376,388,'4.182.141.185','?action=unread','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Recent.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(253,1213899387,0,'74.6.27.156','?topic=174.msg1063','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','6ecd17bbeb24c074f7799ee57c83b921'),(254,1213899392,388,'4.182.141.185','?topic=400.0;topicseen','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','1db83ea225394de88bd81adad70afc72'),(255,1213899439,0,'74.6.25.170','?board=204.0;sort=last_post','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','67fcd9b1dae4abecbf9a2ee3752ef206'),(256,1213899573,0,'91.192.188.172','','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','a02e5be3e4f718c14986b36eefb3d8cc'),(257,1213899580,0,'91.192.188.172','?action=register','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Register.template.php (eval?)<br />Line: 423','a02e5be3e4f718c14986b36eefb3d8cc'),(258,1213899583,0,'91.192.188.172','?action=register2','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Errors.template.php (eval?)<br />Line: 423','a02e5be3e4f718c14986b36eefb3d8cc'),(259,1213899592,0,'65.55.209.193','?action=profile;u=348','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','1cfcac128eb8b16b694622d612be6a8f'),(260,1213899636,0,'69.158.2.39','?board=http://zaperyan1918moon.chat.ru/html/aboutme?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','e6dd523920da8054b3f9815f11627c3e'),(261,1213899689,0,'65.55.209.191','?action=unread;board=58.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','8da72d570dd8f74ae0632735052a7634'),(262,1213899827,0,'66.249.70.56','?action=post;topic=396.0;num_replies=10','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','09d3da905ed6825752fbbbdede71fdc8'),(263,1213899833,0,'65.55.110.135','?action=unread;board=58.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','b6d8bd3f4208954941a3896fe5d8556b'),(264,1213899858,0,'66.249.70.56','?topic=401.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','a2d44c7e64f61c06af5a2526743a72e5'),(265,1213899880,0,'66.249.70.56','?action=post;msg=2441;topic=166.15;sesc','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Errors.template.php (eval?)<br />Line: 423','7ea083e765ddae2173cd088640060b9a'),(266,1213899885,0,'66.249.70.56','?topic=166.msg2441','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','4dc47d36157d6fcfcfa0ea7ef58dd042'),(267,1213899933,0,'74.6.21.98','?topic=344.msg2291','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','a2c5386b523031bb2ccfb8cf298ae50e'),(268,1213900016,0,'71.114.38.242','?topic=http://laudanskisucksss.chat.ru/placeholder/image?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','39f26d70acedc7b0f0441bab5904026c'),(269,1213900309,0,'208.80.193.36','','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','8c338d6dddeadb4f5edfe9312a8c6a4d'),(270,1213900340,0,'74.12.176.180','?board=http://rumusic.chat.ru/rumusic.wav?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','610257e5d7f43c9e7241ece8d58e996f'),(271,1213900366,0,'74.6.21.56','?topic=357.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','cb16b66f4fbff074bab8c6e6818bd369'),(272,1213900457,0,'74.6.21.55','?board=148.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','5b2f62e420126143cb5ab9b11b74e7d0'),(273,1213900511,0,'74.6.11.248','','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','e957277598c806ac3cc56e4d8f07d893'),(274,1213900530,0,'65.55.209.198','?topic=86.msg2083','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','a1f66c14aef7c1ed4e9381e3bd9ddf79'),(275,1213900604,0,'74.6.21.59','?topic=83.msg576','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','85b5e5869f812bf677f7f42d89bb663a'),(276,1213900612,0,'65.55.209.191','?topic=19.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','64732eab82c26272e896ac73e19a52dd'),(277,1213900628,0,'74.6.16.219','?topic=85.msg2167','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','51cac00de3a9837f03af3af560c719ef'),(278,1213900638,0,'74.6.19.119','?board=148.0;sort=views','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','42f61f3b734957a8563c5adcf608ad2c'),(279,1213900675,0,'74.6.17.123','?action=unread;board=164.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','b0dd9204add515b5abc9c730fbc6c628'),(280,1213900687,0,'169.132.18.248','?board=20.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','f448cdb87a3fd3d0a5e66db039ee971b'),(281,1213900689,0,'65.55.110.49','?topic=19.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','f2edaa8e8ee614fc824d7d78a17fe8f7'),(282,1213900695,0,'74.6.23.42','?board=20.0;sort=starter','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','0b446659fc158d8f9742b303dd1d7049'),(283,1213900696,0,'169.132.18.248','?board=160.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','f448cdb87a3fd3d0a5e66db039ee971b'),(284,1213900697,0,'74.6.9.54','?action=unread;board=166.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','bc060561f7c49e54d50f654699e1e7fd'),(285,1213900700,0,'169.132.18.248','?topic=338.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','f448cdb87a3fd3d0a5e66db039ee971b'),(286,1213900748,0,'74.6.7.243','?topic=166.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','c540d32f78bc4002ecfd6751695fc98c'),(287,1213900786,0,'74.6.28.229','?action=unread;board=162.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','bb6051a154ed49f3163edeeed9761407'),(288,1213900813,0,'74.6.19.46','?topic=313.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','e6353310de2a8346c844aa0fa00e6ffc'),(289,1213900832,0,'142.162.20.182','?board=http://ninaru.hut2.ru/images/cs.txt?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','224a5475c727a47845656a58a2aeb69f'),(290,1213900842,0,'74.6.24.23','?topic=293.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','e7cd1fe87a993b6ef3281c8b9b1f0f0f'),(291,1213900904,0,'74.6.25.221','?topic=69.msg628','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','d81601f7454e763df7259bbae38ba11d'),(292,1213900915,0,'81.177.22.216','?amp;action=quickmod2;topic=4.15','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Errors.template.php (eval?)<br />Line: 423','1bab6397cbcab88fd98e7862fd05b968'),(293,1213900925,0,'69.158.2.39','?board=http://zaperyan1918moon.chat.ru/html/aboutme?','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/BoardIndex.template.php (eval?)<br />Line: 423','81139edc51c23915c6c3950f3a59ad7b'),(294,1213900945,0,'74.6.23.89','?topic=78.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','ade1c2794749f5c8e640acb7364219f5'),(295,1213900956,0,'65.55.209.199','?action=unread;board=22.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','7c9dc954bfd5780033f0f83b182686f5'),(296,1213901002,0,'65.55.109.186','?action=unread;board=22.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','cfdb7666b3decb8c762def88bfa71e7a'),(297,1213901160,0,'74.6.21.46','?action=unread;board=165.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','fa7c56fdd7fdf4c1c2adb0ac96472d27'),(298,1213901238,0,'74.6.27.108','?action=profile;u=91','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','7f203556f4b424fd3315c23215ab13d8'),(299,1213901291,0,'80.6.179.139','?board=19.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/MessageIndex.template.php (eval?)<br />Line: 423','50447fff80a77555897d1d1c33d86b9a'),(300,1213901321,0,'66.249.70.56','?topic=367.msg%msg_id%','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','308d493c42087b21275a56297e578b26'),(301,1213901343,0,'66.249.70.56','?action=theme;sa=settings;th=4;sesc','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','a783be790f46e7eaa56a6cd7161d8d25'),(302,1213901355,0,'66.249.70.56','?action=theme;th=4;sesc;sa=edit;filename=style.css','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','2f8e836053c79ae5775b941a1754589f'),(303,1213901368,0,'72.30.179.219','?topic=296.new','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.template.php (eval?)<br />Line: 423','5653287408d5f3a33dd432bcfb8f8e06'),(304,1213901371,0,'67.195.54.34','?action=unread;board=163.0','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','6c688a5674ef1fc50dc173d4d260ca08'),(305,1213901429,0,'66.249.70.56','?action=theme;th=4;sesc;sa=edit;directory=.','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','d35ef8127c90c79de2db39b12e7154db'),(306,1213901451,0,'66.249.70.56','?action=theme;th=4;sesc;sa=edit;filename=Settings.template.php','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','ba46d9f71e6405fe4207bdca61ed1ce1'),(307,1213901474,0,'66.249.70.56','?action=theme;sesc;sa=edit','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Login.template.php (eval?)<br />Line: 423','1fa62e4c6d93235fe62814010312eedf'),(308,1213901567,0,'74.6.19.242','?topic=4.msg277','8: Undefined index:  use_tp<br />File: /home/lumin8/public_html/forum/Themes/default/Display.t
