0byt3m1n1
Path:
/
data
/
20
/
3
/
97
/
131
/
3260620
/
meta
/
3640049
/
mysql
/
[
Home
]
File: 1_038cc86_0.dump.bak
-- MySQL dump 10.11 -- -- Host: mysqlv114 Database: 1_038cc86_0 -- ------------------------------------------------------ -- Server version 5.0.91 /*!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 `wp_cntctfrm_field` -- DROP TABLE IF EXISTS `wp_cntctfrm_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cntctfrm_field` ( `id` int(11) NOT NULL auto_increment, `name` char(100) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cntctfrm_field` -- LOCK TABLES `wp_cntctfrm_field` WRITE; /*!40000 ALTER TABLE `wp_cntctfrm_field` DISABLE KEYS */; INSERT INTO `wp_cntctfrm_field` VALUES (1,'name'),(2,'email'),(3,'subject'),(4,'message'),(5,'address'),(6,'phone'),(7,'attachment'),(8,'attachment_explanations'),(9,'send_copy'),(10,'sent_from'),(11,'date_time'),(12,'coming_from'),(13,'user_agent'); /*!40000 ALTER TABLE `wp_cntctfrm_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (3,26,'New here and will take any suggestions - Golden Retrievers : Golden Retriever Dog Forums','','http://www.goldenretrieverforum.com/golden-retriever-health-anatomy-physiology-breed-standard/436642-new-here-will-take-any-suggestions.html#post6875010','75.126.50.206','2016-12-06 18:36:12','2016-12-06 18:36:12','[…] Here is a specialty clinic, it's located in the Metro St. Louis area, you would need a referral. Veterinary Specialty Services CAROLINA MOM is offline Quote Quick […]',0,'1','Mozilla/4.0 (vBSEO; http://www.vbseo.com)','pingback',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mappress_maps` -- DROP TABLE IF EXISTS `wp_mappress_maps`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_mappress_maps` ( `mapid` int(11) NOT NULL auto_increment, `obj` longtext, PRIMARY KEY (`mapid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_mappress_maps` -- LOCK TABLES `wp_mappress_maps` WRITE; /*!40000 ALTER TABLE `wp_mappress_maps` DISABLE KEYS */; INSERT INTO `wp_mappress_maps` VALUES (1,'O:12:\"Mappress_Map\":9:{s:5:\"mapid\";s:1:\"1\";s:5:\"width\";s:4:\"100{7ba9f72f88edbc8bbe540406bd180cacd46dccd7f31eb9ff93ef84d68344f775}\";s:6:\"height\";s:3:\"300\";s:4:\"zoom\";i:17;s:6:\"center\";a:2:{s:3:\"lat\";d:38.58953569999999899664544500410556793212890625;s:3:\"lng\";d:-90.50799729999999954088707454502582550048828125;}s:9:\"mapTypeId\";s:7:\"roadmap\";s:5:\"title\";s:12:\"VSS Location\";s:7:\"metaKey\";N;s:4:\"pois\";a:1:{i:0;O:12:\"Mappress_Poi\":10:{s:7:\"address\";s:48:\"1021 Howard George Drive, Ballwin, MO 63021, USA\";s:4:\"body\";s:17:\"Ballwin, MO 63021\";s:16:\"correctedAddress\";s:48:\"1021 Howard George Drive, Ballwin, MO 63021, USA\";s:6:\"iconid\";N;s:5:\"point\";a:2:{s:3:\"lat\";d:38.58953569999999899664544500410556793212890625;s:3:\"lng\";d:-90.50799729999999954088707454502582550048828125;}s:4:\"poly\";N;s:3:\"kml\";N;s:5:\"title\";s:24:\"1021 Howard George Drive\";s:4:\"type\";N;s:8:\"viewport\";a:2:{s:2:\"sw\";a:2:{s:3:\"lat\";d:38.588186719709000271905097179114818572998046875;s:3:\"lng\";d:-90.50934628029199302545748651027679443359375;}s:2:\"ne\";a:2:{s:3:\"lat\";d:38.59088468029199958664321457035839557647705078125;s:3:\"lng\";d:-90.506648319709029237856157124042510986328125;}}}}}'); /*!40000 ALTER TABLE `wp_mappress_maps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_mappress_posts` -- DROP TABLE IF EXISTS `wp_mappress_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_mappress_posts` ( `postid` int(11) NOT NULL default '0', `mapid` int(11) NOT NULL default '0', PRIMARY KEY (`postid`,`mapid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_mappress_posts` -- LOCK TABLES `wp_mappress_posts` WRITE; /*!40000 ALTER TABLE `wp_mappress_posts` DISABLE KEYS */; INSERT INTO `wp_mappress_posts` VALUES (16,1); /*!40000 ALTER TABLE `wp_mappress_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(191) default NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=12415 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.vssstl.com','yes'),(2,'home','http://www.vssstl.com','yes'),(3,'blogname','Veterinary Specialty Services','yes'),(12309,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12310,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12311,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12312,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12313,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12314,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12315,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12316,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12317,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12318,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12319,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12320,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12321,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12322,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12323,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(12324,'cron','a:3:{i:1509728321;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1509728412;a:1:{s:26:\"wp_split_shared_term_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(12325,'_transient_doing_cron','1509728413.0417659282684326171875','yes'),(12326,'auth_key','}u/WH{|)~|Ased+]Wq+9r4,nw1:d 7JK77q4K8L+=h~QuVjX,YvYF.MAE*}r}k*{','no'),(12327,'auth_salt','b[T7Hg+V4twk0rj9vSW@d~f9^ojB11,l&0Y@rGLSjP>Yfi@=1JKCCL<6QQSL1!,?','no'),(12328,'logged_in_key','IqH*f%z?nf9tVOJ<5jqXNx,@QM(awA2uR/3y?*Tn>ypX5u*fyeT|B*Wa_)|H>Yn1','no'),(12329,'logged_in_salt','5+NnnW%7n8!aJpdcN`6;E_E.PXIT=R`pna[fvgvXy/-R0HW_:}IG7PadYyZOVT(8','no'),(12330,'blogdescription','Just another WordPress site','yes'),(12331,'users_can_register','0','yes'),(12332,'admin_email','you@example.com','yes'),(12333,'start_of_week','1','yes'),(12334,'use_balanceTags','0','yes'),(12335,'use_smilies','1','yes'),(12336,'require_name_email','1','yes'),(12337,'comments_notify','1','yes'),(12338,'posts_per_rss','10','yes'),(12339,'rss_use_excerpt','0','yes'),(12340,'mailserver_url','mail.example.com','yes'),(12341,'mailserver_login','login@example.com','yes'),(12342,'mailserver_pass','password','yes'),(12343,'mailserver_port','110','yes'),(12344,'default_category','1','yes'),(12345,'default_comment_status','open','yes'),(12346,'default_ping_status','open','yes'),(12347,'default_pingback_flag','1','yes'),(12348,'posts_per_page','10','yes'),(12349,'date_format','F j, Y','yes'),(12350,'time_format','g:i a','yes'),(12351,'links_updated_date_format','F j, Y g:i a','yes'),(12352,'comment_moderation','0','yes'),(12353,'moderation_notify','1','yes'),(12354,'permalink_structure','','yes'),(12355,'rewrite_rules','','yes'),(12356,'hack_file','0','yes'),(12357,'blog_charset','UTF-8','yes'),(12358,'moderation_keys','','no'),(12359,'active_plugins','a:0:{}','yes'),(12360,'category_base','','yes'),(12361,'ping_sites','http://rpc.pingomatic.com/','yes'),(12362,'comment_max_links','2','yes'),(12363,'gmt_offset','0','yes'),(12364,'default_email_category','1','yes'),(12365,'recently_edited','','no'),(12366,'template','twentyseventeen','yes'),(12367,'stylesheet','twentyseventeen','yes'),(12368,'comment_whitelist','1','yes'),(12369,'blacklist_keys','','no'),(12370,'comment_registration','0','yes'),(12371,'html_type','text/html','yes'),(12372,'use_trackback','0','yes'),(12373,'default_role','subscriber','yes'),(12374,'db_version','38590','yes'),(12375,'uploads_use_yearmonth_folders','1','yes'),(12376,'upload_path','','yes'),(12377,'blog_public','1','yes'),(12378,'default_link_category','2','yes'),(12379,'show_on_front','posts','yes'),(12380,'tag_base','','yes'),(12381,'show_avatars','1','yes'),(12382,'avatar_rating','G','yes'),(12383,'upload_url_path','','yes'),(12384,'thumbnail_size_w','150','yes'),(12385,'thumbnail_size_h','150','yes'),(12386,'thumbnail_crop','1','yes'),(12387,'medium_size_w','300','yes'),(12388,'medium_size_h','300','yes'),(12389,'avatar_default','mystery','yes'),(12390,'large_size_w','1024','yes'),(12391,'large_size_h','1024','yes'),(12392,'image_default_link_type','none','yes'),(12393,'image_default_size','','yes'),(12394,'image_default_align','','yes'),(12395,'close_comments_for_old_posts','0','yes'),(12396,'close_comments_days_old','14','yes'),(12397,'thread_comments','1','yes'),(12398,'thread_comments_depth','5','yes'),(12399,'page_comments','0','yes'),(12400,'comments_per_page','50','yes'),(12401,'default_comments_page','newest','yes'),(12402,'comment_order','asc','yes'),(12403,'sticky_posts','a:0:{}','yes'),(12404,'uninstall_plugins','a:0:{}','no'),(12405,'timezone_string','','yes'),(12406,'page_for_posts','0','yes'),(12407,'page_on_front','0','yes'),(12408,'default_post_format','0','yes'),(12409,'link_manager_enabled','0','yes'),(12410,'finished_splitting_shared_terms','1','yes'),(12411,'site_icon','0','yes'),(12412,'medium_large_size_w','768','yes'),(12413,'medium_large_size_h','0','yes'),(12414,'initial_db_version','38590','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(255) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_status` (`post_status`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2017-11-03 16:22:21','2017-11-03 16:22:21','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2017-11-03 16:22:21','2017-11-03 16:22:21','',0,'http://www.vssstl.com/?p=1',0,'post','',1),(2,1,'2017-11-03 16:22:21','2017-11-03 16:22:21','This is an example page. It\\\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\\\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\\\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\\\"http://www.vssstl.com/wp-admin/\\\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2017-11-03 16:22:21','2017-11-03 16:22:21','',0,'http://www.vssstl.com/?page_id=2',0,'post','',0),(3,5,'2017-11-03 16:22:53','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','auto-draft','','','2017-11-03 16:22:53','0000-00-00 00:00:00','',0,'http://www.vssstl.com/?p=3',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_redirection_404` -- DROP TABLE IF EXISTS `wp_redirection_404`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_redirection_404` ( `id` int(11) unsigned NOT NULL auto_increment, `created` datetime NOT NULL, `url` varchar(255) NOT NULL default '', `agent` varchar(255) default NULL, `referrer` varchar(255) default NULL, `ip` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `created` (`created`), KEY `url` (`url`), KEY `ip` (`ip`), KEY `referrer` (`referrer`) ) ENGINE=MyISAM AUTO_INCREMENT=46547 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_redirection_404` -- LOCK TABLES `wp_redirection_404` WRITE; /*!40000 ALTER TABLE `wp_redirection_404` DISABLE KEYS */; INSERT INTO `wp_redirection_404` VALUES (46094,'2017-10-31 01:16:50','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1113016653),(46095,'2017-10-31 01:16:52','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1113016653),(46096,'2017-10-31 01:16:55','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1113016653),(46097,'2017-10-31 01:16:56','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1113016653),(46098,'2017-10-31 01:16:58','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1113016653),(46099,'2017-10-31 02:04:52','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46100,'2017-10-31 02:04:54','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46101,'2017-10-31 02:04:55','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46102,'2017-10-31 02:04:57','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46103,'2017-10-31 02:04:59','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46104,'2017-10-31 02:05:00','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46105,'2017-10-31 02:05:02','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46106,'2017-10-31 02:05:04','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46107,'2017-10-31 02:18:24','/favicon.gif','Mozilla/4.0 (compatible; GoogleToolbar 7.5.8231.2252; Windows 6.1; MSIE 9.11.9600.18816)',NULL,1612912973),(46108,'2017-10-31 04:41:16','/wp-info.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(46109,'2017-10-31 06:53:24','/ads.txt','Jersey/2.25.1 (HttpUrlConnection 1.8.0_141)',NULL,916909302),(46110,'2017-10-31 10:34:13','/axmlprc.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(46111,'2017-10-31 10:38:05','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46112,'2017-10-31 10:38:07','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46113,'2017-10-31 10:38:09','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46114,'2017-10-31 10:38:11','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46115,'2017-10-31 10:38:13','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46116,'2017-10-31 10:38:17','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46117,'2017-10-31 10:38:20','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46118,'2017-10-31 10:38:22','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46119,'2017-10-31 12:44:08','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46120,'2017-10-31 12:44:10','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46121,'2017-10-31 12:44:11','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46122,'2017-10-31 12:44:13','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46123,'2017-10-31 12:44:15','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46124,'2017-10-31 12:44:16','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46125,'2017-10-31 12:44:17','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46126,'2017-10-31 12:44:19','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46127,'2017-10-31 14:36:05','/wp-content/themes/twentysixteen/404.php',NULL,NULL,0),(46128,'2017-10-31 15:00:53','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46129,'2017-10-31 15:00:56','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46130,'2017-10-31 15:00:58','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46131,'2017-10-31 15:01:00','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46132,'2017-10-31 15:01:02','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46133,'2017-10-31 15:01:04','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46134,'2017-10-31 15:01:06','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46135,'2017-10-31 15:01:08','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46274,'2017-11-01 22:40:22','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46275,'2017-11-01 22:40:26','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46276,'2017-11-01 22:40:28','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46277,'2017-11-01 22:40:29','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46278,'2017-11-01 22:40:31','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46279,'2017-11-01 22:40:32','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46280,'2017-11-01 23:42:43','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46281,'2017-11-01 23:42:50','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46282,'2017-11-01 23:43:47','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46283,'2017-11-01 23:43:48','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46284,'2017-11-01 23:43:50','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46285,'2017-11-01 23:43:51','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46286,'2017-11-01 23:43:53','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46287,'2017-11-01 23:43:54','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46288,'2017-11-01 23:43:56','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46289,'2017-11-01 23:43:57','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46290,'2017-11-02 00:10:42','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46291,'2017-11-02 00:10:44','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46292,'2017-11-02 00:10:45','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45730,'2017-10-27 16:29:45','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45731,'2017-10-27 16:29:48','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45732,'2017-10-27 16:29:50','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45733,'2017-10-27 16:29:51','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45734,'2017-10-27 16:29:53','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45735,'2017-10-27 16:29:54','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45736,'2017-10-27 16:29:56','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46390,'2017-11-02 17:35:25','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46391,'2017-11-02 17:35:26','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46392,'2017-11-02 17:58:44','/?author=3',NULL,NULL,1743093546),(46393,'2017-11-02 17:58:49','/?author=6',NULL,NULL,1743093546),(46394,'2017-11-02 17:58:51','/?author=7',NULL,NULL,1743093546),(46395,'2017-11-02 17:58:53','/?author=8',NULL,NULL,1743093546),(46396,'2017-11-02 17:58:56','/?author=9',NULL,NULL,1743093546),(46397,'2017-11-02 18:32:44','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46398,'2017-11-02 18:32:45','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46399,'2017-11-02 18:32:46','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46400,'2017-11-02 18:32:48','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46401,'2017-11-02 18:47:57','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46402,'2017-11-02 18:47:58','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46403,'2017-11-02 18:47:59','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46404,'2017-11-02 18:48:01','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46405,'2017-11-02 18:48:03','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46406,'2017-11-02 18:48:04','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46407,'2017-11-02 18:48:06','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46408,'2017-11-02 18:48:07','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46409,'2017-11-02 20:01:10','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46410,'2017-11-02 20:01:11','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46411,'2017-11-02 20:01:13','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46412,'2017-11-02 20:01:14','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46040,'2017-10-30 16:59:06','/.well-known/assetlinks.json','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631314),(46041,'2017-10-30 16:59:08','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631312),(46042,'2017-10-30 16:59:09','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631310),(46043,'2017-10-30 17:38:08','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46044,'2017-10-30 17:38:10','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46045,'2017-10-30 17:38:11','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46046,'2017-10-30 17:38:13','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46047,'2017-10-30 17:38:20','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46048,'2017-10-30 17:38:23','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46049,'2017-10-30 17:38:25','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46050,'2017-10-30 17:38:29','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46051,'2017-10-30 18:20:33','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46052,'2017-10-30 18:20:34','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46053,'2017-10-30 18:20:36','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46054,'2017-10-30 18:20:38','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46055,'2017-10-30 18:20:41','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46056,'2017-10-30 18:20:44','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46057,'2017-10-30 18:20:46','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46058,'2017-10-30 18:20:48','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46059,'2017-10-30 19:22:08','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46060,'2017-10-30 19:22:10','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46061,'2017-10-30 19:22:11','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46062,'2017-10-30 19:22:12','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46063,'2017-10-30 19:22:14','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46064,'2017-10-30 19:22:16','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46065,'2017-10-30 19:22:18','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46066,'2017-10-30 19:22:19','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46067,'2017-10-30 20:44:28','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46068,'2017-10-30 20:44:30','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46069,'2017-10-30 20:44:31','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46070,'2017-10-30 20:44:33','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46071,'2017-10-30 20:44:34','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46072,'2017-10-30 20:44:36','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46073,'2017-10-30 20:44:37','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46074,'2017-10-30 20:44:39','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46075,'2017-10-30 21:22:04','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46076,'2017-10-30 21:22:06','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46077,'2017-10-30 21:22:08','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46078,'2017-10-30 21:22:10','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46079,'2017-10-30 21:22:13','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46080,'2017-10-30 21:22:15','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46081,'2017-10-30 21:22:17','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46082,'2017-10-30 21:22:18','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46083,'2017-10-30 22:32:29','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46084,'2017-10-30 22:32:33','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46085,'2017-10-30 22:32:35','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46086,'2017-10-30 22:32:36','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46087,'2017-10-30 22:32:38','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46088,'2017-10-30 22:32:40','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45929,'2017-10-29 16:28:05','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45930,'2017-10-29 16:28:07','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45931,'2017-10-29 16:28:09','/apple-touch-icon-precomposed.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,0),(45932,'2017-10-29 16:28:09','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45933,'2017-10-29 16:28:10','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45934,'2017-10-29 16:28:11','/apple-touch-icon.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,0),(45935,'2017-10-29 16:40:08','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45936,'2017-10-29 16:40:11','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45937,'2017-10-29 16:40:12','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45938,'2017-10-29 16:40:14','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45939,'2017-10-29 16:40:16','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45940,'2017-10-29 16:40:17','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45864,'2017-10-28 17:54:53','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45865,'2017-10-28 17:54:56','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45866,'2017-10-28 17:54:58','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45867,'2017-10-28 17:55:00','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45868,'2017-10-28 17:55:03','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45869,'2017-10-28 17:55:05','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45870,'2017-10-28 17:55:07','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45871,'2017-10-28 17:55:09','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45872,'2017-10-28 21:21:22','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45873,'2017-10-28 21:21:24','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45874,'2017-10-28 21:21:25','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45875,'2017-10-28 21:21:27','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45876,'2017-10-28 23:10:11','/wp-content/themes/template-parts/content-single.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(45877,'2017-10-29 00:58:56','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45806,'2017-10-28 00:35:53','/apple-touch-icon.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.7.0',NULL,1800231283),(45807,'2017-10-28 00:38:33','/tel:636-227-6100','Java/1.6.0_04',NULL,1835429696),(45718,'2017-10-27 14:36:30','/wp-includes/css/modules.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(45719,'2017-10-27 14:46:40','/wp-admin/maint/gdragon.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1495585664),(45720,'2017-10-27 14:48:24','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45721,'2017-10-27 14:48:26','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45722,'2017-10-27 14:48:27','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45723,'2017-10-27 14:48:29','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45724,'2017-10-27 14:49:00','/wp-admin/includes/salym.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1495585664),(45725,'2017-10-27 14:49:22','/wp-admin/user/gdragon.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1495585664),(45726,'2017-10-27 14:49:39','/wp-admin/network/gdragon.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1495585664),(45727,'2017-10-27 14:52:32','/wp-admin/user/ehssd.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1495585664),(45728,'2017-10-27 14:53:53','/wp-content/plugins/easyrotator-for-wordpress/c.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1495585664),(45729,'2017-10-27 14:56:02','/wp-admin/includes/ehssd.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1495585664),(45833,'2017-10-28 03:52:16','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45834,'2017-10-28 03:52:17','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45835,'2017-10-28 03:52:18','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45836,'2017-10-28 03:52:20','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45837,'2017-10-28 03:52:22','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45838,'2017-10-28 03:52:23','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45839,'2017-10-28 03:52:25','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45840,'2017-10-28 04:01:01','/wp-admin/maint/index.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(46512,'2017-11-03 13:17:04','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46510,'2017-11-03 13:17:01','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46511,'2017-11-03 13:17:02','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46442,'2017-11-02 22:45:16','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46443,'2017-11-02 22:45:18','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46444,'2017-11-02 22:45:20','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46445,'2017-11-02 22:45:22','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46446,'2017-11-02 22:45:24','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46447,'2017-11-02 23:57:53','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46448,'2017-11-02 23:57:54','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46449,'2017-11-02 23:57:55','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46450,'2017-11-02 23:57:56','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46451,'2017-11-02 23:57:57','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46452,'2017-11-02 23:57:59','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46453,'2017-11-02 23:58:01','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46454,'2017-11-02 23:58:02','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46455,'2017-11-03 00:05:07','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46456,'2017-11-03 00:05:08','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46457,'2017-11-03 00:05:09','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46458,'2017-11-03 00:05:11','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46459,'2017-11-03 00:05:12','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46460,'2017-11-03 00:05:13','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46461,'2017-11-03 00:05:14','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46462,'2017-11-03 00:05:16','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46463,'2017-11-03 01:09:35','/wp-admin/output.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(46464,'2017-11-03 01:36:22','/wp-content/themes/twentythirteen - Copy/fonts/genericons-regular-webfont.eot','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)','http://www.vssstl.com/',787640550),(46465,'2017-11-03 02:10:52','/apple-touch-icon-precomposed.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1135538908),(46509,'2017-11-03 13:16:59','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46508,'2017-11-03 12:28:47','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46507,'2017-11-03 12:28:45','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46506,'2017-11-03 12:28:44','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46505,'2017-11-03 12:28:42','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46504,'2017-11-03 12:28:41','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46503,'2017-11-03 12:28:40','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46502,'2017-11-03 12:28:38','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46501,'2017-11-03 12:28:37','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46500,'2017-11-03 12:06:43','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46499,'2017-11-03 12:06:41','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46498,'2017-11-03 12:06:40','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46497,'2017-11-03 12:06:38','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46496,'2017-11-03 12:06:35','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46495,'2017-11-03 12:06:34','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46494,'2017-11-03 12:06:33','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46493,'2017-11-03 12:06:32','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46492,'2017-11-03 11:58:14','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631314),(46491,'2017-11-03 11:57:51','/.well-known/assetlinks.json','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631310),(46490,'2017-11-03 11:57:35','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631310),(46489,'2017-11-03 09:19:51','/maps.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(46488,'2017-11-03 07:44:30','/wp-admin/includes/salym.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',0),(46487,'2017-11-03 07:44:21','/wp-admin/user/gdragon.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',0),(46486,'2017-11-03 07:41:42','/wp-admin/user/ehssd.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',0),(46485,'2017-11-03 07:41:17','/wp-admin/includes/ehssd.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',0),(46484,'2017-11-03 07:40:12','/wp-admin/network/gdragon.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',0),(46483,'2017-11-03 07:40:11','/wp-admin/maint/gdragon.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',0),(46482,'2017-11-03 07:40:07','/wp-content/plugins/easyrotator-for-wordpress/c.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',0),(46481,'2017-11-03 06:57:13','/beck/cron.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(46480,'2017-11-03 06:42:59','/wp-content/plugins/gravityforms/css/preview.css','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:46.0) Gecko/20100101 Firefox/46.0',NULL,1570501900),(46479,'2017-11-03 04:04:13','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1601102268),(46478,'2017-11-03 04:04:05','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1601102268),(46477,'2017-11-03 04:01:36','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46476,'2017-11-03 04:01:35','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46475,'2017-11-03 04:01:32','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46474,'2017-11-03 04:01:30','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46473,'2017-11-03 04:01:27','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46472,'2017-11-03 04:01:26','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46471,'2017-11-03 04:01:25','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46470,'2017-11-03 04:01:22','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46469,'2017-11-03 02:48:42','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46468,'2017-11-03 02:48:32','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46467,'2017-11-03 02:43:27','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MATBJS; rv:11.0) like Gecko',NULL,1266979669),(46466,'2017-11-03 02:10:54','/apple-touch-icon.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1135538908),(45831,'2017-10-28 03:22:50','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45808,'2017-10-28 00:38:46','/about-us/tel:636-227-6100','Java/1.6.0_04',NULL,1835429696),(45809,'2017-10-28 00:38:50','/careers/tel:636-227-6100','Java/1.6.0_04',NULL,1835429696),(45810,'2017-10-28 00:38:59','/client-info-forms/tel:636-227-6100','Java/1.6.0_04',NULL,1835429696),(45811,'2017-10-28 00:41:56','/?author=3',NULL,NULL,0),(45812,'2017-10-28 01:32:31','/fonts.googleapis.com','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',NULL,1910459179),(45813,'2017-10-28 01:32:32','/fonts.googleapis.com','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',NULL,1910459179),(45814,'2017-10-28 01:32:34','/s.w.org','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',NULL,1910459179),(45815,'2017-10-28 01:32:36','/s.w.org','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',NULL,1910459179),(45816,'2017-10-28 01:32:58','/fonts.googleapis.com/css?family=Source Sans Pro:300,400,700,300italic,400italic,700italic|Bitter:400,700','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',NULL,1910459179),(45817,'2017-10-28 01:33:02','/fonts.googleapis.com/css?family=Source Sans Pro:300,400,700,300italic,400italic,700italic|Bitter:400,700','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',NULL,1910459179),(45818,'2017-10-28 01:33:55','/tel:636-227-6100','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',NULL,1910459179),(45819,'2017-10-28 01:33:57','/tel:636-227-6100','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',NULL,1910459179),(45820,'2017-10-28 01:41:02','/apple-touch-icon-120x120-precomposed.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0',NULL,1630060806),(45821,'2017-10-28 01:41:05','/apple-touch-icon-120x120.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0',NULL,1630060806),(45822,'2017-10-28 01:41:08','/apple-touch-icon-precomposed.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0',NULL,1630060806),(45823,'2017-10-28 01:41:12','/apple-touch-icon.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.6.0',NULL,1630060806),(45824,'2017-10-28 03:22:40','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45825,'2017-10-28 03:22:42','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45826,'2017-10-28 03:22:43','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45827,'2017-10-28 03:22:45','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45828,'2017-10-28 03:22:46','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45829,'2017-10-28 03:22:48','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45830,'2017-10-28 03:22:49','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46089,'2017-10-30 22:32:42','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46090,'2017-10-30 22:32:44','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46091,'2017-10-31 01:16:43','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1113016653),(46092,'2017-10-31 01:16:45','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1113016653),(46093,'2017-10-31 01:16:47','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1113016653),(46351,'2017-11-02 09:32:36','/wp-post.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',778646096),(46352,'2017-11-02 10:41:20','/components/com_foxcontact/_func.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(46353,'2017-11-02 11:22:28','/browserconfig.xml','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; rv:11.0) like Gecko',NULL,1380446969),(46354,'2017-11-02 12:44:57','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46355,'2017-11-02 12:44:59','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46356,'2017-11-02 12:45:01','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46357,'2017-11-02 12:45:03','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46358,'2017-11-02 12:45:05','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46359,'2017-11-02 12:45:06','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46360,'2017-11-02 12:45:08','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46361,'2017-11-02 12:45:09','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46362,'2017-11-02 12:49:53','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46363,'2017-11-02 12:49:54','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46136,'2017-10-31 17:00:29','/wp-content/themes/vss2013/wp-cros.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36',NULL,1755732043),(46137,'2017-10-31 17:00:31','/wp-content/themes/vss2013/wp-cros.php','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36',NULL,1755732043),(46138,'2017-10-31 19:35:08','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46139,'2017-10-31 19:35:22','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46140,'2017-10-31 19:35:28','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46141,'2017-10-31 19:35:31','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46142,'2017-10-31 19:35:33','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46143,'2017-10-31 19:35:35','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46144,'2017-10-31 19:35:37','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46145,'2017-10-31 19:35:40','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46146,'2017-10-31 20:42:07','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46147,'2017-10-31 20:42:09','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46148,'2017-10-31 20:42:11','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46149,'2017-10-31 20:42:12','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46150,'2017-10-31 20:42:15','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46151,'2017-10-31 20:42:17','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46152,'2017-10-31 20:42:19','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46153,'2017-10-31 20:42:20','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46154,'2017-10-31 22:20:09','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1410769177),(46155,'2017-10-31 22:20:19','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1410769177),(46156,'2017-10-31 22:27:52','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46157,'2017-10-31 22:28:01','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46158,'2017-10-31 22:54:04','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46159,'2017-10-31 22:54:05','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46160,'2017-10-31 22:54:07','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46161,'2017-10-31 22:54:08','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46162,'2017-10-31 22:54:10','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46163,'2017-10-31 22:54:11','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46164,'2017-10-31 22:54:13','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46165,'2017-10-31 22:54:14','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46166,'2017-11-01 00:27:19','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631314),(46167,'2017-11-01 00:27:24','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631312),(46168,'2017-11-01 00:27:43','/.well-known/assetlinks.json','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631310),(46169,'2017-11-01 02:30:52','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46170,'2017-11-01 02:30:55','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46171,'2017-11-01 02:30:56','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46172,'2017-11-01 02:30:58','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46173,'2017-11-01 02:30:59','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46174,'2017-11-01 02:31:00','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46175,'2017-11-01 02:31:02','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46176,'2017-11-01 02:31:03','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46177,'2017-11-01 02:45:11','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46178,'2017-11-01 02:45:13','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46179,'2017-11-01 02:45:15','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46180,'2017-11-01 02:45:16','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46181,'2017-11-01 02:45:18','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46182,'2017-11-01 02:45:19','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46183,'2017-11-01 02:45:21','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46184,'2017-11-01 02:45:23','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46185,'2017-11-01 03:32:03','/apple-touch-icon.png','com.apple.mobilenotes.SharingExtension/1290.9 CFNetwork/887 Darwin/17.0.0',NULL,1800231266),(46186,'2017-11-01 03:32:03','/apple-touch-icon76x76.png','com.apple.mobilenotes.SharingExtension/1290.9 CFNetwork/887 Darwin/17.0.0',NULL,1800231266),(46187,'2017-11-01 03:32:04','/apple-touch-icon152x152.png','com.apple.mobilenotes.SharingExtension/1290.9 CFNetwork/887 Darwin/17.0.0',NULL,1800231266),(46188,'2017-11-01 03:32:05','/apple-touch-icon120x120.png','com.apple.mobilenotes.SharingExtension/1290.9 CFNetwork/887 Darwin/17.0.0',NULL,1800231266),(46189,'2017-11-01 04:04:45','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46190,'2017-11-01 04:04:57','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46191,'2017-11-01 04:07:06','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1168266226),(46192,'2017-11-01 04:07:15','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1168266226),(46193,'2017-11-01 05:46:22','/wp-content/themes/atom/uploadify/uploadify.css','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36','http://www.vssstl.com/wp-content/themes/atom/uploadify/uploadify.css',0),(46194,'2017-11-01 08:02:36','/wp-content/plugins/advanced-ajax-page-loader/readme.txt','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1386581246),(46195,'2017-11-01 09:01:19','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1315787988),(46196,'2017-11-01 09:01:29','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1315787988),(46197,'2017-11-01 09:05:57','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46198,'2017-11-01 09:06:05','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46199,'2017-11-01 09:12:02','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46200,'2017-11-01 09:12:05','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46201,'2017-11-01 09:12:06','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46202,'2017-11-01 09:12:07','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46203,'2017-11-01 09:12:09','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46204,'2017-11-01 09:12:10','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46205,'2017-11-01 09:12:11','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46206,'2017-11-01 09:12:12','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46207,'2017-11-01 10:11:43','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46208,'2017-11-01 10:11:45','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46209,'2017-11-01 10:11:46','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46210,'2017-11-01 10:11:48','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46211,'2017-11-01 10:11:49','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46212,'2017-11-01 10:11:51','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46213,'2017-11-01 10:11:53','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46214,'2017-11-01 10:11:55','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46215,'2017-11-01 10:34:35','/admin','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31',NULL,875010889),(46216,'2017-11-01 10:34:51','/?gf_page=upload','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31',NULL,875010889),(46217,'2017-11-01 10:35:02','/?gf_page=upload','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31',NULL,875010889),(46218,'2017-11-01 10:35:24','/jm-ajax/upload_file','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31',NULL,875010889),(46219,'2017-11-01 10:35:26','/wp-content/plugins/formcraft/file-upload/server/php/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31',NULL,875010889),(46220,'2017-11-01 12:54:08','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46221,'2017-11-01 12:54:11','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46222,'2017-11-01 12:54:12','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46223,'2017-11-01 12:54:14','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46224,'2017-11-01 12:54:16','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46225,'2017-11-01 12:54:18','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46226,'2017-11-01 12:54:19','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46227,'2017-11-01 12:54:21','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46228,'2017-11-01 13:33:52','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1586015437),(46229,'2017-11-01 13:34:14','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1586015437),(46230,'2017-11-01 15:26:20','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46231,'2017-11-01 15:26:24','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46232,'2017-11-01 15:26:26','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46233,'2017-11-01 15:26:27','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46234,'2017-11-01 15:26:29','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46235,'2017-11-01 15:26:31','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46236,'2017-11-01 15:26:32','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46237,'2017-11-01 15:26:34','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46364,'2017-11-02 12:49:56','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46365,'2017-11-02 12:49:57','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46366,'2017-11-02 12:49:58','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46367,'2017-11-02 12:49:59','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46368,'2017-11-02 12:50:01','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46369,'2017-11-02 12:50:03','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46370,'2017-11-02 14:35:11','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46371,'2017-11-02 14:35:13','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46372,'2017-11-02 14:35:15','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46373,'2017-11-02 14:35:17','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46374,'2017-11-02 14:35:19','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46375,'2017-11-02 14:35:22','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46376,'2017-11-02 14:35:23','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46377,'2017-11-02 14:35:25','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46531,'2017-11-03 14:02:21','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46532,'2017-11-03 14:02:22','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46533,'2017-11-03 14:02:24','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46534,'2017-11-03 14:02:25','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46535,'2017-11-03 14:02:26','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46536,'2017-11-03 14:02:27','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46537,'2017-11-03 15:00:04','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1121935289),(46538,'2017-11-03 15:00:14','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1121935289),(46539,'2017-11-03 15:58:46','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46540,'2017-11-03 15:58:48','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46541,'2017-11-03 15:58:49','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46542,'2017-11-03 15:58:51','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46543,'2017-11-03 15:58:53','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46544,'2017-11-03 15:58:55','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46545,'2017-11-03 15:58:57','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46546,'2017-11-03 15:59:00','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46441,'2017-11-02 22:45:14','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46440,'2017-11-02 22:45:13','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46293,'2017-11-02 00:10:47','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46294,'2017-11-02 00:10:49','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46295,'2017-11-02 00:10:50','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46296,'2017-11-02 00:10:52','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46297,'2017-11-02 00:10:53','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46298,'2017-11-02 00:52:09','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46299,'2017-11-02 00:52:10','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46300,'2017-11-02 00:52:12','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46301,'2017-11-02 00:52:13','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46302,'2017-11-02 00:52:16','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46303,'2017-11-02 00:52:17','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46304,'2017-11-02 00:52:19','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46305,'2017-11-02 00:52:22','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46306,'2017-11-02 01:42:19','/medias.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1822526285),(46307,'2017-11-02 01:43:06','/wp-includes/class-wp-bar.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1822526285),(46308,'2017-11-02 01:44:30','/admin_index.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1822526285),(46309,'2017-11-02 01:45:09','/wp-includes/images/hon2our.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1822526285),(46310,'2017-11-02 04:07:26','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46311,'2017-11-02 04:07:28','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46312,'2017-11-02 04:07:30','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46313,'2017-11-02 04:07:32','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46314,'2017-11-02 04:07:37','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46315,'2017-11-02 04:07:38','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46316,'2017-11-02 04:07:40','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46317,'2017-11-02 04:07:42','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46318,'2017-11-02 04:22:14','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46319,'2017-11-02 04:22:16','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46320,'2017-11-02 04:22:17','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46321,'2017-11-02 04:22:19','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46322,'2017-11-02 04:22:21','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46323,'2017-11-02 04:22:23','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46324,'2017-11-02 04:22:25','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46325,'2017-11-02 04:22:28','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46326,'2017-11-02 04:39:49','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46327,'2017-11-02 04:39:51','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46328,'2017-11-02 04:39:52','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46329,'2017-11-02 04:39:54','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46330,'2017-11-02 04:39:57','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46331,'2017-11-02 04:39:59','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46332,'2017-11-02 04:40:01','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46333,'2017-11-02 04:40:03','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46334,'2017-11-02 04:53:57','/wp-content/themes/twentyseventeen/404.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(46335,'2017-11-02 06:12:07','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46336,'2017-11-02 06:22:35','/wp-content/plugins/ultimate-product-catalogue/readme.txt','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',0),(46337,'2017-11-02 06:35:54','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631312),(46338,'2017-11-02 06:35:55','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631312),(46339,'2017-11-02 06:35:58','/.well-known/assetlinks.json','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631312),(46340,'2017-11-02 06:55:27','/wp-includes/pomo/vendor.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46341,'2017-11-02 06:57:36','/mxl.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46342,'2017-11-02 06:57:57','/wp-content/plugins/vendor/vendor.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46343,'2017-11-02 06:58:37','/wp-content/plugins/nimod/nimod.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46344,'2017-11-02 06:58:41','/wp-includes/pomo/nimod.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46345,'2017-11-02 07:00:18','/wp-content/plugins/vendor/vendor.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46346,'2017-11-02 07:01:06','/wp-includes/pomo/vendor.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46347,'2017-11-02 07:01:48','/wp-includes/pomo/nimod.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46348,'2017-11-02 07:02:47','/wp-content/plugins/nimod/nimod.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1572676719),(46349,'2017-11-02 07:11:09','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46350,'2017-11-02 07:11:16','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46413,'2017-11-02 20:01:17','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46414,'2017-11-02 20:01:19','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46415,'2017-11-02 20:01:20','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46416,'2017-11-02 20:01:22','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46417,'2017-11-02 20:57:11','/wp-content/plugins/easyrotator-for-wordpress/b.php?n=','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.13.75 Safari/537.36','vssstl.com',1315774618),(46418,'2017-11-02 20:59:36','/site/apps/advertising/janitor/sqlibak.php?n=','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.13.75 Safari/537.36','vssstl.com',1315774618),(46419,'2017-11-02 20:59:37','/wp-content/plugins/easyrotator-for-wordpress/bb.php?n=','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.13.75 Safari/537.36','vssstl.com',1315774618),(46420,'2017-11-02 20:59:38','/wp-content/uploads/bb.php?n=','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.13.75 Safari/537.36','vssstl.com',1315774618),(46421,'2017-11-02 20:59:54','/wp-content/upgrade/theme-compat/11.php?n=','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.13.75 Safari/537.36','vssstl.com',1315774618),(46422,'2017-11-02 21:02:08','/wp-content/border.php?n=','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.13.75 Safari/537.36','vssstl.com',1315774618),(46423,'2017-11-02 21:49:04','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46424,'2017-11-02 21:49:06','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46425,'2017-11-02 21:49:07','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46426,'2017-11-02 21:49:08','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46427,'2017-11-02 21:49:09','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46428,'2017-11-02 21:49:10','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46429,'2017-11-02 21:49:12','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46430,'2017-11-02 21:49:13','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46431,'2017-11-02 22:26:32','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46432,'2017-11-02 22:26:33','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46433,'2017-11-02 22:26:35','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46434,'2017-11-02 22:26:36','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46435,'2017-11-02 22:26:37','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46436,'2017-11-02 22:26:39','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46437,'2017-11-02 22:26:40','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46438,'2017-11-02 22:26:41','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46439,'2017-11-02 22:45:11','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45905,'2017-10-29 14:19:01','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45906,'2017-10-29 14:24:01','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45878,'2017-10-29 00:59:00','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45879,'2017-10-29 00:59:03','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45880,'2017-10-29 00:59:06','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45881,'2017-10-29 00:59:09','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45882,'2017-10-29 00:59:10','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45883,'2017-10-29 00:59:12','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45884,'2017-10-29 00:59:15','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45885,'2017-10-29 01:07:46','/wp-content/themes/twentyseventeen/404.php',NULL,NULL,0),(45886,'2017-10-29 03:42:36','/wp-content/plugins/easyrotator-for-wordpress/up.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(45887,'2017-10-29 06:05:03','/?author=3',NULL,NULL,2077171096),(45888,'2017-10-29 06:05:08','/?author=6',NULL,NULL,2077171096),(45889,'2017-10-29 06:05:11','/?author=7',NULL,NULL,2077171096),(45890,'2017-10-29 06:05:14','/?author=8',NULL,NULL,2077171096),(45891,'2017-10-29 06:05:17','/?author=9',NULL,NULL,2077171096),(45892,'2017-10-29 06:40:51','/.well-known/assetlinks.json','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631310),(45893,'2017-10-29 06:40:53','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631314),(45894,'2017-10-29 06:41:01','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631310),(45895,'2017-10-29 08:18:23','/wp-content/plugins/Wp-LayerSlider/layerslider.php?login=qlaoxk','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(45896,'2017-10-29 11:26:58','/referringvets','Mozilla/5.0 (compatible; MJ12bot/v1.4.7; http://mj12bot.com/)',NULL,0),(45897,'2017-10-29 12:57:35','/wp-content/themes/twentyseventeen/footer.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(45898,'2017-10-29 14:17:58','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45899,'2017-10-29 14:17:59','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45900,'2017-10-29 14:18:01','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45901,'2017-10-29 14:18:02','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45902,'2017-10-29 14:18:04','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45903,'2017-10-29 14:18:05','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45904,'2017-10-29 14:19:00','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46389,'2017-11-02 17:35:23','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46384,'2017-11-02 17:35:15','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46385,'2017-11-02 17:35:16','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46386,'2017-11-02 17:35:18','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46387,'2017-11-02 17:35:19','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46388,'2017-11-02 17:35:22','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45863,'2017-10-28 15:03:09','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45862,'2017-10-28 15:03:08','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45861,'2017-10-28 15:03:06','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45860,'2017-10-28 15:03:05','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45859,'2017-10-28 15:03:02','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46381,'2017-11-02 16:43:55','/apple-touch-icon-120x120.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.7.0',NULL,0),(46382,'2017-11-02 16:52:38','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46383,'2017-11-02 16:52:47','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(45845,'2017-10-28 11:27:41','/wp-includes/class-wp-bar.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1367677420),(45846,'2017-10-28 11:28:29','/medias.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1367677420),(45847,'2017-10-28 12:17:18','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45848,'2017-10-28 12:17:19','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45849,'2017-10-28 12:17:21','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45850,'2017-10-28 12:17:22','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45851,'2017-10-28 12:17:23','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45852,'2017-10-28 12:17:26','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45853,'2017-10-28 12:17:27','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45854,'2017-10-28 12:17:29','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(45855,'2017-10-28 12:35:40','/wp-content/themes/organizer/lib_upload/server/php/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36','http://www.vssstl.com/wp-content/themes/organizer/lib_upload/server/php/',0),(45856,'2017-10-28 15:02:58','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45857,'2017-10-28 15:03:00','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45858,'2017-10-28 15:03:01','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(46022,'2017-10-30 15:46:11','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46023,'2017-10-30 15:46:22','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46024,'2017-10-30 15:57:21','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46025,'2017-10-30 15:57:23','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46026,'2017-10-30 15:57:24','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46027,'2017-10-30 15:57:26','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46028,'2017-10-30 15:57:28','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46029,'2017-10-30 15:57:29','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46030,'2017-10-30 15:57:31','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46031,'2017-10-30 15:57:33','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46032,'2017-10-30 16:06:21','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46033,'2017-10-30 16:06:23','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46034,'2017-10-30 16:06:24','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46035,'2017-10-30 16:06:28','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46036,'2017-10-30 16:06:31','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46037,'2017-10-30 16:06:33','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46038,'2017-10-30 16:06:35','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46039,'2017-10-30 16:06:37','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46246,'2017-11-01 19:08:45','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46247,'2017-11-01 19:08:47','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46248,'2017-11-01 19:08:48','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46249,'2017-11-01 19:08:49','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46250,'2017-11-01 19:08:51','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46251,'2017-11-01 19:08:53','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46252,'2017-11-01 19:08:54','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46253,'2017-11-01 19:08:57','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46254,'2017-11-01 19:55:18','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46255,'2017-11-01 19:55:20','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46256,'2017-11-01 19:55:22','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46257,'2017-11-01 19:55:24','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46258,'2017-11-01 19:55:26','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46259,'2017-11-01 19:55:27','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46260,'2017-11-01 19:55:29','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46261,'2017-11-01 19:55:32','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,0),(46262,'2017-11-01 21:29:13','/apple-touch-icon-120x120-precomposed.png','MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0',NULL,1187202359),(46263,'2017-11-01 21:29:15','/apple-touch-icon-120x120.png','MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0',NULL,1187202359),(46264,'2017-11-01 21:29:18','/apple-touch-icon.png','MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0',NULL,1187202359),(46265,'2017-11-01 21:29:20','/apple-touch-icon.png','MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0',NULL,1187202359),(46266,'2017-11-01 21:29:35','/apple-touch-icon-120x120-precomposed.png','MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0',NULL,1187202359),(46267,'2017-11-01 21:29:36','/apple-touch-icon-120x120.png','MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0',NULL,1187202359),(46268,'2017-11-01 21:29:39','/apple-touch-icon.png','MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0',NULL,1187202359),(46269,'2017-11-01 21:29:39','/apple-touch-icon-precomposed.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1187202359),(46270,'2017-11-01 21:29:41','/apple-touch-icon.png','MobileSafari/602.1 CFNetwork/811.4.18 Darwin/16.5.0',NULL,1187202359),(46271,'2017-11-01 21:29:42','/apple-touch-icon.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1187202359),(46272,'2017-11-01 22:40:18','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(46273,'2017-11-01 22:40:20','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45738,'2017-10-27 17:07:22','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45739,'2017-10-27 17:07:26','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45740,'2017-10-27 17:07:29','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45741,'2017-10-27 17:07:34','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45742,'2017-10-27 17:07:36','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45743,'2017-10-27 17:07:40','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45744,'2017-10-27 17:07:44','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45745,'2017-10-27 17:07:46','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45746,'2017-10-27 17:37:38','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(45747,'2017-10-27 17:37:40','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(45748,'2017-10-27 17:37:41','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(45749,'2017-10-27 17:37:43','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(45750,'2017-10-27 17:37:47','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(45751,'2017-10-27 17:37:49','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(45752,'2017-10-27 17:37:50','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(45753,'2017-10-27 17:38:47','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(45754,'2017-10-27 19:17:02','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45755,'2017-10-27 19:17:03','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45756,'2017-10-27 19:17:05','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45757,'2017-10-27 19:17:07','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45758,'2017-10-27 19:17:08','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45759,'2017-10-27 19:17:09','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45760,'2017-10-27 19:17:11','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45761,'2017-10-27 19:17:13','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45762,'2017-10-27 19:38:00','/.well-known/assetlinks.json','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631310),(45763,'2017-10-27 19:38:08','/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631312),(45764,'2017-10-27 19:38:21','/.well-known/apple-app-site-association','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1123631310),(45765,'2017-10-27 20:39:02','/wp-admin/includes/index.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(45766,'2017-10-27 21:53:20','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45767,'2017-10-27 21:53:24','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45768,'2017-10-27 21:53:26','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45769,'2017-10-27 21:53:28','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45770,'2017-10-27 21:53:29','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45771,'2017-10-27 21:53:31','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45772,'2017-10-27 21:53:33','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45773,'2017-10-27 21:53:36','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45774,'2017-10-27 22:00:58','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45775,'2017-10-27 22:01:00','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45776,'2017-10-27 22:01:02','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45777,'2017-10-27 22:01:03','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45778,'2017-10-27 22:01:05','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45779,'2017-10-27 22:40:49','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45780,'2017-10-27 22:40:52','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45781,'2017-10-27 22:40:54','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45782,'2017-10-27 22:40:56','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45783,'2017-10-27 22:40:58','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45784,'2017-10-27 22:41:00','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45785,'2017-10-27 22:41:01','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45786,'2017-10-27 22:41:03','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45787,'2017-10-27 23:38:48','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45788,'2017-10-27 23:38:50','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45789,'2017-10-27 23:38:52','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45790,'2017-10-27 23:38:53','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45791,'2017-10-27 23:38:54','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45792,'2017-10-27 23:38:56','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45793,'2017-10-27 23:38:57','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45794,'2017-10-27 23:38:59','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45795,'2017-10-28 00:02:03','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1800236907),(45796,'2017-10-28 00:02:04','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1800236907),(45797,'2017-10-28 00:02:06','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1800236907),(45798,'2017-10-28 00:02:07','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1800236907),(45799,'2017-10-28 00:02:10','/apple-touch-icon-precomposed.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1800236907),(45800,'2017-10-28 00:02:11','/apple-touch-icon.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1800236907),(45801,'2017-10-28 00:35:49','/apple-touch-icon-120x120-precomposed.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.7.0',NULL,1800231283),(45802,'2017-10-28 00:35:50','/apple-touch-icon-120x120.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.7.0',NULL,1800231283),(45803,'2017-10-28 00:35:51','/apple-touch-icon-precomposed.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1800231283),(45804,'2017-10-28 00:35:52','/apple-touch-icon.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.7.0',NULL,1800231283),(45805,'2017-10-28 00:35:53','/apple-touch-icon.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1800231283),(45907,'2017-10-29 14:24:03','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45908,'2017-10-29 14:24:05','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45909,'2017-10-29 14:24:06','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45910,'2017-10-29 14:24:07','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45911,'2017-10-29 14:24:09','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(46513,'2017-11-03 13:17:06','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46514,'2017-11-03 13:17:07','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46515,'2017-11-03 13:17:09','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46516,'2017-11-03 13:17:11','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46517,'2017-11-03 13:20:50','/apple-touch-icon-152x152-precomposed.png','MobileSafari/604.1 CFNetwork/889.9 Darwin/17.2.0',NULL,416894683),(46518,'2017-11-03 13:20:51','/apple-touch-icon-152x152.png','MobileSafari/604.1 CFNetwork/889.9 Darwin/17.2.0',NULL,416894683),(46519,'2017-11-03 13:20:53','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/889.9 Darwin/17.2.0',NULL,416894683),(46520,'2017-11-03 13:20:55','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/889.9 Darwin/17.2.0',NULL,416894683),(46521,'2017-11-03 13:56:21','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46522,'2017-11-03 13:56:23','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46523,'2017-11-03 13:56:25','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46524,'2017-11-03 13:56:27','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46525,'2017-11-03 13:56:29','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46526,'2017-11-03 13:56:30','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46527,'2017-11-03 13:56:32','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46528,'2017-11-03 13:56:34','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46529,'2017-11-03 14:02:18','/apple-touch-icon-precomposed.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46530,'2017-11-03 14:02:19','/apple-touch-icon.png','Safari/12604.3.5.1.1 CFNetwork/811.7.2 Darwin/16.7.0 (x86_64)',NULL,791475858),(46238,'2017-11-01 16:34:40','/apple-touch-icon-76x76-precomposed.png','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,1227667023),(46239,'2017-11-01 16:34:45','/apple-touch-icon-76x76.png','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,1227667023),(46240,'2017-11-01 16:34:53','/apple-touch-icon.png','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,1227667023),(46241,'2017-11-01 16:34:56','/apple-touch-icon.png','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,1227667023),(46242,'2017-11-01 17:29:53','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,1045157193),(46243,'2017-11-01 17:43:05','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46244,'2017-11-01 17:43:13','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46245,'2017-11-01 17:49:26','/wp-content/plugins/woocommerce-product-addon/readme.txt','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',633046021),(46021,'2017-10-30 15:46:00','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46020,'2017-10-30 15:45:52','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,791475858),(46019,'2017-10-30 13:14:42','/apple-touch-icon.png','Safari/11601.6.17 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)',NULL,1288926373),(46017,'2017-10-30 13:14:36','/apple-touch-icon.png','Safari/11601.6.17 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)',NULL,1288926373),(46018,'2017-10-30 13:14:40','/apple-touch-icon-precomposed.png','Safari/11601.6.17 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)',NULL,1288926373),(46016,'2017-10-30 13:14:31','/apple-touch-icon-precomposed.png','Safari/11601.6.17 CFNetwork/760.5.1 Darwin/15.5.0 (x86_64)',NULL,1288926373),(46014,'2017-10-30 12:30:50','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46015,'2017-10-30 12:30:51','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46013,'2017-10-30 12:30:49','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46011,'2017-10-30 12:30:46','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46012,'2017-10-30 12:30:47','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46010,'2017-10-30 12:30:45','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46009,'2017-10-30 12:30:44','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46005,'2017-10-30 11:34:44','/?author=7',NULL,NULL,737874136),(46006,'2017-10-30 11:34:45','/?author=8',NULL,NULL,737874136),(46007,'2017-10-30 11:34:46','/?author=9',NULL,NULL,737874136),(46008,'2017-10-30 12:30:43','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46003,'2017-10-30 11:34:39','/?author=3',NULL,NULL,737874136),(46004,'2017-10-30 11:34:42','/?author=6',NULL,NULL,737874136),(46002,'2017-10-30 07:39:36','/wp-content/plugins/js-min.php','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.93 Safari/537.36',NULL,782305540),(46000,'2017-10-30 05:52:36','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(46001,'2017-10-30 05:52:37','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45999,'2017-10-30 05:52:35','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45997,'2017-10-30 05:52:33','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45998,'2017-10-30 05:52:34','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45996,'2017-10-30 05:52:32','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45994,'2017-10-30 05:52:28','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45995,'2017-10-30 05:52:30','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45993,'2017-10-30 03:49:19','/wp-content/themes/twentysixteen/404.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(45941,'2017-10-29 16:40:19','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45942,'2017-10-29 16:40:20','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45943,'2017-10-29 17:16:16','/libraries/cms.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0),(45944,'2017-10-29 18:01:54','/apple-touch-icon-precomposed.png','Safari/13604.1.38.1.6 CFNetwork/887 Darwin/17.0.0 (x86_64)',NULL,416897374),(45945,'2017-10-29 18:01:55','/apple-touch-icon.png','Safari/13604.1.38.1.6 CFNetwork/887 Darwin/17.0.0 (x86_64)',NULL,416897374),(45946,'2017-10-29 18:02:00','/apple-touch-icon-precomposed.png','Safari/13604.1.38.1.6 CFNetwork/887 Darwin/17.0.0 (x86_64)',NULL,416897374),(45947,'2017-10-29 18:02:02','/apple-touch-icon.png','Safari/13604.1.38.1.6 CFNetwork/887 Darwin/17.0.0 (x86_64)',NULL,416897374),(45948,'2017-10-29 18:34:21','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45949,'2017-10-29 18:34:22','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45950,'2017-10-29 18:34:24','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45951,'2017-10-29 18:34:26','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45952,'2017-10-29 18:34:27','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45953,'2017-10-29 18:34:28','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45954,'2017-10-29 18:34:30','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45961,'2017-10-29 20:44:57','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45962,'2017-10-29 20:44:58','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45963,'2017-10-29 20:45:00','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45964,'2017-10-29 20:45:02','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45965,'2017-10-29 20:45:04','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45966,'2017-10-29 20:45:07','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45967,'2017-10-29 20:45:09','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45968,'2017-10-29 22:01:53','/FallaGassrini/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko',NULL,0),(45969,'2017-10-29 22:55:50','/wp-content/plugins/simple-ads-manager/js/slider/tmpl.js','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32',NULL,1255208772),(45970,'2017-10-29 22:55:52','/wp-content/plugins/wp-mobile-detector/resize.php?src=http://www.relationshiptips.club/cache/db.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32',NULL,1255208772),(45971,'2017-10-29 22:56:23','/wp-content/plugins/formcraft/file-upload/server/php/upload.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32',NULL,1255208772),(45972,'2017-10-29 22:56:29','/wp-content/plugins/revslider/temp/update_extract/revslider/db.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32',NULL,1255208772),(45973,'2017-10-29 22:57:13','/wp-content/plugins/wp-symposium/server/php/AXwiUkFxxtfggj.php','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 OPR/36.0.2130.32',NULL,1255208772),(45974,'2017-10-29 22:57:18','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45975,'2017-10-29 22:57:19','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45976,'2017-10-29 22:57:21','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45977,'2017-10-29 22:57:22','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45978,'2017-10-29 23:21:35','/apple-touch-icon-precomposed.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1201070122),(45979,'2017-10-29 23:21:36','/apple-touch-icon.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1201070122),(45980,'2017-10-30 00:17:09','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45981,'2017-10-30 00:17:11','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45982,'2017-10-30 00:17:12','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45983,'2017-10-30 00:17:14','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45959,'2017-10-29 20:30:46','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1260486636),(45960,'2017-10-29 20:44:54','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45958,'2017-10-29 20:30:44','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1260486636),(45957,'2017-10-29 20:30:43','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1260486636),(45955,'2017-10-29 18:34:31','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45956,'2017-10-29 20:30:41','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1260486636),(46380,'2017-11-02 16:43:54','/apple-touch-icon-120x120-precomposed.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.7.0',NULL,0),(46379,'2017-11-02 16:04:54','/?wp-comments-post','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(46378,'2017-11-02 16:04:42','/?author=3','Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) GSA/5.3.48993 Mobile/13D15 Safari/600.1.4',NULL,0),(45991,'2017-10-30 01:09:07','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,409717223),(45984,'2017-10-30 00:17:16','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45985,'2017-10-30 00:17:18','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45986,'2017-10-30 00:17:19','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45987,'2017-10-30 00:17:21','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,1816474431),(45988,'2017-10-30 00:53:46','/FallaGassrini/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko',NULL,0),(45989,'2017-10-30 01:09:05','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,409717223),(45990,'2017-10-30 01:09:06','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,409717223),(45992,'2017-10-30 01:09:08','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,409717223),(45918,'2017-10-29 15:46:26','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45919,'2017-10-29 15:46:33','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45920,'2017-10-29 15:46:37','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45921,'2017-10-29 15:46:40','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45922,'2017-10-29 15:46:57','/apple-touch-icon-120x120-precomposed.png','MobileSafari/602.1 CFNetwork/811.5.4 Darwin/16.7.0',NULL,1633394686),(45923,'2017-10-29 15:47:22','/apple-touch-icon-precomposed.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1633394686),(45737,'2017-10-27 16:29:57','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45924,'2017-10-29 15:47:24','/apple-touch-icon.png','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0',NULL,1633394686),(45925,'2017-10-29 15:58:56','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1757106808),(45926,'2017-10-29 15:58:58','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1757106808),(45927,'2017-10-29 15:58:59','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1757106808),(45928,'2017-10-29 15:59:01','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1757106808),(45832,'2017-10-28 03:52:14','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,1240572041),(45912,'2017-10-29 14:24:10','/apple-touch-icon-precomposed.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45917,'2017-10-29 15:46:23','/apple-touch-icon.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45916,'2017-10-29 15:46:20','/apple-touch-icon-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45915,'2017-10-29 15:46:18','/apple-touch-icon-120x120.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45914,'2017-10-29 15:46:11','/apple-touch-icon-120x120-precomposed.png','MobileSafari/604.1 CFNetwork/887 Darwin/17.0.0',NULL,791159017),(45913,'2017-10-29 14:24:11','/apple-touch-icon.png','Safari/12604.1.38.1.7 CFNetwork/811.5.4 Darwin/16.7.0 (x86_64)',NULL,414382132),(45844,'2017-10-28 11:27:08','/wp-includes/images/hon2our.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1367677420),(45843,'2017-10-28 11:27:06','/admin_index.php','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1367677420),(45842,'2017-10-28 09:41:47','/wp-content/plugins/woocommerce-catalog-enquiry/readme.txt','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','vssstl.com',1578630781),(45841,'2017-10-28 08:33:02','/maps.php','Mozilla/5.0 (Windows NT 6.1; rv:34.0) Gecko/20100101 Firefox/34.0',NULL,0); /*!40000 ALTER TABLE `wp_redirection_404` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_redirection_groups` -- DROP TABLE IF EXISTS `wp_redirection_groups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_redirection_groups` ( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, `tracking` int(11) NOT NULL default '1', `module_id` int(11) unsigned NOT NULL default '0', `status` enum('enabled','disabled') NOT NULL default 'enabled', `position` int(11) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `module_id` (`module_id`), KEY `status` (`status`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_redirection_groups` -- LOCK TABLES `wp_redirection_groups` WRITE; /*!40000 ALTER TABLE `wp_redirection_groups` DISABLE KEYS */; INSERT INTO `wp_redirection_groups` VALUES (1,'Redirections',1,1,'enabled',0),(2,'Modified Posts',1,1,'enabled',1); /*!40000 ALTER TABLE `wp_redirection_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_redirection_items` -- DROP TABLE IF EXISTS `wp_redirection_items`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_redirection_items` ( `id` int(11) unsigned NOT NULL auto_increment, `url` mediumtext NOT NULL, `regex` int(11) unsigned NOT NULL default '0', `position` int(11) unsigned NOT NULL default '0', `last_count` int(10) unsigned NOT NULL default '0', `last_access` datetime NOT NULL, `group_id` int(11) NOT NULL default '0', `status` enum('enabled','disabled') NOT NULL default 'enabled', `action_type` varchar(20) NOT NULL, `action_code` int(11) unsigned NOT NULL, `action_data` mediumtext, `match_type` varchar(20) NOT NULL, `title` varchar(50) default NULL, PRIMARY KEY (`id`), KEY `url` (`url`(200)), KEY `status` (`status`), KEY `regex` (`regex`), KEY `group_idpos` (`group_id`,`position`), KEY `group` (`group_id`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_redirection_items` -- LOCK TABLES `wp_redirection_items` WRITE; /*!40000 ALTER TABLE `wp_redirection_items` DISABLE KEYS */; INSERT INTO `wp_redirection_items` VALUES (1,'/ourteam.html',0,0,1245,'2017-11-03 05:21:20',1,'enabled','url',301,'http://www.vssstl.com/our-doctors/','url',NULL),(2,'/aboutus.html',0,1,710,'2017-11-02 03:11:03',1,'enabled','url',301,'http://www.vssstl.com/about-us/','url',NULL),(3,'/services.html',0,2,1189,'2017-11-02 23:03:00',1,'enabled','url',301,'http://www.vssstl.com/specialty-services/','url',NULL),(4,'/emergency.html',0,3,1295,'2017-11-03 01:15:02',1,'enabled','url',301,'http://www.vssstl.com/emergency-center/','url',NULL),(5,'/location.html',0,4,679,'2017-11-03 09:20:45',1,'enabled','url',301,'http://www.vssstl.com/location/','url',NULL),(6,'/forms.html',0,5,616,'2017-10-28 19:24:29',1,'enabled','url',301,'http://www.vssstl.com/client-info-forms/','url',NULL),(7,'/index.html',0,6,1384,'2017-11-02 22:52:38',1,'enabled','url',301,'http://www.vssstl.com/','url',NULL),(8,'/employment.html',0,7,416,'2017-10-13 21:08:25',1,'enabled','url',301,'http://www.vssstl.com/careers/','url',NULL),(9,'/contacts.html',0,8,1269,'2017-11-03 05:12:23',1,'enabled','url',301,'http://www.vssstl.com/contact-us/','url',NULL),(10,'/payment.html',0,9,428,'2017-10-30 09:30:09',1,'enabled','url',301,'http://www.vssstl.com/','url',NULL); /*!40000 ALTER TABLE `wp_redirection_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_redirection_logs` -- DROP TABLE IF EXISTS `wp_redirection_logs`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_redirection_logs` ( `id` int(11) unsigned NOT NULL auto_increment, `created` datetime NOT NULL, `url` mediumtext NOT NULL, `sent_to` mediumtext, `agent` mediumtext NOT NULL, `referrer` mediumtext, `redirection_id` int(11) unsigned default NULL, `ip` varchar(17) NOT NULL default '', `module_id` int(11) unsigned NOT NULL, `group_id` int(11) unsigned default NULL, PRIMARY KEY (`id`), KEY `created` (`created`), KEY `redirection_id` (`redirection_id`), KEY `ip` (`ip`), KEY `group_id` (`group_id`), KEY `module_id` (`module_id`) ) ENGINE=MyISAM AUTO_INCREMENT=9204 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_redirection_logs` -- LOCK TABLES `wp_redirection_logs` WRITE; /*!40000 ALTER TABLE `wp_redirection_logs` DISABLE KEYS */; INSERT INTO `wp_redirection_logs` VALUES (9138,'2017-10-28 03:39:30','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,7,'157.55.39.178',0,1),(9139,'2017-10-28 03:39:34','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,9,'207.46.13.177',0,1),(9152,'2017-10-29 07:39:20','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,9,'207.46.13.177',0,1),(9153,'2017-10-29 07:39:27','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,7,'157.55.39.178',0,1),(9154,'2017-10-29 07:39:27','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,4,'157.55.39.178',0,1),(9160,'2017-10-30 09:32:50','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,4,'180.76.15.134',0,1),(9159,'2017-10-30 04:50:45','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; SeznamBot/3.2; +http://napoveda.seznam.cz/en/seznambot-intro/)',NULL,4,'77.75.78.160',0,1),(9158,'2017-10-30 02:29:49','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,7,'180.76.15.160',0,1),(9157,'2017-10-29 21:18:24','/ourteam.html','http://www.vssstl.com/our-doctors/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,1,'180.76.15.30',0,1),(9156,'2017-10-29 18:01:58','/index.html','http://www.vssstl.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3 like Mac OS X) AppleWebKit/603.1.30 (KHTML, like Gecko) Version/10.3 Mobile/14E277 Safari/603.1.30',NULL,7,'24.217.89.94',0,1),(9155,'2017-10-29 18:01:51','/index.html','http://www.vssstl.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13) AppleWebKit/604.1.38 (KHTML, like Gecko)',NULL,7,'24.217.89.94',0,1),(9179,'2017-11-01 06:11:40','/location.html','http://www.vssstl.com/location/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,5,'157.55.39.178',0,1),(9180,'2017-11-01 06:54:18','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,7,'144.76.199.14',0,1),(9181,'2017-11-01 06:54:27','/services.html','http://www.vssstl.com/specialty-services/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,3,'144.76.199.14',0,1),(9182,'2017-11-01 06:56:50','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)',NULL,9,'144.76.199.14',0,1),(9195,'2017-11-02 07:11:03','/aboutus.html','http://www.vssstl.com/about-us/','Sogou web spider/4.0(+http://www.sogou.com/docs/help/webmasters.htm#07)',NULL,2,'123.126.113.132',0,1),(9183,'2017-11-01 16:33:51','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,9,'73.44.182.79',0,1),(9184,'2017-11-01 16:34:05','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,9,'73.44.182.79',0,1),(9185,'2017-11-01 16:34:16','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,9,'73.44.182.79',0,1),(9186,'2017-11-01 16:34:19','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,9,'73.44.182.79',0,1),(9187,'2017-11-01 16:34:20','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,9,'73.44.182.79',0,1),(9188,'2017-11-01 16:34:30','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,9,'73.44.182.79',0,1),(9189,'2017-11-01 16:35:24','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1',NULL,9,'73.44.182.79',0,1),(9190,'2017-11-01 18:59:39','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36',NULL,9,'54.210.76.21',0,1),(9191,'2017-11-01 20:42:02','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (X11; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1859.56 Safari/537.36',NULL,9,'104.227.89.127',0,1),(9192,'2017-11-01 23:00:22','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,9,'207.46.13.177',0,1),(9193,'2017-11-01 23:32:05','/services.html','http://www.vssstl.com/specialty-services/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,3,'66.249.64.198',0,1),(9194,'2017-11-02 00:14:16','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','https://rockroadvets.com',7,'67.225.140.109',0,1),(9198,'2017-11-03 02:52:38','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',NULL,7,'68.180.230.43',0,1),(9197,'2017-11-02 22:50:46','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0_3 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A432 Safari/604.1','http://homesteadvet.net/companion-animals/emergency/',4,'174.237.3.194',0,1),(9161,'2017-10-30 11:39:56','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,4,'157.55.39.178',0,1),(9162,'2017-10-30 11:39:58','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,7,'157.55.39.178',0,1),(9163,'2017-10-30 11:40:00','/location.html','http://www.vssstl.com/location/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,5,'157.55.39.178',0,1),(9170,'2017-10-31 03:53:33','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://homesteadvet.net',4,'65.99.237.208',0,1),(9171,'2017-10-31 10:36:36','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; SemrushBot/1.2~bl; +http://www.semrush.com/bot.html)',NULL,4,'46.229.168.65',0,1),(9172,'2017-10-31 13:30:54','/location.html','http://www.vssstl.com/location/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,5,'157.55.39.178',0,1),(9173,'2017-10-31 14:46:53','/services.html','http://www.vssstl.com/specialty-services/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,3,'66.249.64.200',0,1),(9196,'2017-11-02 10:46:54','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)',NULL,9,'164.132.161.4',0,1),(9199,'2017-11-03 03:03:00','/services.html','http://www.vssstl.com/specialty-services/','Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)',NULL,3,'68.180.230.43',0,1),(9200,'2017-11-03 05:15:02','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://homesteadvet.net',4,'65.99.237.208',0,1),(9201,'2017-11-03 09:12:24','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,9,'207.46.13.177',0,1),(9202,'2017-11-03 09:21:20','/ourteam.html','http://www.vssstl.com/our-doctors/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1,'66.249.64.200',0,1),(9203,'2017-11-03 13:20:46','/location.html','http://www.vssstl.com/location/','Mozilla/5.0 (iPad; CPU OS 11_1 like Mac OS X) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0 Mobile/15B101 Safari/604.1',NULL,5,'24.217.78.219',0,1),(9177,'2017-11-01 06:11:37','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,4,'157.55.39.178',0,1),(9175,'2017-10-31 21:56:52','/ourteam.html','http://www.vssstl.com/our-doctors/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,1,'66.249.64.196',0,1),(9176,'2017-11-01 00:43:43','/index.html','http://www.vssstl.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36',NULL,7,'206.192.195.118',0,1),(9174,'2017-10-31 16:58:19','/index.html','http://www.vssstl.com/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36',NULL,7,'64.132.67.110',0,1),(9164,'2017-10-30 13:06:29','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,7,'66.249.64.200',0,1),(9165,'2017-10-30 13:30:09','/payment.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,10,'207.46.13.29',0,1),(9166,'2017-10-30 14:35:59','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,4,'157.55.39.178',0,1),(9167,'2017-10-30 16:11:33','/services.html','http://www.vssstl.com/specialty-services/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,3,'180.76.15.136',0,1),(9140,'2017-10-28 09:01:18','/ourteam.html','http://www.vssstl.com/our-doctors/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,1,'180.76.15.135',0,1),(9141,'2017-10-28 09:34:38','/services.html','http://www.vssstl.com/specialty-services/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,3,'180.76.15.5',0,1),(9150,'2017-10-29 06:29:56','/services.html','http://www.vssstl.com/specialty-services/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,3,'180.76.15.141',0,1),(9149,'2017-10-29 05:56:36','/ourteam.html','http://www.vssstl.com/our-doctors/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,1,'180.76.15.152',0,1),(9143,'2017-10-28 20:27:58','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:42.0) Gecko/20100101 Firefox/42.0',NULL,9,'104.227.64.108',0,1),(9144,'2017-10-28 23:24:29','/forms.html','http://www.vssstl.com/client-info-forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,6,'180.76.15.163',0,1),(9145,'2017-10-28 23:43:17','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,7,'157.55.39.178',0,1),(9146,'2017-10-29 00:52:30','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3',NULL,9,'34.214.27.209',0,1),(9147,'2017-10-29 00:52:31','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3',NULL,9,'34.214.27.209',0,1),(9148,'2017-10-29 03:44:48','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','https://rockroadvets.com',7,'67.225.140.109',0,1),(9169,'2017-10-31 03:47:41','/aboutus.html','http://www.vssstl.com/about-us/','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)',NULL,2,'66.249.64.198',0,1),(9168,'2017-10-30 20:54:40','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,9,'180.76.15.162',0,1),(9178,'2017-11-01 06:11:39','/index.html','http://www.vssstl.com/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,7,'157.55.39.178',0,1),(9142,'2017-10-28 10:07:58','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,4,'180.76.15.149',0,1),(9151,'2017-10-29 07:03:17','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,4,'180.76.15.5',0,1),(9132,'2017-10-27 16:44:57','/ourteam.html','http://www.vssstl.com/our-doctors/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,1,'180.76.15.26',0,1),(9137,'2017-10-28 03:39:27','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)',NULL,4,'157.55.39.178',0,1),(9136,'2017-10-28 03:13:14','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3',NULL,9,'34.214.27.209',0,1),(9135,'2017-10-28 03:13:14','/contacts.html','http://www.vssstl.com/contact-us/','Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3',NULL,9,'34.214.27.209',0,1),(9134,'2017-10-28 03:06:38','/emergency.html','http://www.vssstl.com/emergency-center/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','http://homesteadvet.net',4,'65.99.237.208',0,1),(9133,'2017-10-28 01:44:53','/forms.html','http://www.vssstl.com/client-info-forms/','Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)',NULL,6,'180.76.15.16',0,1); /*!40000 ALTER TABLE `wp_redirection_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=109 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','vssAdmin2015'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw,cntctfrm_install_multi_tooltip'),(13,1,'show_welcome_panel','1'),(77,4,'wp_user-settings-time','1478278132'),(81,1,'session_tokens','a:1:{s:64:\"43cd811ca35bc1ba3d1a996bbe967ea5af28d7086e560dcec74f6ec3de79dfac\";a:4:{s:10:\"expiration\";i:1478710316;s:2:\"ip\";s:13:\"24.107.125.64\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36\";s:5:\"login\";i:1478537516;}}'),(78,4,'nav_menu_recently_edited','2'),(79,4,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(15,1,'wp_dashboard_quick_press_last_post_id','889'),(16,1,'wp_user-settings','editor=html&libraryContent=browse&urlbutton=none&imgsize=full'),(17,1,'wp_user-settings-time','1473124839'),(18,1,'nav_menu_recently_edited','6'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(21,1,'closedpostboxes_toplevel_page_wpcf7','a:0:{}'),(22,1,'metaboxhidden_toplevel_page_wpcf7','a:0:{}'),(23,1,'meta-box-order_toplevel_page_wpcf7','a:5:{s:4:\"form\";s:7:\"formdiv\";s:4:\"mail\";s:7:\"maildiv\";s:6:\"mail_2\";s:8:\"mail2div\";s:8:\"messages\";s:11:\"messagesdiv\";s:19:\"additional_settings\";s:21:\"additionalsettingsdiv\";}'),(49,1,'wp_media_library_mode','grid'),(73,4,'dismissed_wp_pointers','bws_shortcode_button_tooltip'),(72,4,'wp_user_level','10'),(71,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(24,2,'nickname','mjgVSS'),(25,2,'first_name','Mary Jean'),(26,2,'last_name','Gorse'),(27,2,'description',''),(28,2,'rich_editing','true'),(29,2,'comment_shortcuts','false'),(30,2,'admin_color','fresh'),(31,2,'use_ssl','0'),(32,2,'show_admin_bar_front','true'),(33,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(34,2,'wp_user_level','10'),(35,2,'dismissed_wp_pointers','wp360_locks,wp390_widgets,wp410_dfw'),(70,4,'show_admin_bar_front','true'),(37,2,'wp_dashboard_quick_press_last_post_id','715'),(38,2,'wp_user-settings','editor=tinymce&wplink=1'),(39,2,'wp_user-settings-time','1446497211'),(68,4,'admin_color','fresh'),(69,4,'use_ssl','0'),(65,4,'description',''),(66,4,'rich_editing','true'),(67,4,'comment_shortcuts','false'),(64,4,'last_name',''),(63,4,'first_name','Tracy'),(62,4,'nickname','tracyVSS'),(76,4,'wp_user-settings','editor=tinymce&libraryContent=browse'),(82,4,'session_tokens','a:1:{s:64:\"21acb96275284223afc561c3098313e4d3e3eb931f9c2256b72eda8db9c2e5bc\";a:4:{s:10:\"expiration\";i:1486313731;s:2:\"ip\";s:13:\"24.240.199.46\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8\";s:5:\"login\";i:1486140931;}}'),(75,4,'wp_dashboard_quick_press_last_post_id','892'),(80,4,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(83,5,'nickname','nschwartz'),(84,5,'first_name','Nancy'),(85,5,'last_name','Schwartz'),(86,5,'description',''),(87,5,'rich_editing','true'),(88,5,'comment_shortcuts','false'),(89,5,'admin_color','fresh'),(90,5,'use_ssl','0'),(91,5,'show_admin_bar_front','true'),(92,5,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(93,5,'wp_user_level','10'),(94,5,'dismissed_wp_pointers','bws_shortcode_button_tooltip,cntctfrm_install_multi_tooltip'),(95,5,'default_password_nag',''),(96,5,'session_tokens','a:4:{s:64:\"1244c09dc1e150519587752d5efd6bd4997715a29e6bdd5d077c11043c20eba4\";a:4:{s:10:\"expiration\";i:1509888821;s:2:\"ip\";s:13:\"24.217.70.168\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509716021;}s:64:\"3d41c81ff639335ebe67449189b85838310ae96f7578cd94ff3bddb9a3329bda\";a:4:{s:10:\"expiration\";i:1509898967;s:2:\"ip\";s:13:\"24.217.70.168\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509726167;}s:64:\"b75fc60f49e8eec028940d974cdf8db91caa691392580a1645b4559eddd04dd2\";a:4:{s:10:\"expiration\";i:1509900186;s:2:\"ip\";s:13:\"24.217.70.168\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509727386;}s:64:\"08e7c5fd1f6335970de14a72e01f0c3d807cd5f20bae5dd43346380056034abf\";a:4:{s:10:\"expiration\";i:1509900784;s:2:\"ip\";s:13:\"24.217.70.168\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509727984;}}'),(97,5,'wp_dashboard_quick_press_last_post_id','3'),(98,4,'closedpostboxes_dashboard','a:0:{}'),(99,4,'metaboxhidden_dashboard','a:0:{}'),(100,5,'wp_user-settings','libraryContent=upload&editor=html'),(101,5,'wp_user-settings-time','1501614119'),(102,5,'meta-box-order_page','a:3:{s:4:\"side\";s:45:\"submitdiv,pageparentdiv,sitetree,postimagediv\";s:6:\"normal\";s:54:\"mappress,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(103,5,'screen_layout_page','2'),(104,5,'nav_menu_recently_edited','3'),(105,5,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(106,5,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(107,5,'session_tokens','a:4:{s:64:\"1244c09dc1e150519587752d5efd6bd4997715a29e6bdd5d077c11043c20eba4\";a:4:{s:10:\"expiration\";i:1509888821;s:2:\"ip\";s:13:\"24.217.70.168\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509716021;}s:64:\"3d41c81ff639335ebe67449189b85838310ae96f7578cd94ff3bddb9a3329bda\";a:4:{s:10:\"expiration\";i:1509898967;s:2:\"ip\";s:13:\"24.217.70.168\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509726167;}s:64:\"b75fc60f49e8eec028940d974cdf8db91caa691392580a1645b4559eddd04dd2\";a:4:{s:10:\"expiration\";i:1509900186;s:2:\"ip\";s:13:\"24.217.70.168\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509727386;}s:64:\"08e7c5fd1f6335970de14a72e01f0c3d807cd5f20bae5dd43346380056034abf\";a:4:{s:10:\"expiration\";i:1509900784;s:2:\"ip\";s:13:\"24.217.70.168\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1509727984;}}'),(108,5,'community-events-location','a:1:{s:2:\"ip\";s:11:\"24.217.70.0\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(255) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'vssAdmin2015','1cf57cf383229536fe0c6579066c0cda','vssAdmin2015','joshuahunt82@gmail.com','','2015-04-28 18:45:41','',0,'vssAdmin2015'),(2,'mjgVSS','5cfe3c492b4015b2bd9756bef81bf92e','mjgvss','vssmjg@aol.com','','2015-06-05 17:05:34','',0,'Mary Jean Gorse'),(4,'tracyVSS','154bf615ea2fd56725e4c9a3c3a25a81','tracyvss','stlgib@yahoo.com','','2016-03-11 15:26:43','',0,'Tracy'),(5,'nschwartz','$P$BOWWWTLvXEcCvo916iYncCw2C.byJL1','nschwartz','nschwartz@vssstl.com','','2016-09-14 04:02:33','',0,'Nancy Schwartz'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_038cc86_0' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2017-11-03 17:01:30