-- MySQL dump 10.13 Distrib 5.6.33, for Linux (x86_64) -- -- Host: sunw41528163002.db.41528163.849.hostedresource.net Database: sunw41528163002 -- ------------------------------------------------------ -- Server version 5.6.32-78.0-log /*!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_00sx6b6rzt_commentmeta` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_commentmeta` -- LOCK TABLES `wp_00sx6b6rzt_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_00sx6b6rzt_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_comments` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci 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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_comments` -- LOCK TABLES `wp_00sx6b6rzt_comments` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_comments` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2017-12-28 22:43:21','2017-12-28 22:43:21','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_00sx6b6rzt_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_links` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_links` -- LOCK TABLES `wp_00sx6b6rzt_links` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_00sx6b6rzt_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_options` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=122 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_options` -- LOCK TABLES `wp_00sx6b6rzt_options` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_options` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_options` VALUES (1,'siteurl','http://sunwaterfood.com','yes'),(2,'home','http://sunwaterfood.com','yes'),(3,'blogname','A WordPress Site','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','tony.horwath@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%postname%/','yes'),(29,'rewrite_rules','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:2:{i:0;s:32:\"search-engine-visibility/sev.php\";i:1;s:45:\"wp101-video-tutorial/wp101-video-tutorial.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentyseventeen','yes'),(41,'stylesheet','twentyseventeen','yes'),(42,'comment_whitelist','1','yes'),(43,'blacklist_keys','','no'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','38590','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','wp-content/uploads','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','posts','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:0:{}','yes'),(80,'widget_rss','a:0:{}','yes'),(81,'uninstall_plugins','a:0:{}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','0','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','0','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'initial_db_version','38590','yes'),(92,'wp_00sx6b6rzt_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'fresh_site','1','yes'),(94,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(100,'gd_system_last_cache_flush','1514501018','no'),(101,'gd_system_version','3.7.4','yes'),(102,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'cron','a:2:{i:1514501014;a:2:{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;}}}s:7:\"version\";i:2;}','yes'),(112,'gem-settings','a:2:{s:7:\"api-key\";s:32:\"1c7cf175645bd365327a71fbefa148e6\";s:8:\"username\";s:40:\"mwp:7fa85e35-ec1b-11e7-811a-3417ebe73f0e\";}','yes'),(113,'_transient_doing_cron','1514501685.8070209026336669921875','yes'),(114,'gem-valid-creds','1','yes'),(115,'_site_transient_timeout_gd_system_blacklist','1514504618','no'),(116,'_site_transient_gd_system_blacklist','a:84:{i:0;a:8:{s:2:\"id\";i:1;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:56:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/1\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:7:\"adminer\";s:13:\"threatLevelId\";i:1;}i:1;a:8:{s:2:\"id\";i:4;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:56:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/4\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:3:\"3.2\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:15:\"backupwordpress\";s:13:\"threatLevelId\";i:1;}i:2;a:8:{s:2:\"id\";i:5;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:56:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/5\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:3:\"3.1\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:8:\"backwpup\";s:13:\"threatLevelId\";i:1;}i:3;a:8:{s:2:\"id\";i:6;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:56:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/6\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:19:\"broken-link-checker\";s:13:\"threatLevelId\";i:1;}i:4;a:8:{s:2:\"id\";i:7;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:56:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/7\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:24:\"contextual-related-posts\";s:13:\"threatLevelId\";i:1;}i:5;a:8:{s:2:\"id\";i:9;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:56:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/9\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:21:\"ezpz-one-click-backup\";s:13:\"threatLevelId\";i:1;}i:6;a:8:{s:2:\"id\";i:11;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/11\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:17:\"fuzzy-seo-booster\";s:13:\"threatLevelId\";i:1;}i:7;a:8:{s:2:\"id\";i:12;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/12\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:3:\"3.9\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:24:\"google-sitemap-generator\";s:13:\"threatLevelId\";i:1;}i:8;a:8:{s:2:\"id\";i:13;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/13\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:42:\"google-xml-sitemaps-with-multisite-support\";s:13:\"threatLevelId\";i:1;}i:9;a:8:{s:2:\"id\";i:17;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/17\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:11:\"jr-referrer\";s:13:\"threatLevelId\";i:1;}i:10;a:8:{s:2:\"id\";i:22;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/22\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:19:\"portable-phpmyadmin\";s:13:\"threatLevelId\";i:1;}i:11;a:8:{s:2:\"id\";i:23;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/23\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:11:\"quick-cache\";s:13:\"threatLevelId\";i:1;}i:12;a:8:{s:2:\"id\";i:24;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/24\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:8:\"seo-alrp\";s:13:\"threatLevelId\";i:1;}i:13;a:8:{s:2:\"id\";i:25;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/25\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:13:\"similar-posts\";s:13:\"threatLevelId\";i:1;}i:14;a:8:{s:2:\"id\";i:28;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/28\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:19:\"the-codetree-backup\";s:13:\"threatLevelId\";i:1;}i:15;a:8:{s:2:\"id\";i:29;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/29\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:9:\"toolspack\";s:13:\"threatLevelId\";i:1;}i:16;a:8:{s:2:\"id\";i:31;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/31\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:14:\"w3-total-cache\";s:13:\"threatLevelId\";i:1;}i:17;a:8:{s:2:\"id\";i:32;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/32\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:26:\"wordpress-gzip-compression\";s:13:\"threatLevelId\";i:1;}i:18;a:8:{s:2:\"id\";i:33;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/33\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:8:\"wp-cache\";s:13:\"threatLevelId\";i:1;}i:19;a:8:{s:2:\"id\";i:37;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/37\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:18:\"wp-engine-snapshot\";s:13:\"threatLevelId\";i:1;}i:20;a:8:{s:2:\"id\";i:38;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/38\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:13:\"wp-file-cache\";s:13:\"threatLevelId\";i:1;}i:21;a:8:{s:2:\"id\";i:41;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/41\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:13:\"wp-phpmyadmin\";s:13:\"threatLevelId\";i:1;}i:22;a:8:{s:2:\"id\";i:42;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/42\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:12:\"wp-postviews\";s:13:\"threatLevelId\";i:1;}i:23;a:8:{s:2:\"id\";i:43;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/43\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:11:\"wp-slimstat\";s:13:\"threatLevelId\";i:1;}i:24;a:8:{s:2:\"id\";i:44;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/44\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:14:\"wp-super-cache\";s:13:\"threatLevelId\";i:1;}i:25;a:8:{s:2:\"id\";i:45;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/45\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:14:\"wponlinebackup\";s:13:\"threatLevelId\";i:1;}i:26;a:8:{s:2:\"id\";i:46;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/46\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:33:\"yet-another-featured-posts-plugin\";s:13:\"threatLevelId\";i:1;}i:27;a:8:{s:2:\"id\";i:47;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/47\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:32:\"yet-another-related-posts-plugin\";s:13:\"threatLevelId\";i:1;}i:28;a:8:{s:2:\"id\";i:48;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/48\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:12:\"sgcachepress\";s:13:\"threatLevelId\";i:1;}i:29;a:8:{s:2:\"id\";i:49;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/49\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:9:\"synthesis\";s:13:\"threatLevelId\";i:1;}i:30;a:8:{s:2:\"id\";i:50;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/50\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:15:\"wpengine-common\";s:13:\"threatLevelId\";i:1;}i:31;a:8:{s:2:\"id\";i:51;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/51\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:16:\"6scan-protection\";s:13:\"threatLevelId\";i:1;}i:32;a:8:{s:2:\"id\";i:52;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/52\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:12:\"6scan-backup\";s:13:\"threatLevelId\";i:1;}i:33;a:8:{s:2:\"id\";i:53;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/53\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:9:\"statpress\";s:13:\"threatLevelId\";i:1;}i:34;a:8:{s:2:\"id\";i:54;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/54\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:13:\"wp-fast-cache\";s:13:\"threatLevelId\";i:1;}i:35;a:8:{s:2:\"id\";i:55;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/55\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:16:\"wp-fastest-cache\";s:13:\"threatLevelId\";i:1;}i:36;a:8:{s:2:\"id\";i:56;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/56\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:11:\"wp-cachecom\";s:13:\"threatLevelId\";i:1;}i:37;a:8:{s:2:\"id\";i:57;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/57\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:11:\"referrer-wp\";s:13:\"threatLevelId\";i:1;}i:38;a:8:{s:2:\"id\";i:58;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/58\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:30:\"adsense-click-fraud-monitoring\";s:13:\"threatLevelId\";i:1;}i:39;a:8:{s:2:\"id\";i:59;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/59\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:21:\"wordpress-beta-tester\";s:13:\"threatLevelId\";i:1;}i:40;a:8:{s:2:\"id\";i:60;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/60\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:15:\"wp-copysafe-web\";s:13:\"threatLevelId\";i:1;}i:41;a:8:{s:2:\"id\";i:61;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/61\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:15:\"wp-copysafe-pdf\";s:13:\"threatLevelId\";i:1;}i:42;a:8:{s:2:\"id\";i:62;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/62\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"2.6.7\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:18:\"wysija-newsletters\";s:13:\"threatLevelId\";i:1;}i:43;a:8:{s:2:\"id\";i:63;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/63\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"3.4.2\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:7:\"wptouch\";s:13:\"threatLevelId\";i:1;}i:44;a:8:{s:2:\"id\";i:64;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/64\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:7:\"5.1.0.3\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:20:\"custom-contact-forms\";s:13:\"threatLevelId\";i:1;}i:45;a:8:{s:2:\"id\";i:65;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/65\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:12:\"3.1.99999999\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:23:\"wordpress-popular-posts\";s:13:\"threatLevelId\";i:1;}i:46;a:8:{s:2:\"id\";i:66;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/66\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.3.7\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:10:\"iwp-client\";s:13:\"threatLevelId\";i:1;}i:47;a:8:{s:2:\"id\";i:67;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/67\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.4.5\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:9:\"pagelines\";s:13:\"threatLevelId\";i:1;}i:48;a:8:{s:2:\"id\";i:68;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/68\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.4.3\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:8:\"platform\";s:13:\"threatLevelId\";i:1;}i:49;a:8:{s:2:\"id\";i:69;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/69\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:6:\"3.6.74\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:24:\"wp-ultimate-csv-importer\";s:13:\"threatLevelId\";i:1;}i:50;a:8:{s:2:\"id\";i:70;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/70\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"3.0.3\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:22:\"fancybox-for-wordpress\";s:13:\"threatLevelId\";i:1;}i:51;a:8:{s:2:\"id\";i:71;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/71\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:7:\"1.7.3.3\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:13:\"wordpress-seo\";s:13:\"threatLevelId\";i:1;}i:52;a:8:{s:2:\"id\";i:74;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/74\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:11:\"tdwordcount\";s:13:\"threatLevelId\";i:1;}i:53;a:8:{s:2:\"id\";i:76;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/76\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"2.2.6\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:19:\"all-in-one-seo-pack\";s:13:\"threatLevelId\";i:1;}i:54;a:8:{s:2:\"id\";i:77;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/77\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"3.2.1\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:23:\"all-in-one-wp-migration\";s:13:\"threatLevelId\";i:1;}i:55;a:8:{s:2:\"id\";i:78;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/78\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:3:\"1.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:28:\"aspose-cloud-ebook-generator\";s:13:\"threatLevelId\";i:1;}i:56;a:8:{s:2:\"id\";i:79;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/79\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:3:\"1.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:19:\"aspose-doc-exporter\";s:13:\"threatLevelId\";i:1;}i:57;a:8:{s:2:\"id\";i:80;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/80\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.6.2\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:16:\"easy-coming-soon\";s:13:\"threatLevelId\";i:1;}i:58;a:8:{s:2:\"id\";i:81;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/81\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:6:\"1.2.12\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:31:\"favicon-by-realfavicongenerator\";s:13:\"threatLevelId\";i:1;}i:59;a:8:{s:2:\"id\";i:82;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/82\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:6:\"1.2.14\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:13:\"photo-gallery\";s:13:\"threatLevelId\";i:1;}i:60;a:8:{s:2:\"id\";i:83;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/83\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"5.3.2\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:30:\"google-analytics-for-wordpress\";s:13:\"threatLevelId\";i:1;}i:61;a:8:{s:2:\"id\";i:84;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/84\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:3:\"2.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:19:\"inboundio-marketing\";s:13:\"threatLevelId\";i:1;}i:62;a:8:{s:2:\"id\";i:85;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/85\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.6.2\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:5:\"leads\";s:13:\"threatLevelId\";i:1;}i:63;a:8:{s:2:\"id\";i:86;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/86\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"3.0.1\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:9:\"liveforms\";s:13:\"threatLevelId\";i:1;}i:64;a:8:{s:2:\"id\";i:87;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/87\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.0.4\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:7:\"miwoftp\";s:13:\"threatLevelId\";i:1;}i:65;a:8:{s:2:\"id\";i:88;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/88\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"2.3.1\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:11:\"mp3-jplayer\";s:13:\"threatLevelId\";i:1;}i:66;a:8:{s:2:\"id\";i:89;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/89\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"3.7.1\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:10:\"newsletter\";s:13:\"threatLevelId\";i:1;}i:67;a:8:{s:2:\"id\";i:90;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/90\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"2.0.77.3\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:15:\"nextgen-gallery\";s:13:\"threatLevelId\";i:1;}i:68;a:8:{s:2:\"id\";i:91;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/91\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:3:\"1.5\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:18:\"php-event-calendar\";s:13:\"threatLevelId\";i:1;}i:69;a:8:{s:2:\"id\";i:92;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/92\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:6:\"2.0.14\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:11:\"pluscaptcha\";s:13:\"threatLevelId\";i:1;}i:70;a:8:{s:2:\"id\";i:93;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/93\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:7:\"2.5.1.1\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:4:\"pods\";s:13:\"threatLevelId\";i:1;}i:71;a:8:{s:2:\"id\";i:94;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/94\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.0.1\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:44:\"ptengine-real-time-web-analytics-and-heatmap\";s:13:\"threatLevelId\";i:1;}i:72;a:8:{s:2:\"id\";i:95;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/95\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.1.4\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:15:\"ultimate-member\";s:13:\"threatLevelId\";i:1;}i:73;a:8:{s:2:\"id\";i:96;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/96\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"2.5.3\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:25:\"work-the-flow-file-upload\";s:13:\"threatLevelId\";i:1;}i:74;a:8:{s:2:\"id\";i:97;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/97\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"3.2.5\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:13:\"wp-all-import\";s:13:\"threatLevelId\";i:1;}i:75;a:8:{s:2:\"id\";i:98;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/98\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:5:\"1.6.1\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:29:\"wp-business-intelligence-lite\";s:13:\"threatLevelId\";i:1;}i:76;a:8:{s:2:\"id\";i:99;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:57:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/99\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:6:\"1.8.20\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:12:\"gravityforms\";s:13:\"threatLevelId\";i:1;}i:77;a:8:{s:2:\"id\";i:100;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:58:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/100\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:7:\"updraft\";s:13:\"threatLevelId\";i:1;}i:78;a:8:{s:2:\"id\";i:101;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:58:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/101\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:14:\"wp-power-stats\";s:13:\"threatLevelId\";i:1;}i:79;a:8:{s:2:\"id\";i:102;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:58:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/102\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:6:\"93.3.3\";s:10:\"minVersion\";s:3:\"1.1\";s:4:\"name\";s:16:\"schram-kljsdfjkl\";s:13:\"threatLevelId\";i:1;}i:80;a:8:{s:2:\"id\";i:103;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:58:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/103\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:6:\"2.9.42\";s:10:\"minVersion\";s:6:\"2.9.36\";s:4:\"name\";s:11:\"ninja-forms\";s:13:\"threatLevelId\";i:1;}i:81;a:8:{s:2:\"id\";i:104;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:58:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/104\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:4:\"0.01\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:33:\"woocommerce-smart-coupons-asdfghj\";s:13:\"threatLevelId\";i:1;}i:82;a:8:{s:2:\"id\";i:105;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:58:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/105\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:13:\"sg-cachepress\";s:13:\"threatLevelId\";i:1;}i:83;a:8:{s:2:\"id\";i:106;s:4:\"type\";s:9:\"blacklist\";s:5:\"links\";a:1:{s:4:\"self\";s:58:\"https://api.servicemanager.godaddy.com/v1/blacklistapi/106\";}s:11:\"description\";s:18:\"Remove Immediately\";s:10:\"maxVersion\";s:8:\"999999.0\";s:10:\"minVersion\";s:3:\"0.0\";s:4:\"name\";s:6:\"wpclef\";s:13:\"threatLevelId\";i:1;}}','no'),(117,'gd_sev_json','{}','no'),(118,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1514501580;s:7:\"checked\";a:4:{s:19:\"akismet/akismet.php\";s:5:\"4.0.1\";s:65:\"godaddy-email-marketing-sign-up-forms/godaddy-email-marketing.php\";s:5:\"1.2.0\";s:32:\"search-engine-visibility/sev.php\";s:3:\"0.5\";s:45:\"wp101-video-tutorial/wp101-video-tutorial.php\";s:3:\"0.3\";}s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:65:\"godaddy-email-marketing-sign-up-forms/godaddy-email-marketing.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:51:\"w.org/plugins/godaddy-email-marketing-sign-up-forms\";s:4:\"slug\";s:37:\"godaddy-email-marketing-sign-up-forms\";s:6:\"plugin\";s:65:\"godaddy-email-marketing-sign-up-forms/godaddy-email-marketing.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:3:\"url\";s:68:\"https://wordpress.org/plugins/godaddy-email-marketing-sign-up-forms/\";s:7:\"package\";s:86:\"https://downloads.wordpress.org/plugin/godaddy-email-marketing-sign-up-forms.1.2.0.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:90:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/icon-128x128.png?rev=1593636\";s:2:\"2x\";s:90:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/icon-256x256.png?rev=1593636\";s:3:\"svg\";s:82:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/icon.svg?rev=1395721\";s:7:\"default\";s:82:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/icon.svg?rev=1395721\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:93:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/banner-1544x500.png?rev=1593636\";s:2:\"1x\";s:92:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/banner-772x250.png?rev=1593636\";s:7:\"default\";s:93:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/banner-1544x500.png?rev=1593636\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:97:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/banner-1544x500-rtl.png?rev=1593636\";s:2:\"1x\";s:96:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/banner-772x250-rtl.png?rev=1593636\";s:7:\"default\";s:97:\"https://ps.w.org/godaddy-email-marketing-sign-up-forms/assets/banner-1544x500-rtl.png?rev=1593636\";}}}}','no'),(119,'_site_transient_timeout_theme_roots','1514502996','no'),(120,'_site_transient_theme_roots','a:3:{s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(121,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1514501197;s:7:\"checked\";a:3:{s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'); /*!40000 ALTER TABLE `wp_00sx6b6rzt_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_postmeta` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_postmeta` -- LOCK TABLES `wp_00sx6b6rzt_postmeta` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_postmeta` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_postmeta` VALUES (1,2,'_wp_page_template','default'); /*!40000 ALTER TABLE `wp_00sx6b6rzt_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_posts` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_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 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_posts` -- LOCK TABLES `wp_00sx6b6rzt_posts` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_posts` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_posts` VALUES (1,1,'2017-12-28 22:43:21','2017-12-28 22:43:21','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2017-12-28 22:43:21','2017-12-28 22:43:21','',0,'http://sunwaterfood.com/?p=1',0,'post','',1),(2,1,'2017-12-28 22:43:21','2017-12-28 22:43: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
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.)
\n\n...or something like this:\n\n
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.
\n\nAs a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2017-12-28 22:43:21','2017-12-28 22:43:21','',0,'http://sunwaterfood.com/?page_id=2',0,'page','',0); /*!40000 ALTER TABLE `wp_00sx6b6rzt_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_term_relationships` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_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=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_term_relationships` -- LOCK TABLES `wp_00sx6b6rzt_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_term_relationships` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_00sx6b6rzt_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_term_taxonomy` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci 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=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_term_taxonomy` -- LOCK TABLES `wp_00sx6b6rzt_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_term_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wp_00sx6b6rzt_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_termmeta` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_termmeta` -- LOCK TABLES `wp_00sx6b6rzt_termmeta` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_00sx6b6rzt_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_terms` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci 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=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_terms` -- LOCK TABLES `wp_00sx6b6rzt_terms` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_terms` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_terms` VALUES (1,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_00sx6b6rzt_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_usermeta` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_usermeta` -- LOCK TABLES `wp_00sx6b6rzt_usermeta` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_usermeta` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_usermeta` VALUES (1,1,'nickname','sunwaterfood'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_00sx6b6rzt_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_00sx6b6rzt_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'); /*!40000 ALTER TABLE `wp_00sx6b6rzt_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_00sx6b6rzt_users` -- DROP TABLE IF EXISTS `wp_00sx6b6rzt_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_00sx6b6rzt_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci 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=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_00sx6b6rzt_users` -- LOCK TABLES `wp_00sx6b6rzt_users` WRITE; /*!40000 ALTER TABLE `wp_00sx6b6rzt_users` DISABLE KEYS */; INSERT INTO `wp_00sx6b6rzt_users` VALUES (1,'sunwaterfood','$P$B3QR3aFesX8atjuXj6yehGrC26qN0W.','sunwaterfood','tony.horwath@gmail.com','','2017-12-28 22:43:21','',0,'sunwaterfood'); /*!40000 ALTER TABLE `wp_00sx6b6rzt_users` ENABLE KEYS */; UNLOCK TABLES; /*!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-12-28 17:54:49